Initial commit of NavalHydro package from Wikki to the ShipHydroSIG
[ShipHydroSIG.git] / run / navalFoamVariant2 / floatingBox6DOF / system / fvSchemes
blobc555056be42ea4f40292400745ab3808453328da
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
4 |  \\    /   O peration     | Version:  1.4                                   |
5 |   \\  /    A nd           | Web:      http://www.openfoam.org               |
6 |    \\/     M anipulation  |                                                 |
7 \*---------------------------------------------------------------------------*/
9 FoamFile
11     version         2.0;
12     format          ascii;
13     class           dictionary;
14     object          fvSchemes;
17 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
19 ddtSchemes
21     default Euler;
24 gradSchemes
26     default           Gauss linear;
29 divSchemes
31     div(phi,U)  Gauss linearUpwind Gauss linear;
33     div(phi,alpha)   Gauss vanLeer01;
34     div(phirb,alpha) Gauss interfaceCompression;
35     div(phi,k)      Gauss upwind;
36     div(phi,epsilon) Gauss upwind;
37     div(phi,R)      Gauss upwind;
38     div(R)          Gauss linear;
39     div(phi,nuTilda) Gauss upwind;
41     div((nuEff*dev(grad(U).T()))) Gauss linear;
44 laplacianSchemes
46     default         Gauss linear limited 0.5;
49 interpolationSchemes
51     default         linear;
52     interpolate(HbyA) linear;
55 snGradSchemes
57     default         limited 0.5;
60 fluxRequired
62     default         no;
63     pd;
64     pcorr;
65     alpha1;
67     p;
71 // ************************************************************************* //