Public Member Functions | |
specieElement () | |
Construct null. More... | |
specieElement (const word &name, const label nAtoms) | |
Construct from components. More... | |
specieElement (Istream &) | |
Construct from Istream. More... | |
const word & | name () const |
Return the name of the element. More... | |
word & | name () |
Return non-const access to the name of the element. More... | |
label | nAtoms () const |
Return the number of atoms of this element in the specie. More... | |
label & | nAtoms () |
Return non-const access to the number of atoms of this element. More... | |
bool | operator== (const specieElement &) const |
Equality comparison. More... | |
bool | operator!= (const specieElement &) const |
Inequality comparison. More... | |
Friends | |
Ostream & | operator<< (Ostream &, const specieElement &) |
|
inline |
Construct null.
Definition at line 30 of file specieElementI.H.
|
inline |
Construct from components.
Definition at line 34 of file specieElementI.H.
|
inline |
Construct from Istream.
Definition at line 41 of file specieElementI.H.
|
inline |
Return the name of the element.
Definition at line 50 of file specieElementI.H.
Referenced by DAC< CompType, ThermoType >::DAC(), DRGEP< CompType, ThermoType >::DRGEP(), EFA< CompType, ThermoType >::EFA(), and Foam::operator<<().
|
inline |
Return non-const access to the name of the element.
Definition at line 56 of file specieElementI.H.
|
inline |
Return the number of atoms of this element in the specie.
Definition at line 62 of file specieElementI.H.
Referenced by DAC< CompType, ThermoType >::DAC(), DRGEP< CompType, ThermoType >::DRGEP(), EFA< CompType, ThermoType >::EFA(), and Foam::operator<<().
|
inline |
Return non-const access to the number of atoms of this element.
in the specie
Definition at line 68 of file specieElementI.H.
|
inline |
Equality comparison.
Definition at line 76 of file specieElementI.H.
Referenced by specieElement::operator!=().
|
inline |
Inequality comparison.
Definition at line 86 of file specieElementI.H.
References specieElement::operator==().
|
friend |