Go to the source code of this file.
Functions | |
volScalarField | rAU (1.0/UEqn.A()) |
volScalarField | rAtU (1.0/(1.0/rAU - UEqn.H1())) |
volVectorField | HbyA ("HbyA", U) |
tUEqn | clear () |
surfaceScalarField | phiHbyA ("phiHbyA", fvc::interpolate(rho) *fvc::flux(HbyA)) |
volScalarField | rhorAtU ("rhorAtU", rho *rAtU) |
surfaceScalarField | phid ("phid",(fvc::interpolate(psi)/fvc::interpolate(rho)) *phiHbyA) |
while (simple.correctNonOrthogonal()) | |
if (printToScreen) | |
p | relax () |
U | correctBoundaryConditions () |
if (closedVolume) | |
if (pLimited||closedVolume) | |
Variables | |
rho = thermo.rho() | |
HbyA = rAU * UEqn.H() | |
bool | closedVolume = false |
phiHbyA | |
U = HbyA - rAtU * fvc::grad(p) | |
bool | pLimited = pressureControl.limit(p) |
volScalarField rAU | ( | 1.0/UEqn. | A() | ) |
volScalarField rAtU | ( | 1.0/ | 1.0/rAU - UEqn.H1() | ) |
volVectorField HbyA | ( | "HbyA" | , |
U | |||
) |
tUEqn clear | ( | ) |
volScalarField rhorAtU | ( | "rhorAtU" | , |
rho * | rAtU | ||
) |
Referenced by DAResidualRhoSimpleCFoam::calcResiduals(), and while().
Referenced by DAResidualRhoSimpleCFoam::calcResiduals(), DAResidualTurboFoam::calcResiduals(), if(), and while().
while | ( | simple. | correctNonOrthogonal() | ) |
Definition at line 33 of file pEqnRhoSimpleC.H.
References p, phi, phid(), phiHbyA, pressureControl, primalResidualControl< scalar >(), rhorAtU(), and simple.
if | ( | printToScreen | ) |
Definition at line 59 of file pEqnRhoSimpleC.H.
p relax | ( | ) |
U correctBoundaryConditions | ( | ) |
if | ( | closedVolume | ) |
Definition at line 79 of file pEqnRhoSimpleC.H.
References initialMass_, p, and psi.
if | ( | pLimited|| | closedVolume | ) |
Definition at line 85 of file pEqnRhoSimpleC.H.
References p.
rho = thermo.rho() |
Definition at line 1 of file pEqnRhoSimpleC.H.
HbyA = rAU * UEqn.H() |
Definition at line 12 of file pEqnRhoSimpleC.H.
Referenced by DASimpleFoam::calcLduResiduals(), DAResidualPimpleFoam::calcResiduals(), DAResidualPisoFoam::calcResiduals(), DAResidualSimpleFoam::calcResiduals(), DAResidualSimpleTFoam::calcResiduals(), DAResidualRhoSimpleCFoam::calcResiduals(), DAResidualTurboFoam::calcResiduals(), and DAResidualRhoSimpleFoam::calcResiduals().
bool closedVolume = false |
Definition at line 15 of file pEqnRhoSimpleC.H.
phiHbyA |
Definition at line 27 of file pEqnRhoSimpleC.H.
Referenced by DASimpleFoam::calcLduResiduals(), DAResidualPimpleFoam::calcResiduals(), DAResidualPisoFoam::calcResiduals(), DAResidualSimpleFoam::calcResiduals(), DAResidualSimpleTFoam::calcResiduals(), DAResidualRhoSimpleCFoam::calcResiduals(), DAResidualTurboFoam::calcResiduals(), DAResidualRhoSimpleFoam::calcResiduals(), and while().
Definition at line 70 of file pEqnRhoSimpleC.H.
bool pLimited = pressureControl.limit(p) |
Definition at line 75 of file pEqnRhoSimpleC.H.