![]() |
|
Public Member Functions | |
specie (const word &name, const scalar nMoles, const scalar molWeight) | |
Construct from components with name. | |
specie (const specie &) | |
Construct as copy. | |
specie (const word &name, const specie &) | |
Construct as named copy. | |
specie (Istream &) | |
Construct from Istream. | |
scalar | W () const |
Molecular weight [kg/kmol]. | |
scalar | nMoles () const |
No of moles of this species in mixture. | |
scalar | R () const |
Gas constant [J/(kg K)]. | |
void | operator= (const specie &) |
void | operator+= (const specie &) |
void | operator-= (const specie &) |
void | operator *= (const scalar) |
Static Public Attributes | |
const scalar | RR |
Universal gas constant [J/(kmol K)]. | |
const scalar | Pstd |
Standard pressure [Pa]. | |
const scalar | Tstd |
Standard temperature [K]. | |
Friends | |
specie | operator+ (const specie &, const specie &) |
specie | operator- (const specie &, const specie &) |
specie | operator * (const scalar, const specie &) |
specie | operator== (const specie &, const specie &) |
Ostream & | operator<< (Ostream &, const specie &) |
|
Construct from components with name.
|
|
Construct as copy.
Definition at line 77 of file specieI.H. References Foam::name(). |
Here is the call graph for this function:
|
Construct as named copy.
|
|
Construct from Istream.
|
|
No of moles of this species in mixture.
Definition at line 103 of file specieI.H. References specie::RR. |
|
Reimplemented in perfectGas, janafThermo< perfectGas >, and specieThermo< janafThermo< perfectGas > >. Definition at line 153 of file specieI.H. References Foam::max(), specie::molWeight_, and specie::nMoles_. |
Here is the call graph for this function:
|
|
|
|
|
Definition at line 117 of file specieI.H. References Foam::max(), specie::molWeight_, and specie::nMoles_. |
Here is the call graph for this function:
|
Gas constant [J/(kg K)].
Definition at line 109 of file specieI.H. References specie::molWeight_, and specie::nMoles_. Referenced by perfectGas::New(). |
|
Molecular weight [kg/kmol].
|
|
|
|
|
|
|
|
|
|
|
|
Standard pressure [Pa].
|
|
Universal gas constant [J/(kmol K)].
Definition at line 93 of file specie.H. Referenced by specie::nMoles(). |
|
Standard temperature [K].
|