initial commit for version 1.6.x patch release
[OpenFOAM-1.6.x.git] / tutorials / multiphase / twoPhaseEulerFoam / bubbleColumn / system / fvSchemes
blobceb2db4cef22b0b8000dce0e5b97c46170c89d61
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(phia,Ua)    Gauss limitedLinearV 1;
32     div(phib,Ub)    Gauss limitedLinearV 1;
33     div(phib,k)     Gauss limitedLinear 1;
34     div(phib,epsilon) Gauss limitedLinear 1;
35     div(phi,alpha)  Gauss limitedLinear01 1;
36     div(phir,alpha) Gauss limitedLinear01 1;
37     div(phi,Theta)  Gauss limitedLinear 1;
38     div(Rca)        Gauss linear;
39     div(Rcb)        Gauss linear;
42 laplacianSchemes
44     default         none;
45     laplacian(nuEffa,Ua) Gauss linear corrected;
46     laplacian(nuEffb,Ub) Gauss linear corrected;
47     laplacian((rho*(1|A(U))),p) Gauss linear corrected;
48     laplacian(alphaPpMag,alpha) Gauss linear corrected;
49     laplacian((alphak*nuEffb),k) Gauss linear corrected;
50     laplacian((alphaEps*nuEffb),epsilon) Gauss linear corrected;
53 interpolationSchemes
55     default         linear;
58 snGradSchemes
60     default         corrected;
63 fluxRequired
65     default         no;
66     p               ;
70 // ************************************************************************* //