Public Member Functions | Static Public Member Functions | Friends | List of all members
eConstThermo Class Reference

Constant properties thermodynamics package templated on an equation of state. More...

Public Member Functions

 eConstThermo (const dictionary &dict)
 
 eConstThermo (const word &, const eConstThermo &)
 
autoPtr< eConstThermoclone () const
 
scalar limit (const scalar T) const
 
scalar Cv (const scalar p, const scalar T) const
 
scalar Es (const scalar p, const scalar T) const
 
scalar Ea (const scalar p, const scalar T) const
 
scalar Hc () const
 
scalar S (const scalar p, const scalar T) const
 
scalar Gstd (const scalar T) const
 
scalar dCpdT (const scalar p, const scalar T) const
 
void write (Ostream &os) const
 
void operator+= (const eConstThermo &)
 

Static Public Member Functions

static autoPtr< eConstThermoNew (const dictionary &dict)
 
static word typeName ()
 

Friends

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

Detailed Description

Constant properties thermodynamics package templated on an equation of state.

Source files

Definition at line 50 of file eConstThermo.H.

Constructor & Destructor Documentation

◆ eConstThermo() [1/2]

eConstThermo ( const dictionary dict)

Definition at line 28 of file eConstThermo.C.

◆ eConstThermo() [2/2]

eConstThermo ( const word ,
const eConstThermo  
)
inline

Member Function Documentation

◆ clone()

Foam::autoPtr< Foam::eConstThermo< EquationOfState > > clone ( ) const
inline

Definition at line 60 of file eConstThermoI.H.

References Foam::New().

Here is the call graph for this function:

◆ New()

Foam::autoPtr< Foam::eConstThermo< EquationOfState > > New ( const dictionary dict)
inlinestatic

Definition at line 68 of file eConstThermoI.H.

References dict, and Foam::New().

Here is the call graph for this function:

◆ typeName()

static word typeName ( )
inlinestatic

Definition at line 140 of file eConstThermo.H.

◆ limit()

Foam::scalar limit ( const scalar  T) const
inline

Definition at line 78 of file eConstThermoI.H.

References Foam::T().

Here is the call graph for this function:

◆ Cv()

Foam::scalar Cv ( const scalar  p,
const scalar  T 
) const
inline

Definition at line 88 of file eConstThermoI.H.

References Cv, p, and Foam::T().

Here is the call graph for this function:

◆ Es()

Foam::scalar Es ( const scalar  p,
const scalar  T 
) const
inline

Definition at line 99 of file eConstThermoI.H.

References p, and Foam::T().

Here is the call graph for this function:

◆ Ea()

Foam::scalar Ea ( const scalar  p,
const scalar  T 
) const
inline

Definition at line 110 of file eConstThermoI.H.

References Es(), p, and Foam::T().

Here is the call graph for this function:

◆ Hc()

Foam::scalar Hc ( ) const
inline

Definition at line 120 of file eConstThermoI.H.

◆ S()

Foam::scalar S ( const scalar  p,
const scalar  T 
) const
inline

Definition at line 128 of file eConstThermoI.H.

References Cp, Foam::log(), p, Foam::T(), and Foam::constant::standard::Tstd.

Here is the call graph for this function:

◆ Gstd()

Foam::scalar Gstd ( const scalar  T) const
inline

Definition at line 139 of file eConstThermoI.H.

References Foam::constant::standard::Pstd, rho, and Foam::T().

Here is the call graph for this function:

◆ dCpdT()

Foam::scalar dCpdT ( const scalar  p,
const scalar  T 
) const
inline

Definition at line 151 of file eConstThermoI.H.

References NotImplemented.

◆ write()

void write ( Ostream os) const

◆ operator+=()

void operator+= ( const eConstThermo )
inline

Definition at line 164 of file eConstThermoI.H.

References Foam::mag(), and Y.

Here is the call graph for this function:

Friends And Related Function Documentation

◆ operator+

eConstThermo operator+ ( const eConstThermo ,
const eConstThermo  
)
friend

◆ operator*

eConstThermo operator* ( const  scalar,
const eConstThermo  
)
friend

◆ operator==

eConstThermo operator== ( const eConstThermo ,
const eConstThermo  
)
friend

◆ operator

Ostream& operator ( Ostream ,
const eConstThermo  
)
friend

The documentation for this class was generated from the following files: