/*--------------------------------*- C++ -*----------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
|  \\    /   O peration     | Version:  plus                                  |
|   \\  /    A nd           | Web:      www.OpenFOAM.org                      |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/
FoamFile
{
    version     2.0;
    format      ascii;
    class       dictionary;
    location    "system";
    object      fvSchemes;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

ddtSchemes
{
    default                                             backward;
}

gradSchemes
{
    default                                             Gauss linear;
}

divSchemes
{
    default                                             none;
    div(phi,U)                                          Gauss linearUpwindV grad(U);
    div(phi,e)                                          Gauss limitedLinear 1;
    div((nuEff*dev2(T(grad(U)))))                       Gauss linear;
    div(phi,h)                                          Gauss limitedLinear 1;
    div(phid,p)                                         Gauss limitedLinear 1;
    div(phiv,p)                                         Gauss limitedLinear 1;
    div(((rho*nuEff)*dev2(T(grad(U)))))                 Gauss linear;
    div(phi,nuTilda)                                    Gauss limitedLinear 1;
    div(phi,k)                                          Gauss limitedLinear 1;
    div(phi,omega)                                      Gauss limitedLinear 1;
    div(phi,epsilon)                                    Gauss limitedLinear 1;
    div(phi,K)                                          Gauss limitedLinear 1;
    div(phi,Ekp)                                        Gauss limitedLinear 1;
}

interpolationSchemes
{
    default                                             linear;
}

laplacianSchemes
{
    default                                             Gauss linear corrected;
}

snGradSchemes
{
    default                                             corrected;
}

wallDist
{
    method                                              meshWave;
}

// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
