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 TurbulenceThermophysicalTransportModel>
107 <<
type() <<
" supports single component systems only, " <<
nl
108 <<
" for multi-component transport select"
116 template<
class TurbulenceThermophysicalTransportModel>
125 <<
type() <<
" supports single component systems only, " <<
nl
126 <<
" for multi-component transport select"
134 template<
class BasicThermophysicalTransportModel>
144 this->
thermo().phaseName()
151 template<
class BasicThermophysicalTransportModel>
166 template<
class BasicThermophysicalTransportModel>
184 template<
class BasicThermophysicalTransportModel>
191 <<
type() <<
" supports single component systems only, " <<
nl
192 <<
" for multi-component transport select"
200 template<
class BasicThermophysicalTransportModel>
208 <<
type() <<
" supports single component systems only, " <<
nl
209 <<
" for multi-component transport select"
217 template<
class BasicThermophysicalTransportModel>
222 <<
type() <<
" supports single component systems only, " <<
nl
223 <<
" for multi-component transport select"
231 template<
class BasicThermophysicalTransportModel>
236 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
virtual tmp< volScalarField > D(const volScalarField &Yi) const
Mass diffusivity.
BasicThermophysicalTransportModel::momentumTransportModel momentumTransportModel
virtual bool read()
Read thermophysicalTransport dictionary.
A class for managing temporary objects.
Template function which returns the un-mangled name of a given type. Useful for types which do not ha...
#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))
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