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 >:
[legend]
Collaboration diagram for incompressiblePerfectGas< Specie >:
[legend]

Public Member Functions

 incompressiblePerfectGas (const Specie &sp, const scalar pRef)
 Construct from components. 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/kg]. More...
 
scalar Cp (scalar p, scalar T) const
 Return Cp departure [J/(kg K]. More...
 
scalar E (const scalar p, const scalar T) const
 Return internal energy departure [J/kg]. More...
 
scalar Cv (scalar p, scalar T) const
 Return Cv departure [J/(kg K]. More...
 
scalar S (const scalar p, const scalar T) const
 Return entropy [J/(kg 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/(kg K]. More...
 
void write (Ostream &os) const
 Write to Ostream. More...
 
void operator+= (const incompressiblePerfectGas &)
 
void operator*= (const scalar)
 

Static Public Member Functions

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 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 91 of file incompressiblePerfectGas.H.

Constructor & Destructor Documentation

◆ incompressiblePerfectGas() [1/3]

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

Construct from components.

Definition at line 33 of file incompressiblePerfectGasI.H.

◆ incompressiblePerfectGas() [2/3]

incompressiblePerfectGas ( const dictionary dict)
explicit

Construct from dictionary.

Definition at line 34 of file incompressiblePerfectGas.C.

◆ incompressiblePerfectGas() [3/3]

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

Construct as named copy.

Member Function Documentation

◆ clone()

Foam::autoPtr< Foam::incompressiblePerfectGas< Specie > > clone
inline

Construct and return a clone.

Definition at line 58 of file incompressiblePerfectGasI.H.

References Foam::New().

Here is the call graph for this function:

◆ New()

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

Definition at line 66 of file incompressiblePerfectGasI.H.

References dict, and Foam::New().

Here is the call graph for this function:

◆ typeName()

static word typeName ( )
inlinestatic

Return the instantiated type name.

Definition at line 134 of file incompressiblePerfectGas.H.

◆ rho()

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

Return density [kg/m^3].

Definition at line 78 of file incompressiblePerfectGasI.H.

References R, and T.

◆ H()

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

Return enthalpy departure [J/kg].

Definition at line 89 of file incompressiblePerfectGasI.H.

◆ Cp()

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

Return Cp departure [J/(kg K].

Definition at line 100 of file incompressiblePerfectGasI.H.

◆ E()

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

Return internal energy departure [J/kg].

Definition at line 111 of file incompressiblePerfectGasI.H.

◆ Cv()

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

Return Cv departure [J/(kg K].

Definition at line 122 of file incompressiblePerfectGasI.H.

◆ S()

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

Return entropy [J/(kg K)].

Definition at line 133 of file incompressiblePerfectGasI.H.

◆ psi()

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

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

Definition at line 144 of file incompressiblePerfectGasI.H.

◆ Z()

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

Return compression factor [].

Definition at line 155 of file incompressiblePerfectGasI.H.

◆ CpMCv()

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

Return (Cp - Cv) [J/(kg K].

Definition at line 166 of file incompressiblePerfectGasI.H.

◆ write()

void write ( Ostream os) const

Write to Ostream.

Definition at line 47 of file incompressiblePerfectGas.C.

References Ostream::beginBlock(), Ostream::endBlock(), os(), and Ostream::writeEntry().

Here is the call graph for this function:

◆ operator+=()

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

Definition at line 179 of file incompressiblePerfectGasI.H.

References Foam::mag(), and Y.

Here is the call graph for this function:

◆ operator*=()

void operator*= ( const scalar  s)
inline

Definition at line 198 of file incompressiblePerfectGasI.H.

References s().

Here is the call graph for this function:

Friends And Related Function Documentation

◆ operator+

incompressiblePerfectGas operator+ ( const incompressiblePerfectGas< Specie > &  ,
const incompressiblePerfectGas< Specie > &   
)
friend

◆ operator*

incompressiblePerfectGas operator* ( const scalar  s,
const incompressiblePerfectGas< Specie > &   
)
friend

◆ operator==

incompressiblePerfectGas operator== ( const incompressiblePerfectGas< Specie > &  ,
const incompressiblePerfectGas< Specie > &   
)
friend

◆ operator

Ostream & operator ( Ostream ,
const incompressiblePerfectGas< Specie > &   
)
friend

Member Data Documentation

◆ incompressible

const bool incompressible = true
static

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

Definition at line 145 of file incompressiblePerfectGas.H.

◆ isochoric

const bool isochoric = false
static

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

Definition at line 148 of file incompressiblePerfectGas.H.


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