correctPhic.H
Go to the documentation of this file.
1 // Calculate absolute flux from the mapped surface velocity
2 phic = mesh.Sf() & Ucf();
3 
4 correctUphiBCs(Uc, phic, true);
5 
7 (
8  phic,
9  Uc,
10  p,
11  dimensionedScalar("rAUf", dimTime, 1),
12  geometricZeroField(),
14  pimple
15 );
16 
17 #include "continuityErrs.H"
18 
19 // Make the flux relative to the mesh motion
pressureReference & pressureReference
pimpleNoLoopControl & pimple
autoPtr< surfaceVectorField > Ucf
Calculates and prints the continuity errors.
const dimensionSet dimTime
dynamicFvMesh & mesh
CorrectPhi(phic, Uc, p, dimensionedScalar("rAUf", dimTime, 1), geometricZeroField(), pressureReference, pimple)
phic
Definition: correctPhic.H:2
correctUphiBCs(Uc, phic, 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:75