Added a default scheme for "snGrad".
[OpenFOAM-1.6.x.git] / tutorials / multiphase / cavitatingFoam / ras / throttle / system / fvSchemes
blob3aa1b53f3f6bd5950e21f7ee39fc5f3e8037988e
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
4 |  \\    /   O peration     | Version:  1.6                                   |
5 |   \\  /    A nd           | Web:      www.OpenFOAM.org                      |
6 |    \\/     M anipulation  |                                                 |
7 \*---------------------------------------------------------------------------*/
8 FoamFile
10     version     2.0;
11     format      ascii;
12     class       dictionary;
13     location    "system";
14     object      fvSchemes;
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
18 ddtSchemes
20     default         Euler;
23 interpolationSchemes
25     default         linear;
28 divSchemes
30     default         none;
31     div(phiv,rho)   Gauss limitedLinear 0.2;
32     div(phi,U)      Gauss limitedLinearV 0.2;
33     div(phiv,omega) Gauss limitedLinear 0.2;
34     div(phiv,k)     Gauss limitedLinear 0.2;
37 gradSchemes
39     default         Gauss linear;
42 laplacianSchemes
44     default         none;
45     laplacian(nuf,rhoU) Gauss linear corrected;
46     laplacian(muEff,U) Gauss linear corrected;
47     laplacian(rrhoUAf,p) Gauss linear corrected;
48     laplacian(rUAf,p) Gauss linear corrected;
49     laplacian(DomegaEff,omega) Gauss linear corrected;
50     laplacian(DkEff,k) Gauss linear corrected;
51     laplacian(1,p)  Gauss linear corrected;
54 snGradSchemes
56     default         corrected;
59 fluxRequired
61     default         none;
62     p               ;
63     rho             ;
67 // ************************************************************************* //