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

ddtSchemes
{
    default         Euler;
}

gradSchemes
{
    "grad\(moment.*\)"  leastSquares;
}

divSchemes
{}

laplacianSchemes
{
    default         Gauss linear corrected;
}

fluxRequired
{
default no;
T;
}

interpolationSchemes
{
    default         linear;
    //"interpolate\(moment.*\)" linear;
    //reconstruct(U)          upwind;
    //reconstruct(weight)     upwind;
    //reconstruct(abscissa)   upwind;
    //reconstruct(sigma)      upwind;
}

snGradSchemes
{
    //default         corrected;
}


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