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 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
31 div(phi,U) Gauss limitedLinear 1;
32 div(phi,k) Gauss limitedLinear 1;
33 div(phi,Yi_hs) Gauss multivariateSelection
37 C3H8 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;
50 default Gauss linear corrected;
51 laplacian(muEff,U) Gauss linear corrected;
52 laplacian(DkEff,k) Gauss linear corrected;
53 laplacian(alphaEff,hs) Gauss linear corrected;
54 laplacian((((rho*(1|A(U)))*rho)*gh)) Gauss linear corrected;
55 laplacian(interpolate((rho*(1|A(U)))),p) Gauss linear corrected;
56 laplacian(gammaRad,G) Gauss linear corrected;
76 // ************************************************************************* //