Go to the documentation of this file. 1 Info<<
"Creating combustion model\n" <<
endl;
3 autoPtr<combustionModels::psiCombustionModel>
combustion
11 Info<<
"Reading thermophysical properties\n" <<
endl;
23 Info<<
"Creating field rho\n" <<
endl;
41 Info<<
"\nReading field U\n" <<
endl;
57 Info<<
"Creating turbulence model\n" <<
endl;
58 autoPtr<compressible::turbulenceModel>
turbulence
87 Info<<
"Creating field dpdt\n" <<
endl;
100 Info<<
"Creating field kinetic energy K\n" <<
endl;
104 #include "readGravitationalAcceleration.H"
127 multivariateSurfaceInterpolationScheme<scalar>::fieldTable
fields;
139 "additionalControls",
142 IOobject::MUST_READ_IF_MODIFIED,
autoPtr< BasicCompressibleTurbulenceModel > New(const volScalarField &rho, const volVectorField &U, const surfaceScalarField &phi, const typename BasicCompressibleTurbulenceModel::transportModel &transport, const word &propertiesName)
volScalarField dQ(IOobject("dQ", runTime.timeName(), mesh, IOobject::NO_READ, IOobject::AUTO_WRITE), mesh, dimensionedScalar("dQ", dimEnergy/dimTime, 0.0))
const dimensionSet dimEnergy
Info<< "Creating field dpdt\n"<< endl;volScalarField dpdt(IOobject("dpdt", runTime.timeName(), mesh), mesh, dimensionedScalar("dpdt", p.dimensions()/dimTime, 0));Info<< "Creating field kinetic energy K\n"<< endl;volScalarField K("K", 0.5 *magSqr(U));volScalarField p_rgh(IOobject("p_rgh", runTime.timeName(), mesh, IOobject::MUST_READ, IOobject::AUTO_WRITE), mesh);p_rgh=p - rho *gh;mesh.setFluxRequired(p_rgh.name());multivariateSurfaceInterpolationScheme< scalar >::fieldTable fields
IOdictionary additionalControlsDict(IOobject("additionalControls", runTime.constant(), mesh, IOobject::MUST_READ_IF_MODIFIED, IOobject::NO_WRITE))
const word inertSpecie(thermo.lookup("inertSpecie"))
Basic thermodynamics type based on the use of fitting functions for cp, h, s obtained from the templa...
Ostream & endl(Ostream &os)
Add newline and flush stream.
CGAL::Exact_predicates_exact_constructions_kernel K
const dimensionSet dimTime(0, 0, 1, 0, 0, 0, 0)
const word & executable() const
Name of executable without the path.
autoPtr< compressible::turbulenceModel > turbulence
const volScalarField & psi
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.
GeometricField< scalar, fvPatchField, volMesh > volScalarField
const volScalarField & gh
Creates and initialises the face-flux field phi.
GeometricField< vector, fvPatchField, volMesh > volVectorField
SLGThermo slgThermo(mesh, thermo)
Switch solvePrimaryRegion(additionalControlsDict.lookup("solvePrimaryRegion"))
basicMultiComponentMixture & composition
Info<< "Creating combustion model\n"<< endl;autoPtr< combustionModels::psiCombustionModel > combustion(combustionModels::psiCombustionModel::New(mesh))
Foam::argList args(argc, argv)
volVectorField U(IOobject("U", runTime.timeName(), mesh, IOobject::NO_READ, IOobject::AUTO_WRITE), Urel+SRF->U())
dimensioned< scalar > magSqr(const dimensioned< Type > &)
PtrList< volScalarField > & Y