Go to the source code of this file.
Functions | |
volScalarField | rAU2 (1.0/U2Eqn.A()) |
volVectorField | HbyA2 (constrainHbyA(rAU2 *U2Eqn.H(), U2, p2)) |
surfaceScalarField | phiHbyA2 ("phiHbyA2", fvc::flux(HbyA2)) |
tmp< volScalarField > | rAtU2 (rAU2) |
fvScalarMatrix | p2Eqn (fvm::laplacian(rAtU2(), p2)==fvc::div(phiHbyA2)) |
p2Eqn | setReference (0, 0.0) |
p2Eqn | solve (solverDictP) |
U2 | correctBoundaryConditions () |
phi2 | oldTime () |
Variables | |
phi2 = phiHbyA2 - p2Eqn.flux() | |
p2 = p2.oldTime() + relaxP * relaxStage2 * (p2 - p2.oldTime()) | |
U2 = HbyA2 - rAtU2 * fvc::grad(p2) | |
volScalarField rAU2 | ( | 1.0/U2Eqn. | A() | ) |
surfaceScalarField phiHbyA2 | ( | "phiHbyA2" | , |
fvc::flux(HbyA2) | |||
) |
tmp<volScalarField> rAtU2 | ( | rAU2 | ) |
p2Eqn setReference | ( | 0 | , |
0. | 0 | ||
) |
p2Eqn solve | ( | solverDictP | ) |
U2 correctBoundaryConditions | ( | ) |
phi2 oldTime | ( | ) |
phi2 = phiHbyA2 - p2Eqn.flux() |
Definition at line 19 of file p2EqnIrkPimple.H.
Referenced by DAIrkPimpleFoam::calcPriResIrkOrig(), DAIrkPimpleFoam::calcPriSAResIrkOrig(), and DAIrkPimpleFoam::solvePrimal().
p2 = p2.oldTime() + relaxP * relaxStage2 * (p2 - p2.oldTime()) |
Definition at line 26 of file p2EqnIrkPimple.H.
Referenced by DAIrkPimpleFoam::calcPriResIrkOrig(), DAIrkPimpleFoam::calcPriSAResIrkOrig(), forAll(), and DAIrkPimpleFoam::solvePrimal().