createFieldRefs.H
Go to the documentation of this file.
1 BasicChemistryModel<psiReactionThermo>& chemistry = pChemistry();
2 scalar dtChem = refCast<const BasicChemistryModel<psiReactionThermo>>
3 (
5 ).deltaTChem()[0];
6 basicSpecieMixture& composition = thermo.composition();
7 PtrList<volScalarField>& Y = composition.Y();
p
volScalarField & p
Definition: createFieldRefs.H:8
dtChem
scalar dtChem
Definition: createFieldRefs.H:2
thermo
Basic thermodynamics type based on the use of fitting functions for cp, h, s obtained from the templa...
chemistry
BasicChemistryModel< psiReactionThermo > & chemistry
Definition: createFieldRefs.H:1
composition
basicSpecieMixture & composition
Definition: createFieldRefs.H:6
pChemistry
autoPtr< BasicChemistryModel< psiReactionThermo > > pChemistry(BasicChemistryModel< psiReactionThermo >::New(thermo))
Foam::volScalarField
GeometricField< scalar, fvPatchField, volMesh > volScalarField
Definition: volFieldsFwd.H:57
Y
PtrList< volScalarField > & Y
Definition: createFieldRefs.H:7