Initial commit of NavalHydro package from Wikki to the ShipHydroSIG
[ShipHydroSIG.git] / run / navalFoam / tankSloshing2D / system / fvSchemes
blob93a0733180492440cab82018b4367e5f04cfe867
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
4 |  \\    /   O peration     | Version:  1.0                                   |
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 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
18 ddtSchemes
20     default Euler;
23 gradSchemes
25     default         Gauss linear;
26     grad(U)         Gauss linear;
27     grad(alpha)     Gauss linear;
30 divSchemes
32     div(rho*phi,U)   Gauss linearUpwind faceLimited Gauss linear 1;
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,omega)   Gauss upwind;
39     div((nuEff*dev(grad(U).T()))) Gauss linear;
42 laplacianSchemes
44     default         Gauss linear corrected;
47 interpolationSchemes
49     default        linear;
52 snGradSchemes
54     default         corrected;
57 fluxRequired
59     default         no;
60     p;
61     pd;
62     pcorr;
63     alpha1;
67 // ************************************************************************* //