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 limitedLinear 1;
32 div(phi,k) Gauss limitedLinear 1;
33 flux(phi,ft) Gauss limitedLinear01 1;
34 div(phi,ft_b_h) Gauss multivariateSelection
40 div((muEff*dev2(grad(U).T()))) Gauss linear;
41 div(phiU,p) Gauss linear;
42 div(Ji,Ii_h) Gauss upwind;
48 laplacian(muEff,U) Gauss linear corrected;
49 laplacian(DkEff,k) Gauss linear corrected;
50 laplacian(DBEff,B) Gauss linear corrected;
51 laplacian(alphaEff,hs) Gauss linear uncorrected;
52 laplacian(alphaEff,fu) Gauss linear uncorrected;
53 laplacian(alphaEff,ft) Gauss linear uncorrected;
54 laplacian(interpolate((rho*(1|A(U)))),p_rgh) Gauss linear uncorrected;
55 laplacian(gammaRad,G) Gauss linear corrected;
75 // ************************************************************************* //