Go to the documentation of this file. 1 Info<<
"Reading thermophysical properties\n" <<
endl;
3 autoPtr<psiuReactionThermo>
pThermo
30 Info<<
"\nReading field U\n" <<
endl;
46 mesh.setFluxRequired(
p.name());
48 Info<<
"Creating turbulence model\n" <<
endl;
51 compressible::New<compressible::RASModel>
61 Info<<
"Creating the unstrained laminar flame speed\n" <<
endl;
68 Info<<
"Reading strained laminar flame speed field Su\n" <<
endl;
82 Info<<
"Reading field betav\n" <<
endl;
96 Info<<
"Reading field Lobs\n" <<
endl;
102 mesh.facesInstance(),
110 Info<<
"Reading field CT\n" <<
endl;
116 mesh.facesInstance(),
124 Info<<
"Reading field Nv\n" <<
endl;
130 mesh.facesInstance(),
138 Info<<
"Reading field nsv\n" <<
endl;
144 mesh.facesInstance(),
152 IOdictionary PDRProperties
159 IOobject::MUST_READ_IF_MODIFIED,
186 Info<<
"Calculating turbulent flame speed field St\n" <<
endl;
201 multivariateSurfaceInterpolationScheme<scalar>::fieldTable
fields;
217 #include "createMRF.H"
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
volVectorField U(IOobject("U", runTime.timeName(), mesh, IOobject::NO_READ, IOobject::NO_WRITE), mesh, dimensionedVector(dimVelocity, Zero))
Info<< "Reading field U\n"<< endl;volVectorField U(IOobject("U", runTime.timeName(), mesh, IOobject::MUST_READ, IOobject::AUTO_WRITE), mesh);volScalarField rho(IOobject("rho", runTime.timeName(), mesh, IOobject::NO_READ, IOobject::AUTO_WRITE), thermo.rho());volVectorField rhoU(IOobject("rhoU", runTime.timeName(), mesh, IOobject::NO_READ, IOobject::NO_WRITE), rho *U);volScalarField rhoE(IOobject("rhoE", runTime.timeName(), mesh, IOobject::NO_READ, IOobject::NO_WRITE), rho *(e+0.5 *magSqr(U)));surfaceScalarField pos(IOobject("pos", runTime.timeName(), mesh), mesh, dimensionedScalar("pos", dimless, 1.0));surfaceScalarField neg(IOobject("neg", runTime.timeName(), mesh), mesh, dimensionedScalar("neg", dimless, -1.0));surfaceScalarField phi("phi", fvc::flux(rhoU));Info<< "Creating turbulence model\n"<< endl;autoPtr< compressible::turbulenceModel > turbulence(compressible::turbulenceModel::New(rho, U, phi, thermo))
Basic thermodynamics type based on the use of fitting functions for cp, h, s obtained from the templa...
Ostream & endl(Ostream &os)
label min(const labelHashSet &set, label minValue=labelMax)
GeometricField< symmTensor, fvPatchField, volMesh > volSymmTensorField
GeometricField< scalar, fvPatchField, volMesh > volScalarField
Creates and initialises the face-flux field phi.
const volScalarField & betav
autoPtr< XiModel > flameWrinkling
GeometricField< vector, fvPatchField, volMesh > volVectorField
tmp< DimensionedField< TypeR, GeoMesh > > New(const tmp< DimensionedField< TypeR, GeoMesh >> &tdf1, const word &name, const dimensionSet &dimensions)
const word & executable() const noexcept
Info<< "Creating the unstrained laminar flame speed\n"<< endl;autoPtr< laminarFlameSpeed > unstrainedLaminarFlameSpeed(laminarFlameSpeed::New(thermo))
Foam::argList args(argc, argv)
multivariateSurfaceInterpolationScheme< scalar >::fieldTable fields
basicSpecieMixture & composition
Info<< "Reading thermophysical properties\n"<< endl;autoPtr< psiReactionThermo > pThermo(psiReactionThermo::New(mesh))