twoPhaseMixtureThermo: Corrected Alpha2 constructor

Resolves bug-report https://bugs.openfoam.org/view.php?id=3662
This commit is contained in:
Henry Weller
2021-04-14 11:35:48 +01:00
parent 4f6ea81d0c
commit bf340f02e3

View File

@ -61,7 +61,7 @@ Foam::twoPhaseMixtureThermo::twoPhaseMixtureThermo
(
IOobject
(
IOobject::groupName("Alpha", phase1Name()),
IOobject::groupName("Alpha", phase2Name()),
U.mesh().time().timeName(),
U.mesh()
),