Public Member Functions | |
| TypeName ("Spiegler") | |
| Runtime type information. More... | |
| Spiegler (const dictionary &dict) | |
| Construct from a dictionary. More... | |
| virtual | ~Spiegler () |
| Destructor. More... | |
| virtual tmp< scalarField > | TLeid (const phaseModel &liquid, const phaseModel &vapor, const label patchi, const scalarField &Tl, const scalarField &Tsatw, const scalarField &L) const |
| Calculate and return the nucleation-site density. More... | |
| virtual void | write (Ostream &os) const |
Public Member Functions inherited from LeidenfrostModel | |
| TypeName ("LeidenfrostModel") | |
| Runtime type information. More... | |
| declareRunTimeSelectionTable (autoPtr, LeidenfrostModel, dictionary,(const dictionary &dict),(dict)) | |
| Declare runtime construction. More... | |
| LeidenfrostModel () | |
| Construct null. More... | |
| virtual | ~LeidenfrostModel () |
| Destructor. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from LeidenfrostModel | |
| static autoPtr< LeidenfrostModel > | New (const dictionary &dict) |
| Select null constructed. More... | |
Definition at line 61 of file Spiegler.H.
| Spiegler | ( | const dictionary & | dict | ) |
Construct from a dictionary.
Definition at line 55 of file Spiegler.C.
|
virtual |
Destructor.
Definition at line 66 of file Spiegler.C.
| TypeName | ( | "Spiegler" | ) |
Runtime type information.
|
virtual |
Calculate and return the nucleation-site density.
Implements LeidenfrostModel.
Definition at line 74 of file Spiegler.C.
References GeometricField< Type, PatchField, GeoMesh >::boundaryField(), basicThermo::p(), and phaseModel::thermo().
|
virtual |
Reimplemented from LeidenfrostModel.
Definition at line 95 of file Spiegler.C.
References LeidenfrostModel::write(), and Ostream::writeEntry().