
Go to the source code of this file.
Functions | |
| Info<< "Reading thermophysical properties\"<< endl;autoPtr< rhoReactionThermo > | pThermo (rhoReactionThermo::New(mesh)) |
| thermo | validate (args.executable(), "h", "e") |
| const word | inertSpecie (thermo.get< word >("inertSpecie")) |
| if (!composition.species().found(inertSpecie)) | |
| volScalarField | rho (IOobject("rho", runTime.timeName(), mesh), thermo.rho()) |
| Info<< "Reading field U\"<< endl;volVectorField U(IOobject("U", runTime.timeName(), mesh, IOobject::MUST_READ, IOobject::AUTO_WRITE), mesh);volScalarField &p=thermo.p();pressureControl pressureControl(p, rho, pimple.dict(), false);mesh.setFluxRequired(p.name());Info<< "Creating turbulence model.\"<< nl;autoPtr< compressible::turbulenceModel > | turbulence (compressible::turbulenceModel::New(rho, U, phi, thermo)) |
| Info<< "Creating reaction model\"<< endl;autoPtr< CombustionModel< rhoReactionThermo > > | reaction (CombustionModel< rhoReactionThermo >::New(thermo, turbulence())) |
| forAll (Y, i) | |
| fields | add (thermo.he()) |
| volScalarField | Qdot (IOobject("Qdot", runTime.timeName(), mesh, IOobject::READ_IF_PRESENT, IOobject::AUTO_WRITE), mesh, dimensionedScalar(dimEnergy/dimVolume/dimTime, Zero)) |
| const dimensionedScalar | rhoMax ("rhoMax", dimDensity, GREAT, pimple.dict()) |
| const dimensionedScalar | rhoMin ("rhoMin", dimDensity, Zero, pimple.dict()) |
Variables | |
| rhoReactionThermo & | thermo = pThermo() |
| basicSpecieMixture & | composition = thermo.composition() |
| PtrList< volScalarField > & | Y = composition.Y() |
| multivariateSurfaceInterpolationScheme< scalar >::fieldTable | fields |
| Info<< "Reading thermophysical properties\n" << endl;autoPtr<rhoReactionThermo> pThermo | ( | rhoReactionThermo::New(mesh) | ) |
| thermo validate | ( | args. | executable(), |
| "h" | , | ||
| "e" | |||
| ) |
| const word inertSpecie | ( | thermo.get< word > | "inertSpecie" | ) |
| if | ( | !composition. | species).found(inertSpecie | ) |
Definition at line 12 of file createFields.H.
References args, composition, argList::executable(), Foam::exit(), Foam::FatalIOError, FatalIOErrorIn, inertSpecie(), and thermo.

| volScalarField rho | ( | IOobject("rho", runTime.timeName(), mesh) | , |
| thermo. | rho() | ||
| ) |
| Info<< "Reading field U\n" << endl;volVectorField U( IOobject ( "U", runTime.timeName(), mesh, IOobject::MUST_READ, IOobject::AUTO_WRITE ), mesh);volScalarField& p = thermo.p();pressureControl pressureControl(p, rho, pimple.dict(), false);mesh.setFluxRequired(p.name());Info << "Creating turbulence model.\n" << nl;autoPtr<compressible::turbulenceModel> turbulence | ( | compressible::turbulenceModel::New(rho, U, phi, thermo) | ) |
| Info<< "Creating reaction model\n" << endl;autoPtr<CombustionModel<rhoReactionThermo> > reaction | ( | CombustionModel< rhoReactionThermo > | ::Newthermo, turbulence() | ) |
| forAll | ( | Y | , |
| i | |||
| ) |
Definition at line 75 of file createFields.H.
| fields add | ( | thermo. | he() | ) |
| volScalarField Qdot | ( | IOobject("Qdot", runTime.timeName(), mesh, IOobject::READ_IF_PRESENT, IOobject::AUTO_WRITE) | , |
| mesh | , | ||
| dimensionedScalar(dimEnergy/dimVolume/dimTime, Zero) | |||
| ) |
| const dimensionedScalar rhoMax | ( | "rhoMax" | , |
| dimDensity | , | ||
| GREAT | , | ||
| pimple. | dict() | ||
| ) |
| const dimensionedScalar rhoMin | ( | "rhoMin" | , |
| dimDensity | , | ||
| Zero | , | ||
| pimple. | dict() | ||
| ) |
| rhoReactionThermo& thermo = pThermo() |
Definition at line 5 of file createFields.H.
| basicSpecieMixture& composition = thermo.composition() |
Definition at line 8 of file createFields.H.
| PtrList<volScalarField>& Y = composition.Y() |
Definition at line 9 of file createFields.H.
| multivariateSurfaceInterpolationScheme<scalar>::fieldTable fields |
Definition at line 73 of file createFields.H.
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.