1 /*--------------------------------*- C++ -*----------------------------------*\
3 | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
4 | \\ / O peration | Version: 1.7.1 |
5 | \\ / A nd | Web: www.OpenFOAM.org |
6 | \\/ M anipulation | |
7 \*---------------------------------------------------------------------------*/
17 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
32 div(phi,U) Gauss linearUpwind Gauss linear;
33 div(phi,k) Gauss upwind;
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(alphaEff,hs) Gauss linear corrected;
51 laplacian(alphaEff,fu) Gauss linear corrected;
52 laplacian(alphaEff,ft) Gauss linear corrected;
53 laplacian(interpolate((rho*(1|A(U)))),p_rgh) Gauss linear corrected;
54 laplacian(gammaRad,G) Gauss linear corrected;
74 // ************************************************************************* //