mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: TDACChemistryModel - corrected construction of tabulationResults_ field
This commit is contained in:
@ -61,7 +61,7 @@ Foam::TDACChemistryModel<CompType, ThermoType>::TDACChemistryModel
|
|||||||
IOobject::AUTO_WRITE
|
IOobject::AUTO_WRITE
|
||||||
),
|
),
|
||||||
mesh,
|
mesh,
|
||||||
scalar(0)
|
dimensionedScalar("0", dimless, 0)
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
basicMultiComponentMixture& composition = this->thermo().composition();
|
basicMultiComponentMixture& composition = this->thermo().composition();
|
||||||
|
|||||||
Reference in New Issue
Block a user