1 /*--------------------------------*- C++ -*----------------------------------*\
3 | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
4 | \\ / O peration | Version: 2.0.0 |
5 | \\ / A nd | Web: www.OpenFOAM.com |
6 | \\/ M anipulation | |
7 \*---------------------------------------------------------------------------*/
15 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
30 div(phi,U) Gauss limitedLinear 0.2;
31 div(phi,h) Gauss limitedLinear 0.2;
32 div(phi,k) Gauss limitedLinear 0.2;
33 div(phi,epsilon) Gauss limitedLinear 0.2;
34 div(phi,omega) Gauss limitedLinear 0.2;
35 div((muEff*dev2(T(grad(U))))) Gauss linear;
41 laplacian(muEff,U) Gauss linear uncorrected;
42 laplacian((rho*(1|A(U))),p_rgh) Gauss linear uncorrected;
43 laplacian(alphaEff,h) Gauss linear uncorrected;
44 laplacian(DkEff,k) Gauss linear uncorrected;
45 laplacian(DepsilonEff,epsilon) Gauss linear uncorrected;
46 laplacian(DomegaEff,omega) Gauss linear uncorrected;
66 // ************************************************************************* //