STYLE: Quenching compiler warning
[foam-extend-3.2.git] / tutorials / multiphase / MRFInterFoam / mixerVessel2D / system / fvSchemes
bloba15aec4bd40f4a7bebbce8581da90f59526f57a4
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM Extend Project: Open Source CFD        |
4 |  \\    /   O peration     | Version:  1.6-ext                               |
5 |   \\  /    A nd           | Web:      www.extend-project.de                 |
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(alpha1)    Gauss linear;
30 divSchemes
32     div(rho*phi,U)  Gauss linear;
33     div(phi,alpha)  Gauss vanLeer01;
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     pd              ;
56     pcorr           ;
57     alpha1          ;
60 // ************************************************************************* //