57 template<
class BasicThermophysicalTransportModel>
60 public BasicThermophysicalTransportModel
68 bool mixtureDiffusionCoefficients_;
88 typedef typename BasicThermophysicalTransportModel::alphaField
95 typedef typename BasicThermophysicalTransportModel::thermoModel
105 const momentumTransportModel& momentumTransport,
fluidReactionThermo & thermo
virtual tmp< fvScalarMatrix > divq(volScalarField &he) const
Return the source term for the energy equation.
virtual tmp< fvScalarMatrix > divj(volScalarField &Yi) const
Return the source term for the given specie mass-fraction equation.
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
BasicThermophysicalTransportModel::thermoModel thermoModel
virtual ~Fickian()
Destructor.
Fickian(const word &type, const momentumTransportModel &momentumTransport, const thermoModel &thermo)
Construct from a momentum transport model and a thermo model.
compressibleMomentumTransportModel momentumTransportModel
virtual tmp< surfaceScalarField > q() const
Return the heat flux [W/m^2].
BasicThermophysicalTransportModel::momentumTransportModel momentumTransportModel
virtual tmp< volScalarField > DEff(const volScalarField &Yi) const
Effective mass diffusion coefficient.
A class for handling words, derived from string.
virtual void correct()
Update the diffusion coefficients.
virtual tmp< surfaceScalarField > j(const volScalarField &Yi) const
Return the specie flux for the given specie mass-fraction [kg/m^2/s].
virtual bool read()
Read thermophysicalTransport dictionary.
A templated 1D list of pointers to objects of type <T>, where the size of the array is known and used...
fileType type(const fileName &, const bool checkVariants=true, const bool followLink=true)
Return the file type: directory or file.
A class for managing temporary objects.
BasicThermophysicalTransportModel::alphaField alphaField