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)
29 if (nonOrth == nNonOrthCorr)
38 fvc::interpolate(rho)*
40 (fvc::interpolate(U) & mesh.Sf())
41 + fvc::ddtPhiCorr(rUA, rho, U, phi)
44 for (int nonOrth=0; nonOrth<=nNonOrthCorr; nonOrth++)
50 - fvm::laplacian(rho*rUA, p)
55 if (nonOrth == nNonOrthCorr)
63 #include "compressibleContinuityErrs.H"
65 U -= rUA*fvc::grad(p);
66 U.correctBoundaryConditions();
68 DpDt = fvc::DDt(surfaceScalarField("phiU", phi/fvc::interpolate(rho)), p);