FreeFOAM The Cross-Platform CFD Toolkit
fvcMeshPhi.H File Reference

Calculate the mesh motion flux and convert fluxes from absolute to relative and back. More...


Detailed Description

Calculate the mesh motion flux and convert fluxes from absolute to relative and back.

InNamespace Foam::fvc

Source files

Definition in file fvcMeshPhi.H.

+ Include dependency graph for fvcMeshPhi.H:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  Foam
 Namespace for OpenFOAM.
namespace  Foam::fvc
 Namespace of functions to calculate explicit derivatives.

Functions

tmp< surfaceScalarField > meshPhi (const volVectorField &U)
tmp< surfaceScalarField > meshPhi (const dimensionedScalar &rho, const volVectorField &U)
tmp< surfaceScalarField > meshPhi (const volScalarField &rho, const volVectorField &U)
void makeRelative (surfaceScalarField &phi, const volVectorField &U)
 Make the given flux relative.
void makeRelative (surfaceScalarField &phi, const dimensionedScalar &rho, const volVectorField &U)
 Make the given flux relative.
void makeRelative (surfaceScalarField &phi, const volScalarField &rho, const volVectorField &U)
 Make the given flux relative.
void makeAbsolute (surfaceScalarField &phi, const volVectorField &U)
 Make the given flux absolute.
void makeAbsolute (surfaceScalarField &phi, const dimensionedScalar &rho, const volVectorField &U)
 Make the given flux absolute.
void makeAbsolute (surfaceScalarField &phi, const volScalarField &rho, const volVectorField &U)
 Make the given flux absolute.