Public Member Functions | Static Public Member Functions | Static Public Attributes | Friends | List of all members
incompressiblePerfectGas< Specie > Class Template Reference

Incompressible gas equation of state using a constant reference pressure in the perfect gas equation of state rather than the local pressure so that the density only varies with temperature and composition. More...

Inheritance diagram for incompressiblePerfectGas< Specie >:
Inheritance graph
[legend]
Collaboration diagram for incompressiblePerfectGas< Specie >:
Collaboration graph
[legend]

Public Member Functions

 incompressiblePerfectGas (const Specie &sp, const scalar pRef)
 Construct from components. More...
 
 incompressiblePerfectGas (const incompressiblePerfectGas &sp)
 Construct from incompressiblePerfectGas. More...
 
 incompressiblePerfectGas (Istream &)
 Construct from Istream. More...
 
 incompressiblePerfectGas (const dictionary &dict)
 Construct from dictionary. More...
 
 incompressiblePerfectGas (const word &name, const incompressiblePerfectGas &)
 Construct as named copy. More...
 
autoPtr< incompressiblePerfectGasclone () const
 Construct and return a clone. More...
 
scalar rho (scalar p, scalar T) const
 Return density [kg/m^3]. More...
 
scalar h (const scalar p, const scalar T) const
 Return enthalpy departure [J/kmol]. More...
 
