Go to the source code of this file.
Functions | |
Info<< "Reading thermophysical properties\"<< endl;autoPtr< psiReactionThermo > | pThermo (psiReactionThermo::New(mesh)) |
thermo | validate (args.executable(), "h", "e") |
SLGThermo | slgThermo (mesh, thermo) |
const word | inertSpecie (thermo.lookup("inertSpecie")) |
if (!composition.species().found(inertSpecie)) | |
Info<< "Creating field rho\"<< endl;volScalarField rho(IOobject("rho", runTime.timeName(), mesh, IOobject::NO_READ, IOobject::AUTO_WRITE), thermo.rho());volScalarField &p=thermo.p();Info<< "\Reading field U\"<< endl;volVectorField U(IOobject("U", runTime.timeName(), mesh, IOobject::MUST_READ, IOobject::AUTO_WRITE), mesh);Info<< "Creating turbulence model\"<< endl;autoPtr< compressible::turbulenceModel > | turbulence (compressible::turbulenceModel::New(rho, U, phi, thermo)) |
Info<< "Creating combustion model\"<< endl;autoPtr< CombustionModel< psiReactionThermo > > | combustion (CombustionModel< psiReactionThermo >::New(thermo, turbulence())) |
volScalarField | p_rgh (IOobject("p_rgh", runTime.timeName(), mesh, IOobject::MUST_READ, IOobject::AUTO_WRITE), mesh) |
mesh | setFluxRequired (p_rgh.name()) |
forAll (Y, i) | |
fields | add (thermo.he()) |
IOdictionary | additionalControlsDict (IOobject("additionalControls", runTime.constant(), mesh, IOobject::MUST_READ_IF_MODIFIED, IOobject::NO_WRITE)) |
Switch | solvePrimaryRegion (additionalControlsDict.lookup("solvePrimaryRegion")) |
Switch | solvePyrolysisRegion (additionalControlsDict.lookupOrDefault< bool >("solvePyrolysisRegion", true)) |
volScalarField | Qdot (IOobject("Qdot", runTime.timeName(), mesh, IOobject::READ_IF_PRESENT, IOobject::AUTO_WRITE), mesh, dimensionedScalar("Qdot", dimEnergy/dimVolume/dimTime, 0.0)) |
Variables | |
psiReactionThermo & | thermo = pThermo() |
basicSpecieMixture & | composition = thermo.composition() |
PtrList< volScalarField > & | Y = composition.Y() |
multivariateSurfaceInterpolationScheme< scalar >::fieldTable | fields |
Info<< "Reading thermophysical properties\n" << endl;autoPtr<psiReactionThermo> pThermo | ( | psiReactionThermo::New(mesh) | ) |
thermo validate | ( | args. | executable(), |
"h" | , | ||
"e" | |||
) |
const word inertSpecie | ( | thermo. | lookup"inertSpecie" | ) |
if | ( | !composition. | species).found(inertSpecie | ) |
Definition at line 12 of file createFields.H.
References args, combustion(), Foam::endl(), argList::executable(), Foam::exit(), Foam::FatalIOError, FatalIOErrorIn, inertSpecie(), Foam::Info, mesh, Foam::New(), p, p_rgh(), phi, rho, runTime, thermo, turbulence, and U().
Info<< "Creating field rho\n" << endl;volScalarField rho( IOobject ( "rho", runTime.timeName(), mesh, IOobject::NO_READ, IOobject::AUTO_WRITE ), thermo.rho());volScalarField& p = thermo.p();Info<< "\nReading field U\n" << endl;volVectorField U( IOobject ( "U", runTime.timeName(), mesh, IOobject::MUST_READ, IOobject::AUTO_WRITE ), mesh);Info<< "Creating turbulence model\n" << endl;autoPtr<compressible::turbulenceModel> turbulence | ( | compressible::turbulenceModel::New(rho, U, phi, thermo) | ) |
Info<< "Creating combustion model\n" << endl;autoPtr<CombustionModel<psiReactionThermo> > combustion | ( | CombustionModel< psiReactionThermo > | ::Newthermo, turbulence() | ) |
mesh setFluxRequired | ( | p_rgh. | name() | ) |
forAll | ( | Y | , |
i | |||
) |
Definition at line 99 of file createFields.H.
References additionalControlsDict(), Foam::dimEnergy, Foam::dimTime, Foam::dimVolume, dpdt, Foam::endl(), Foam::Info, Foam::magSqr(), mesh, Qdot(), runTime, solvePrimaryRegion(), and solvePyrolysisRegion().
Referenced by forAll().
fields add | ( | thermo. | he() | ) |
IOdictionary additionalControlsDict | ( | IOobject("additionalControls", runTime.constant(), mesh, IOobject::MUST_READ_IF_MODIFIED, IOobject::NO_WRITE) | ) |
Switch solvePrimaryRegion | ( | additionalControlsDict. | lookup"solvePrimaryRegion" | ) |
Switch solvePyrolysisRegion | ( | additionalControlsDict.lookupOrDefault< bool > | "solvePyrolysisRegion", true | ) |
psiReactionThermo& thermo = pThermo() |
Definition at line 3 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 97 of file createFields.H.
Referenced by pointFieldDecomposer::patchFieldDecomposer::directAddressing(), if(), Foam::MapConsistentVolFields(), Foam::MapDimensionedFields(), fvMeshAdder::MapDimFields(), Foam::MapGeometricFields(), Foam::MapLagrangianFields(), fvMeshAdder::MapSurfaceFields(), Foam::MapVolFields(), fvMeshAdder::MapVolFields(), multivariateScheme< Type, Scheme >::multivariateScheme(), multivariateSelectionScheme< Type >::multivariateSelectionScheme(), NamedEnum< directionType, 3 >::names(), convectionScheme< scalar >::New(), isNotEqOp< T >::operator()(), fvMeshDistribute::printFieldInfo(), Foam::readFields(), Foam::readUniformFields(), pointFieldReconstructor::reconstructFields(), fvFieldReconstructor::reconstructFvSurfaceFields(), fvFieldReconstructor::reconstructFvVolumeFields(), fvFieldReconstructor::reconstructFvVolumeInternalFields(), Foam::reconstructLagrangianFieldFields(), Foam::reconstructLagrangianFields(), Foam::UnMapped(), and fvFieldDecomposer::processorSurfacePatchFieldDecomposer::weights().