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


Go to the source code of this file.
Namespaces | |
| Foam | |
| Namespace for OpenFOAM. | |
| 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. More... | |
| void | makeRelative (surfaceScalarField &phi, const dimensionedScalar &rho, const volVectorField &U) |
| Make the given flux relative. More... | |
| void | makeRelative (surfaceScalarField &phi, const volScalarField &rho, const volVectorField &U) |
| Make the given flux relative. More... | |
| void | makeAbsolute (surfaceScalarField &phi, const volVectorField &U) |
| Make the given flux absolute. More... | |
| void | makeAbsolute (surfaceScalarField &phi, const dimensionedScalar &rho, const volVectorField &U) |
| Make the given flux absolute. More... | |
| void | makeAbsolute (surfaceScalarField &phi, const volScalarField &rho, const volVectorField &U) |
| Make the given flux absolute. More... | |
| tmp< surfaceScalarField > | relative (const tmp< surfaceScalarField > &tphi, const volVectorField &U) |
| Return the given absolute flux in relative form. More... | |
| tmp< surfaceScalarField > | relative (const tmp< surfaceScalarField > &tphi, const volScalarField &rho, const volVectorField &U) |
| Return the given absolute flux in relative form. More... | |
| tmp< surfaceScalarField > | absolute (const tmp< surfaceScalarField > &tphi, const volVectorField &U) |
| Return the given relative flux in absolute form. More... | |
| tmp< surfaceScalarField > | absolute (const tmp< surfaceScalarField > &tphi, const volScalarField &rho, const volVectorField &U) |
| Return the given relative flux in absolute form. More... | |
Calculate the mesh motion flux and convert fluxes from absolute to relative and back.
Original source file fvcMeshPhi.H
InNamespace Foam::fvc
Definition in file fvcMeshPhi.H.
1.8.13