Transferred copyright to the OpenFOAM Foundation
[OpenFOAM-2.0.x.git] / tutorials / multiphase / cavitatingFoam / ras / throttle / system / fvSchemes
blob67ba9d9c35d362bf3b87d9a6e8beb561a8c639aa
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
4 |  \\    /   O peration     | Version:  2.0.0                                 |
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 1;
32     div(phi,U)      Gauss limitedLinearV 1;
33     div(phiv,omega) Gauss limitedLinear 1;
34     div(phiv,k)     Gauss limitedLinear 1;
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(rAUf,p) Gauss linear corrected;
48     laplacian(DomegaEff,omega) Gauss linear corrected;
49     laplacian(DkEff,k) Gauss linear corrected;
50     laplacian(1,p)  Gauss linear corrected;
53 snGradSchemes
55     default         corrected;
58 fluxRequired
60     default         none;
61     p               ;
62     rho             ;
66 // ************************************************************************* //