35 #ifndef LESThermophysicalTransportModel_H
36 #define LESThermophysicalTransportModel_H
49 template<
class BasicThermophysicalTransportModel>
52 public BasicThermophysicalTransportModel
65 typedef typename BasicThermophysicalTransportModel::alphaField
71 typedef typename BasicThermophysicalTransportModel::thermoModel
90 (momentumTransport,
thermo)
Templated abstract base class for LES thermophysical transport models.
declareRunTimeSelectionTable(autoPtr, LESThermophysicalTransportModel, dictionary,(const momentumTransportModel &momentumTransport, const thermoModel &thermo),(momentumTransport, thermo))
BasicThermophysicalTransportModel::alphaField alphaField
LESThermophysicalTransportModel(const word &type, const momentumTransportModel &momentumTransport, const thermoModel &thermo)
Construct from components.
virtual void correct()
Solve the thermophysical transport model equations.
static autoPtr< LESThermophysicalTransportModel > New(const momentumTransportModel &momentumTransport, const thermoModel &thermo)
Return a reference to the selected LES model.
virtual tmp< volScalarField > kappaEff() const =0
Effective thermal turbulent conductivity.
virtual void predict()
Predict the LES transport coefficients if possible.
const dictionary & coeffDict() const
Const access to the coefficients dictionary.
void operator=(const LESThermophysicalTransportModel &)=delete
Disallow default bitwise assignment.
TypeName("LES")
Runtime type information.
BasicThermophysicalTransportModel::thermoModel thermoModel
virtual ~LESThermophysicalTransportModel()
Destructor.
BasicThermophysicalTransportModel::momentumTransportModel momentumTransportModel
virtual bool read()
Read model coefficients if they have changed.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
A list of keywords followed by any number of values (e.g. words and numbers) or sub-dictionaries.
A class for managing temporary objects.
A class for handling words, derived from string.
compressibleMomentumTransportModel momentumTransportModel
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
fileType type(const fileName &, const bool checkVariants=true, const bool followLink=true)
Return the file type: directory or file.
fluidMulticomponentThermo & thermo