1 // Pressure parts of the continuity equation
2 surfaceScalarField rUAf
5 fvc::interpolate(1.0/UEqn().A())
10 surfaceScalarField presSource
13 rUAf*(fvc::interpolate(fvc::grad(p, "grad(pSource)")) & mesh.Sf())
18 - fvm::laplacian(rUAf, p)
20 - fvc::div(presSource)
23 pEqn.setReference(pRefCell, pRefValue);
25 UpEqn.insertEquation(3, pEqn);