New solver: rhoPorousMRFPimpleFoam
[OpenFOAM-1.6.x.git] / tutorials / compressible / rhoPorousMRFPimpleFoam / mixerVessel2D / system / fvSchemes
blob2d1d7ea99d6b410ab7a3ab948f3d06de3823b2b4
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 gradSchemes
25     default         Gauss linear;
28 divSchemes
30     default         none;
31     div(phi,U)      Gauss limitedLinearV 1;
32     div(phi,h)      Gauss limitedLinear 1;
33     div(phi,k)      Gauss limitedLinear 1;
34     div(phi,epsilon) Gauss limitedLinear 1;
35     div((muEff*dev2(grad(U).T()))) Gauss linear;
36     div(phiU,p) Gauss linear;
39 laplacianSchemes
41     default         none;
42     laplacian(muEff,U) Gauss linear corrected;
43     laplacian((rho*(1|A(U))),p) Gauss linear corrected;
44     laplacian(alphaEff,h) Gauss linear corrected;
45     laplacian(DkEff,k) Gauss linear corrected;
46     laplacian(DepsilonEff,epsilon) Gauss linear corrected;
49 interpolationSchemes
51     default         linear;
52     interpolate(U)  linear;
55 snGradSchemes
57     default         corrected;
60 fluxRequired
62     default         no;
63     p               ;
67 // ************************************************************************* //