BUG: incorrect dictionary contruction of alphatPhaseChange mDotL
This commit is contained in:
parent
ed89d97627
commit
f8e05934f1
@ -75,7 +75,7 @@ alphatPhaseChangeWallFunctionFvPatchScalarField
|
||||
|
||||
if (dict.found("mDotL"))
|
||||
{
|
||||
dmdt_ = scalarField("mDotL", dict, p.size());
|
||||
mDotL_ = scalarField("mDotL", dict, p.size());
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user