BUG: Adding phasePropertyName to basicThermo constructor (fixes #1745)

This commit is contained in:
sergio
2020-06-25 08:35:21 -07:00
parent 6cf560338e
commit f0c5f762d6

View File

@ -275,7 +275,7 @@ Foam::basicThermo::basicThermo
(
IOobject
(
"thermo:alpha",
phasePropertyName("thermo:alpha"),
mesh.time().timeName(),
mesh,
IOobject::READ_IF_PRESENT,