BUG: UListIO: byteSize overflowing on really big faceLists
[OpenFOAM-2.0.x.git] / tutorials / multiphase / twoLiquidMixingFoam / lockExchange / system / fvSchemes
blobff2556a776d6fac92921078545086534e83f7e64
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
4 |  \\    /   O peration     | Version:  2.0.x                                 |
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;
17 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
19 ddtSchemes
21     default         Euler;
24 gradSchemes
26     default         Gauss linear;
29 divSchemes
31     default         none;
33     div(rho*phi,U)  Gauss linear;
34     div(phi,alpha1) Gauss vanLeer;
35     div(phi,k)      Gauss limitedLinear 1;
36     div(((rho*nuEff)*dev(grad(U).T()))) Gauss linear;
39 laplacianSchemes
41     default         Gauss linear corrected;
44 interpolationSchemes
46     default         linear;
49 snGradSchemes
51     default         corrected;
54 fluxRequired
56     default         no;
57     p_rgh;
58     alpha1;
62 // ************************************************************************* //