Skip to content
Snippets Groups Projects
Commit 0c926959 authored by Henry Weller's avatar Henry Weller
Browse files

reactingEulerFoam: Correct handling of phaseName in ReactingPhaseModel

parent 87532b27
Branches
Tags
No related merge requests found
......@@ -39,7 +39,7 @@ Foam::ReactingPhaseModel<BasePhaseModel, ReactionType>::ReactingPhaseModel
BasePhaseModel(fluid, phaseName, false),
reaction_
(
ReactionType::New(fluid.mesh(), phaseName)
ReactionType::New(fluid.mesh(), this->name())
)
{
this->thermo_ = &reaction_->thermo();
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment