3 volScalarField A = UEqn.A();
8 surfaceScalarField phid
12 *((fvc::interpolate(U) & mesh.Sf()) - fvc::meshPhi(rho, U))
15 for (int nonOrth=0; nonOrth<=nNonOrthCorr; nonOrth++)
21 - fvm::laplacian(rho/A, p)
28 if (nonOrth == nNonOrthCorr)
36 phi = fvc::interpolate(rho)
37 *((fvc::interpolate(U) & mesh.Sf()) - fvc::meshPhi(rho, U));
39 for (int nonOrth=0; nonOrth<=nNonOrthCorr; nonOrth++)
45 - fvm::laplacian(rho/A, p)
52 if (nonOrth == nNonOrthCorr)
60 #include "compressibleContinuityErrs.H"
63 U.correctBoundaryConditions();
65 DpDt = fvc::DDt(surfaceScalarField("phiU", phi/fvc::interpolate(rho)), p);