1 Info<<
"Reading thermophysical properties\n" <<
endl;
3 autoPtr<psiuReactionThermo>
pThermo 7 psiuReactionThermo& thermo =
pThermo();
10 basicMultiComponentMixture& composition = thermo.composition();
31 Info<<
"\nReading field U\n" <<
endl;
47 mesh.setFluxRequired(p.name());
49 Info<<
"Creating turbulence model\n" <<
endl;
50 autoPtr<compressible::turbulenceModel>
turbulence 61 Info<<
"Creating field dpdt\n" <<
endl;
74 Info<<
"Creating field kinetic energy K\n" <<
endl;
77 Info<<
"Creating field Xi\n" <<
endl;
92 Info<<
"Creating the unstrained laminar flame speed\n" <<
endl;
99 Info<<
"Reading strained laminar flame speed field Su\n" <<
endl;
116 Info<<
"Calculating turbulent flame speed field St\n" <<
endl;
131 multivariateSurfaceInterpolationScheme<scalar>::fieldTable
fields;
133 if (composition.contains(
"ft"))
135 fields.add(composition.Y(
"ft"));
139 fields.add(thermo.he());
140 fields.add(thermo.heu());
142 #include "createMRF.H" autoPtr< compressible::turbulenceModel > turbulence
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))
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
volVectorField U(IOobject("U", runTime.timeName(), runTime, IOobject::NO_READ, IOobject::NO_WRITE), mesh, dimensionedVector("zero", dimVelocity, Zero))
dimensioned< scalar > magSqr(const dimensioned< Type > &)
dimensioned< Type > min(const dimensioned< Type > &, const dimensioned< Type > &)
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.
const dimensionSet dimTime(0, 0, 1, 0, 0, 0, 0)
Info<< "Reading thermophysical properties\n"<< endl;autoPtr< psiThermo > pThermo(psiThermo::New(mesh))
tmp< GeometricField< Type, fvPatchField, volMesh > > Su(const GeometricField< Type, fvPatchField, volMesh > &su, const GeometricField< Type, fvPatchField, volMesh > &vf)
Foam::argList args(argc, argv)
Creates and initialises the face-flux field phi.