We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e94b92f commit 122376aCopy full SHA for 122376a
1 file changed
src/dfCombustionModels/PaSR/PaSR.C
@@ -37,6 +37,7 @@ Foam::combustionModels::PaSR<ReactionThermo>::PaSR
37
)
38
:
39
laminar<ReactionThermo>(modelType, thermo, turb, combustionProperties),
40
+ mixture_(dynamic_cast<CanteraMixture&>(thermo)),
41
// mu_(const_cast<volScalarField&>(dynamic_cast<psiThermo&>(thermo).mu()())),
42
mu_(const_cast<volScalarField&>(dynamic_cast<rhoThermo&>(thermo).mu()())),
43
p_(this->thermo().p()),
0 commit comments