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 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
32 div(phi,rho) Gauss limitedLinear 1;
33 div(phi,U) Gauss limitedLinearV 1;
34 div(phiU,p) Gauss linear;
35 div(phi,k) Gauss limitedLinear 1;
36 div(phi,epsilon) Gauss limitedLinear 1;
37 div(phi,Yi_h) Gauss upwind;
38 div(phi,fu_ft_h) Gauss multivariateSelection
44 div((muEff*dev2(T(grad(U))))) Gauss linear;
49 default Gauss linear corrected;
50 laplacian(muEff,U) Gauss linear corrected;
51 laplacian(muEff,ft) Gauss linear corrected;
52 laplacian(muEff,fu) Gauss linear corrected;
53 laplacian(((alphah*mut)+alpha),hs) Gauss linear corrected;
54 laplacian((rho|A(U)),p) Gauss linear corrected;
55 laplacian(rhoD,k) Gauss linear corrected;
56 laplacian(rhoD,epsilon) Gauss linear corrected;
62 interpolate(HbyA) linear;
77 // ************************************************************************* //