Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
standardPhaseChange Class Reference

Standard phase change model with modification for boiling. More...

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

Public Member Functions

 TypeName ("standardPhaseChange")
 
 standardPhaseChange (surfaceFilmRegionModel &film, const dictionary &dict)
 
virtual ~standardPhaseChange ()=default
 
virtual void correctModel (const scalar dt, scalarField &availableMass, scalarField &dMass, scalarField &dEnergy)
 
- Public Member Functions inherited from phaseChangeModel
 TypeName ("phaseChangeModel")
 
 declareRunTimeSelectionTable (autoPtr, phaseChangeModel, dictionary,(surfaceFilmRegionModel &film, const dictionary &dict),(film, dict))
 
 phaseChangeModel (surfaceFilmRegionModel &film)
 
 phaseChangeModel (const word &modelType, surfaceFilmRegionModel &film, const dictionary &dict)
 
virtual ~phaseChangeModel ()
 
virtual void correct (const scalar dt, scalarField &availableMass, volScalarField &dMass, volScalarField &dEnergy)
 
virtual void info (Ostream &os) const
 
- 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
 

Protected Member Functions

scalar Sh (const scalar Re, const scalar Sc) const
 
template<class YInfType >
void correctModel (const scalar dt, scalarField &availableMass, scalarField &dMass, scalarField &dEnergy, YInfType YInf)
 
 standardPhaseChange (const standardPhaseChange &)=delete
 
void operator= (const standardPhaseChange &)=delete
 
- Protected Member Functions inherited from subModelBase
bool inLine () const
 

Protected Attributes

const scalar deltaMin_
 
const scalar L_
 
const scalar TbFactor_
 
Switch YInfZero_
 
- Protected Attributes inherited from phaseChangeModel
scalar latestMassPC_
 
scalar totalMassPC_
 
- 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_
 

Additional Inherited Members

- Static Public Member Functions inherited from phaseChangeModel
static autoPtr< phaseChangeModelNew (surfaceFilmRegionModel &film, const dictionary &dict)
 

Detailed Description

Standard phase change model with modification for boiling.

Source files

Definition at line 50 of file standardPhaseChange.H.

Constructor & Destructor Documentation

◆ standardPhaseChange() [1/2]

standardPhaseChange ( const standardPhaseChange )
protecteddelete

◆ standardPhaseChange() [2/2]

standardPhaseChange ( surfaceFilmRegionModel film,
const dictionary dict 
)

Definition at line 69 of file standardPhaseChange.C.

◆ ~standardPhaseChange()

virtual ~standardPhaseChange ( )
virtualdefault

Member Function Documentation

◆ Sh()

scalar Sh ( const scalar  Re,
const scalar  Sc 
) const
protected

Definition at line 50 of file standardPhaseChange.C.

References Foam::cbrt(), Foam::pow(), Foam::Re(), and Foam::sqrt().

Here is the call graph for this function:

◆ correctModel() [1/2]

void correctModel ( const scalar  dt,
scalarField availableMass,
scalarField dMass,
scalarField dEnergy,
YInfType  YInf 
)
protected

◆ operator=()

void operator= ( const standardPhaseChange )
protecteddelete

◆ TypeName()

TypeName ( "standardPhaseChange"  )

◆ correctModel() [2/2]

void correctModel ( const scalar  dt,
scalarField availableMass,
scalarField dMass,
scalarField dEnergy 
)
virtual

Member Data Documentation

◆ deltaMin_

const scalar deltaMin_
protected

Definition at line 59 of file standardPhaseChange.H.

◆ L_

const scalar L_
protected

Definition at line 62 of file standardPhaseChange.H.

◆ TbFactor_

const scalar TbFactor_
protected

Definition at line 66 of file standardPhaseChange.H.

◆ YInfZero_

Switch YInfZero_
protected

Definition at line 69 of file standardPhaseChange.H.


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