#include <specieElement.H>
Public Member Functions | |
| specieElement () | |
| Default construct. | |
| specieElement (const word &name, const label nAtoms) | |
| Construct from components. | |
| specieElement (Istream &is) | |
| Construct from Istream. | |
| const word & | name () const |
| Return the name of the element. | |
| word & | name () |
| Return non-const access to the name of the element. | |
| label | nAtoms () const |
| Return the number of atoms of this element in the specie. | |
| label & | nAtoms () |
| Return non-const access to the number of atoms of this element. | |
| bool | operator== (const specieElement &) const |
| Equality comparison. | |
| bool | operator!= (const specieElement &) const |
| Inequality comparison. | |
Friends | |
| Ostream & | operator<< (Ostream &, const specieElement &) |
|
inline |
Default construct.
Definition at line 26 of file specieElementI.H.
Referenced by operator!=(), operator<<, and operator==().

|
inline |
Construct from components.
Definition at line 33 of file specieElementI.H.
References name(), and nAtoms().

|
inlineexplicit |
Construct from Istream.
Definition at line 40 of file specieElementI.H.
References Foam::readLabel().

|
inline |
Return the name of the element.
Definition at line 49 of file specieElementI.H.
Referenced by DAC< CompType, ThermoType >::DAC(), EFA< CompType, ThermoType >::EFA(), Foam::operator<<(), and specieElement().

|
inline |
Return non-const access to the name of the element.
Definition at line 55 of file specieElementI.H.
|
inline |
Return the number of atoms of this element in the specie.
Definition at line 61 of file specieElementI.H.
Referenced by DAC< CompType, ThermoType >::DAC(), EFA< CompType, ThermoType >::EFA(), Foam::operator<<(), and specieElement().

|
inline |
Return non-const access to the number of atoms of this element.
in the specie
Definition at line 67 of file specieElementI.H.
|
inline |
Equality comparison.
Definition at line 75 of file specieElementI.H.
References specieElement().

|
inline |
Inequality comparison.
Definition at line 85 of file specieElementI.H.
References Foam::operator==(), and specieElement().

|
friend |
References specieElement().