BUG: createPhiv - updated flux call

This commit is contained in:
Andrew Heather 2021-11-08 19:31:59 +00:00
parent c8ba81f92c
commit d4f3581265

View File

@ -45,7 +45,7 @@ surfaceScalarField phiv
IOobject::READ_IF_PRESENT,
IOobject::AUTO_WRITE
),
flux(U)
fvc::flux(U)
);