30 template<
class MomentumTransportModel,
class ThermoModel>
48 template<
class MomentumTransportModel,
class ThermoModel>
Templated abstract base class for multiphase compressible turbulence models.
fluidReactionThermo & thermo
autoPtr< CompressibleMomentumTransportModel > New(const volScalarField &rho, const volVectorField &U, const surfaceScalarField &phi, const viscosity &viscosity)
static autoPtr< PhaseThermophysicalTransportModel > New(const momentumTransportModel &momentumTransport, const thermoModel &thermo)
Return a reference to the selected turbulence model.
Templated base class for multiphase thermophysical transport models.
Templated abstract base class for thermophysical transport models.
PhaseThermophysicalTransportModel(const momentumTransportModel &momentumTransport, const thermoModel &thermo)
Construct.
transportThermoModel thermoModel
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...