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)
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)
62 #include <finiteVolume/rhoEqn.H>
63 #include <finiteVolume/compressibleContinuityErrs.H>
65 U -= rUA*fvc::grad(p);
66 U.correctBoundaryConditions();
68 DpDt = fvc::DDt(surfaceScalarField("phiU", phi/fvc::interpolate(rho)), p);
70 // ************************ vim: set sw=4 sts=4 et: ************************ //