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 \*---------------------------------------------------------------------------*/
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
31 div(phi,k) Gauss linear;
32 div(phi,epsilon) Gauss linear;
33 div(phi,R) Gauss linear;
34 div(phi,nuTilda) Gauss linear;
35 div((nuEff*dev(T(grad(U))))) Gauss linear;
41 laplacian(nuEff,U) Gauss linear corrected;
42 laplacian(DkEff,k) Gauss linear corrected;
43 laplacian(DepsilonEff,epsilon) Gauss linear corrected;
44 laplacian(DREff,R) Gauss linear corrected;
45 laplacian(DnuTildaEff,nuTilda) Gauss linear corrected;
59 // ************************************************************************* //