73 int main(
int argc,
char *argv[])
82 #include "readCombustionProperties.H" 83 #include "readGravitationalAcceleration.H" 84 #include "createFields.H" 85 #include "initContinuityErrs.H" 87 #include "compressibleCourantNo.H" 88 #include "setInitialDeltaT.H" 95 Info<<
"\nStarting time loop\n" <<
endl;
97 bool hasChanged =
false;
102 #include "compressibleCourantNo.H" 103 #include "setDeltaT.H" 111 tmagGradP()/
max(tmagGradP())
113 normalisedGradP.writeOpt() = IOobject::AUTO_WRITE;
125 PackedBoolList& protectedCell =
126 refCast<dynamicRefineFvMesh>(
mesh).protectedCell();
128 if (protectedCell.empty())
130 protectedCell.setSize(
mesh.nCells());
136 if (
betav[celli] < 0.99)
138 protectedCell[celli] = 1;
146 bool meshChanged =
mesh.update();
154 if (
runTime.write() && hasChanged)
201 Info<<
"\nExecutionTime = "
tmp< GeometricField< typename outerProduct< vector, Type >::type, fvPatchField, volMesh >> grad(const GeometricField< Type, fvsPatchField, surfaceMesh > &ssf)
#define forAll(list, i)
Loop across all elements in list.
pimpleNoLoopControl & pimple
dimensioned< Type > max(const dimensioned< Type > &, const dimensioned< Type > &)
Ostream & endl(Ostream &os)
Add newline and flush stream.
Read the control parameters used by setDeltaT.
GeometricField< vector, fvPatchField, volMesh > volVectorField
Info<< "Reading strained laminar flame speed field Su\"<< endl;volScalarField Su(IOobject("Su", runTime.timeName(), mesh, IOobject::MUST_READ, IOobject::AUTO_WRITE), mesh);Info<< "Reading field betav\"<< endl;volScalarField betav(IOobject("betav", mesh.facesInstance(), mesh, IOobject::MUST_READ, IOobject::NO_WRITE), mesh);Info<< "Reading field Lobs\"<< endl;volScalarField Lobs(IOobject("Lobs", mesh.facesInstance(), mesh, IOobject::MUST_READ, IOobject::NO_WRITE), mesh);Info<< "Reading field CT\"<< endl;volSymmTensorField CT(IOobject("CT", mesh.facesInstance(), mesh, IOobject::MUST_READ, IOobject::NO_WRITE), mesh);Info<< "Reading field Nv\"<< endl;volScalarField Nv(IOobject("Nv", mesh.facesInstance(), mesh, IOobject::MUST_READ, IOobject::NO_WRITE), mesh);Info<< "Reading field nsv\"<< 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
GeometricField< scalar, fvPatchField, volMesh > volScalarField
const volScalarField & betav
Bound the given scalar field if it has gone unbounded.
Info<< "Reading field U\"<< 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\"<< endl;autoPtr< compressible::turbulenceModel > turbulence(compressible::turbulenceModel::New(rho, U, phi, thermo))
volScalarField & h
Planck constant.
void makeAbsolute(surfaceScalarField &phi, const volVectorField &U)
Make the given flux absolute.
dimensioned< scalar > mag(const dimensioned< Type > &)
void makeRelative(surfaceScalarField &phi, const volVectorField &U)
Make the given flux relative.
Read the control parameters used by setDeltaT.
autoPtr< XiModel > flameWrinkling
Create the flame-wrinkling model.