Initial commit of NavalHydro package from Wikki to the ShipHydroSIG
[ShipHydroSIG.git] / run / navalFoamVariant2 / waveTank / system / fvSchemes
blob9ce352cd2759d7cf3db137a1479b093489f10ddc
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 cellLimited Gauss linear 1.0;
32     div(phi,alpha)     Gauss vanLeer01;
33     div(phirb,alpha)   Gauss interfaceCompression;
34     div(phi,k)         Gauss upwind;
35     div(phi,epsilon)   Gauss upwind;
37     div((nuEff*dev(grad(U).T()))) Gauss linear;
40 laplacianSchemes
42     default         Gauss linear corrected;
45 interpolationSchemes
47     default         linear;
50 snGradSchemes
52     default         corrected;
55 fluxRequired
57     default         no;
58     pd;
59     pcorr;
60     alpha1;
62     p;
66 // ************************************************************************* //