Build instructions update: Cesare Guardino
[foam-extend-3.2.git] / tutorials / incompressible / icoDyMFoam / turboPassageRotating / system / fvSchemes
blob4c2b28ee8aee77e1b65f0c322ef13c0d1f58f1a1
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;
22 gradSchemes
24     default         Gauss linear;
25     grad(p)         Gauss linear;
28 divSchemes
30     default         none;
31     div(phi,U)      Gauss upwind;
34 laplacianSchemes
36     default         Gauss linear corrected;
39 interpolationSchemes
41     default         linear;
42     interpolate(HbyA) linear;
43     interpolate(1|A) linear;
46 snGradSchemes
48     default         corrected;
51 fluxRequired
53     default         no;
54     pcorr;
55     p;
58 // ************************************************************************* //