
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 | phid ("phid", fvc::interpolate(psi) *(fvc::flux(HbyA)+MRF.zeroFilter(rhorAUf *fvc::ddtCorr(rho, U, phi)/fvc::interpolate(rho)))) |
| MRF | makeRelative (fvc::interpolate(psi), phid) |
| while (pimple.correctNonOrthogonal()) | |
| U | correctBoundaryConditions () |
| fvOptions | correct (U) |
Variables | |
| rho = thermo.rho() | |
| U = HbyA - rAU*fvc::grad(p) | |
| K = 0.5*magSqr(U) | |
| volScalarField rAU | ( | 1.0/UEqn. | A() | ) |
| surfaceScalarField rhorAUf | ( | "rhorAUf" | , |
| fvc::interpolate(rho *rAU) | |||
| ) |
| surfaceScalarField phid | ( | "phid" | , |
| fvc::interpolate(psi) *(fvc::flux(HbyA)+MRF.zeroFilter(rhorAUf *fvc::ddtCorr(rho, U, phi)/fvc::interpolate(rho))) | |||
| ) |
Referenced by if(), kinematicSingleLayer::solveThickness(), and while().

| MRF makeRelative | ( | fvc::interpolate(psi) | , |
| phid | |||
| ) |
| while | ( | pimple. | correctNonOrthogonal() | ) |
Definition at line 19 of file pEqn.H.
References Foam::fac::ddt(), Foam::fac::div(), fvOptions, Foam::fac::laplacian(), p, phi, phid(), pimple, psi, rho, and rhorAUf().

| U correctBoundaryConditions | ( | ) |
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.