1 /*--------------------------------*- C++ -*----------------------------------*\
3 | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
4 | \\ / O peration | Version: 2.0.0 |
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 div(phi,Yi_hs) Gauss multivariateSelection
36 CH4 limitedLinear01 1;
38 H2O limitedLinear01 1;
39 CO2 limitedLinear01 1;
42 div((muEff*dev2(T(grad(U))))) Gauss linear;
43 div(phiU,p) Gauss linear;
44 div(Ji,Ii_h) Gauss upwind;
49 default Gauss linear corrected;
69 // ************************************************************************* //