Fixed URL for libccmio-2.6.1 (bug report #5 by Thomas Oliveira)
[foam-extend-3.2.git] / tutorials / mesh / moveDynamicMesh / circCylinder3d / system / fvSchemes
blobbfdea8b0bdede312982df051267ab043a8ba5835
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         none;
22 gradSchemes
24     default         none;
27 divSchemes
29     default         none;
32 laplacianSchemes
34     default         none;
37 interpolationSchemes
39     default         none;
42 snGradSchemes
44     default         none;
47 fluxRequired
49     default         none;
52 // ************************************************************************* //