1 Info<<
"Creating reaction model\n" <<
endl;
3 autoPtr<combustionModels::rhoCombustionModel>
reaction 8 rhoReactionThermo& thermo =
reaction->thermo();
11 basicMultiComponentMixture& composition = thermo.composition();
12 PtrList<volScalarField>& Y = composition.Y();
47 mesh.setFluxRequired(p.name());
49 Info <<
"Creating turbulence model.\n" <<
nl;
50 autoPtr<compressible::turbulenceModel>
turbulence 65 #include "readGravitationalAcceleration.H" 69 Info<<
"Reading field p_rgh\n" <<
endl;
86 Info<<
"Creating field dpdt\n" <<
endl;
99 Info<<
"Creating field kinetic energy K\n" <<
endl;
103 multivariateSurfaceInterpolationScheme<scalar>::fieldTable
fields;
109 fields.add(thermo.he());
125 #include "createMRF.H" autoPtr< compressible::turbulenceModel > turbulence
volScalarField p_rgh(IOobject("p_rgh", runTime.timeName(), mesh, IOobject::MUST_READ, IOobject::AUTO_WRITE), mesh)
Ostream & endl(Ostream &os)
Add newline and flush stream.
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.
Info<< "Creating reaction model\n"<< endl;autoPtr< combustionModels::psiCombustionModel > reaction(combustionModels::psiCombustionModel::New(mesh))
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.