Calculate the mesh motion flux and convert fluxes from absolute to relative and back. More...
Calculate the mesh motion flux and convert fluxes from absolute to relative and back.
InNamespace Foam::fvc
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"
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.
|