From bf340f02e36eb3c98359c314ad2b809b04ccf00f Mon Sep 17 00:00:00 2001 From: Henry Weller Date: Wed, 14 Apr 2021 11:35:48 +0100 Subject: [PATCH] twoPhaseMixtureThermo: Corrected Alpha2 constructor Resolves bug-report https://bugs.openfoam.org/view.php?id=3662 --- .../twoPhaseMixtureThermo/twoPhaseMixtureThermo.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/solvers/multiphase/compressibleInterFoam/twoPhaseMixtureThermo/twoPhaseMixtureThermo.C b/applications/solvers/multiphase/compressibleInterFoam/twoPhaseMixtureThermo/twoPhaseMixtureThermo.C index 757182f52f..7cbf4f3b88 100644 --- a/applications/solvers/multiphase/compressibleInterFoam/twoPhaseMixtureThermo/twoPhaseMixtureThermo.C +++ b/applications/solvers/multiphase/compressibleInterFoam/twoPhaseMixtureThermo/twoPhaseMixtureThermo.C @@ -61,7 +61,7 @@ Foam::twoPhaseMixtureThermo::twoPhaseMixtureThermo ( IOobject ( - IOobject::groupName("Alpha", phase1Name()), + IOobject::groupName("Alpha", phase2Name()), U.mesh().time().timeName(), U.mesh() ),