1 /*--------------------------------*- C++ -*----------------------------------*\
3 | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
4 | \\ / O peration | Version: 1.0 |
5 | \\ / A nd | Web: http://www.openfoam.org |
6 | \\/ M anipulation | |
7 \*---------------------------------------------------------------------------*/
17 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
27 grad(alpha) Gauss linear;
32 div(rho*phi,U) Gauss linearUpwind faceLimited Gauss linear 1;
33 div(phi,alpha) Gauss vanLeer01;
34 div(phirb,alpha) Gauss interfaceCompression;
35 div(phi,k) Gauss upwind;
36 div(phi,epsilon) Gauss upwind;
37 div(phi,omega) Gauss upwind;
39 div((nuEff*dev(grad(U).T()))) Gauss linear;
44 default Gauss linear corrected;
67 // ************************************************************************* //