FreeFOAM The Cross-Platform CFD Toolkit
Hosted by SourceForge:
Get FreeFOAM at SourceForge.net.
            Fast, secure and Free Open Source software downloads

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 "src/finiteVolume/fields/volFields/volFieldsFwd.H"
#include "src/finiteVolume/fields/surfaceFields/surfaceFieldsFwd.H"
#include "src/OpenFOAM/dimensionedTypes/dimensionedTypes.H"
Include dependency graph for fvcMeshPhi.H:

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.