Rotational symmetric geometry, conductivity and source current. More...
#include <Eddy2D_geometries.hh>


Public Member Functions | |
| virtual void | dataout (concepts::InOutParameters &output) |
| writes information to output object | |
| virtual void | dataout (concepts::InOutParameters &output) |
| writes information to output object | |
| EddyGeometry2DRotational (const Array< Real > r, const std::set< uint > conductive, const std::set< uint > coil, const Real j0=1.0, const Real sigma=SIGMA_CU, const Real sigma0=0.0) | |
| Constructor. | |
| EddyGeometry2DRotational (const Array< Real > r, const Real ri, const std::set< uint > conductive, const std::set< uint > coil, const Real j0=1.0, const Real sigma=SIGMA_CU, const Real sigma0=0.0) | |
| Constructor for. | |
| EddyGeometry2DRotational (const Array< Real > r, const std::set< uint > conductive, const std::set< uint > coil, const Real j0=1.0, const Real sigma=SIGMA_CU, const Real sigma0=0.0) | |
| Constructor. | |
| EddyGeometry2DRotational (const Array< Real > r, const Real ri, const std::set< uint > conductive, const std::set< uint > coil, const Real j0=1.0, const Real sigma=SIGMA_CU, const Real sigma0=0.0) | |
| Constructor for. | |
| std::set< uint > | innerBoundary () const |
| Return the attributes of the inner boundaries. | |
| Set< uint > | innerBoundary () const |
| Return the attributes of the inner boundaries. | |
| virtual const PiecewiseFormulaBase< Real2d > * | J0 () const |
| piecewise defined formula
| |
| virtual const PiecewiseFormulaBase< Real2d > * | J0 () const |
| piecewise defined formula
| |
| virtual const PiecewiseFormulaBase< Real > * | J0x () const |
| piecewise defined formula
| |
| virtual const PiecewiseFormulaBase< Real > * | J0x () const |
| piecewise defined formula
| |
| virtual const PiecewiseFormulaBase< Real > * | J0y () const |
| piecewise defined formula
| |
| virtual const PiecewiseFormulaBase< Real > * | J0y () const |
| piecewise defined formula
| |
| virtual Mesh2 & | mesh () |
| Mesh. | |
| virtual Mesh2 & | mesh () |
| Mesh. | |
| void | meshAbbreviation (const char *meshAbbr) |
| const std::string | meshAbbreviation () const |
| const std::string | meshAbbreviation () const |
| void | meshAbbreviation (const char *meshAbbr) |
| Set< uint > | outerBoundary () const |
| Return the attributes of the outer boundary. | |
| std::set< uint > | outerBoundary () const |
| Return the attributes of the outer boundary. | |
| const PiecewiseConstFormula < Real > & | sigma () const |
| const PiecewiseConstFormula < Real > & | sigma () const |
| PiecewiseConstFormula< Real > & | sigma () |
| Piecewise constant conductivity. | |
| PiecewiseConstFormula< Real > & | sigma () |
| Piecewise constant conductivity. | |
| virtual | ~EddyGeometry2DRotational () |
| virtual | ~EddyGeometry2DRotational () |
Protected Member Functions | |
| virtual std::ostream & | info (std::ostream &os) const |
| Returns information in an output stream. | |
| virtual std::ostream & | info (std::ostream &os) const |
| Returns information in an output stream. | |
Protected Attributes | |
| std::set< uint > | innerBoundary_ |
| Set< uint > | innerBoundary_ |
| std::string | meshAbbr_ |
| Abbreviation for the mesh. | |
| Set< uint > | outerBoundary_ |
| Attributes of outer and inner boundaries. | |
| std::set< uint > | outerBoundary_ |
| Attributes of outer and inner boundaries. | |
| PiecewiseConstFormula< Real > | sigma_ |
| Piecewise constant conductivity. | |
Private Attributes | |
| const std::set< uint > | coil_ |
| number of rings, which are the coil, first is 0 | |
| const std::set< uint > | conductive_ |
| number of rings, which are conductive, first is 0 | |
| const Real | j0_ |
| absolute value of source current density | |
| concepts::PiecewiseFormula< Real > | J0x_ |
| piecewise defined source current density | |
| concepts::PiecewiseFormula< Real > | J0y_ |
| std::auto_ptr< Mesh2 > | msh_ |
| Mesh. | |
| Array< Real > | r_ |
| radia of the rings | |
Rotational symmetric geometry, conductivity and source current.
Definition at line 73 of file Eddy2D_geometries.hh.
| concepts::EddyGeometry2DRotational::EddyGeometry2DRotational | ( | const Array< Real > | r, |
| const std::set< uint > | conductive, | ||
| const std::set< uint > | coil, | ||
| const Real | j0 = 1.0, |
||
| const Real | sigma = SIGMA_CU, |
||
| const Real | sigma0 = 0.0 |
||
| ) |
Constructor.
| r | radia of the rings |
| conductive | number of rings, which are conductive, first is 0 |
| coil | number of rings, which are the coil, first is 0 |
| j0 | source current density in A/m^2 |
| sigma | conductivity in 1/Ohm/m |
| sigma0 | default value for conductivity |
| concepts::EddyGeometry2DRotational::EddyGeometry2DRotational | ( | const Array< Real > | r, |
| const Real | ri, | ||
| const std::set< uint > | conductive, | ||
| const std::set< uint > | coil, | ||
| const Real | j0 = 1.0, |
||
| const Real | sigma = SIGMA_CU, |
||
| const Real | sigma0 = 0.0 |
||
| ) |
Constructor for.
| r | radia of the rings |
| ri | radia of innermost ring |
| conductive | number of rings, which are conductive, first is 0 |
| coil | number of rings, which are the coil, first is 0 |
| j0 | source current density in A/m^2 |
| sigma | conductivity in 1/Ohm/m |
| sigma0 | default value for conductivity |
| virtual concepts::EddyGeometry2DRotational::~EddyGeometry2DRotational | ( | ) | [virtual] |
| concepts::EddyGeometry2DRotational::EddyGeometry2DRotational | ( | const Array< Real > | r, |
| const std::set< uint > | conductive, | ||
| const std::set< uint > | coil, | ||
| const Real | j0 = 1.0, |
||
| const Real | sigma = SIGMA_CU, |
||
| const Real | sigma0 = 0.0 |
||
| ) |
Constructor.
| r | radia of the rings |
| conductive | number of rings, which are conductive, first is 0 |
| coil | number of rings, which are the coil, first is 0 |
| j0 | source current density in A/m^2 |
| sigma | conductivity in 1/Ohm/m |
| sigma0 | default value for conductivity |
| concepts::EddyGeometry2DRotational::EddyGeometry2DRotational | ( | const Array< Real > | r, |
| const Real | ri, | ||
| const std::set< uint > | conductive, | ||
| const std::set< uint > | coil, | ||
| const Real | j0 = 1.0, |
||
| const Real | sigma = SIGMA_CU, |
||
| const Real | sigma0 = 0.0 |
||
| ) |
Constructor for.
| r | radia of the rings |
| ri | radia of innermost ring |
| conductive | number of rings, which are conductive, first is 0 |
| coil | number of rings, which are the coil, first is 0 |
| j0 | source current density in A/m^2 |
| sigma | conductivity in 1/Ohm/m |
| sigma0 | default value for conductivity |
| virtual concepts::EddyGeometry2DRotational::~EddyGeometry2DRotational | ( | ) | [virtual] |
| virtual void concepts::EddyGeometry2DRotational::dataout | ( | concepts::InOutParameters & | output | ) | [virtual] |
writes information to output object
Reimplemented from concepts::EddyGeometry2D.
| virtual void concepts::EddyGeometry2DRotational::dataout | ( | concepts::InOutParameters & | output | ) | [virtual] |
writes information to output object
Reimplemented from concepts::EddyGeometry2D.
| virtual std::ostream& concepts::EddyGeometry2DRotational::info | ( | std::ostream & | os | ) | const [protected, virtual] |
Returns information in an output stream.
Reimplemented from concepts::EddyGeometry2D.
| virtual std::ostream& concepts::EddyGeometry2DRotational::info | ( | std::ostream & | os | ) | const [protected, virtual] |
Returns information in an output stream.
Reimplemented from concepts::EddyGeometry2D.
| Set<uint> concepts::EddyGeometry2D::innerBoundary | ( | ) | const [inline, inherited] |
Return the attributes of the inner boundaries.
Definition at line 43 of file Eddy2D_geometries.hh.
| std::set<uint> concepts::EddyGeometry2D::innerBoundary | ( | ) | const [inline, inherited] |
Return the attributes of the inner boundaries.
Definition at line 43 of file Eddy2D_geometries.hh.
| virtual const PiecewiseFormulaBase<Real2d>* concepts::EddyGeometry2DRotational::J0 | ( | ) | const [inline, virtual] |
piecewise defined formula
Implements concepts::EddyGeometry2D.
Definition at line 113 of file Eddy2D_geometries.hh.
| virtual const PiecewiseFormulaBase<Real2d>* concepts::EddyGeometry2DRotational::J0 | ( | ) | const [inline, virtual] |
piecewise defined formula
Implements concepts::EddyGeometry2D.
Definition at line 113 of file Eddy2D_geometries.hh.
| virtual const PiecewiseFormulaBase<Real>* concepts::EddyGeometry2DRotational::J0x | ( | ) | const [inline, virtual] |
piecewise defined formula
Implements concepts::EddyGeometry2D.
Definition at line 109 of file Eddy2D_geometries.hh.
| virtual const PiecewiseFormulaBase<Real>* concepts::EddyGeometry2DRotational::J0x | ( | ) | const [inline, virtual] |
piecewise defined formula
Implements concepts::EddyGeometry2D.
Definition at line 109 of file Eddy2D_geometries.hh.
| virtual const PiecewiseFormulaBase<Real>* concepts::EddyGeometry2DRotational::J0y | ( | ) | const [inline, virtual] |
piecewise defined formula
Implements concepts::EddyGeometry2D.
Definition at line 111 of file Eddy2D_geometries.hh.
| virtual const PiecewiseFormulaBase<Real>* concepts::EddyGeometry2DRotational::J0y | ( | ) | const [inline, virtual] |
piecewise defined formula
Implements concepts::EddyGeometry2D.
Definition at line 111 of file Eddy2D_geometries.hh.
| virtual Mesh2& concepts::EddyGeometry2DRotational::mesh | ( | ) | [inline, virtual] |
| virtual Mesh2& concepts::EddyGeometry2DRotational::mesh | ( | ) | [inline, virtual] |
| const std::string concepts::EddyGeometry2D::meshAbbreviation | ( | ) | const [inline, inherited] |
Definition at line 54 of file Eddy2D_geometries.hh.
| const std::string concepts::EddyGeometry2D::meshAbbreviation | ( | ) | const [inline, inherited] |
Definition at line 54 of file Eddy2D_geometries.hh.
| void concepts::EddyGeometry2D::meshAbbreviation | ( | const char * | meshAbbr | ) | [inline, inherited] |
Definition at line 53 of file Eddy2D_geometries.hh.
| void concepts::EddyGeometry2D::meshAbbreviation | ( | const char * | meshAbbr | ) | [inline, inherited] |
Definition at line 53 of file Eddy2D_geometries.hh.
| std::set<uint> concepts::EddyGeometry2D::outerBoundary | ( | ) | const [inline, inherited] |
Return the attributes of the outer boundary.
Definition at line 41 of file Eddy2D_geometries.hh.
| Set<uint> concepts::EddyGeometry2D::outerBoundary | ( | ) | const [inline, inherited] |
Return the attributes of the outer boundary.
Definition at line 41 of file Eddy2D_geometries.hh.
| PiecewiseConstFormula<Real>& concepts::EddyGeometry2D::sigma | ( | ) | [inline, inherited] |
Piecewise constant conductivity.
Definition at line 51 of file Eddy2D_geometries.hh.
| const PiecewiseConstFormula<Real>& concepts::EddyGeometry2D::sigma | ( | ) | const [inline, inherited] |
Definition at line 52 of file Eddy2D_geometries.hh.
| const PiecewiseConstFormula<Real>& concepts::EddyGeometry2D::sigma | ( | ) | const [inline, inherited] |
Definition at line 52 of file Eddy2D_geometries.hh.
| PiecewiseConstFormula<Real>& concepts::EddyGeometry2D::sigma | ( | ) | [inline, inherited] |
Piecewise constant conductivity.
Definition at line 51 of file Eddy2D_geometries.hh.
const std::set< uint > concepts::EddyGeometry2DRotational::coil_ [private] |
number of rings, which are the coil, first is 0
Definition at line 130 of file Eddy2D_geometries.hh.
const std::set< uint > concepts::EddyGeometry2DRotational::conductive_ [private] |
number of rings, which are conductive, first is 0
Definition at line 128 of file Eddy2D_geometries.hh.
std::set<uint> concepts::EddyGeometry2D::innerBoundary_ [protected, inherited] |
Definition at line 60 of file Eddy2D_geometries.hh.
Set<uint> concepts::EddyGeometry2D::innerBoundary_ [protected, inherited] |
Definition at line 60 of file Eddy2D_geometries.hh.
const Real concepts::EddyGeometry2DRotational::j0_ [private] |
absolute value of source current density
Definition at line 124 of file Eddy2D_geometries.hh.
piecewise defined source current density
Definition at line 122 of file Eddy2D_geometries.hh.
Definition at line 122 of file Eddy2D_geometries.hh.
std::string concepts::EddyGeometry2D::meshAbbr_ [protected, inherited] |
Abbreviation for the mesh.
Definition at line 64 of file Eddy2D_geometries.hh.
std::auto_ptr< Mesh2 > concepts::EddyGeometry2DRotational::msh_ [private] |
Mesh.
Definition at line 120 of file Eddy2D_geometries.hh.
Set<uint> concepts::EddyGeometry2D::outerBoundary_ [protected, inherited] |
Attributes of outer and inner boundaries.
Definition at line 60 of file Eddy2D_geometries.hh.
std::set<uint> concepts::EddyGeometry2D::outerBoundary_ [protected, inherited] |
Attributes of outer and inner boundaries.
Definition at line 60 of file Eddy2D_geometries.hh.
Array< Real > concepts::EddyGeometry2DRotational::r_ [private] |
radia of the rings
Definition at line 126 of file Eddy2D_geometries.hh.
PiecewiseConstFormula< Real > concepts::EddyGeometry2D::sigma_ [protected, inherited] |
Piecewise constant conductivity.
Definition at line 62 of file Eddy2D_geometries.hh.