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(phiv,rho) Gauss limitedLinear 1;
32 div(phi,U) Gauss limitedLinearV 1;
33 div(phiv,omega) Gauss limitedLinear 1;
34 div(phiv,k) Gauss limitedLinear 1;
45 laplacian(nuf,rhoU) Gauss linear corrected;
46 laplacian(muEff,U) Gauss linear corrected;
47 laplacian(rAUf,p) Gauss linear corrected;
48 laplacian(DomegaEff,omega) Gauss linear corrected;
49 laplacian(DkEff,k) Gauss linear corrected;
50 laplacian(1,p) Gauss linear corrected;
66 // ************************************************************************* //