initial commit for version 1.6.x patch release
[OpenFOAM-1.6.x.git] / tutorials / multiphase / settlingFoam / ras / tank3D / system / fvSchemes
blob3802ef8dca8e141c827904721aebf6b4a02450c1
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      ascii;
12     class       dictionary;
13     location    "system";
14     object      fvSchemes;
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
18 ddtSchemes
20     default         Euler;
23 gradSchemes
25     default         Gauss linear;
28 divSchemes
30     default         none;
31     div(phi,U)      Gauss limitedLinearV 1;
32     div(phi,k)      Gauss limitedLinear 1;
33     div(phi,epsilon) Gauss limitedLinear 1;
34     div(phiAlpha,Alpha) Gauss limitedLinear01 1;
35     div(phiVdj,Vdj) Gauss linear;
38 laplacianSchemes
40     default         none;
41     laplacian(muEff,U) Gauss linear corrected;
42     laplacian((rho*(1|A(U))),p) Gauss linear corrected;
43     laplacian(DkEff,k) Gauss linear corrected;
44     laplacian(DepsilonEff,epsilon) Gauss linear corrected;
45     laplacian(mut,Alpha) Gauss linear corrected;
48 interpolationSchemes
50     default         linear;
53 snGradSchemes
55     default         corrected;
58 fluxRequired
60     default         no;
61     p               ;
65 // ************************************************************************* //