Initial commit of NavalHydro package from Wikki to the ShipHydroSIG
[ShipHydroSIG.git] / run / navalFoam / hullSlammingGraphMotion2D / system / fvSchemes
blob5d98ab085701a62564f63e5b3167c47c61041910
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(rho*phi,U)  Gauss upwind;
32     div(phi,alpha)   Gauss vanLeer01;
33     div(phirb,alpha) Gauss interfaceCompression;
34     div(phi,k)      Gauss upwind;
35     div(phi,omega) Gauss upwind;
36     div(R)          Gauss linear;
38     div((nuEff*dev(grad(U).T()))) Gauss linear;
41 laplacianSchemes
43     default         Gauss linear limited 0.5;
46 interpolationSchemes
48     default           linear;
51 snGradSchemes
53     default         limited 0.5;
56 fluxRequired
58     default         no;
59     pd;
60     pcorr;
61     alpha1;
63     p;
67 // ************************************************************************* //