OpenFOAM logo
Open Source CFD Toolkit

eConstThermo Class Reference

Inheritance diagram for eConstThermo:

Inheritance graph
[legend]
Collaboration diagram for eConstThermo:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 eConstThermo (Istream &)
 Construct from Istream.
 eConstThermo (const word &, const eConstThermo &)
 Construct as named copy.
autoPtr< eConstThermoclone () 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)].
scalar TH (const scalar h, const scalar T0) const
 Temperature from Enthalpy given an initial temperature T0.
scalar TE (const scalar e, const scalar T0) const
 Temperature from internal energy given an initial temperature T0.
eConstThermooperator= (const eConstThermo &)

Static Public Member Functions

autoPtr< eConstThermoNew (Istream &is)

Friends

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

Constructor & Destructor Documentation

eConstThermo Istream  ) 
 

Construct from Istream.

eConstThermo const word ,
const eConstThermo
[inline]
 

Construct as named copy.

Definition at line 63 of file eConstThermoI.H.


Member Function Documentation

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

Construct and return a clone.

Definition at line 74 of file eConstThermoI.H.

scalar cp const scalar  T  )  const [inline]
 

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

Definition at line 98 of file eConstThermoI.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 105 of file eConstThermoI.H.

References notImplemented.

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

Definition at line 86 of file eConstThermoI.H.

eConstThermo & operator= const eConstThermo  )  [inline]
 

Definition at line 136 of file eConstThermoI.H.

scalar s const scalar  T  )  const [inline]
 

Entropy [J/(kmol K)].

Definition at line 112 of file eConstThermoI.H.

References specieThermo::Cp().

Here is the call graph for this function:

scalar TE const scalar  e,
const scalar  T0
const [inline]
 

Temperature from internal energy given an initial temperature T0.

Reimplemented from specieThermo.

Definition at line 127 of file eConstThermoI.H.

scalar TH const scalar  h,
const scalar  T0
const [inline]
 

Temperature from Enthalpy given an initial temperature T0.

Reimplemented from specieThermo.

Definition at line 120 of file eConstThermoI.H.


Friends And Related Function Documentation

Ostream& operator Ostream ,
const eConstThermo
[friend]
 

eConstThermo operator * const   scalar,
const eConstThermo ct
[friend]
 

Definition at line 186 of file eConstThermoI.H.

eConstThermo operator+ const eConstThermo ct1,
const eConstThermo ct2
[friend]
 

Definition at line 152 of file eConstThermoI.H.

eConstThermo operator- const eConstThermo ct1,
const eConstThermo ct2
[friend]
 

Definition at line 169 of file eConstThermoI.H.

eConstThermo operator== const eConstThermo ct1,
const eConstThermo ct2
[friend]
 

Definition at line 201 of file eConstThermoI.H.


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