Upgrade case file headers
[foam-extend-3.2.git] / tutorials / multiphase / cavitatingFoam / les / throttle / system / fvSchemes
bloba3400ebe46effb6d8b555828eb10e6164d96a876
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | foam-extend: Open Source CFD                    |
4 |  \\    /   O peration     | Version:     3.2                                |
5 |   \\  /    A nd           | Web:         http://www.foam-extend.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             ;
65 // ************************************************************************* //