1 Info<<
"Creating combustion model\n" <<
endl;
3 autoPtr<combustionModels::psiCombustionModel>
combustion 13 basicSpecieMixture& composition = thermo.composition();
14 PtrList<volScalarField>& Y = composition.Y();
16 const word
inertSpecie(thermo.lookup(
"inertSpecie"));
18 Info<<
"Creating field rho\n" <<
endl;
36 Info<<
"\nReading field U\n" <<
endl;
52 Info<<
"Creating turbulence model\n" <<
endl;
53 autoPtr<compressible::turbulenceModel>
turbulence 67 Info<<
"Creating field dpdt\n" <<
endl;
80 Info<<
"Creating field kinetic energy K\n" <<
endl;
84 #include "readGravitationalAcceleration.H" 107 multivariateSurfaceInterpolationScheme<scalar>::fieldTable
fields;
113 fields.add(thermo.he());
119 "additionalControls",
122 IOobject::MUST_READ_IF_MODIFIED,
129 additionalControlsDict.lookup(
"solvePrimaryRegion")
146 #include "createMRF.H" autoPtr< compressible::turbulenceModel > turbulence
Switch solvePrimaryRegion(additionalControlsDict.lookup("solvePrimaryRegion"))
Info<< "Creating combustion model\n"<< endl;autoPtr< combustionModels::psiCombustionModel > combustion(combustionModels::psiCombustionModel::New(mesh))
volScalarField p_rgh(IOobject("p_rgh", runTime.timeName(), mesh, IOobject::MUST_READ, IOobject::AUTO_WRITE), mesh)
SLGThermo slgThermo(mesh, thermo)
Ostream & endl(Ostream &os)
Add newline and flush stream.
tmp< GeometricField< Type, PatchField, GeoMesh > > T() const
Return transpose (only if it is a tensor field)
GeometricField< vector, fvPatchField, volMesh > volVectorField
CGAL::Exact_predicates_exact_constructions_kernel K
const word & executable() const
Name of executable without the path.
multivariateSurfaceInterpolationScheme< scalar >::fieldTable fields
tmp< DimensionedField< TypeR, GeoMesh > > New(const tmp< DimensionedField< TypeR, GeoMesh >> &tdf1, const word &name, const dimensionSet &dimensions)
GeometricField< scalar, fvPatchField, volMesh > volScalarField
volScalarField dQ(IOobject("dQ", runTime.timeName(), mesh, IOobject::NO_READ, IOobject::AUTO_WRITE), mesh, dimensionedScalar("dQ", dimEnergy/dimTime, 0.0))
volVectorField U(IOobject("U", runTime.timeName(), runTime, IOobject::NO_READ, IOobject::NO_WRITE), mesh, dimensionedVector("zero", dimVelocity, Zero))
dimensioned< scalar > magSqr(const dimensioned< Type > &)
const dimensionSet dimEnergy
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.
const volScalarField & gh
const dimensionSet dimTime(0, 0, 1, 0, 0, 0, 0)
Foam::argList args(argc, argv)
const word inertSpecie(thermo.lookup("inertSpecie"))
Creates and initialises the face-flux field phi.
IOdictionary additionalControlsDict(IOobject("additionalControls", runTime.constant(), mesh, IOobject::MUST_READ_IF_MODIFIED, IOobject::NO_WRITE))