Go to the source code of this file.
Functions | |
volScalarField | rAU1 (1.0/U1Eqn.A()) |
volVectorField | HbyA1 (constrainHbyA(rAU1 *U1Eqn.H(), U1, p1)) |
surfaceScalarField | phiHbyA1 ("phiHbyA1", fvc::flux(HbyA1)) |
tmp< volScalarField > | rAtU1 (rAU1) |
fvScalarMatrix | p1Eqn (fvm::laplacian(rAtU1(), p1)==fvc::div(phiHbyA1)) |
p1Eqn | setReference (0, 0.0) |
p1Eqn | solve (solverDictP) |
U1 | correctBoundaryConditions () |
phi1 | oldTime () |
Variables | |
phi1 = phiHbyA1 - p1Eqn.flux() | |
p1 = p1.oldTime() + relaxP * relaxStage1 * (p1 - p1.oldTime()) | |
U1 = HbyA1 - rAtU1 * fvc::grad(p1) | |
volScalarField rAU1 | ( | 1.0/U1Eqn. | A() | ) |
surfaceScalarField phiHbyA1 | ( | "phiHbyA1" | , |
fvc::flux(HbyA1) | |||
) |
tmp<volScalarField> rAtU1 | ( | rAU1 | ) |
p1Eqn setReference | ( | 0 | , |
0. | 0 | ||
) |
p1Eqn solve | ( | solverDictP | ) |
U1 correctBoundaryConditions | ( | ) |
phi1 oldTime | ( | ) |
phi1 = phiHbyA1 - p1Eqn.flux() |
Definition at line 19 of file p1EqnIrkPimple.H.
Referenced by DAIrkPimpleFoam::calcPriResIrkOrig(), DAIrkPimpleFoam::calcPriSAResIrkOrig(), DASimpleFoam::runFPAdj(), and DAIrkPimpleFoam::solvePrimal().
p1 = p1.oldTime() + relaxP * relaxStage1 * (p1 - p1.oldTime()) |
Definition at line 26 of file p1EqnIrkPimple.H.
Referenced by DAIrkPimpleFoam::calcPriResIrkOrig(), DAIrkPimpleFoam::calcPriSAResIrkOrig(), forAll(), DASimpleFoam::runFPAdj(), and DAIrkPimpleFoam::solvePrimal().