initial commit for version 1.6.x patch release
[OpenFOAM-1.6.x.git] / tutorials / multiphase / cavitatingFoam / les / throttle3D / system / fvSchemes
blob35c606be8c14f9774f440965fdf641eca7585f31
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
4 |  \\    /   O peration     | Version:  1.6                                   |
5 |   \\  /    A nd           | Web:      www.OpenFOAM.org                      |
6 |    \\/     M anipulation  |                                                 |
7 \*---------------------------------------------------------------------------*/
8 FoamFile
10     version     2.0;
11     format      binary;
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(rrhoUAf,p) Gauss linear corrected;
47     laplacian(rUAf,p) Gauss linear corrected;
48     laplacian(DkEff,k) Gauss linear corrected;
49     laplacian(1,p)  Gauss linear corrected;
52 snGradSchemes
54     default         none;
55     snGrad(p)       corrected;
58 fluxRequired
60     default         none;
61     p               ;
62     rho             ;
66 // ************************************************************************* //