Go to the documentation of this file. 1 volScalarField
rAU(1.0 /
UEqn.A());
2 surfaceScalarField
rhorAUf(
"rhorAUf", fvc::interpolate(
rho*
rAU));
9 volVectorField
HbyA(
"HbyA",
U);
15 surfaceScalarField
phiHbyA(
"phiHbyA", fvc::interpolate(
rho) * fvc::flux(
HbyA));
26 while (
simple.correctNonOrthogonal())
31 - fvOptions(
psi,
p,
rho.name()));
39 SolverPerformance<scalar> solverP = pEqn.solve();
43 if (
simple.finalNonOrthogonalIter())
63 U.correctBoundaryConditions();
73 / fvc::domainIntegrate(
psi);
78 p.correctBoundaryConditions();
tmp< fvVectorMatrix > tUEqn(fvm::ddt(U)+fvm::div(phi, U)+MRF.DDt(U)+turbulence->divDevReff(U)==fvOptions(U))
const dictionary & allOptions
pressureControl & pressureControl
volScalarField rAU(1.0/UEqn.A())
this primalResidualControl< scalar >(solverE, printToScreen, printInterval, "he")
surfaceScalarField phiHbyA("phiHbyA", fvc::interpolate(rho) *fvc::flux(HbyA))
surfaceScalarField rhorAUf("rhorAUf", fvc::interpolate(rho *rAU))
constrainPressure(p, rho, U, phiHbyA, rhorAUf, MRF)
const volScalarField & psi