OpenFOAM logo
Open Source CFD Toolkit

hConstThermo Class Template Reference

List of all members.

template<class equationOfState>
class Foam::hConstThermo< equationOfState >


Public Member Functions

 hConstThermo (Istream &)
 Construct from Istream.
 hConstThermo (const word &, const hConstThermo &)
 Construct as named copy.
autoPtr< hConstThermoclone () const
 Construct and return a clone.
scalar cp (const scalar T) const
 Heat capacity at constant pressure [J/(kmol K)].
scalar h (const scalar T) const
 Enthalpy [J/kmol].
scalar s (const scalar T) const
 Entropy [J/(kmol K)].
hConstThermooperator= (const hConstThermo &)

Static Public Member Functions

autoPtr< hConstThermoNew (Istream &is)

Friends

hConstThermo operator+ (const hConstThermo &, const hConstThermo &)
hConstThermo operator- (const hConstThermo &, const hConstThermo &)
hConstThermo operator * (const scalar, const hConstThermo &)
hConstThermo operator== (const hConstThermo &, const hConstThermo &)
Ostreamoperator (Ostream &, const hConstThermo &)

Constructor & Destructor Documentation

hConstThermo Istream  ) 
 

Construct from Istream.

hConstThermo const word ,
const hConstThermo< equationOfState > & 
[inline]
 

Construct as named copy.

Definition at line 66 of file hConstThermoI.H.


Member Function Documentation

autoPtr< hConstThermo< equationOfState > > clone  )  const [inline]
 

Construct and return a clone.

Definition at line 80 of file hConstThermoI.H.

scalar cp const scalar  T  )  const [inline]
 

Heat capacity at constant pressure [J/(kmol K)].

Definition at line 105 of file hConstThermoI.H.

References Foam::T().

Here is the call graph for this function:

scalar h const scalar  T  )  const [inline]
 

Enthalpy [J/kmol].

Definition at line 113 of file hConstThermoI.H.

References notImplemented.

autoPtr< hConstThermo< equationOfState > > New Istream is  )  [inline, static]
 

Definition at line 92 of file hConstThermoI.H.

hConstThermo< equationOfState > & operator= const hConstThermo< equationOfState > &   )  [inline]
 

Definition at line 148 of file hConstThermoI.H.

scalar s const scalar  T  )  const [inline]
 

Entropy [J/(kmol K)].

Definition at line 121 of file hConstThermoI.H.


Friends And Related Function Documentation

Ostream& operator Ostream ,
const hConstThermo< equationOfState > & 
[friend]
 

hConstThermo operator * const   scalar,
const hConstThermo< equationOfState > &  ct
[friend]
 

Definition at line 209 of file hConstThermoI.H.

hConstThermo operator+ const hConstThermo< equationOfState > &  ,
const hConstThermo< equationOfState > & 
[friend]
 

hConstThermo operator- const hConstThermo< equationOfState > &  ,
const hConstThermo< equationOfState > & 
[friend]
 

hConstThermo operator== const hConstThermo< equationOfState > &  ,
const hConstThermo< equationOfState > & 
[friend]
 


The documentation for this class was generated from the following files:
For further information go to www.openfoam.org