Reverted temporary change.
[OpenFOAM-1.6.x.git] / tutorials / multiphase / interDyMFoam / ras / sloshingTank2D / system / fvSchemes
blob388a633a95aafbae9a438e63aa9d34b0e2093cc3
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
4 |  \\    /   O peration     | Version:  1.6                                   |
5 |   \\  /    A nd           | Web:      www.OpenFOAM.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;
28 divSchemes
30     div(rho*phi,U)  Gauss vanLeerV;
31     div(phi,alpha)  Gauss vanLeer;
32     div(phirb,alpha) Gauss vanLeer;
35 laplacianSchemes
37     default         Gauss linear corrected;
40 interpolationSchemes
42     default         linear;
45 snGradSchemes
47     default         corrected;
50 fluxRequired
52     default         no;
53     pmh;
54     pcorr;
55     alpha;
59 // ************************************************************************* //