From f0c5f762d6a33252c3742f3f59a6cd321a4f9f7c 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 bbcd02bf93..b2b368f8ad 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, -- GitLab