BUG: UListIO: byteSize overflowing on really big faceLists
[OpenFOAM-2.0.x.git] / tutorials / multiphase / LTSInterFoam / wigleyHull / system / fvSchemes
blobdd67848279ec1fd38a58313c7a77546f94ebfe90
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         localEuler rDeltaT;
23 gradSchemes
25     default         Gauss linear;
28 divSchemes
30     div(rho*phi,U)  Gauss linearUpwind grad(U);
31     div(phi,alpha)  Gauss vanLeer;
32     div(phirb,alpha) Gauss interfaceCompression;
33     div(phi,k)      Gauss upwind;
34     div(phi,omega)  Gauss upwind;
37 laplacianSchemes
39     default         Gauss linear corrected;
42 interpolationSchemes
44     default         linear;
47 snGradSchemes
49     default         corrected;
52 fluxRequired
54     default         no;
55     p_rgh;
56     pcorr;
57     alpha1;
61 // ************************************************************************* //