Templated abstract base class for RAS thermophysical transport models. More...


Public Types | |
| typedef BasicThermophysicalTransportModel::alphaField | alphaField |
| typedef BasicThermophysicalTransportModel::momentumTransportModel | momentumTransportModel |
| typedef BasicThermophysicalTransportModel::thermoModel | thermoModel |
Public Member Functions | |
| TypeName ("RAS") | |
| Runtime type information. More... | |
| declareRunTimeSelectionTable (autoPtr, RASThermophysicalTransportModel, dictionary,(const momentumTransportModel &momentumTransport, const thermoModel &thermo),(momentumTransport, thermo)) | |
| RASThermophysicalTransportModel (const word &type, const momentumTransportModel &momentumTransport, const thermoModel &thermo) | |
| Construct from components. More... | |
| RASThermophysicalTransportModel (const RASThermophysicalTransportModel &)=delete | |
| Disallow default bitwise copy construction. More... | |
| virtual | ~RASThermophysicalTransportModel () |
| Destructor. More... | |
| virtual bool | read () |
| Read model coefficients if they have changed. More... | |
| virtual tmp< volScalarField > | kappaEff () const =0 |
| Effective thermal turbulent conductivity. More... | |
| virtual tmp< scalarField > | kappaEff (const label patchi) const =0 |
| Effective thermal turbulent conductivity. More... | |
| virtual void | predict () |
| Predict the RAS transport coefficients if possible. More... | |
| virtual void | correct () |
| Solve the thermophysical transport model equations. More... | |
| void | operator= (const RASThermophysicalTransportModel &)=delete |
| Disallow default bitwise assignment. More... | |
Static Public Member Functions | |
| static autoPtr< RASThermophysicalTransportModel > | New (const momentumTransportModel &momentumTransport, const thermoModel &thermo) |
| Return a reference to the selected RAS model. More... | |
Protected Member Functions | |
| const dictionary & | coeffDict () const |
| Const access to the coefficients dictionary. More... | |
Templated abstract base class for RAS thermophysical transport models.
Definition at line 49 of file RASThermophysicalTransportModel.H.
| typedef BasicThermophysicalTransportModel::alphaField alphaField |
Definition at line 65 of file RASThermophysicalTransportModel.H.
| typedef BasicThermophysicalTransportModel::momentumTransportModel momentumTransportModel |
Definition at line 68 of file RASThermophysicalTransportModel.H.
| typedef BasicThermophysicalTransportModel::thermoModel thermoModel |
Definition at line 71 of file RASThermophysicalTransportModel.H.
| RASThermophysicalTransportModel | ( | const word & | type, |
| const momentumTransportModel & | momentumTransport, | ||
| const thermoModel & | thermo | ||
| ) |
Construct from components.
Definition at line 35 of file RASThermophysicalTransportModel.C.
|
delete |
Disallow default bitwise copy construction.
|
inlinevirtual |
Destructor.
Definition at line 121 of file RASThermophysicalTransportModel.H.
|
protected |
Const access to the coefficients dictionary.
Definition at line 154 of file RASThermophysicalTransportModel.C.
References Foam::type().

| TypeName | ( | "RAS" | ) |
Runtime type information.
| declareRunTimeSelectionTable | ( | autoPtr | , |
| RASThermophysicalTransportModel< BasicThermophysicalTransportModel > | , | ||
| dictionary | , | ||
| (const momentumTransportModel &momentumTransport, const thermoModel &thermo) | , | ||
| (momentumTransport, thermo) | |||
| ) |
|
static |
Return a reference to the selected RAS model.
|
virtual |
Read model coefficients if they have changed.
Definition at line 164 of file RASThermophysicalTransportModel.C.
References Foam::blockMeshTools::read().

|
pure virtual |
Effective thermal turbulent conductivity.
of mixture [W/m/K]
|
pure virtual |
Effective thermal turbulent conductivity.
of mixture for patch [W/m/K]
|
virtual |
Predict the RAS transport coefficients if possible.
without solving thermophysical transport model equations
Definition at line 171 of file RASThermophysicalTransportModel.C.
|
virtual |
Solve the thermophysical transport model equations.
and correct the RAS transport coefficients
Definition at line 179 of file RASThermophysicalTransportModel.C.
References Foam::MULES::correct().

|
delete |
Disallow default bitwise assignment.