Backported heat transfer solvers and tutorials (vanilla OF 3.0.1) (in chtMultiRegionF...
[foam-extend-4.0.git] / tutorials / heatTransfer / chtMultiRegionFoam / snappyMultiRegionHeater / system / bottomAir / fvSchemes
blob8819b4e9a9567c3451af9ac02a3ca2ca9269b95c
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | foam-extend: Open Source CFD                    |
4 |  \\    /   O peration     | Version:     3.2                                |
5 |   \\  /    A nd           | Web:         http://www.foam-extend.org         |
6 |    \\/     M anipulation  |                                                 |
7 \*---------------------------------------------------------------------------*/
8 FoamFile
10     version     2.0;
11     format      ascii;
12     class       dictionary;
13     object      fvSchemes;
15 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
17 ddtSchemes
19     default Euler;
20     //default CoEuler phi rho 0.1;
23 gradSchemes
25     default         Gauss linear;
26 //    grad(U)         cellLimited Gauss linear 1;
29 divSchemes
31     default         none;
32     div(phi,U)      Gauss upwind;
33     div(phiU,p)     Gauss linear;
34     div(phi,h)      Gauss upwind;
35     div(phi,k)      Gauss upwind;
36     div(phi,epsilon) Gauss upwind;
37     div(phi,R)      Gauss upwind;
38     div(R)          Gauss linear;
39     div((muEff*dev2(T(grad(U))))) Gauss linear;
42 laplacianSchemes
44     default         none;
45     laplacian(muEff,U) Gauss linear limited 0.333;
46     laplacian((rho*(1|A(U))),p) Gauss linear limited 0.333;
47     laplacian(alphaEff,h) Gauss linear limited 0.333;
48     laplacian(DkEff,k) Gauss linear limited 0.333;
49     laplacian(DepsilonEff,epsilon) Gauss linear limited 0.333;
50     laplacian(DREff,R) Gauss linear limited 0.333;
53 interpolationSchemes
55     default         linear;
58 snGradSchemes
60     default         limited 0.333;
63 // ************************************************************************* //