scalar cp (scalar p, scalar T) const
 Return cp departure [J/(kmol K]. More...
 
scalar s (const scalar p, const scalar T) const
 Return entropy [J/(kmol K)]. More...
 
scalar psi (scalar p, scalar T) const
 Return compressibility rho/p [s^2/m^2]. More...
 
scalar Z (scalar p, scalar T) const
 Return compression factor []. More...
 
scalar cpMcv (scalar p, scalar T) const
 Return (cp - cv) [J/(kmol K]. More...
 
void write (Ostream &os) const
 Write to Ostream. More...
 
void operator= (const incompressiblePerfectGas &)
 
void operator+= (const incompressiblePerfectGas &)
 
void operator-= (const incompressiblePerfectGas &)
 
void operator*= (const scalar)
 

Static Public Member Functions

static autoPtr< incompressiblePerfectGasNew (Istream &is)
 
static autoPtr< incompressiblePerfectGasNew (const dictionary &dict)
 
static word typeName ()
 Return the instantiated type name. More...
 

Static Public Attributes

static const bool incompressible = true
 Is the equation of state is incompressible i.e. rho != f(p) More...
 
static const bool isochoric = false
 Is the equation of state is isochoric i.e. rho = const. More...
 

Friends

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

Detailed Description

template<class Specie>
class Foam::incompressiblePerfectGas< Specie >

Incompressible gas equation of state using a constant reference pressure in the perfect gas equation of state rather than the local pressure so that the density only varies with temperature and composition.

Source files

Definition at line 49 of file incompressiblePerfectGas.H.

Constructor & Destructor Documentation

incompressiblePerfectGas ( const Specie &  sp,
const scalar  pRef 
)
inline

Construct from components.

Definition at line 33 of file incompressiblePerfectGasI.H.

Referenced by incompressiblePerfectGas< Specie >::incompressiblePerfectGas().

Here is the caller graph for this function:

incompressiblePerfectGas ( const incompressiblePerfectGas< Specie > &  sp)
inline

Construct from incompressiblePerfectGas.

Definition at line 44 of file incompressiblePerfectGasI.H.

References incompressiblePerfectGas< Specie >::incompressiblePerfectGas(), and Foam::name().

Here is the call graph for this function:

Construct from Istream.

Definition at line 32 of file incompressiblePerfectGas.C.

References IOstream::check(), and incompressiblePerfectGas< Specie >::incompressiblePerfectGas().

Here is the call graph for this function:

Construct from dictionary.

Definition at line 47 of file incompressiblePerfectGas.C.

incompressiblePerfectGas ( const word name,
const incompressiblePerfectGas< Specie > &   
)
inline

Construct as named copy.

Member Function Documentation

Foam::autoPtr< Foam::incompressiblePerfectGas< Specie > > clone ( ) const
inline

Construct and return a clone.

Definition at line 67 of file incompressiblePerfectGasI.H.

References incompressiblePerfectGas< Specie >::New().

Here is the call graph for this function:

Foam::autoPtr< Foam::incompressiblePerfectGas< Specie > > New ( Istream is)
inlinestatic

Definition at line 79 of file incompressiblePerfectGasI.H.

Referenced by incompressiblePerfectGas< Specie >::clone().

Here is the caller graph for this function:

Foam::autoPtr< Foam::incompressiblePerfectGas< Specie > > New ( const dictionary dict)
inlinestatic

Definition at line 93 of file incompressiblePerfectGasI.H.

References dict, and incompressiblePerfectGas< Specie >::rho().

Here is the call graph for this function:

static word typeName ( )
inlinestatic

Return the instantiated type name.

Definition at line 141 of file incompressiblePerfectGas.H.

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

Return density [kg/m^3].

Definition at line 108 of file incompressiblePerfectGasI.H.

References incompressiblePerfectGas< Specie >::h(), R, and T.

Referenced by incompressiblePerfectGas< Specie >::New().

Here is the call graph for this function:

Here is the caller graph for this function:

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

Return enthalpy departure [J/kmol].

Definition at line 119 of file incompressiblePerfectGasI.H.

References incompressiblePerfectGas< Specie >::cp().

Referenced by incompressiblePerfectGas< Specie >::rho().

Here is the call graph for this function:

Here is the caller graph for this function:

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

Return cp departure [J/(kmol K].

Definition at line 130 of file incompressiblePerfectGasI.H.

References incompressiblePerfectGas< Specie >::s().

Referenced by incompressiblePerfectGas< Specie >::h().

Here is the call graph for this function:

Here is the caller graph for this function:

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

Return entropy [J/(kmol K)].

Definition at line 141 of file incompressiblePerfectGasI.H.

References incompressiblePerfectGas< Specie >::psi().

Referenced by incompressiblePerfectGas< Specie >::cp().

Here is the call graph for this function:

Here is the caller graph for this function:

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

Return compressibility rho/p [s^2/m^2].

Definition at line 152 of file incompressiblePerfectGasI.H.

References incompressiblePerfectGas< Specie >::Z().

Referenced by incompressiblePerfectGas< Specie >::s().

Here is the call graph for this function:

Here is the caller graph for this function:

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

Return compression factor [].

Definition at line 163 of file incompressiblePerfectGasI.H.

References incompressiblePerfectGas< Specie >::cpMcv().

Referenced by incompressiblePerfectGas< Specie >::psi().

Here is the call graph for this function:

Here is the caller graph for this function:

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

Return (cp - cv) [J/(kmol K].

Definition at line 174 of file incompressiblePerfectGasI.H.

References Foam::constant::thermodynamic::RR.

Referenced by incompressiblePerfectGas< Specie >::Z().

Here is the caller graph for this function:

void write ( Ostream os) const

Write to Ostream.

Definition at line 59 of file incompressiblePerfectGas.C.

References dictionary::add(), dict, dictionaryName::dictName(), Foam::indent(), token::SPACE, and write().

Here is the call graph for this function:

void operator= ( const incompressiblePerfectGas< Specie > &  )
inline

Definition at line 187 of file incompressiblePerfectGasI.H.

void operator+= ( const incompressiblePerfectGas< Specie > &  )
inline

Definition at line 198 of file incompressiblePerfectGasI.H.

void operator-= ( const incompressiblePerfectGas< Specie > &  )
inline

Definition at line 213 of file incompressiblePerfectGasI.H.

void operator*= ( const scalar  s)
inline

Definition at line 223 of file incompressiblePerfectGasI.H.

References s().

Here is the call graph for this function:

Friends And Related Function Documentation

incompressiblePerfectGas operator+ ( const incompressiblePerfectGas< Specie > &  ,
const incompressiblePerfectGas< Specie > &   
)
friend
incompressiblePerfectGas operator- ( const incompressiblePerfectGas< Specie > &  ,
const incompressiblePerfectGas< Specie > &   
)
friend
incompressiblePerfectGas operator* ( const scalar  s,
const incompressiblePerfectGas< Specie > &   
)
friend
incompressiblePerfectGas operator== ( const incompressiblePerfectGas< Specie > &  ,
const incompressiblePerfectGas< Specie > &   
)
friend
Ostream& operator ( Ostream ,
const incompressiblePerfectGas< Specie > &   
)
friend

Member Data Documentation

const bool incompressible = true
static

Is the equation of state is incompressible i.e. rho != f(p)

Definition at line 152 of file incompressiblePerfectGas.H.

const bool isochoric = false
static

Is the equation of state is isochoric i.e. rho = const.

Definition at line 155 of file incompressiblePerfectGas.H.


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