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


Public Types | |
| typedef BasicThermophysicalTransportModel::alphaField | alphaField |
| typedef BasicThermophysicalTransportModel::momentumTransportModel | momentumTransportModel |
| typedef BasicThermophysicalTransportModel::thermoModel | thermoModel |
Public Member Functions | |
| TypeName ("LES") | |
| Runtime type information. More... | |
| declareRunTimeSelectionTable (autoPtr, LESThermophysicalTransportModel, dictionary,(const momentumTransportModel &momentumTransport, const thermoModel &thermo),(momentumTransport, thermo)) | |
| LESThermophysicalTransportModel (const word &type, const momentumTransportModel &momentumTransport, const thermoModel &thermo) | |
| Construct from components. More... | |
| LESThermophysicalTransportModel (const LESThermophysicalTransportModel &)=delete | |
| Disallow default bitwise copy construction. More... | |
| virtual | ~LESThermophysicalTransportModel () |
| 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 LES transport coefficients if possible. More... | |
| virtual void | correct () |
| Solve the thermophysical transport model equations. More... | |
| void | operator= (const LESThermophysicalTransportModel &)=delete |
| Disallow default bitwise assignment. More... | |
Static Public Member Functions | |
| static autoPtr< LESThermophysicalTransportModel > | New (const momentumTransportModel &momentumTransport, const thermoModel &thermo) |
| Return a reference to the selected LES model. More... | |
Protected Member Functions | |
| const dictionary & | coeffDict () const |
| Const access to the coefficients dictionary. More... | |
Templated abstract base class for LES thermophysical transport models.
Definition at line 49 of file LESThermophysicalTransportModel.H.
| typedef BasicThermophysicalTransportModel::alphaField alphaField |
Definition at line 65 of file LESThermophysicalTransportModel.H.
| typedef BasicThermophysicalTransportModel::momentumTransportModel momentumTransportModel |
Definition at line 68 of file LESThermophysicalTransportModel.H.
| typedef BasicThermophysicalTransportModel::thermoModel thermoModel |
Definition at line 71 of file LESThermophysicalTransportModel.H.
| LESThermophysicalTransportModel | ( | const word & | type, |
| const momentumTransportModel & | momentumTransport, | ||
| const thermoModel & | thermo | ||
| ) |
Construct from components.
Definition at line 35 of file LESThermophysicalTransportModel.C.
|
delete |
Disallow default bitwise copy construction.
|
inlinevirtual |
Destructor.
Definition at line 121 of file LESThermophysicalTransportModel.H.
|
protected |
Const access to the coefficients dictionary.
Definition at line 140 of file LESThermophysicalTransportModel.C.
References Foam::type().

| TypeName | ( | "LES" | ) |
Runtime type information.
| declareRunTimeSelectionTable | ( | autoPtr | , |
| LESThermophysicalTransportModel< BasicThermophysicalTransportModel > | , | ||
| dictionary | , | ||
| (const momentumTransportModel &momentumTransport, const thermoModel &thermo) | , | ||
| (momentumTransport, thermo) | |||
| ) |
|
static |
Return a reference to the selected LES model.
|
virtual |
Read model coefficients if they have changed.
Definition at line 150 of file LESThermophysicalTransportModel.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 LES transport coefficients if possible.
without solving thermophysical transport model equations
Definition at line 157 of file LESThermophysicalTransportModel.C.
|
virtual |
Solve the thermophysical transport model equations.
and correct the LES transport coefficients
Definition at line 165 of file LESThermophysicalTransportModel.C.
References Foam::MULES::correct().

|
delete |
Disallow default bitwise assignment.