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 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
20 default localEuler rDeltaT;
33 div(phi,U) Gauss upwind;
34 div(phi,Yi_h) Gauss upwind;
35 div(phi,h) Gauss upwind;
36 div(phiU,p) Gauss upwind;
37 div(phi,epsilon) Gauss upwind;
38 div(phi,k) Gauss upwind;
39 div((muEff*dev2(T(grad(U))))) Gauss linear;
44 default Gauss linear uncorrected;
45 laplacian(muEff,U) Gauss linear uncorrected;
46 laplacian(mut,U) Gauss linear uncorrected;
47 laplacian(DkEff,k) Gauss linear uncorrected;
48 laplacian(DepsilonEff,epsilon) Gauss linear uncorrected;
49 laplacian((rho*(1|A(U))),p) Gauss linear uncorrected;
50 laplacian(alphaEff,h) Gauss linear uncorrected;
70 // ************************************************************************* //