

Public Member Functions | |
| TypeName ("aspectRatioModel") | |
| Runtime type information. More... | |
| declareRunTimeSelectionTable (autoPtr, aspectRatioModel, dictionary,(const dictionary &dict, const phasePair &pair),(dict, pair)) | |
| aspectRatioModel (const dictionary &dict, const phasePair &pair) | |
| Construct from a dictionary and an ordered phase pair. More... | |
| virtual | ~aspectRatioModel () |
| Destructor. More... | |
| virtual tmp< volScalarField > | E () const =0 |
| Aspect ratio. More... | |
Static Public Member Functions | |
| static autoPtr< aspectRatioModel > | New (const dictionary &dict, const phasePair &pair) |
Protected Attributes | |
| const phasePair & | pair_ |
| Phase pair. More... | |
Definition at line 52 of file aspectRatioModel.H.
| aspectRatioModel | ( | const dictionary & | dict, |
| const phasePair & | pair | ||
| ) |
Construct from a dictionary and an ordered phase pair.
|
virtual |
Destructor.
| TypeName | ( | "aspectRatioModel" | ) |
Runtime type information.
| declareRunTimeSelectionTable | ( | autoPtr | , |
| aspectRatioModel | , | ||
| dictionary | , | ||
| (const dictionary &dict, const phasePair &pair) | , | ||
| (dict, pair) | |||
| ) |
|
static |
|
pure virtual |
Aspect ratio.
Implemented in Wellek, TomiyamaAspectRatio, VakhrushevEfremov, and constantAspectRatio.
|
protected |
Phase pair.
Definition at line 59 of file aspectRatioModel.H.