Model for deviations in the shape of the dispersed phase from spherical. Just a sub-model modifier, typically for the drag model. Not a proper part of the diameter/shape modelling in the phase models. More...
Public Member Functions | |
TypeName ("aspectRatioModel") | |
Runtime type information. More... | |
declareRunTimeSelectionTable (autoPtr, aspectRatioModel, dictionary,(const dictionary &dict, const phaseInterface &interface),(dict, interface)) | |
aspectRatioModel (const dictionary &dict, const phaseInterface &interface) | |
Construct from a dictionary and an interface. 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 phaseInterface &interface) |
Protected Attributes | |
const dispersedPhaseInterface | interface_ |
Interface. More... | |
Model for deviations in the shape of the dispersed phase from spherical. Just a sub-model modifier, typically for the drag model. Not a proper part of the diameter/shape modelling in the phase models.
Definition at line 54 of file aspectRatioModel.H.
aspectRatioModel | ( | const dictionary & | dict, |
const phaseInterface & | interface | ||
) |
Construct from a dictionary and an interface.
Definition at line 39 of file aspectRatioModel.C.
|
virtual |
Destructor.
Definition at line 51 of file aspectRatioModel.C.
TypeName | ( | "aspectRatioModel" | ) |
Runtime type information.
declareRunTimeSelectionTable | ( | autoPtr | , |
aspectRatioModel | , | ||
dictionary | , | ||
(const dictionary &dict, const phaseInterface &interface) | , | ||
(dict, interface) | |||
) |
|
static |
Definition at line 32 of file aspectRatioModelNew.C.
References dict, Foam::endl(), Foam::exit(), Foam::FatalError, FatalErrorInFunction, Foam::Info, and phaseInterface::name().
|
pure virtual |
Aspect ratio.
Implemented in Wellek, VakhrushevEfremov, TomiyamaAspectRatio, and constantAspectRatio.
|
protected |
Interface.
Definition at line 61 of file aspectRatioModel.H.