3 volVectorField
HbyA(
"HbyA",
U);
14 fvc::interpolate(
rho)/fvc::interpolate(
UEqn.A())
20 fvc::interpolate(
rho)*fvc::interpolate(
U)
21 +
rhorAUf*fvc::interpolate(fvc::grad(
p))
34 <<
"\nTransonic option not available for " <<
args.executable()
46 + fvc::interpolate(
rho)
54 while (
pimple.correctNonOrthogonal())
66 pEqn.solve(
p.select(
pimple.finalInnerIter()));
69 if (
pimple.finalNonOrthogonalIter())
79 #include "compressibleContinuityErrs.H"
85 U.correctBoundaryConditions();
Basic thermodynamics type based on the use of fitting functions for cp, h, s obtained from the templa...
const volScalarField & psi
surfaceScalarField rhorAUf("rhorAUf", fvc::interpolate(rho *rAU))
tmp< fvVectorMatrix > tUEqn(fvm::ddt(rho, U)+fvm::div(phi, U)+MRF.DDt(rho, U)+turbulence->divDevRhoReff(U)==fvOptions(rho, U))
surfaceVectorField rhoHbyAf("rhoHbyAf", fvc::interpolate(rho) *fvc::interpolate(U)+rhorAUf *fvc::interpolate(fvc::grad(p)))
tmp< volScalarField > rAU
GeometricField< scalar, fvPatchField, volMesh > volScalarField
Foam::argList args(argc, argv)