Go to the documentation of this file. 1 Info<<
"Reading thermophysical properties\n" <<
endl;
3 autoPtr<psiuReactionThermo>
pThermo
31 Info<<
"\nReading field U\n" <<
endl;
47 mesh.setFluxRequired(
p.name());
49 Info<<
"Creating turbulence model\n" <<
endl;
52 compressible::New<compressible::RASModel>
62 Info<<
"Creating field dpdt\n" <<
endl;
75 Info<<
"Creating field kinetic energy K\n" <<
endl;
79 Info<<
"Creating the unstrained laminar flame speed\n" <<
endl;
86 Info<<
"Reading strained laminar flame speed field Su\n" <<
endl;
100 Info<<
"Reading field betav\n" <<
endl;
106 mesh.facesInstance(),
114 Info<<
"Reading field Lobs\n" <<
endl;
120 mesh.facesInstance(),
128 Info<<
"Reading field CT\n" <<
endl;
134 mesh.facesInstance(),
142 Info<<
"Reading field Nv\n" <<
endl;
148 mesh.facesInstance(),
156 Info<<
"Reading field nsv\n" <<
endl;
162 mesh.facesInstance(),
170 IOdictionary PDRProperties
177 IOobject::MUST_READ_IF_MODIFIED,
204 Info<<
"Calculating turbulent flame speed field St\n" <<
endl;
219 multivariateSurfaceInterpolationScheme<scalar>::fieldTable
fields;
Info<< "Reading strained laminar flame speed field Su\n"<< endl;volScalarField Su(IOobject("Su", runTime.timeName(), mesh, IOobject::MUST_READ, IOobject::AUTO_WRITE), mesh);Info<< "Reading field betav\n"<< endl;volScalarField betav(IOobject("betav", mesh.facesInstance(), mesh, IOobject::MUST_READ, IOobject::NO_WRITE), mesh);Info<< "Reading field Lobs\n"<< endl;volScalarField Lobs(IOobject("Lobs", mesh.facesInstance(), mesh, IOobject::MUST_READ, IOobject::NO_WRITE), mesh);Info<< "Reading field CT\n"<< endl;volSymmTensorField CT(IOobject("CT", mesh.facesInstance(), mesh, IOobject::MUST_READ, IOobject::NO_WRITE), mesh);Info<< "Reading field Nv\n"<< endl;volScalarField Nv(IOobject("Nv", mesh.facesInstance(), mesh, IOobject::MUST_READ, IOobject::NO_WRITE), mesh);Info<< "Reading field nsv\n"<< endl;volSymmTensorField nsv(IOobject("nsv", mesh.facesInstance(), mesh, IOobject::MUST_READ, IOobject::NO_WRITE), mesh);IOdictionary PDRProperties(IOobject("PDRProperties", runTime.constant(), mesh, IOobject::MUST_READ_IF_MODIFIED, IOobject::NO_WRITE));autoPtr< PDRDragModel > drag
Info<< "Reading thermophysical properties\n"<< endl;autoPtr< psiThermo > pThermo(psiThermo::New(mesh))
autoPtr< BasicCompressibleTurbulenceModel > New(const volScalarField &rho, const volVectorField &U, const surfaceScalarField &phi, const typename BasicCompressibleTurbulenceModel::transportModel &transport, const word &propertiesName)
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
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.
const Type & value() const
Return const reference to value.
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.
tmp< GeometricField< Type, fvPatchField, volMesh > > Su(const GeometricField< Type, fvPatchField, volMesh > &su, const GeometricField< Type, fvPatchField, volMesh > &vf)
GeometricField< symmTensor, fvPatchField, volMesh > volSymmTensorField
autoPtr< compressible::turbulenceModel > turbulence
const volScalarField & psi
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.
volScalarField & b
Wien displacement law constant: default SI units: [m.K].
GeometricField< scalar, fvPatchField, volMesh > volScalarField
Creates and initialises the face-flux field phi.
autoPtr< XiModel > flameWrinkling
Create the flame-wrinkling model.
GeometricField< vector, fvPatchField, volMesh > volVectorField
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));Info<< "Creating the unstrained laminar flame speed\n"<< endl;autoPtr< laminarFlameSpeed > unstrainedLaminarFlameSpeed(laminarFlameSpeed::New(thermo))
basicMultiComponentMixture & composition
const volScalarField & betav
Foam::argList args(argc, argv)
volVectorField U(IOobject("U", runTime.timeName(), mesh, IOobject::NO_READ, IOobject::AUTO_WRITE), Urel+SRF->U())
dimensioned< Type > min(const dimensioned< Type > &, const dimensioned< Type > &)
dimensioned< scalar > magSqr(const dimensioned< Type > &)