Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)

Public Types | Public Member Functions | Protected Member Functions | Private Attributes
concepts::HField_CircularCoil Class Reference

#include <Eddy2D_H.hh>

Inheritance diagram for concepts::HField_CircularCoil:
Inheritance graph
[legend]
Collaboration diagram for concepts::HField_CircularCoil:
Collaboration graph
[legend]

List of all members.

Public Types

typedef Realtype< Real >::type G
typedef Real value_type

Public Member Functions

virtual HField_CircularCoilclone () const
 Virtual copy constructor.
virtual const Realdflt_value () const
 Gives default value.
virtual Realdflt_value ()
 Gives default value.
 HField_CircularCoil (const Real R1, const Real R2, const Real h0=1.0)
 Constructor.
virtual Real operator() (const ElementWithCell< concepts::Realtype< Real >::type > &elm, const Real2d &p, const Real t=0.0) const =0
virtual Real operator() (const ElementWithCell< concepts::Realtype< Real >::type > &elm, const Real p, const Real t=0.0) const =0
 Evaluates the formula.
virtual Real operator() (const ElementWithCell< G > &elm, const Real3d &p, const Real t=0.0) const
virtual Real operator() (const ElementWithCell< G > &elm, const Real2d &p, const Real t=0.0) const
virtual Real operator() (const Real2d &p, const Real t=0.0) const
 Application operator.
virtual Real operator() (const Real p, const Real t=0.0) const
 Application operator.
virtual Real operator() (const Real3d &p, const Real t=0.0) const
 Application operator.
virtual Real operator() (const ElementWithCell< G > &elm, const Real p, const Real t=0.0) const
virtual Real operator() (const ElementWithCell< concepts::Realtype< Real >::type > &elm, const Real3d &p, const Real t=0.0) const =0
virtual Real operator() (const Connector &cntr, const Real p, const Real t=0.0) const
 Convenience implementation, that by default ignores its elm param.
virtual Real operator() (const Connector &cntr, const Real2d &p, const Real t=0.0) const
 Convenience implementation, that by default ignores its elm param.
virtual Real operator() (const Connector &cntr, const Real3d &p, const Real t=0.0) const
 Convenience implementation, that by default ignores its elm param.

Protected Member Functions

virtual std::ostream & info (std::ostream &os) const
 Returns information in an output stream.

Private Attributes

const Real h0_
 Magnetic field produced by the coil.
const Real R1_
 Inner and outer radia of the coil.
const Real R2_

Detailed Description

Definition at line 256 of file Eddy2D_H.hh.


Member Typedef Documentation

typedef Realtype<Real >::type concepts::Formula< Real >::G [inherited]

Reimplemented from concepts::PiecewiseFormulaBase< Real >.

Definition at line 35 of file formula.hh.

typedef Real concepts::Formula< Real >::value_type [inherited]

Reimplemented from concepts::ElementFormula< Real, concepts::Realtype< Real >::type >.

Definition at line 34 of file formula.hh.


Constructor & Destructor Documentation

concepts::HField_CircularCoil::HField_CircularCoil ( const Real  R1,
const Real  R2,
const Real  h0 = 1.0 
) [inline]

Constructor.

Coil is a ring with inner and outer radia R1 and R2 and produces a magnetic field of h0.

Definition at line 263 of file Eddy2D_H.hh.


Member Function Documentation

virtual HField_CircularCoil* concepts::HField_CircularCoil::clone ( ) const [inline, virtual]

Virtual copy constructor.

Implements concepts::Formula< Real >.

Definition at line 280 of file Eddy2D_H.hh.

Here is the call graph for this function:

virtual Real & concepts::PiecewiseFormulaBase< Real >::dflt_value ( ) [inline, virtual, inherited]

Gives default value.

Definition at line 78 of file piecewiseFormula.hh.

virtual const Real & concepts::PiecewiseFormulaBase< Real >::dflt_value ( ) const [inline, virtual, inherited]

Gives default value.

Definition at line 76 of file piecewiseFormula.hh.

virtual std::ostream& concepts::HField_CircularCoil::info ( std::ostream &  os) const [inline, protected, virtual]

Returns information in an output stream.

