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