1 /*--------------------------------*- C++ -*----------------------------------*\
3 | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
4 | \\ / O peration | Version: 1.4 |
5 | \\ / A nd | Web: http://www.openfoam.org |
6 | \\/ M anipulation | |
7 \*---------------------------------------------------------------------------*/
17 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
31 div(rho*phi,U) Gauss upwind;
32 div(phi,alpha) Gauss vanLeer01;
33 div(phirb,alpha) Gauss interfaceCompression;
34 div(phi,k) Gauss upwind;
35 div(phi,omega) Gauss upwind;
38 div((nuEff*dev(grad(U).T()))) Gauss linear;
43 default Gauss linear limited 0.5;
67 // ************************************************************************* //