Reimplemented from concepts::PiecewiseFormulaBase< Real >.

Definition at line 284 of file Eddy2D_H.hh.

virtual Real concepts::ElementFormula< Real , concepts::Realtype< Real >::type >::operator() ( const ElementWithCell< concepts::Realtype< Real >::type > &  elm,
const Real2d p,
const Real  t = 0.0 
) const [pure virtual, inherited]
virtual Real concepts::ElementFormula< Real , concepts::Realtype< Real >::type >::operator() ( const ElementWithCell< concepts::Realtype< Real >::type > &  elm,
const Real  p,
const Real  t = 0.0 
) const [pure virtual, inherited]

Evaluates the formula.

Parameters:
elmElement
pPoint in space in local element coordinates
tPoint in time
virtual Real concepts::PiecewiseFormulaBase< Real >::operator() ( const ElementWithCell< G > &  elm,
const Real3d p,
const Real  t = 0.0 
) const [inline, virtual, inherited]

Definition at line 58 of file piecewiseFormula.hh.

virtual Real concepts::PiecewiseFormulaBase< Real >::operator() ( const ElementWithCell< G > &  elm,
const Real2d p,
const Real  t = 0.0 
) const [inline, virtual, inherited]

Definition at line 52 of file piecewiseFormula.hh.

virtual Real concepts::PiecewiseFormulaBase< Real >::operator() ( const ElementWithCell< G > &  elm,
const Real  p,
const Real  t = 0.0 
) const [inline, virtual, inherited]

Definition at line 47 of file piecewiseFormula.hh.

virtual Real concepts::HField_CircularCoil::operator() ( const Real2d p,
const Real  t = 0.0 
) const [inline, virtual]

Application operator.

Evaluates the formula.

Parameters:
pPoint in space
tPoint in time

Implements concepts::Formula< Real >.

Definition at line 274 of file Eddy2D_H.hh.

Here is the call graph for this function:

virtual Real concepts::HField_CircularCoil::operator() ( const Real3d p,
const Real  t = 0.0 
) const [inline, virtual]

Application operator.

Evaluates the formula.

Parameters:
pPoint in space
tPoint in time

Implements concepts::Formula< Real >.

Definition at line 277 of file Eddy2D_H.hh.

Here is the call graph for this function:

virtual Real concepts::Formula< Real >::operator() ( const Connector cntr,
const Real  p,
const Real  t = 0.0 
) const [inline, virtual, inherited]

Convenience implementation, that by default ignores its elm param.

Implements concepts::PiecewiseFormulaBase< Real >.

Definition at line 51 of file formula.hh.

virtual Real concepts::HField_CircularCoil::operator() ( const Real  p,
const Real  t = 0.0 
) const [inline, virtual]

Application operator.

Evaluates the formula.

Parameters:
pPoint in space
tPoint in time

Implements concepts::Formula< Real >.

Definition at line 268 of file Eddy2D_H.hh.

Here is the call graph for this function:

virtual Real concepts::Formula< Real >::operator() ( const Connector cntr,
const Real3d p,
const Real  t = 0.0 
) const [inline, virtual, inherited]

Convenience implementation, that by default ignores its elm param.

Implements concepts::PiecewiseFormulaBase< Real >.

Definition at line 57 of file formula.hh.

virtual Real concepts::Formula< Real >::operator() ( const Connector cntr,
const Real2d p,
const Real  t = 0.0 
) const [inline, virtual, inherited]

Convenience implementation, that by default ignores its elm param.

Implements concepts::PiecewiseFormulaBase< Real >.

Definition at line 54 of file formula.hh.

virtual Real concepts::ElementFormula< Real , concepts::Realtype< Real >::type >::operator() ( const ElementWithCell< concepts::Realtype< Real >::type > &  elm,
const Real3d p,
const Real  t = 0.0 
) const [pure virtual, inherited]

Member Data Documentation

Magnetic field produced by the coil.

Definition at line 295 of file Eddy2D_H.hh.

Inner and outer radia of the coil.

Definition at line 293 of file Eddy2D_H.hh.

Definition at line 293 of file Eddy2D_H.hh.


The documentation for this class was generated from the following file:

Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)