Transferred copyright to the OpenFOAM Foundation
[OpenFOAM-2.0.x.git] / tutorials / multiphase / interFoam / laminar / damBreak / system / fvSchemes
blob24b17a38818776ebd0307af9c570df2a53681479
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
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 \*---------------------------------------------------------------------------*/
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 limitedLinearV 1;
31     div(phi,alpha)  Gauss vanLeer;
32     div(phirb,alpha) Gauss interfaceCompression;
35 laplacianSchemes
37     default         Gauss linear corrected;
40 interpolationSchemes
42     default         linear;
45 snGradSchemes
47     default         corrected;
50 fluxRequired
52     default         no;
53     p_rgh;
54     pcorr;
55     alpha1;
59 // ************************************************************************* //