Go to the source code of this file.
Functions | |
| volScalarField | rAU (1.0/UEqn.A()) |
| surfaceScalarField | rhorAUf ("rhorAUf", fvc::interpolate(rho *rAU)) |
| volVectorField | HbyA (constrainHbyA(rAU *UEqn.H(), U, p)) |
| surfaceScalarField | phiGradp (rhorAUf *mesh.magSf() *fvc::snGrad(p)) |
| while (pimple.correctNonOrthogonal()) | |
Variables | |
| phi | |
| volScalarField rAU | ( | 1.0/UEqn. | A() | ) |
| surfaceScalarField rhorAUf | ( | "rhorAUf" | , |
| fvc::interpolate(rho *rAU) | |||
| ) |
| volVectorField HbyA | ( | constrainHbyA(rAU *UEqn.H(), U, p) | ) |
| surfaceScalarField phiGradp | ( | rhorAUf *mesh. | magSf) *fvc::snGrad(p | ) |
| while | ( | pimple. | correctNonOrthogonal() | ) |
Definition at line 25 of file pEqn.H.
References Foam::fac::ddt(), Foam::fac::div(), Foam::fac::laplacian(), mesh, p, phi, phiGradp(), pimple, psi, rho, rhof(), and rhorAUf().