Classes | Public Member Functions | List of all members
constantFilmThermo Class Reference

Constant thermo model. More...

Inheritance diagram for constantFilmThermo:
Inheritance graph
[legend]
Collaboration diagram for constantFilmThermo:
Collaboration graph
[legend]

Classes

struct  thermoData
 

Public Member Functions

 TypeName ("constant")
 
 constantFilmThermo (surfaceFilmRegionModel &film, const dictionary &dict)
 
virtual ~constantFilmThermo ()
 
virtual const wordname () const
 
virtual scalar rho (const scalar p, const scalar T) const
 
virtual scalar mu (const scalar p, const scalar T) const
 
virtual scalar sigma (const scalar p, const scalar T) const
 
virtual scalar Cp (const scalar p, const scalar T) const
 
virtual scalar kappa (const scalar p, const scalar T) const
 
virtual scalar D (const scalar p, const scalar T) const
 
virtual scalar hl (const scalar p, const scalar T) const
 
virtual scalar pv (const scalar p, const scalar T) const
 
virtual scalar W () const
 
virtual scalar Tb (const scalar p) const
 
virtual tmp< volScalarFieldrho () const
 
virtual tmp< volScalarFieldmu () const
 
virtual tmp< volScalarFieldsigma () const
 
virtual tmp< volScalarFieldCp () const
 
virtual tmp< volScalarFieldkappa () const
 
- Public Member Functions inherited from filmThermoModel
 TypeName ("filmThermoModel")
 
 declareRunTimeSelectionTable (autoPtr, filmThermoModel, dictionary,(surfaceFilmRegionModel &film, const dictionary &dict),(film, dict))
 
 filmThermoModel (surfaceFilmRegionModel &film)
 
 filmThermoModel (const word &modelType, surfaceFilmRegionModel &film, const dictionary &dict)
 
virtual ~filmThermoModel ()
 
- Public Member Functions inherited from filmSubModelBase
 filmSubModelBase (surfaceFilmRegionModel &film)
 
 filmSubModelBase (surfaceFilmRegionModel &film, const dictionary &dict, const word &baseName, const word &modelType, const word &dictExt="Coeffs")
 
 filmSubModelBase (const word &modelName, surfaceFilmRegionModel &film, const dictionary &dict, const word &baseName, const word &modelType)
 
virtual ~filmSubModelBase ()
 
virtual bool writeTime () const
 
const surfaceFilmRegionModelfilm () const
 
surfaceFilmRegionModelfilm ()
 
template<class FilmType >
const FilmType & filmType () const
 
- Public Member Functions inherited from subModelBase
 subModelBase (dictionary &properties)
 
 subModelBase (dictionary &properties, const dictionary &dict, const word &baseName, const word &modelType, const word &dictExt="Coeffs")
 
 subModelBase (const word &modelName, dictionary &properties, const dictionary &dict, const word &baseName, const word &modelType)
 
 subModelBase (const subModelBase &smb)
 
virtual ~subModelBase ()
 
const wordmodelName () const
 
const dictionarydict () const
 
const wordbaseName () const
 
const wordmodelType () const
 
const dictionarycoeffDict () const
 
const dictionaryproperties () const
 
virtual bool defaultCoeffs (const bool printMsg) const
 
virtual bool active () const
 
virtual void cacheFields (const bool store)
 
virtual fileName localPath () const
 
template<class Type >
Type getBaseProperty (const word &entryName, const Type &defaultValue=Type(Zero)) const
 
template<class Type >
void getBaseProperty (const word &entryName, Type &value) const
 
template<class Type >
void setBaseProperty (const word &entryName, const Type &value)
 
bool getModelDict (const word &entryName, dictionary &dict) const
 
template<class Type >
void getModelProperty (const word &entryName, Type &value) const
 
template<class Type >
Type getModelProperty (const word &entryName, const Type &defaultValue=Type(Zero)) const
 
template<class Type >
void setModelProperty (const word &entryName, const Type &value)
 
virtual void write (Ostream &os) const
 

Additional Inherited Members

- Static Public Member Functions inherited from filmThermoModel
static autoPtr< filmThermoModelNew (surfaceFilmRegionModel &film, const dictionary &dict)
 
- Protected Member Functions inherited from subModelBase
bool inLine () const
 
- Protected Attributes inherited from filmSubModelBase
surfaceFilmRegionModelfilmModel_
 
- Protected Attributes inherited from subModelBase
const word modelName_
 
dictionaryproperties_
 
const dictionary dict_
 
const word baseName_
 
const word modelType_
 
const dictionary coeffDict_
 

Detailed Description

Constant thermo model.

Source files

Definition at line 51 of file constantFilmThermo.H.

Constructor & Destructor Documentation

◆ constantFilmThermo()

constantFilmThermo ( surfaceFilmRegionModel film,
const dictionary dict 
)

Definition at line 58 of file constantFilmThermo.C.

References init().

Here is the call graph for this function:

◆ ~constantFilmThermo()

~constantFilmThermo ( )
virtual

Definition at line 91 of file constantFilmThermo.C.

Member Function Documentation

◆ TypeName()

TypeName ( "constant"  )

◆ name()

const word & name ( ) const
virtual

Implements filmThermoModel.

Definition at line 97 of file constantFilmThermo.C.

◆ rho() [1/2]

scalar rho ( const scalar  p,
const scalar  T 
) const
virtual

Implements filmThermoModel.

Definition at line 104 of file constantFilmThermo.C.

◆ mu() [1/2]

scalar mu ( const scalar  p,
const scalar  T 
) const
virtual

Implements filmThermoModel.

Definition at line 120 of file constantFilmThermo.C.

◆ sigma() [1/2]

scalar sigma ( const scalar  p,
const scalar  T 
) const
virtual

Implements filmThermoModel.

Definition at line 136 of file constantFilmThermo.C.

◆ Cp() [1/2]

scalar Cp ( const scalar  p,
const scalar  T 
) const
virtual

Implements filmThermoModel.

Definition at line 152 of file constantFilmThermo.C.

◆ kappa() [1/2]

scalar kappa ( const scalar  p,
const scalar  T 
) const
virtual

Implements filmThermoModel.

Definition at line 168 of file constantFilmThermo.C.

◆ D()

scalar D ( const scalar  p,
const scalar  T 
) const
virtual

Implements filmThermoModel.

Definition at line 184 of file constantFilmThermo.C.

◆ hl()

scalar hl ( const scalar  p,
const scalar  T 
) const
virtual

Implements filmThermoModel.

Definition at line 200 of file constantFilmThermo.C.

◆ pv()

scalar pv ( const scalar  p,
const scalar  T 
) const
virtual

Implements filmThermoModel.

Definition at line 216 of file constantFilmThermo.C.

◆ W()

scalar W ( ) const
virtual

◆ Tb()

scalar Tb ( const scalar  p) const
virtual

◆ rho() [2/2]

tmp< volScalarField > rho ( ) const
virtual

◆ mu() [2/2]

tmp< volScalarField > mu ( ) const
virtual

◆ sigma() [2/2]

tmp< volScalarField > sigma ( ) const
virtual

◆ Cp() [2/2]

tmp< volScalarField > Cp ( ) const
virtual

◆ kappa() [2/2]

tmp< volScalarField > kappa ( ) const
virtual

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