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