Go to the source code of this file.
volScalarField rAU |
( |
1.0/ |
UEqn).A( | ) |
|
volScalarField rAtU |
( |
1.0/ |
1.0/rAU-UEqn().H1() | ) |
|
volVectorField HbyA |
( |
"HbyA" |
, |
|
|
U |
|
|
) |
| |
Referenced by Foam::atan2(), cyclicAMIPolyPatch::calcTransforms(), cyclicPolyPatch::calcTransforms(), ILList< LListBase, T >::clear(), DictionaryBase< IDLListType, T >::clear(), ZoneMesh< ZoneType, MeshType >::clear(), wordRe::clear(), LList< LListBase, T >::clear(), DSMCCloud< ParcelType >::DSMCCloud(), sampledPatch::expire(), sampledTriSurfaceMesh::expire(), moleculeCloud::moleculeCloud(), UILList< LListBase, T >::operator=(), dictionary::parent(), Foam::pow(), reactingMixture< ThermoType >::reactingMixture(), extendedEdgeMeshFormat::read(), extendedFeatureEdgeMeshFormat::read(), NASedgeFormat::read(), OBJsurfaceFormat< Face >::read(), GTSsurfaceFormat< Face >::read(), NASsurfaceFormat< Face >::read(), VTKsurfaceFormat< Face >::read(), OFFsurfaceFormat< Face >::read(), AC3DsurfaceFormat< Face >::read(), TRIsurfaceFormat< Face >::read(), STARCDsurfaceFormat< Face >::read(), FTRsurfaceFormat< Face >::read(), edgeMeshFormat::read(), OFSsurfaceFormat< Face >::read(), STLsurfaceFormat< Face >::read(), GeometricField< Type, PatchField, GeoMesh >::GeometricBoundaryField::readField(), singleStepReactingMixture< ThermoType >::singleStepReactingMixture(), Foam::stabilise(), and Foam::transform().
if |
( |
simple. |
transonic() | ) |
|
Definition at line 11 of file pcEqn.H.
References Foam::fvc::div(), fvOptions, Foam::fvc::grad(), HbyA, Foam::MULES::interpolate(), Foam::fvc::laplacian(), mesh, MRF, p, phi, phic, phid(), pRefCell, pRefValue, psi, rAtU(), rAU(), rho, rhorAtU(), simple, and Foam::fvc::snGrad().
volScalarField rhorAtU |
( |
"rhorAtU" |
, |
|
|
rho * |
rAtU |
|
) |
| |
while |
( |
simple. |
correctNonOrthogonal() | ) |
|
Definition at line 73 of file pcEqn.H.
References Foam::fvc::div(), fvOptions, Foam::fvc::laplacian(), p, phi, phiHbyA, pRefCell, pRefValue, psi, rho, rhorAtU(), and simple.
U correctBoundaryConditions |
( |
| ) |
|
if |
( |
!simple. |
transonic() | ) |
|
Initial value:{
(
"phiHbyA",
)
tmp< surfaceScalarField > interpolate(const RhoType &rho)
GeometricField< scalar, fvsPatchField, surfaceMesh > surfaceScalarField
Definition at line 57 of file pcEqn.H.
phiHbyA = fvc::interpolate(rho*(rAtU - rAU))*fvc::snGrad(p)*mesh.magSf() |