Go to the source code of this file.
◆ rAU()
| volScalarField rAU |
( |
1.0/UEqn. | A() | ) |
|
◆ rhorAUf()
◆ HbyA()
◆ phiGradp()
| surfaceScalarField phiGradp |
( |
rhorAUf *mesh. | magSf) *fvc::snGrad(p | ) |
|
◆ rho0()
| volScalarField rho0 |
( |
rho - psi * | p | ) |
|
◆ while()
| while |
( |
pimple. | correctNonOrthogonal() | ) |
|
◆ correct()
| Info<< "Predicted p max-min : "<< max(p).value()<< " "<< min(p).value()<< endl;rho==max(rho0+psi *p, rhoMin);# 1 "/opt/OpenFOAM/OpenFOAM-v2512/applications/solvers/multiphase/cavitatingFoam/alphavPsi.H" 1{ alphav=clamp((rho - rholSat)/(rhovSat - rholSat), zero_one{});alphal=1.0 - alphav;Info<< "max-min alphav: "<< max(alphav).value()<< " "<< min(alphav).value()<< endl;psiModel-> correct |
( |
| ) |
|
◆ correctBoundaryConditions()
| p correctBoundaryConditions |
( |
| ) |
|
◆ phi
Initial value:
surfaceScalarField rhorAUf("rhorAUf", fvc::interpolate(rho *rAU))
autoPtr< surfaceVectorField > Uf
Definition at line 18 of file pEqn.H.
Initial value: =
(
const volScalarField & psi
Definition at line 54 of file pEqn.H.