Public Member Functions | |
TypeName ("Jeschar") | |
Runtime type information. More... | |
Jeschar (const dictionary &dict) | |
Construct from a dictionary. More... | |
virtual | ~Jeschar ()=default |
Destructor. More... | |
virtual tmp< scalarField > | MHF (const phaseModel &liquid, const phaseModel &vapor, const label patchi, const scalarField &Tl, const scalarField &Tsatw, const scalarField &L) const |
Calculate and return the minimum heat flux. More... | |
virtual void | write (Ostream &os) const |
Write. More... | |
![]() | |
TypeName ("MHFModel") | |
Runtime type information. More... | |
declareRunTimeSelectionTable (autoPtr, MHFModel, dictionary,(const dictionary &dict),(dict)) | |
Declare runtime construction. More... | |
MHFModel ()=default | |
Default construct. More... | |
virtual | ~MHFModel ()=default |
Destructor. More... | |
virtual tmp< scalarField > | MHF (const phaseModel &liquid, const phaseModel &vapor, const label patchi, const scalarField &Tl, const scalarField &Tsatw, const scalarField &L) const =0 |
Calculate and return the minimum heat flux. More... | |
virtual void | write (Ostream &os) const |
Write. More... | |
Additional Inherited Members | |
![]() | |
static autoPtr< MHFModel > | New (const dictionary &dict) |
Select default constructed. More... | |
Jeschar | ( | const dictionary & | dict | ) |
|
virtualdefault |
Destructor.
TypeName | ( | "Jeschar" | ) |
Runtime type information.
|
virtual |
Calculate and return the minimum heat flux.
Implements MHFModel.
Definition at line 69 of file Jeschar.C.
References cells, g, L, Foam::mag(), phaseModel::name(), Foam::pow(), tmp< T >::ref(), basicThermo::rhoEoS(), liquid::sigma(), Foam::sqrt(), and phaseModel::thermo().
|
virtual |
Write.
Reimplemented from MHFModel.
Definition at line 110 of file Jeschar.C.
References os(), and ObukhovLength::write().