BUG: UListIO: byteSize overflowing on really big faceLists
[OpenFOAM-2.0.x.git] / tutorials / multiphase / multiphaseInterFoam / laminar / damBreak4phase / system / fvSchemes
bloba7c1d0e0cd5853d625c715fb17744b49e73b3967
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;
26     grad(U)         Gauss linear;
27     grad(gamma)     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     pcorr;
56     p_rgh;
57     "alpha.*";
61 // ************************************************************************* //