STYLE: miss-aligned Headers
[foam-extend-3.2.git] / tutorials / viscoelastic / viscoelasticFluidFoam / XPP_SE / system / fvSchemes
blobaa7e04bc703def7971d400c44087eef76108ed13
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | foam-extend: Open Source CFD                    |
4 |  \\    /   O peration     | Version:     3.0                                |
5 |   \\  /    A nd           | Web:         http://www.extend-project.de       |
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,taufirst)          Gauss upwind; //Gamma 0.5;
37     div(phi,tausecond)         Gauss upwind; //Gamma 0.5;
38     div(phi,tauthird)          Gauss upwind; //Gamma 0.5;
39     div(phi,taufourth)         Gauss upwind; //Gamma 0.5;
40     div(phi,taufifth)          Gauss upwind; //Gamma 0.5;
41     div(phi,tausixth)          Gauss upwind; //Gamma 0.5;
43     div(tau)                 Gauss linear;
46 laplacianSchemes
48     default                      none;
49     laplacian(etaPEff,U)         Gauss linear corrected;
50     laplacian(etaPEff+etaS,U)    Gauss linear corrected;
51     laplacian((1|A(U)),p)        Gauss linear corrected;
54 interpolationSchemes
56     default           linear;
57     interpolate(HbyA) linear;
60 snGradSchemes
62     default         corrected;
65 fluxRequired
67     default         no;
68     p;
71 // ************************************************************************* //