35 #ifndef RASThermophysicalTransportModel_H 36 #define RASThermophysicalTransportModel_H 49 template<
class BasicThermophysicalTransportModel>
52 public BasicThermophysicalTransportModel
77 typedef typename BasicThermophysicalTransportModel::alphaField
83 typedef typename BasicThermophysicalTransportModel::thermoModel
99 const momentumTransportModel& momentumTransport,
102 (momentumTransport, thermo)
112 const momentumTransportModel& momentumTransport,
113 const thermoModel& thermo
128 const momentumTransportModel& momentumTransport,
129 const thermoModel& thermo
Switch printCoeffs_
Flag to print the model coeffs at run-time.
fluidReactionThermo & thermo
virtual bool read()
Read model coefficients if they have changed.
A list of keyword definitions, which are a keyword followed by any number of values (e...
declareRunTimeSelectionTable(autoPtr, RASThermophysicalTransportModel, dictionary,(const momentumTransportModel &momentumTransport, const thermoModel &thermo),(momentumTransport, thermo))
A simple wrapper around bool so that it can be read as a word: true/false, on/off, yes/no, y/n, t/f, or none/any.
TypeName("RAS")
Runtime type information.
dictionary coeffDict_
Model coefficients dictionary.
BasicThermophysicalTransportModel::thermoModel thermoModel
compressibleMomentumTransportModel momentumTransportModel
static autoPtr< RASThermophysicalTransportModel > New(const momentumTransportModel &momentumTransport, const thermoModel &thermo)
Return a reference to the selected RAS model.
BasicThermophysicalTransportModel::momentumTransportModel momentumTransportModel
A class for handling words, derived from string.
void operator=(const RASThermophysicalTransportModel &)=delete
Disallow default bitwise assignment.
virtual ~RASThermophysicalTransportModel()
Destructor.
Templated abstract base class for RAS thermophysical transport models.
dictionary RASDict_
RAS coefficients dictionary.
virtual void printCoeffs(const word &type)
Print model coefficients.
virtual tmp< volScalarField > alphaEff() const =0
Effective thermal turbulent diffusivity of mixture [kg/m/s].
virtual void correct()
Correct the RAS transport.
RASThermophysicalTransportModel(const word &type, const momentumTransportModel &momentumTransport, const thermoModel &thermo)
Construct from components.
fileType type(const fileName &, const bool checkVariants=true, const bool followLink=true)
Return the file type: directory or file.
virtual tmp< volScalarField > kappaEff() const =0
Effective thermal turbulent diffusivity for temperature.
BasicThermophysicalTransportModel::alphaField alphaField
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
A class for managing temporary objects.
virtual const dictionary & coeffDict() const
Const access to the coefficients dictionary.