Go to the documentation of this file. 1 Info<<
"Creating combustion model\n" <<
endl;
3 autoPtr<combustionModels::psiCombustionModel>
combustion
21 <<
"Specified inert specie '" <<
inertSpecie <<
"' not found in "
22 <<
"species list. Available species:" <<
composition.species()
30 multivariateSurfaceInterpolationScheme<scalar>::fieldTable
fields;
82 Info<<
"\nReading field U\n" <<
endl;
98 mesh.setFluxRequired(
p.name());
100 Info<<
"Creating turbulence model\n" <<
endl;
101 autoPtr<compressible::turbulenceModel>
turbulence
115 Info<<
"Creating field dpdt\n" <<
endl;
128 Info<<
"Creating field kinetic energy K\n" <<
endl;
const dimensionSet dimPressure
autoPtr< BasicCompressibleTurbulenceModel > New(const volScalarField &rho, const volVectorField &U, const surfaceScalarField &phi, const typename BasicCompressibleTurbulenceModel::transportModel &transport, const word &propertiesName)
volScalarField rhoEffLagrangian(IOobject("rhoEffLagrangian", runTime.timeName(), mesh, IOobject::NO_READ, IOobject::AUTO_WRITE), mesh, dimensionedScalar("zero", dimDensity, 0.0))
volScalarField dQ(IOobject("dQ", runTime.timeName(), mesh, IOobject::NO_READ, IOobject::AUTO_WRITE), mesh, dimensionedScalar("dQ", dimEnergy/dimTime, 0.0))
const dimensionSet dimEnergy
const dimensionSet dimDensity
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
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
volScalarField pDyn(IOobject("pDyn", runTime.timeName(), mesh, IOobject::NO_READ, IOobject::AUTO_WRITE), mesh, dimensionedScalar("zero", dimPressure, 0.0))
Creates and initialises the face-flux field phi.
errorManipArg< error, int > exit(error &err, const int errNo=1)
GeometricField< vector, fvPatchField, volMesh > volVectorField
#define FatalErrorInFunction
Report an error message using Foam::FatalError.
SLGThermo slgThermo(mesh, thermo)
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