3 volScalarField rUA = 1.0/UEqn.A();
8 surfaceScalarField phid
13 (fvc::interpolate(U) & mesh.Sf())
14 + fvc::ddtPhiCorr(rUA, rho, U, phi)
18 for (int nonOrth=0; nonOrth<=nNonOrthCorr; nonOrth++)
24 - fvm::laplacian(rho*rUA, p)
31 if (nonOrth == nNonOrthCorr)
40 fvc::interpolate(rho)*
42 (fvc::interpolate(U) & mesh.Sf())
43 + fvc::ddtPhiCorr(rUA, rho, U, phi)
46 for (int nonOrth=0; nonOrth<=nNonOrthCorr; nonOrth++)
52 - fvm::laplacian(rho*rUA, p)
59 if (nonOrth == nNonOrthCorr)
67 #include "compressibleContinuityErrs.H"
69 U -= rUA*fvc::grad(p);
70 U.correctBoundaryConditions();
72 DpDt = fvc::DDt(surfaceScalarField("phiU", phi/fvc::interpolate(rho)), p);