Summary
A contribution by a community member, @g3.
See #1915 (closed)
Details of new models (If applicable)
Risks
N/A
WIP issues
The FO needs info fromspecieComposition()
: see the lineThe function can be called throughThermoType
(i.e.thermoPhysicsTypes.H
), but there are too many template-template classes thereat. This would create a very long and thus annoyingly redundant piece of repeating code.-
Instead,ReactionThermo
could be used. ButReactionThermo
does not have access to the info. Even inTDACChemistryModel
,specieComposition
was fetched throughThermoType
.Note that ifReactionThermo
is used, some solvers may not run the FO.