BUG: TDACChemistryModel - corrected construction of tabulationResults_ field

This commit is contained in:
Andrew Heather
2017-05-18 14:42:37 +01:00
parent 776d87836b
commit 9efd9ce061

View File

@ -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();