34 namespace turbulenceThermophysicalTransportModels
39 template<
class TurbulenceThermophysicalTransportModel>
43 this->momentumTransport().rho()
44 *this->momentumTransport().nut()/Prt_;
45 alphat_.correctBoundaryConditions();
51 template<
class TurbulenceThermophysicalTransportModel>
59 TurbulenceThermophysicalTransportModel
78 momentumTransport.
mesh(),
82 momentumTransport.
mesh()
89 template<
class TurbulenceThermophysicalTransportModel>
94 Prt_.read(this->typeDict());
105 template<
class TurbulenceThermophysicalTransportModel>
113 <<
type() <<
" supports single component systems only, " <<
nl
114 <<
" for multi-component transport select"
115 " nonUnityLewisEddyDiffusivity or unityLewisEddyDiffusivity"
122 template<
class TurbulenceThermophysicalTransportModel>
131 <<
type() <<
" supports single component systems only, " <<
nl
132 <<
" for multi-component transport select"
133 " nonUnityLewisEddyDiffusivity or unityLewisEddyDiffusivity"
140 template<
class TurbulenceThermophysicalTransportModel>
148 <<
type() <<
" supports single component systems only, " <<
nl
149 <<
" for multi-component transport select"
150 " nonUnityLewisEddyDiffusivity or unityLewisEddyDiffusivity"
157 template<
class TurbulenceThermophysicalTransportModel>
166 <<
type() <<
" supports single component systems only, " <<
nl
167 <<
" for multi-component transport select"
168 " nonUnityLewisEddyDiffusivity or unityLewisEddyDiffusivity"
175 template<
class TurbulenceThermophysicalTransportModel>
184 this->
thermo().phaseName()
192 template<
class TurbulenceThermophysicalTransportModel>
207 template<
class TurbulenceThermophysicalTransportModel>
222 template<
class TurbulenceThermophysicalTransportModel>
230 <<
type() <<
" supports single component systems only, " <<
nl
231 <<
" for multi-component transport select"
232 " nonUnityLewisEddyDiffusivity or unityLewisEddyDiffusivity"
239 template<
class TurbulenceThermophysicalTransportModel>
248 <<
type() <<
" supports single component systems only, " <<
nl
249 <<
" for multi-component transport select"
250 " nonUnityLewisEddyDiffusivity or unityLewisEddyDiffusivity"
257 template<
class TurbulenceThermophysicalTransportModel>
265 <<
type() <<
" supports single component systems only, " <<
nl
266 <<
" for multi-component transport select"
267 " nonUnityLewisEddyDiffusivity or unityLewisEddyDiffusivity"
274 template<
class TurbulenceThermophysicalTransportModel>
277 TurbulenceThermophysicalTransportModel::predict();
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,.
IOobject defines the attributes of an object for which implicit objectRegistry management is supporte...
static word groupName(Name name, const word &group)
A class for managing temporary objects.
virtual tmp< volScalarField > DEff(const volScalarField &Yi) const
Effective mass diffusion coefficient.
TurbulenceThermophysicalTransportModel::thermoModel thermoModel
virtual tmp< fvScalarMatrix > divq(volScalarField &he) const
Return the source term for the energy equation.
eddyDiffusivity(const momentumTransportModel &momentumTransport, const thermoModel &thermo, const word &type=typeName)
Construct from a momentum transport model and a thermo model.
virtual void correctAlphat()
virtual tmp< fvScalarMatrix > divj(volScalarField &Yi) const
Return the source term for the given specie mass-fraction equation.
virtual void predict()
Correct the eddyDiffusivity viscosity.
virtual tmp< surfaceScalarField > j(const volScalarField &Yi) const
Return the specie flux for the given specie mass-fraction [kg/m^2/s].
TurbulenceThermophysicalTransportModel::momentumTransportModel momentumTransportModel
virtual tmp< surfaceScalarField > q() const
Return the heat flux [W/m^2].
virtual tmp< volScalarField > D(const volScalarField &Yi) const
Mass diffusivity.
virtual bool read()
Read thermophysicalTransport dictionary.
A class for handling words, derived from string.
Foam::fvMesh mesh(Foam::IOobject(regionName, runTime.name(), runTime, Foam::IOobject::MUST_READ), false)
#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)
const dimensionSet & dimless
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
word name(const LagrangianState state)
Return a string representation of a Lagrangian state enumeration.
void T(GeometricField< Type, GeoMesh, PrimitiveField1 > &gf, const GeometricField< Type, GeoMesh, PrimitiveField2 > &gf1)
fileType type(const fileName &, const bool checkVariants=true, const bool followLink=true)
Return the file type: directory or file.
fluidMulticomponentThermo & thermo