Go to the source code of this file.
◆ rAU()
| volScalarField rAU |
( |
1.0/UEqn. |
A() | ) |
|
◆ rAtU()
| volScalarField rAtU |
( |
1.0/ |
1.0/rAU - UEqn.H1() | ) |
|
◆ if() [1/4]
◆ clear()
◆ phiHbyA()
| surfaceScalarField phiHbyA |
( |
"phiHbyA" |
, |
|
|
fvc::interpolate(rho) *fvc::flux(HbyA) |
|
|
) |
| |
◆ rhorAtU()
| volScalarField rhorAtU |
( |
"rhorAtU" |
, |
|
|
rho * |
rAtU |
|
) |
| |
◆ phid()
| surfaceScalarField phid |
( |
"phid" |
, |
|
|
(fvc::interpolate(psi)/fvc::interpolate(rho)) * |
phiHbyA |
|
) |
| |
◆ while()
| while |
( |
simple. |
correctNonOrthogonal() | ) |
|
◆ if() [2/4]
◆ relax()
◆ correctBoundaryConditions()
| U correctBoundaryConditions |
( |
| ) |
|
◆ if() [3/4]
◆ if() [4/4]
◆ rho
◆ HbyAPtr
| autoPtr<volVectorField> HbyAPtr = nullptr |
◆ useConstrainHbyA
| label useConstrainHbyA = daOptionPtr_->getOption<label>("useConstrainHbyA") |
◆ else
◆ HbyA
◆ closedVolume
| bool closedVolume = false |
◆ phiHbyA
Initial value:
Definition at line 36 of file pEqnRhoSimpleC.H.
Referenced by DASimpleFoam::calcLduResiduals(), DAResidualPimpleFoam::calcPCMatWithFvMatrix(), DAResidualPimpleDyMFoam::calcPCMatWithFvMatrix(), DAResidualRhoPimpleFoam::calcPCMatWithFvMatrix(), DAResidualPimpleFoam::calcResiduals(), DAResidualPimpleDyMFoam::calcResiduals(), DAResidualSimpleFoam::calcResiduals(), DAResidualRhoSimpleCFoam::calcResiduals(), DAResidualTurboFoam::calcResiduals(), DAResidualRhoPimpleFoam::calcResiduals(), DAResidualRhoSimpleFoam::calcResiduals(), and while().
◆ pLimited
| bool pLimited = pressureControl.limit(p) |