Calculate the mesh motion flux and convert fluxes from absolute to relative and back.
More...
|
| 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.
|
| tmp< surfaceScalarField > | relative (const tmp< surfaceScalarField > &tphi, const volVectorField &U) |
| | Return the given absolute flux in relative form.
|
| tmp< surfaceScalarField > | relative (const tmp< surfaceScalarField > &tphi, const volScalarField &rho, const volVectorField &U) |
| | Return the given absolute flux in relative form.
|
| tmp< surfaceScalarField > | absolute (const tmp< surfaceScalarField > &tphi, const volVectorField &U) |
| | Return the given relative flux in absolute form.
|
| tmp< surfaceScalarField > | absolute (const tmp< surfaceScalarField > &tphi, const volScalarField &rho, const volVectorField &U) |
| | Return the given relative flux in absolute form.
|
| void | correctUf (autoPtr< surfaceVectorField > &Uf, const volVectorField &U, const surfaceScalarField &phi) |
| void | correctRhoUf (autoPtr< surfaceVectorField > &rhoUf, const volScalarField &rho, const volVectorField &U, const surfaceScalarField &phi) |
Calculate the mesh motion flux and convert fluxes from absolute to relative and back.
Original source file fvcMeshPhi.H
InNamespace Foam::fvc
- Source files
-
Definition in file fvcMeshPhi.H.