Skip to content

Commit 122376a

Browse files
authored
Update PaSR.C
1 parent e94b92f commit 122376a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • src/dfCombustionModels/PaSR

src/dfCombustionModels/PaSR/PaSR.C

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ Foam::combustionModels::PaSR<ReactionThermo>::PaSR
3737
)
3838
:
3939
laminar<ReactionThermo>(modelType, thermo, turb, combustionProperties),
40+
mixture_(dynamic_cast<CanteraMixture&>(thermo)),
4041
// mu_(const_cast<volScalarField&>(dynamic_cast<psiThermo&>(thermo).mu()())),
4142
mu_(const_cast<volScalarField&>(dynamic_cast<rhoThermo&>(thermo).mu()())),
4243
p_(this->thermo().p()),

0 commit comments

Comments
 (0)