1 #include "readGravitationalAcceleration.H" 3 Info<<
"Creating combustion model\n" <<
endl;
5 autoPtr<combustionModels::rhoCombustionModel>
combustion 15 basicSpecieMixture& composition = thermo.composition();
16 PtrList<volScalarField>& Y = composition.Y();
18 const word
inertSpecie(thermo.lookup(
"inertSpecie"));
23 <<
"Specified inert specie '" <<
inertSpecie <<
"' not found in " 24 <<
"species list. Available species:" << composition.species()
43 Info<<
"\nReading field U\n" <<
endl;
59 mesh.setFluxRequired(p.name());
63 dimensionedScalar::lookupOrDefault
74 dimensionedScalar::lookupOrDefault
83 Info<<
"Creating turbulence model\n" <<
endl;
84 autoPtr<compressible::turbulenceModel>
turbulence 98 Info<<
"Creating multi-variate interpolation scheme\n" <<
endl;
99 multivariateSurfaceInterpolationScheme<scalar>::fieldTable
fields;
105 fields.add(thermo.he());
121 #include "createMRF.H" autoPtr< compressible::turbulenceModel > turbulence
PtrList< dimensionedScalar > rhoMax(fluidRegions.size())
Info<< "Creating combustion model\n"<< endl;autoPtr< combustionModels::psiCombustionModel > combustion(combustionModels::psiCombustionModel::New(mesh))
errorManipArg< error, int > exit(error &err, const int errNo=1)
#define FatalErrorInFunction
Report an error message using Foam::FatalError.
SLGThermo slgThermo(mesh, thermo)
PtrList< dimensionedScalar > rhoMin(fluidRegions.size())
Ostream & endl(Ostream &os)
Add newline and flush stream.
GeometricField< vector, fvPatchField, volMesh > volVectorField
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))
const dimensionSet dimEnergy
const dimensionSet dimDensity
const dictionary & simple
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.
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.