1 /*--------------------------------*- C++ -*----------------------------------*\
3 | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
4 | \\ / O peration | Version: 2.0.0 |
5 | \\ / A nd | Web: www.OpenFOAM.org |
6 | \\/ M anipulation | |
7 \*---------------------------------------------------------------------------*/
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
31 div(phi,U) Gauss upwind;
32 div(phi,T) Gauss upwind;
33 div(phi,k) Gauss upwind;
34 div(phi,epsilon) Gauss upwind;
35 div(phi,R) Gauss upwind;
37 div((nuEff*dev(T(grad(U))))) Gauss linear;
43 laplacian(nuEff,U) Gauss linear limited 0.333;
44 laplacian((1|A(U)),p_rgh) Gauss linear limited 0.333;
45 laplacian(kappaEff,T) Gauss linear limited 0.333;
46 laplacian(DkEff,k) Gauss linear limited 0.333;
47 laplacian(DepsilonEff,epsilon) Gauss linear limited 0.333;
48 laplacian(DREff,R) Gauss linear limited 0.333;
58 default limited 0.333;
68 // ************************************************************************* //