From b6bf3502a36944bfb78766a30ed585c77313bc59 Mon Sep 17 00:00:00 2001 From: sergio Date: Thu, 25 Jun 2020 08:35:21 -0700 Subject: [PATCH] BUG: Adding phasePropertyName to basicThermo constructor (fixes #1745) --- src/thermophysicalModels/basic/basicThermo/basicThermo.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/thermophysicalModels/basic/basicThermo/basicThermo.C b/src/thermophysicalModels/basic/basicThermo/basicThermo.C index 3a76c30a73..a85231a962 100644 --- a/src/thermophysicalModels/basic/basicThermo/basicThermo.C +++ b/src/thermophysicalModels/basic/basicThermo/basicThermo.C @@ -275,7 +275,7 @@ Foam::basicThermo::basicThermo ( IOobject ( - "thermo:alpha", + phasePropertyName("thermo:alpha"), mesh.time().timeName(), mesh, IOobject::READ_IF_PRESENT,