ENH: potentialFreeSurfaceFoam - updated phi patches so can use fixed flux pressure on moving boundaries

This commit is contained in:
andy
2013-06-03 18:26:56 +01:00
parent 92426f1438
commit d18db8ba07

View File

@ -1,3 +1,5 @@
#include "resetPhiPatches.H"
volScalarField rAU(1.0/UEqn().A()); volScalarField rAU(1.0/UEqn().A());
surfaceScalarField rAUf("Dp", fvc::interpolate(rAU)); surfaceScalarField rAUf("Dp", fvc::interpolate(rAU));