1 /*--------------------------------*- C++ -*----------------------------------*\
3 | \\ / F ield | OpenFOAM Extend Project: Open Source CFD |
4 | \\ / O peration | Version: 1.6-ext |
5 | \\ / A nd | Web: www.extend-project.de |
6 | \\/ M anipulation | |
7 \*---------------------------------------------------------------------------*/
15 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
30 div(phi,k) Gauss linear;
31 div(phi,epsilon) Gauss linear;
32 div(phi,R) Gauss linear;
33 div(phi,nuTilda) Gauss linear;
34 div((nuEff*dev(grad(U).T()))) Gauss linear;
40 laplacian(nuEff,U) Gauss linear corrected;
41 laplacian(DkEff,k) Gauss linear corrected;
42 laplacian(DepsilonEff,epsilon) Gauss linear corrected;
43 laplacian(DREff,R) Gauss linear corrected;
44 laplacian(DnuTildaEff,nuTilda) Gauss linear corrected;
57 // ************************************************************************* //