mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
5 lines
219 B
C
5 lines
219 B
C
scalar dtChem = refCast<const psiChemistryModel>(chemistry).deltaTChem()[0];
|
|
basicMultiComponentMixture& composition = thermo.composition();
|
|
PtrList<volScalarField>& Y = composition.Y();
|
|
volScalarField& p = thermo.p();
|