1 /*--------------------------------*- C++ -*----------------------------------*\
3 | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
4 | \\ / O peration | Version: 2.0.x |
5 | \\ / A nd | Web: www.OpenFOAM.org |
6 | \\/ M anipulation | |
7 \*---------------------------------------------------------------------------*/
17 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
33 div(rho*phi,U) Gauss linear;
34 div(phi,alpha1) Gauss vanLeer;
35 div(phi,k) Gauss limitedLinear 1;
36 div(((rho*nuEff)*dev(grad(U).T()))) Gauss linear;
41 default Gauss linear corrected;
62 // ************************************************************************* //