Class to hold the defining data for a permanent magnet, in particular the name, relative permeability and remanence. More...
Public Member Functions | |
| magnet () | |
| Null constructor for lists. More... | |
| magnet (const word &name, const scalar mur, const scalar Mr, const vector &orientation) | |
| Construct from components. More... | |
| magnet (Istream &is) | |
| Construct from Istream. More... | |
| const word & | name () const |
| Return name. More... | |
| scalar | mur () const |
| Return relative permeability. More... | |
| const dimensionedScalar & | Mr () const |
| Return remenance. More... | |
| const vector & | orientation () const |
| Return orientation. More... | |
Friends | |
| Istream & | operator>> (Istream &is, magnet &m) |
| Ostream & | operator<< (Ostream &os, const magnet &m) |
Class to hold the defining data for a permanent magnet, in particular the name, relative permeability and remanence.
|
inline |
|
inline |
1.8.11