

Go to the source code of this file.
Namespaces | |
| Foam | |
| Namespace for OpenFOAM. | |
Functions | |
| void | correctUphiBCs (volVectorField &U, surfaceScalarField &phi) |
| If the mesh is moving correct the velocity BCs on the moving walls to. More... | |
| void | correctUphiBCs (const volScalarField &rho, volVectorField &U, surfaceScalarField &phi) |
| If the mesh is moving correct the velocity BCs on the moving walls to. More... | |
| template<class RAUfType , class DivUType > | |
| void | CorrectPhi (volVectorField &U, surfaceScalarField &phi, const volScalarField &p, const RAUfType &rAUf, const DivUType &divU, pimpleControl &pimple) |
| template<class RAUfType , class DivRhoUType > | |
| void | CorrectPhi (volVectorField &U, surfaceScalarField &phi, const volScalarField &p, const volScalarField &rho, const volScalarField &psi, const RAUfType &rAUf, const DivRhoUType &divRhoU, pimpleControl &pimple) |
Original source file CorrectPhi.H
Definition in file CorrectPhi.H.
1.8.13