STYLE: miss-aligned Headers
[foam-extend-3.2.git] / tutorials / surfaceTracking / bubbleInterTrackFoam / bubble2D_r0.75mm / system / fvSchemes
blobe5d9b29730d8b481accdd9bfebf4af1548e224b0
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     location    "system";
14     object      fvSchemes;
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
18 ddtSchemes
20     default none;
21     ddt(rho,U) backward;
22     ddt(U) backward;
25 gradSchemes
27     default Gauss linear;
30 divSchemes
32     default none;
33     div(phi,U) Gauss GammaVDC 0.5;
36 laplacianSchemes
38     default none;
39     laplacian(mu,U) Gauss linear corrected;
40     laplacian((1|A(U)),p) Gauss linear corrected;
43 interpolationSchemes
45     default linear;
48 snGradSchemes
50     default corrected;
53 fluxRequired
55     p;
58 // ************************************************************************* //