BUG: UListIO: byteSize overflowing on really big faceLists
[OpenFOAM-2.0.x.git] / tutorials / compressible / sonicLiquidFoam / decompressionTank / system / fvSchemes
blob3b94bd970fb00c624cc09a1c22f6bf6fca2147cc
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(p)         Gauss linear;
29 divSchemes
31     default         none;
32     div(phi,U)      Gauss limitedLinearV 1;
33     div(phid,p)     Gauss limitedLinear 1;
36 laplacianSchemes
38     default         none;
39     laplacian(mu,U) Gauss linear corrected;
40     laplacian((rho*(1|A(U))),p) Gauss linear corrected;
43 interpolationSchemes
45     default         linear;
48 snGradSchemes
50     default         corrected;
53 fluxRequired
55     default         no;
56     p               ;
60 // ************************************************************************* //