Upgrade case file headers
[foam-extend-3.2.git] / tutorials / viscoelastic / viscoelasticFluidFoam / XPP_DE / system / fvSchemes
blob4feeacc8be7f43337f854d9efe5bea2d3145fc45
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      ascii;
12     class       dictionary;
13     object      fvSchemes;
15 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
17 ddtSchemes
19     default         Euler;
23 gradSchemes
25     default         Gauss linear;
26     grad(p)         Gauss linear;
27     grad(U)         Gauss linear;
31 divSchemes
33     default                  none;
34     div(phi,U)               Gauss upwind; //GammaV 0.5;
36     div(phi,Sfirst)          Gauss upwind; //Gamma 0.5;
37     div(phi,Ssecond)         Gauss upwind; //Gamma 0.5;
38     div(phi,Sthird)          Gauss upwind; //Gamma 0.5;
39     div(phi,Sfourth)         Gauss upwind; //Gamma 0.5;
40     div(phi,Sfifth)          Gauss upwind; //Gamma 0.5;
41     div(phi,Ssixth)          Gauss upwind; //Gamma 0.5;
43     div(phi,Lambdafirst)     Gauss upwind; //Gamma 0.5;
44     div(phi,Lambdasecond)    Gauss upwind; //Gamma 0.5;
45     div(phi,Lambdathird)     Gauss upwind; //Gamma 0.5;
46     div(phi,Lambdafourth)    Gauss upwind; //Gamma 0.5;
47     div(phi,Lambdafifth)     Gauss upwind; //Gamma 0.5;
48     div(phi,Lambdasixth)     Gauss upwind; //Gamma 0.5;
50     div(tau)                 Gauss linear;
53 laplacianSchemes
55     default                      none;
56     laplacian(etaPEff,U)         Gauss linear corrected;
57     laplacian(etaPEff+etaS,U)    Gauss linear corrected;
58     laplacian((1|A(U)),p)        Gauss linear corrected;
61 interpolationSchemes
63     default           linear;
64     interpolate(HbyA) linear;
67 snGradSchemes
69     default         corrected;
72 fluxRequired
74     default         no;
75     p;
78 // ************************************************************************* //