Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
OpenFOAM-plus
Commits
c1f0f247
Commit
c1f0f247
authored
May 18, 2017
by
Andrew Heather
Browse files
BUG: TDACChemistryModel - corrected construction of tabulationResults_ field
parent
c09f74d3
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/thermophysicalModels/chemistryModel/chemistryModel/TDACChemistryModel/TDACChemistryModel.C
View file @
c1f0f247
...
...
@@ -61,7 +61,7 @@ Foam::TDACChemistryModel<CompType, ThermoType>::TDACChemistryModel
IOobject
::
AUTO_WRITE
),
mesh
,
scalar
(
0
)
dimensionedScalar
(
"0"
,
dimless
,
0
)
)
{
basicMultiComponentMixture
&
composition
=
this
->
thermo
().
composition
();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment