Constant value aspect ratio model. More...
Public Member Functions | |
TypeName ("constant") | |
Runtime type information. More... | |
constantAspectRatio (const dictionary &dict, const phasePair &pair) | |
Construct from a dictionary and an ordered phase pair. More... | |
virtual | ~constantAspectRatio () |
Destructor. More... | |
virtual tmp< volScalarField > | E () const |
Aspect ratio. More... | |
TypeName ("constant") | |
Runtime type information. More... | |
constantAspectRatio (const dictionary &dict, const phasePair &pair) | |
Construct from a dictionary and an ordered phase pair. More... | |
virtual | ~constantAspectRatio () |
Destructor. More... | |
virtual tmp< volScalarField > | E () const |
Aspect ratio. More... | |
![]() | |
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 ()=default |
Destructor. More... | |
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 ()=default |
Destructor. More... | |
Additional Inherited Members | |
![]() | |
static autoPtr< aspectRatioModel > | New (const dictionary &dict, const phasePair &pair) |
static autoPtr< aspectRatioModel > | New (const dictionary &dict, const phasePair &pair) |
![]() | |
const phasePair & | pair_ |
Phase pair. More... | |
Constant value aspect ratio model.
Definition at line 52 of file constantAspectRatio.H.
constantAspectRatio | ( | const dictionary & | dict, |
const phasePair & | pair | ||
) |
Construct from a dictionary and an ordered phase pair.
Definition at line 52 of file constantAspectRatio.C.
|
virtual |
Destructor.
Definition at line 64 of file constantAspectRatio.C.
constantAspectRatio | ( | const dictionary & | dict, |
const phasePair & | pair | ||
) |
Construct from a dictionary and an ordered phase pair.
|
virtual |
Destructor.
TypeName | ( | "constant" | ) |
Runtime type information.
|
virtual |
Aspect ratio.
Implements aspectRatioModel.
Definition at line 71 of file constantAspectRatio.C.
References mesh, and GeometricField< scalar, fvPatchField, volMesh >::New().
TypeName | ( | "constant" | ) |
Runtime type information.
|
virtual |
Aspect ratio.
Implements aspectRatioModel.