BUG: UListIO: byteSize overflowing on really big faceLists
[OpenFOAM-2.0.x.git] / tutorials / multiphase / cavitatingFoam / les / throttle / system / fvSchemes
blob0b3d7a85a41bf422a67a7f18a883c2dad0bb8875
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 interpolationSchemes
25     default         linear;
28 divSchemes
30     default         none;
31     div(phiv,rho)   Gauss limitedLinear 0.2;
32     div(phi,U)      Gauss filteredLinear2V 0.2 0;
33     div(phiv,k)     Gauss filteredLinear2 0.2 0;
36 gradSchemes
38     default         Gauss linear;
41 laplacianSchemes
43     default         none;
44     laplacian(nuf,rhoU) Gauss linear corrected;
45     laplacian(muEff,U) Gauss linear corrected;
46     laplacian(rAUf,p) Gauss linear corrected;
47     laplacian(DkEff,k) Gauss linear corrected;
48     laplacian(1,p)  Gauss linear corrected;
51 snGradSchemes
53     default         none;
54     snGrad(p)       corrected;
57 fluxRequired
59     default         none;
60     p               ;
61     rho             ;
65 // ************************************************************************* //