#include <Jeschar.H>


Public Member Functions | |
| TypeName ("Jeschar") | |
| Runtime type information. | |
| Jeschar (const dictionary &dict) | |
| Construct from a dictionary. | |
| virtual | ~Jeschar ()=default |
| Destructor. | |
| 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. | |
| virtual void | write (Ostream &os) const |
| Write. | |
| Public Member Functions inherited from MHFModel | |
| TypeName ("MHFModel") | |
| Runtime type information. | |
| declareRunTimeSelectionTable (autoPtr, MHFModel, dictionary,(const dictionary &dict),(dict)) | |
| Declare runtime construction. | |
| MHFModel ()=default | |
| Default construct. | |
| virtual | ~MHFModel ()=default |
| Destructor. | |
Additional Inherited Members | |
| Static Public Member Functions inherited from MHFModel | |
| static autoPtr< MHFModel > | New (const dictionary &dict) |
| Select default constructed. | |
| Jeschar | ( | const dictionary & | dict | ) |
Construct from a dictionary.
Definition at line 49 of file Jeschar.C.
References dict, and MHFModel::MHFModel().

|
virtualdefault |
| TypeName | ( | "Jeschar" | ) |
Runtime type information.
References dict.
|
virtual |
Calculate and return the minimum heat flux.
Implements MHFModel.
Definition at line 62 of file Jeschar.C.
References cells, g, L, Foam::mag(), phaseModel::name(), Foam::pow(), tmp< T >::ref(), basicThermo::rhoEoS(), liquid::sigma(), sigma(), Foam::sqrt(), and phaseModel::thermo().

|
virtual |
Write.
Reimplemented from MHFModel.
Definition at line 103 of file Jeschar.C.
References os(), and MHFModel::write().
