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