Merge branch 'master' of ssh://git.code.sf.net/p/foam-extend/foam-extend-3.2
[foam-extend-3.2.git] / tutorials / multiphase / interDyMFoam / ras / damBreakWithObstacle / system / setSubset / fvSchemes
blobb1d22b806fe613e8e5a0b0f60bf9b69797616190
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     location    "system";
14     object      fvSchemes;
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
18 ddtSchemes
20     default         Euler;
23 gradSchemes
25     default         Gauss linear;
26     grad(U)         Gauss linear;
27     grad(alpha)     Gauss linear;
30 divSchemes
32     div(rho*phi,U)  Gauss upwind;
33     div(phi,alpha)  Gauss vanLeer;
34     div(phirb,alpha) Gauss interfaceCompression;
37 laplacianSchemes
39     default         Gauss linear corrected;
42 interpolationSchemes
44     default         linear;
47 snGradSchemes
49     default         corrected;
52 fluxRequired
54     default         no;
55     p               ;
56     pcorr           ;
57     alpha           ;
60 // ************************************************************************* //