Initial commit of NavalHydro package from Wikki to the ShipHydroSIG
[ShipHydroSIG.git] / run / navalFoam / twoBoats / system / fvSchemes
blob135b647615d23ad1c55294da599c4bee48df7c99
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;
32     div(rho*phi,U)  Gauss upwind;
34     div(phi,alpha)   Gauss vanLeer01;
35     div(phirb,alpha) Gauss interfaceCompression;
36     div(phi,k)      Gauss upwind;
37     div(phi,epsilon) Gauss upwind;
38     div(R)          Gauss linear;
40     div((nuEff*dev(grad(U).T()))) Gauss linear;
43 laplacianSchemes
45     default         Gauss linear limited 0.5;
48 interpolationSchemes
50     default         linear;
51     interpolate(HbyA) linear;
54 snGradSchemes
56     default         limited 0.5;
59 fluxRequired
61     default         no;
62     pd;
63     pcorr;
64     alpha1;
66     p;
70 // ************************************************************************* //