1 Info<<
"Creating reaction model\n" <<
endl;
3 autoPtr<combustionModels::psiCombustionModel>
reaction 8 psiReactionThermo& thermo =
reaction->thermo();
11 basicMultiComponentMixture& composition = thermo.composition();
12 PtrList<volScalarField>& Y = composition.Y();
48 dimensionedScalar::lookupOrDefault
59 dimensionedScalar::lookupOrDefault
68 mesh.setFluxRequired(p.name());
70 Info <<
"Creating turbulence model.\n" <<
nl;
71 autoPtr<compressible::turbulenceModel>
turbulence 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
PtrList< dimensionedScalar > rhoMax(fluidRegions.size())
PtrList< dimensionedScalar > rhoMin(fluidRegions.size())
const dictionary & pimple
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
const dimensionSet dimDensity
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 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.