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

Incompressible of equation of state using non-uniform tabulated density vs temperature. More...

Public Member Functions

 icoTabulated (const Specie &sp, const nonUniformTable &rho)
 
 icoTabulated (const dictionary &dict)
 
 icoTabulated (const word &name, const icoTabulated &)
 
autoPtr< icoTabulatedclone () const
 
scalar rho (scalar p, scalar T) const
 
scalar H (const scalar p, const scalar T) const
 
scalar Cp (scalar p, scalar T) const
 
scalar E (const scalar p, const scalar T) const
 
scalar Cv (scalar p, scalar T) const
 
scalar S (const scalar p, const scalar T) const
 
scalar psi (scalar p, scalar T) const
 
scalar Z (scalar p, scalar T) const
 
scalar CpMCv (scalar p, scalar T) const
 
void write (Ostream &os) const
 

Static Public Member Functions

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

Static Public Attributes

static const bool incompressible = true
 
static const bool isochoric = false
 

Friends

Ostreamoperator (Ostream &, const icoTabulated &)
 

Detailed Description

Incompressible of equation of state using non-uniform tabulated density vs temperature.

Usage
Property Description
rho Density vs temperature table

Example of the specification of the equation of state:

    equationOfState
    {
        rho
        (
            (200 1010)
            (350 1000)
            (400 980)
        );
    }
Source files
See also
Foam::thermophysicalFunctions::nonUniformTable

Definition at line 74 of file icoTabulated.H.

Constructor & Destructor Documentation

◆ icoTabulated() [1/3]

icoTabulated ( const Specie &  sp,
const nonUniformTable &  rho 
)
inline

Definition at line 28 of file icoTabulatedI.H.

◆ icoTabulated() [2/3]

icoTabulated ( const dictionary dict)
explicit

Definition at line 28 of file icoTabulated.C.

◆ icoTabulated() [3/3]

icoTabulated ( const word name,
const icoTabulated  
)
inline

Member Function Documentation

◆ clone()

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

Definition at line 54 of file icoTabulatedI.H.

References Foam::New().

Here is the call graph for this function:

◆ New()

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

Definition at line 62 of file icoTabulatedI.H.

References dict, and Foam::New().

Here is the call graph for this function:

◆ typeName()

static word typeName ( )
inlinestatic

Definition at line 122 of file icoTabulated.H.

◆ rho()

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

Definition at line 72 of file icoTabulatedI.H.

References p, and Foam::T().

Here is the call graph for this function:

◆ H()

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

Definition at line 83 of file icoTabulatedI.H.

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

Here is the call graph for this function:

◆ Cp()

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

Definition at line 94 of file icoTabulatedI.H.

◆ E()

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

Definition at line 105 of file icoTabulatedI.H.

◆ Cv()

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

Definition at line 116 of file icoTabulatedI.H.

◆ S()

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

Definition at line 127 of file icoTabulatedI.H.

◆ psi()

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

Definition at line 138 of file icoTabulatedI.H.

◆ Z()

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

Definition at line 149 of file icoTabulatedI.H.

◆ CpMCv()

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

Definition at line 160 of file icoTabulatedI.H.

◆ write()

void write ( Ostream os) const

Definition at line 38 of file icoTabulated.C.

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

Here is the call graph for this function:

Friends And Related Function Documentation

◆ operator

Ostream& operator ( Ostream ,
const icoTabulated  
)
friend

Member Data Documentation

◆ incompressible

const bool incompressible = true
static

Definition at line 131 of file icoTabulated.H.

◆ isochoric

const bool isochoric = false
static

Definition at line 134 of file icoTabulated.H.


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