Go to the documentation of this file. 1 Info<<
"Reading thermophysical properties\n" <<
endl;
13 Info<<
"Adding coordinateSystem\n" <<
endl;
18 coordinateSystem::typeName_()
21 tmp<volVectorField> tkappaByCp =
thermo.Kappa()/
thermo.Cp();
37 zeroGradientFvPatchSymmTensorField::typeName
42 aniAlpha.primitiveFieldRef() =
48 aniAlpha.correctBoundaryConditions();
95 if (
mesh.solutionDict().found(
"SIMPLE"))
98 mesh.solutionDict().subDict(
"SIMPLE").getOrDefault<
bool>
100 "meshFluxCorrection", false
103 else if (
mesh.solutionDict().found(
"PIMPLE"))
106 mesh.solutionDict().subDict(
"PIMPLE").getOrDefault<
bool>
108 "meshFluxCorrection", false
dimensioned< symmTensor > dimensionedSymmTensor
Dimensioned tensor obtained from generic dimensioned type.
static constexpr const zero Zero
Basic thermodynamics type based on the use of fitting functions for cp, h, s obtained from the templa...
Ostream & endl(Ostream &os)
IOobject betavSolidIO("betavSolid", runTime.timeName(), mesh, IOobject::MUST_READ, IOobject::AUTO_WRITE)
GeometricField< symmTensor, fvPatchField, volMesh > volSymmTensorField
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.
GeometricField< scalar, fvPatchField, volMesh > volScalarField
autoPtr< volScalarField > betavPtr
tmp< DimensionedField< TypeR, GeoMesh > > New(const tmp< DimensionedField< TypeR, GeoMesh >> &tdf1, const word &name, const dimensionSet &dimensions)
tmp< volScalarField > trho
autoPtr< volSymmTensorField > taniAlpha
autoPtr< coordinateSystem > coordinatesPtr
const dimensionSet dimless
Info<< "Reading thermophysical properties\n"<< endl;autoPtr< psiReactionThermo > pThermo(psiReactionThermo::New(mesh))