twoPhaseMixtureThermo: Corrected Alpha2 constructor
Resolves bug-report https://bugs.openfoam.org/view.php?id=3662
This commit is contained in:
@ -61,7 +61,7 @@ Foam::twoPhaseMixtureThermo::twoPhaseMixtureThermo
|
||||
(
|
||||
IOobject
|
||||
(
|
||||
IOobject::groupName("Alpha", phase1Name()),
|
||||
IOobject::groupName("Alpha", phase2Name()),
|
||||
U.mesh().time().timeName(),
|
||||
U.mesh()
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user