Public Member Functions | |
dispersedTurbulentDispersionModel (const dictionary &dict, const phaseInterface &interface) | |
virtual | ~dispersedTurbulentDispersionModel () |
Destructor. More... | |
const phaseCompressible::momentumTransportModel & | continuousTurbulence () const |
Return a reference to the turbulence model for the continuous phase. More... | |
Public Member Functions inherited from turbulentDispersionModel | |
TypeName ("turbulentDispersionModel") | |
Runtime type information. More... | |
declareRunTimeSelectionTable (autoPtr, turbulentDispersionModel, dictionary,(const dictionary &dict, const phaseInterface &interface),(dict, interface)) | |
turbulentDispersionModel (const dictionary &dict, const phaseInterface &interface) | |
Construct from a dictionary and an interface. More... | |
virtual | ~turbulentDispersionModel () |
Destructor. More... | |
virtual tmp< volScalarField > | D () const =0 |
Return the turbulent diffusivity multiplying the gradient of the. More... | |
Protected Attributes | |
const dispersedPhaseInterface | interface_ |
Interface. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from turbulentDispersionModel | |
static autoPtr< turbulentDispersionModel > | New (const dictionary &dict, const phaseInterface &interface, const bool outer=true) |
Static Public Attributes inherited from turbulentDispersionModel | |
static const dimensionSet | dimD |
Diffusivity dimensions. More... | |
static const bool | correctFixedFluxBCs = true |
Does this model require correcting on fixed flux boundaries? More... | |
Definition at line 53 of file dispersedTurbulentDispersionModel.H.
dispersedTurbulentDispersionModel | ( | const dictionary & | dict, |
const phaseInterface & | interface | ||
) |
Definition at line 30 of file dispersedTurbulentDispersionModel.C.
|
virtual |
Destructor.
Definition at line 47 of file dispersedTurbulentDispersionModel.C.
const Foam::phaseCompressible::momentumTransportModel & continuousTurbulence | ( | ) | const |
Return a reference to the turbulence model for the continuous phase.
Definition at line 55 of file dispersedTurbulentDispersionModel.C.
References IOobject::groupName(), objectRegistry::lookupObject(), and momentumTransportModel::mesh().
|
protected |
Interface.
Definition at line 62 of file dispersedTurbulentDispersionModel.H.