Go to the source code of this file.
Functions | |
| correctUphiBCs (U, phi, true) | |
| surfaceScalarField | rhof (fvc::interpolate(rho, "div(phi,rho)")) |
| dimensionedScalar | rAUf ("rAUf", dimTime, 1.0) |
| mesh | schemes ().setFluxRequired(pcorr.name()) |
| while (pimple.correctNonOrthogonal()) | |
Variables | |
| phi = mesh.Sf() & Uf() | |
Referenced by Foam::hydrostaticInitialisation(), kinematicSingleLayer::solveAlpha(), and while().

| dimensionedScalar rAUf | ( | "rAUf" | , |
| dimTime | , | ||
| 1. | 0 | ||
| ) |
| mesh schemes | ( | ) |
Referenced by fvMesh::neighbour(), and SRFFreestreamVelocityFvPatchVectorField::updateCoeffs().

| while | ( | pimple. | correctNonOrthogonal() | ) |
Definition at line 27 of file correctPhi.H.
References Foam::fvc::ddt(), Foam::fvc::div(), Foam::fvc::laplacian(), Foam::fvc::makeRelative(), phi, pimple, rAUf(), rho, rhof(), and U.

| phi = mesh.Sf() & Uf() |
Definition at line 2 of file correctPhi.H.