BUG: patchCloudSet: only take hits. Use local bounding box for tree
[OpenFOAM-1.7.x.git] / tutorials / combustion / fireFoam / les / smallPoolFire3D / system / fvSchemes
blobef49ae844909189f5496892bc8a2222ec304ab30
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
4 |  \\    /   O peration     | Version:  1.7.1                                 |
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;
17 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
19 ddtSchemes
21     default         Euler;
24 gradSchemes
26     default         Gauss linear;
29 divSchemes
31     default         none;
32     div(phi,U)      Gauss linearUpwind Gauss linear;
33     div(phi,k)      Gauss upwind;
34     div(phi,ft_b_h) Gauss multivariateSelection
35     {
36         fu              limitedLinear 0.7;
37         ft              limitedLinear 0.7;
38         hs              limitedLinear 0.7;
39     };
40     div((muEff*dev2(grad(U).T()))) Gauss linear;
41     div(phiU,p)     Gauss linear;
42     div(Ji,Ii_h)    Gauss upwind;
45 laplacianSchemes
47     default         none;
48     laplacian(muEff,U) Gauss linear corrected;
49     laplacian(DkEff,k) Gauss linear corrected;
50     laplacian(alphaEff,hs) Gauss linear corrected;
51     laplacian(alphaEff,fu) Gauss linear corrected;
52     laplacian(alphaEff,ft) Gauss linear corrected;
53     laplacian(interpolate((rho*(1|A(U)))),p_rgh) Gauss linear corrected;
54     laplacian(gammaRad,G) Gauss linear corrected;
57 interpolationSchemes
59     default         linear;
62 snGradSchemes
64     default         corrected;
67 fluxRequired
69     default         no;
70     p_rgh;
74 // ************************************************************************* //