Merge branch 'master' of ssh://git.code.sf.net/p/foam-extend/foam-extend-3.2
[foam-extend-3.2.git] / tutorials / financial / financialFoam / europeanCall / system / fvSchemes
blob72258c94c10844c70abc6a8a10f7a2bcf5d723ee
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     location    "system";
14     object      fvSchemes;
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
18 ddtSchemes
20     default         Euler;
23 gradSchemes
25     default         Gauss linear;
26     grad(V)         Gauss linear;
29 divSchemes
31     default         none;
32     div(phi,V)      Gauss linear;
35 laplacianSchemes
37     default         none;
38     laplacian(DV,V) Gauss linear corrected;
41 interpolationSchemes
43     default         linear;
46 snGradSchemes
48     default         corrected;
51 // ************************************************************************* //