![]() |
|
Public Member Functions | |
perfectGas (const specie &sp) | |
Construct from components. | |
perfectGas (Istream &) | |
Construct from Istream. | |
perfectGas (const word &name, const perfectGas &) | |
Construct as named copy. | |
autoPtr< perfectGas > | clone () const |
Construct and return a clone. | |
scalar | rho (scalar p, scalar T) const |
Return density [kg/m^3]. | |
scalar | psi (scalar p, scalar T) const |
Return compressibility rho/p [s^2/m^2]. | |
scalar | Z (scalar p, scalar T) const |
Return compression factor []. | |
void | operator+= (const perfectGas &) |
void | operator-= (const perfectGas &) |
void | operator *= (const scalar) |
Static Public Member Functions | |
autoPtr< perfectGas > | New (Istream &is) |
Friends | |
perfectGas | operator+ (const perfectGas &, const perfectGas &) |
perfectGas | operator- (const perfectGas &, const perfectGas &) |
perfectGas | operator * (const scalar s, const perfectGas &) |
perfectGas | operator== (const perfectGas &, const perfectGas &) |
Ostream & | operator<< (Ostream &, const perfectGas &) |
|
Construct from components.
Definition at line 49 of file perfectGasI.H. References Foam::name(). Referenced by perfectGas::clone(), and perfectGas::perfectGas(). |
Here is the call graph for this function:
|
Construct from Istream.
|
|
Construct as named copy.
Definition at line 60 of file perfectGasI.H. References perfectGas::perfectGas(). |
Here is the call graph for this function:
|
Construct and return a clone.
Reimplemented in Reaction< reactionThermo >, and sutherlandTransport< specieThermo< janafThermo< perfectGas > > >. Definition at line 67 of file perfectGasI.H. References perfectGas::perfectGas(). |
Here is the call graph for this function:
|
Reimplemented in sutherlandTransport< specieThermo< janafThermo< perfectGas > > >. Definition at line 74 of file perfectGasI.H. References p, and specie::R(). |
Here is the call graph for this function:
|
Reimplemented from specie. Reimplemented in janafThermo< perfectGas >, and specieThermo< janafThermo< perfectGas > >. Definition at line 113 of file perfectGasI.H. |
|
Definition at line 103 of file perfectGasI.H. |
|
Definition at line 108 of file perfectGasI.H. |
|
Return compressibility rho/p [s^2/m^2].
Definition at line 89 of file perfectGasI.H. |
|
Return density [kg/m^3].
Definition at line 83 of file perfectGasI.H. |
|
Return compression factor [].
Definition at line 95 of file perfectGasI.H. |
|
Definition at line 150 of file perfectGasI.H. |
|
Definition at line 122 of file perfectGasI.H. |
|
Definition at line 136 of file perfectGasI.H. |
|
|
|
Definition at line 160 of file perfectGasI.H. |