Initial commit of NavalHydro package from Wikki to the ShipHydroSIG
[ShipHydroSIG.git] / run / navalFoamVariant2 / twoDBoat6DOFGGI / system / fvSchemes
blobe805aa246a8ea49d3384c2b6c984140da405ec29
2 /*--------------------------------*- C++ -*----------------------------------*\
3 | =========                 |                                                 |
4 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
5 |  \\    /   O peration     | Version:  1.4                                   |
6 |   \\  /    A nd           | Web:      http://www.openfoam.org               |
7 |    \\/     M anipulation  |                                                 |
8 \*---------------------------------------------------------------------------*/
10 FoamFile
12     version         2.0;
13     format          ascii;
14     class           dictionary;
15     object          fvSchemes;
18 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
20 ddtSchemes
22     default Euler;
25 gradSchemes
27     default           Gauss linear;
30 divSchemes
32 //     div(phi,U)  Gauss linearUpwind Gauss linear;
33     div(phi,U)  Gauss upwind;
35     div(phi,alpha)   Gauss vanLeer01;
36     div(phirb,alpha) Gauss interfaceCompression;
37     div(phi,k)      Gauss upwind;
38     div(phi,epsilon) Gauss upwind;
39     div(phi,R)      Gauss upwind;
40     div(R)          Gauss linear;
41     div(phi,nuTilda) Gauss upwind;
43     div((nuEff*dev(grad(U).T()))) Gauss linear;
46 laplacianSchemes
48     default         Gauss linear limited 0.5;
51 interpolationSchemes
53     default         linear;
54     interpolate(HbyA) linear;
57 snGradSchemes
59     default         limited 0.5;
62 fluxRequired
64     default         no;
65     pd;
66     pcorr;
67     alpha1;
69     p;
73 // ************************************************************************* //