initial commit for version 1.5.x patch release
[OpenFOAM-1.5.x.git] / tutorials / financialFoam / europeanCall / system / fvSchemes
blobb0868a0ec4845c9e5752adfd28d0549e06afc9ce
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
4 |  \\    /   O peration     | Version:  1.5                                   |
5 |   \\  /    A nd           | Web:      http://www.OpenFOAM.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;
22 gradSchemes
24     default         Gauss linear;
25     grad(V)         Gauss linear;
28 divSchemes
30     default         none;
31     div(phi,V)      Gauss linear;
34 laplacianSchemes
36     default         none;
37     laplacian(DV,V) Gauss linear corrected;
40 interpolationSchemes
42     default         linear;
45 snGradSchemes
47     default         corrected;
50 // ************************************************************************* //