BUGFIX: Uninitialised member variables
[foam-extend-3.2.git] / tutorials / incompressible / icoFoam / mixingPlane / twoBlocksMixingPlane_dirZ_spanY / system / fvSchemes
blobbefc9ee32152a4fa8e8dba30968ea417c4638b27
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM Extend Project: Open Source CFD        |
4 |  \\    /   O peration     | Version:  1.6-ext                               |
5 |   \\  /    A nd           | Web:      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;
66 // ************************************************************************* //