reactingEulerFoam: Correct handling of phaseName in ReactingPhaseModel
This commit is contained in:
parent
e907574c72
commit
5f8b7eb999
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue