Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
waxSolventEvaporation Class Reference
Inheritance diagram for waxSolventEvaporation:
Inheritance graph
[legend]
Collaboration diagram for waxSolventEvaporation:
Collaboration graph
[legend]

Public Member Functions

 TypeName ("waxSolventEvaporation")
 
 waxSolventEvaporation (surfaceFilmRegionModel &film, const dictionary &dict)
 
virtual ~waxSolventEvaporation ()
 
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)
 
- Protected Member Functions inherited from subModelBase
bool inLine () const
 

Protected Attributes

uniformDimensionedScalarField Wwax_
 
uniformDimensionedScalarField Wsolvent_
 
uniformDimensionedScalarField Ysolvent0_
 
volScalarField Ysolvent_
 
const scalar deltaMin_
 
const scalar L_
 
const scalar TbFactor_
 
bool YInfZero_
 
autoPtr< Function1< scalar > > activityCoeff_
 
- 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

Definition at line 52 of file waxSolventEvaporation.H.

Constructor & Destructor Documentation

◆ waxSolventEvaporation()

Definition at line 74 of file waxSolventEvaporation.C.

◆ ~waxSolventEvaporation()

~waxSolventEvaporation ( )
virtual

Definition at line 136 of file waxSolventEvaporation.C.

Member Function Documentation

◆ Sh()

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

Definition at line 55 of file waxSolventEvaporation.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

◆ TypeName()

TypeName ( "waxSolventEvaporation"  )

◆ correctModel() [2/2]

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

Member Data Documentation

◆ Wwax_

Definition at line 70 of file waxSolventEvaporation.H.

◆ Wsolvent_

uniformDimensionedScalarField Wsolvent_
protected

Definition at line 73 of file waxSolventEvaporation.H.

◆ Ysolvent0_

uniformDimensionedScalarField Ysolvent0_
protected

Definition at line 76 of file waxSolventEvaporation.H.

◆ Ysolvent_

volScalarField Ysolvent_
protected

Definition at line 79 of file waxSolventEvaporation.H.

◆ deltaMin_

const scalar deltaMin_
protected

Definition at line 82 of file waxSolventEvaporation.H.

◆ L_

const scalar L_
protected

Definition at line 85 of file waxSolventEvaporation.H.

◆ TbFactor_

const scalar TbFactor_
protected

Definition at line 89 of file waxSolventEvaporation.H.

◆ YInfZero_

bool YInfZero_
protected

Definition at line 92 of file waxSolventEvaporation.H.

◆ activityCoeff_

autoPtr<Function1<scalar> > activityCoeff_
protected

Definition at line 95 of file waxSolventEvaporation.H.


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