correctPhi.H
Go to the documentation of this file.
1 // Calculate absolute flux
2 // from the mapped surface velocity
3 phi = mesh.Sf() & rhoUf();
4 
5 correctUphiBCs(rho, U, phi, true);
6 
8 (
9  phi,
10  p,
11  rho,
12  psi,
13  dimensionedScalar("rAUf", dimTime, 1),
14  divrhoU(),
15  pimple
16 );
17 
18 // Make the fluxes relative to the mesh-motion
pimpleNoLoopControl & pimple
U
Definition: pEqn.H:72
fvMesh & mesh
const dimensionSet dimTime
const volScalarField & psi
phi
Definition: correctPhi.H:3
CorrectPhi(phi, p, rho, psi, dimensionedScalar("rAUf", dimTime, 1), divrhoU(), pimple)
correctUphiBCs(rho, U, phi, true)
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.
volScalarField & p
void makeRelative(surfaceScalarField &phi, const volVectorField &U)
Make the given flux relative.
Definition: fvcMeshPhi.C:89
autoPtr< surfaceVectorField > rhoUf