34 namespace laminarThermophysicalTransportModels
39 template<
class BasicThermophysicalTransportModel>
57 template<
class BasicThermophysicalTransportModel>
64 template<
class TurbulenceThermophysicalTransportModel>
72 <<
type() <<
" supports single component systems only, " <<
nl
73 <<
" for multi-component transport select"
81 template<
class TurbulenceThermophysicalTransportModel>
90 <<
type() <<
" supports single component systems only, " <<
nl
91 <<
" for multi-component transport select"
99 template<
class BasicThermophysicalTransportModel>
109 this->momentumTransport().alphaRhoPhi().
group()
116 template<
class BasicThermophysicalTransportModel>
131 template<
class BasicThermophysicalTransportModel>
149 template<
class BasicThermophysicalTransportModel>
156 <<
type() <<
" supports single component systems only, " <<
nl
157 <<
" for multi-component transport select"
165 template<
class BasicThermophysicalTransportModel>
173 <<
type() <<
" supports single component systems only, " <<
nl
174 <<
" for multi-component transport select"
182 template<
class BasicThermophysicalTransportModel>
187 <<
type() <<
" supports single component systems only, " <<
nl
188 <<
" for multi-component transport select"
196 template<
class BasicThermophysicalTransportModel>
201 BasicThermophysicalTransportModel
Generic GeometricField class.
static tmp< GeometricField< Type, GeoMesh, PrimitiveField > > New(const word &name, const Internal &, const PtrList< Patch > &, const HashPtrTable< Source > &=HashPtrTable< Source >())
Return a temporary field constructed from name,.
static word groupName(Name name, const word &group)
Templated abstract base class for laminar thermophysical transport models.
Fourier(const momentumTransportModel &momentumTransport, const thermoModel &thermo)
Construct from components.
virtual tmp< volScalarField > DEff(const volScalarField &Yi) const
Effective mass diffusion coefficient.
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.
virtual void predict()
Correct the Fourier viscosity.
virtual tmp< surfaceScalarField > j(const volScalarField &Yi) const
Return the specie flux for the given specie mass-fraction [kg/m^2/s].
virtual tmp< surfaceScalarField > q() const
Return the heat flux [W/m^2].
BasicThermophysicalTransportModel::thermoModel thermoModel
BasicThermophysicalTransportModel::momentumTransportModel momentumTransportModel
virtual bool read()
Read thermophysicalTransport dictionary.
A class for managing temporary objects.
#define FatalErrorInFunction
Report an error message using Foam::FatalError.
Calculate the laplacian of the given field.
Calculate the matrix for the laplacian of the field.
volScalarField alpha(IOobject("alpha", runTime.name(), mesh, IOobject::READ_IF_PRESENT, IOobject::AUTO_WRITE), lambda *max(Ua &U, zeroSensitivity))
const char *const group
Group name for atomic constants.
static tmp< SurfaceField< Type > > interpolate(const VolField< Type > &tvf, const surfaceScalarField &faceFlux, Istream &schemeData)
Interpolate field onto faces using scheme given by Istream.
tmp< VolField< Type > > laplacian(const VolField< Type > &vf, const word &name)
tmp< SurfaceField< Type > > snGrad(const VolField< Type > &vf, const word &name)
tmp< fvMatrix< Type > > laplacianCorrection(const VolField< scalar > &gamma, const VolField< Type > &vf)
errorManipArg< error, int > exit(error &err, const int errNo=1)
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