Definition in file createFields.H.
#include "src/finiteVolume/cfdTools/compressible/compressibleCreatePhi.H"
Include dependency graph for createFields.H:Go to the source code of this file.
Functions | |
| Info<< nl<< "Reading thermophysicalProperties" << endl;autoPtr < psiChemistryModel > | pChemistry (psiChemistryModel::New(mesh)) |
| word | inertSpecie (thermo.lookup("inertSpecie")) |
| if (!composition.contains(inertSpecie)) | |
| 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();const volScalarField &psi=thermo.psi();const volScalarField &T=thermo.T();volScalarField &hs=thermo.hs();volScalarField kappa(IOobject("kappa", runTime.timeName(), mesh, IOobject::NO_READ, IOobject::AUTO_WRITE), mesh, dimensionedScalar("zero", dimless, 0.0));Info << "Creating turbulence model.\n" << nl;autoPtr < compressible::turbulenceModel > | turbulence (compressible::turbulenceModel::New(rho, U, phi, thermo)) |
| forAll (Y, i) | |
| fields | add (hs) |
| DimensionedField< scalar, volMesh > | chemistrySh (IOobject("chemistry::Sh", runTime.timeName(), mesh, IOobject::NO_READ, IOobject::NO_WRITE), mesh, dimensionedScalar("chemistrySh", dimEnergy/dimTime/dimVolume, 0.0)) |
Variables | |
| psiChemistryModel & | chemistry = pChemistry() |
| hsCombustionThermo & | thermo = chemistry.thermo() |
| basicMultiComponentMixture & | composition = thermo.composition() |
| PtrList< volScalarField > & | Y = composition.Y() |
| Info<< "Creating field DpDt\n" << endl;volScalarField DpDt=fvc::DDt(surfaceScalarField("phiU", phi/fvc::interpolate(rho)), p);multivariateSurfaceInterpolationScheme < scalar >::fieldTable | fields |
| Info<< nl << "Reading thermophysicalProperties" << endl;autoPtr<psiChemistryModel> pChemistry | ( | psiChemistryModel:: | Newmesh ) |
| word inertSpecie | ( | thermo. | lookup"inertSpecie" ) |
Referenced by if().
| if | ( | !composition. | containsinertSpecie ) |
Definition at line 16 of file createFields.H.
References args, argList::executable(), Foam::exit(), Foam::FatalError, FatalErrorIn, and inertSpecie().
| 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();const volScalarField& psi = thermo.psi();const volScalarField& T = thermo.T();volScalarField& hs = thermo.hs();volScalarField kappa( IOobject ( "kappa", runTime.timeName(), mesh, IOobject::NO_READ, IOobject::AUTO_WRITE ), mesh, dimensionedScalar("zero", dimless, 0.0));Info << "Creating turbulence model.\n" << nl;autoPtr<compressible::turbulenceModel> turbulence | ( | compressible::turbulenceModel:: | Newrho, U, phi, thermo ) |
| forAll | ( | Y | , |
| i | |||
| ) |
Definition at line 91 of file createFields.H.
| DimensionedField<scalar, volMesh> chemistrySh | ( | IOobject("chemistry::Sh", runTime.timeName(), mesh, IOobject::NO_READ, IOobject::NO_WRITE) | , |
| mesh | , | ||
| dimensionedScalar("chemistrySh", dimEnergy/dimTime/dimVolume, 0.0) | |||
| ) |
Referenced by if().
| psiChemistryModel& chemistry = pChemistry() |
Definition at line 7 of file createFields.H.
Referenced by if().
| hsCombustionThermo& thermo = chemistry.thermo() |
Definition at line 9 of file createFields.H.
| basicMultiComponentMixture& composition = thermo.composition() |
Definition at line 11 of file createFields.H.
Referenced by ReactingMultiphaseCloud< ParcelType >::checkParcelProperties(), ReactingCloud< ParcelType >::checkParcelProperties(), and if().
| PtrList<volScalarField>& Y = composition.Y() |
Definition at line 12 of file createFields.H.
Referenced by LISA::atomizeParcel(), blobsSheetAtomization::atomizeParcel(), reitzDiwakar::breakupParcel(), LiquidEvaporation< CloudType >::calcXc(), ReactingParcel< ParcelType >::cellValueSourceCorrection(), ReactingMultiphaseParcel< ParcelType >::cellValueSourceCorrection(), coordSet::coordSet(), greyMeanAbsorptionEmission::greyMeanAbsorptionEmission(), if(), twoDPointCorrector::normalDir(), ReactingParcel< ParcelType >::readFields(), Vector< Cmpt >::Vector(), Vector2D< Cmpt >::Vector2D(), velocityComponentLaplacianFvMotionSolver::velocityComponentLaplacianFvMotionSolver(), wideBandAbsorptionEmission::wideBandAbsorptionEmission(), ReactingParcel< ParcelType >::writeFields(), liquidMixture::Y(), Vector2D< Cmpt >::y(), and Vector< Cmpt >::y().
| Info<< "Creating field DpDt\n" << endl;volScalarField DpDt = fvc::DDt(surfaceScalarField("phiU", phi/fvc::interpolate(rho)), p);multivariateSurfaceInterpolationScheme<scalar>::fieldTable fields |
Definition at line 89 of file createFields.H.
Referenced by Foam::MapConsistentVolFields(), Foam::MapGeometricFields(), Foam::MapLagrangianFields(), fvMeshAdder::MapSurfaceFields(), fvMeshAdder::MapVolFields(), Foam::MapVolFields(), multivariateScheme< Type, Scheme >::multivariateScheme(), multivariateSelectionScheme< Type >::multivariateSelectionScheme(), convectionScheme< Type >::New(), and Foam::UnMapped().