Skip to content
Snippets Groups Projects
Commit 9efd9ce0 authored by Andrew Heather's avatar Andrew Heather
Browse files

BUG: TDACChemistryModel - corrected construction of tabulationResults_ field

parent 776d8783
Branches
Tags
No related merge requests found
......@@ -61,7 +61,7 @@ Foam::TDACChemistryModel<CompType, ThermoType>::TDACChemistryModel
IOobject::AUTO_WRITE
),
mesh,
scalar(0)
dimensionedScalar("0", dimless, 0)
)
{
basicMultiComponentMixture& composition = this->thermo().composition();
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment