ENH: autoLayerDriver: better layering information message
[OpenFOAM-2.0.x.git] / tutorials / mesh / moveDynamicMesh / simpleHarmonicMotion / system / fvSchemes
blob427d611e6f070557af5e793da83fb7961f44d70b
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
4 |  \\    /   O peration     | Version:  2.0.0                                 |
5 |   \\  /    A nd           | Web:      www.OpenFOAM.org                      |
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
22 gradSchemes
24     default         Gauss linear;
27 divSchemes
31 laplacianSchemes
33     default         Gauss linear corrected;
36 interpolationSchemes
38     default         linear;
41 snGradSchemes
45 fluxRequired
50 // ************************************************************************* //