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 0.2;
32 div(phi,U) Gauss filteredLinear2V 0.2 0;
33 div(phiv,k) Gauss filteredLinear2 0.2 0;
44 laplacian(nuf,rhoU) Gauss linear corrected;
45 laplacian(muEff,U) Gauss linear corrected;
46 laplacian(rAUf,p) Gauss linear corrected;
47 laplacian(DkEff,k) Gauss linear corrected;
48 laplacian(1,p) Gauss linear corrected;
65 // ************************************************************************* //