STYLE: miss-aligned Headers
[foam-extend-3.2.git] / tutorials / incompressible / icoFoam / mixingPlane / twoBlocksMixingPlane_dirZ_spanY / system / fvSchemes
blobe25461b2c01e0a9a56a73857fd1b5991addb6257
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;
22 gradSchemes
24     default         Gauss linear;
25     grad(p)         Gauss linear;
28 divSchemes
30     default         none;
31     div(phi,U)      Gauss linear;
34 laplacianSchemes
36     default         none;
37     laplacian(nu,U) Gauss linear corrected;
38     laplacian((1|A(U)),p) Gauss linear corrected;
41 interpolationSchemes
43     default         linear;
44     interpolate(HbyA) linear;
47 snGradSchemes
49     default         corrected;
52 fluxRequired
54     default         no;
55     p;
58 mixingPlane
60     default        areaAveraging;
61     p              areaAveraging;
62     U              fluxAveraging;
65 // ************************************************************************* //