

Go to the source code of this file.
Functions | |
| volScalarField | rAU (1.0/UEqn.A()) |
| if (useConstrainHbyA) | |
| surfaceScalarField | phiHbyA ("phiHbyA", fvc::flux(HbyA)) |
| if (p.needReference()) | |
| tmp< volScalarField > | rAtU (rAU) |
| if (pimple.consistent()) | |
| if (pimple.nCorrPISO()<=1) | |
| while (pimple.correctNonOrthogonal()) | |
| if (pimplePrintToScreen) | |
| p | relax () |
| U | correctBoundaryConditions () |
Variables | |
| autoPtr< volVectorField > | HbyAPtr = nullptr |
| label | useConstrainHbyA = daOptionPtr_->getOption<label>("useConstrainHbyA") |
| else | |
| volVectorField & | HbyA = HbyAPtr() |
| U = HbyA - rAtU() * fvc::grad(p) | |
| volScalarField rAU | ( | 1.0/UEqn. | A() | ) |
| if | ( | useConstrainHbyA | ) |
| surfaceScalarField phiHbyA | ( | "phiHbyA" | , |
| fvc::flux(HbyA) | |||
| ) |
| if | ( | p. | needReference() | ) |
Definition at line 22 of file pEqnPimple.H.
References adjustPhi(), p, phiHbyA(), and U.

| tmp<volScalarField> rAtU | ( | rAU | ) |
| if | ( | pimple. | consistent() | ) |
| if | ( | pimple.nCorrPISO()<= | 1 | ) |
Definition at line 37 of file pEqnPimple.H.
References tUEqn().

| while | ( | pimple. | correctNonOrthogonal() | ) |
| if | ( | pimplePrintToScreen | ) |
Definition at line 63 of file pEqnPimple.H.
| p relax | ( | ) |
| U correctBoundaryConditions | ( | ) |
| autoPtr<volVectorField> HbyAPtr = nullptr |
Definition at line 6 of file pEqnPimple.H.
Referenced by if().
| label useConstrainHbyA = daOptionPtr_->getOption<label>("useConstrainHbyA") |
Definition at line 7 of file pEqnPimple.H.
| else |
Definition at line 13 of file pEqnPimple.H.
| volVectorField& HbyA = HbyAPtr() |
Definition at line 17 of file pEqnPimple.H.
Referenced by if().