mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
reactingEulerFoam: Correct handling of phaseName in ReactingPhaseModel
This commit is contained in:
@ -39,7 +39,7 @@ Foam::ReactingPhaseModel<BasePhaseModel, ReactionType>::ReactingPhaseModel
|
|||||||
BasePhaseModel(fluid, phaseName, false),
|
BasePhaseModel(fluid, phaseName, false),
|
||||||
reaction_
|
reaction_
|
||||||
(
|
(
|
||||||
ReactionType::New(fluid.mesh(), phaseName)
|
ReactionType::New(fluid.mesh(), this->name())
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
this->thermo_ = &reaction_->thermo();
|
this->thermo_ = &reaction_->thermo();
|
||||||
|
|||||||
Reference in New Issue
Block a user