fixedInterfacialArea dispersed-phase diameter model. The interfacial are is set by providing phase surface area divided by phase volume, AvbyAlpha, either as a constant value or as a field. More...


Public Member Functions | |
| TypeName ("fixedInterfacialArea") | |
| Runtime type information. More... | |
| fixedInterfacialArea (const dictionary &diameterProperties, const phaseModel &phase) | |
| Construct from dictionary and phase. More... | |
| virtual | ~fixedInterfacialArea () |
| Destructor. More... | |
| virtual tmp< volScalarField > | d () const |
| Get the diameter field. More... | |
| virtual tmp< volScalarField > | Av () const |
| Get the surface area per unit volume field. More... | |
| virtual bool | read (const dictionary &diameterProperties) |
| Read diameterProperties dictionary. More... | |
Public Member Functions inherited from diameterModel | |
| TypeName ("diameterModel") | |
| Runtime type information. More... | |
| declareRunTimeSelectionTable (autoPtr, diameterModel, dictionary,(const dictionary &diameterProperties, const phaseModel &phase),(diameterProperties, phase)) | |
| diameterModel (const dictionary &diameterProperties, const phaseModel &phase) | |
| Construct from dictionary and phase. More... | |
| virtual | ~diameterModel () |
| Destructor. More... | |
| const dictionary & | diameterProperties () const |
| Return the phase diameter properties dictionary. More... | |
| const phaseModel & | phase () const |
| Return the phase. More... | |
| virtual void | correct () |
| Correct the model. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from diameterModel | |
| static autoPtr< diameterModel > | New (const dictionary &diameterProperties, const phaseModel &phase) |
| Select from dictionary and phase. More... | |
fixedInterfacialArea dispersed-phase diameter model. The interfacial are is set by providing phase surface area divided by phase volume, AvbyAlpha, either as a constant value or as a field.
Definition at line 52 of file fixedInterfacialAreaDiameter.H.
| fixedInterfacialArea | ( | const dictionary & | diameterProperties, |
| const phaseModel & | phase | ||
| ) |
Construct from dictionary and phase.
Definition at line 43 of file fixedInterfacialAreaDiameter.C.
References diameterModel::diameterProperties(), and fixedInterfacialArea::read().

|
virtual |
Destructor.
Definition at line 59 of file fixedInterfacialAreaDiameter.C.
| TypeName | ( | "fixedInterfacialArea" | ) |
Runtime type information.
|
virtual |
Get the diameter field.
Implements diameterModel.
Definition at line 65 of file fixedInterfacialAreaDiameter.C.
References IOobject::groupName(), mesh, Foam::name(), and GeometricField< Type, GeoMesh, PrimitiveField >::New().

|
virtual |
Get the surface area per unit volume field.
Implements diameterModel.
Definition at line 83 of file fixedInterfacialAreaDiameter.C.
|
virtual |
Read diameterProperties dictionary.
Reimplemented from diameterModel.
Definition at line 96 of file fixedInterfacialAreaDiameter.C.
References IOobject::AUTO_WRITE, Foam::dimLength, Foam::endl(), IOobject::groupName(), Foam::Info, Foam::inv(), mesh, IOobject::MUST_READ, Foam::name(), and diameterModel::read().
Referenced by fixedInterfacialArea::fixedInterfacialArea().

