3 volScalarField rUA = 1.0/UEqn.A();
6 surfaceScalarField phid
11 (fvc::interpolate(U) & mesh.Sf())
12 + fvc::ddtPhiCorr(rUA, rho, U, phi)
16 for (int nonOrth=0; nonOrth<=nNonOrthCorr; nonOrth++)
22 - fvm::laplacian(rho*rUA, p)
27 if (nonOrth == nNonOrthCorr)
34 #include "compressibleContinuityErrs.H"
36 U -= rUA*fvc::grad(p);
37 U.correctBoundaryConditions();