mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: Adding phasePropertyName to basicThermo constructor (fixes #1745)
This commit is contained in:
@ -275,7 +275,7 @@ Foam::basicThermo::basicThermo
|
|||||||
(
|
(
|
||||||
IOobject
|
IOobject
|
||||||
(
|
(
|
||||||
"thermo:alpha",
|
phasePropertyName("thermo:alpha"),
|
||||||
mesh.time().timeName(),
|
mesh.time().timeName(),
|
||||||
mesh,
|
mesh,
|
||||||
IOobject::READ_IF_PRESENT,
|
IOobject::READ_IF_PRESENT,
|
||||||
|
|||||||
Reference in New Issue
Block a user