BUG: incorrect dictionary contruction of alphatPhaseChange mDotL

This commit is contained in:
Mark Olesen 2023-04-03 17:35:07 +02:00
parent ed89d97627
commit f8e05934f1

View File

@ -75,7 +75,7 @@ alphatPhaseChangeWallFunctionFvPatchScalarField
if (dict.found("mDotL"))
{
dmdt_ = scalarField("mDotL", dict, p.size());
mDotL_ = scalarField("mDotL", dict, p.size());
}
}