Go to the source code of this file.
|
surfaceScalarField | rAUf ("rAUf", fvc::interpolate(rAU)) |
|
volVectorField | HbyA ("HbyA", U) |
|
surfaceScalarField | phiHbyA ("phiHbyA",(fvc::interpolate(HbyA)&mesh.Sf())+fvc::interpolate(rho *rAU)*fvc::ddtCorr(U, Uf)) |
|
surfaceScalarField | phig (( interface.surfaceTensionForce() -ghf *fvc::snGrad(rho) )*rAUf *mesh.magSf()) |
|
| setSnGrad< fixedFluxPressureFvPatchScalarField > (p_rgh.boundaryField(),( phiHbyA.boundaryField() -(mesh.Sf().boundaryField()&U.boundaryField()) )/(mesh.magSf().boundaryField()*rAUf.boundaryField())) |
|
| if (pimple.transonic()) |
|
volScalarField | p_rgh_0 (p_rgh) |
|
| while (pimple.correctNonOrthogonal()) |
|
surfaceVectorField | n (mesh.Sf()/mesh.magSf()) |
|
surfaceScalarField rAUf |
( |
"rAUf" |
, |
|
|
fvc::interpolate(rAU) |
|
|
) |
| |
volVectorField HbyA |
( |
"HbyA" |
, |
|
|
U |
|
|
) |
| |
surfaceScalarField phiHbyA |
( |
"phiHbyA" |
, |
|
|
(fvc::interpolate(HbyA)&mesh.Sf())+fvc::interpolate(rho *rAU)*fvc::ddtCorr(U, Uf) |
|
|
) |
| |
surfaceScalarField phig |
( |
( interface.surfaceTensionForce() -ghf *fvc::snGrad(rho) )*rAUf *mesh.magSf() |
| ) |
|
setSnGrad< fixedFluxPressureFvPatchScalarField > |
( |
p_rgh. |
boundaryField(), |
|
|
( phiHbyA.boundaryField() -(mesh.Sf().boundaryField()&U.boundaryField()) )/(mesh.magSf().boundaryField()*rAUf.boundaryField()) |
|
|
) |
| |
if |
( |
pimple. |
transonic() | ) |
|
Definition at line 41 of file pEqn.H.
References Foam::correction(), Foam::fvc::ddt(), Foam::deleteDemandDrivenData(), Foam::fvc::div(), Foam::MULES::interpolate(), p_rgh, p_rghEqnComp1, p_rghEqnComp2, phi, psi1, psi2, rho1, rho2, and Foam::fvc::Sp().
volScalarField p_rgh_0 |
( |
p_rgh |
| ) |
|
while |
( |
pimple. |
correctNonOrthogonal() | ) |
|
Definition at line 80 of file pEqn.H.
References alpha1, alpha2, Foam::fvc::div(), gh, HbyA, Foam::MULES::interpolate(), Foam::fvc::laplacian(), Foam::max(), mesh, n(), p, p_rgh, p_rghEqnComp1, p_rghEqnComp2, phi, phig(), phiHbyA, pimple, pMin(), Foam::pos(), rAU(), rAUf(), Foam::fvc::reconstruct(), rho1, rho2, solve(), U, and Uf.
surfaceVectorField n |
( |
mesh. |
Sf)/mesh.magSf( | ) |
|
Definition at line 6 of file pEqn.H.
tmp<fvScalarMatrix> p_rghEqnComp1 |
Initial value:=
tmp< fvMatrix< Type > > correction(const fvMatrix< Type > &)
Return the correction form of the given matrix.
tmp< GeometricField< Type, fvPatchField, volMesh > > Sp(const volScalarField &sp, const GeometricField< Type, fvPatchField, volMesh > &vf)
tmp< GeometricField< Type, fvPatchField, volMesh > > ddt(const dimensioned< Type > dt, const fvMesh &mesh)
tmp< GeometricField< Type, fvPatchField, volMesh > > div(const GeometricField< Type, fvsPatchField, surfaceMesh > &ssf)
Definition at line 39 of file pEqn.H.
Referenced by if(), and while().
Initial value:{
tmp< fvMatrix< Type > > correction(const fvMatrix< Type > &)
Return the correction form of the given matrix.
tmp< GeometricField< Type, fvPatchField, volMesh > > Sp(const volScalarField &sp, const GeometricField< Type, fvPatchField, volMesh > &vf)
tmp< GeometricField< Type, fvPatchField, volMesh > > ddt(const dimensioned< Type > dt, const fvMesh &mesh)
tmp< fvScalarMatrix > p_rghEqnComp1
tmp< GeometricField< Type, fvPatchField, volMesh > > div(const GeometricField< Type, fvsPatchField, surfaceMesh > &ssf)
Definition at line 67 of file pEqn.H.
Uf = n*(fvc::absolute(phi, U)/mesh.magSf() - (n & Uf)) |