1 /*--------------------------------*- C++ -*----------------------------------*\
3 | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
4 | \\ / O peration | Version: 1.7.1 |
5 | \\ / A nd | Web: www.OpenFOAM.com |
6 | \\/ M anipulation | |
7 \*---------------------------------------------------------------------------*/
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
31 div(phi,U) Gauss limitedLinearV 1;
32 div(phi,k) Gauss limitedLinear 1;
33 div(phi,epsilon) Gauss limitedLinear 1;
34 div(phiAlpha,Alpha) Gauss limitedLinear01 1;
35 div(phiVdj,Vdj) Gauss linear;
41 laplacian(muEff,U) Gauss linear corrected;
42 laplacian((rho*(1|A(U))),p_rgh) Gauss linear corrected;
43 laplacian(DkEff,k) Gauss linear corrected;
44 laplacian(DepsilonEff,epsilon) Gauss linear corrected;
45 laplacian(mut,Alpha) Gauss linear corrected;
65 // ************************************************************************* //