/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: dev | | \\ / A nd | Web: www.OpenFOAM.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ FoamFile { version 2.0; format ascii; class dictionary; location "system"; object fvSchemes; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // ddtSchemes { default Euler; } gradSchemes { default Gauss linear; } divSchemes { default none; div(phi,alpha) Gauss limitedLinear01 1; div(phir,alpha) Gauss limitedLinear01 1; div(alphaPhiair,Uair) Gauss limitedLinearV 1; div(alphaPhiwater,Uwater) Gauss limitedLinearV 1; div(phiair,Uair) Gauss limitedLinearV 1; div(phiwater,Uwater) Gauss limitedLinearV 1; div((alphaair*Rc)) Gauss linear; div((alphawater*Rc)) Gauss linear; div(alphaPhiair,hair) Gauss limitedLinear 1; div(alphaPhiwater,hwater) Gauss limitedLinear 1; div(alphaPhiwater,k) Gauss limitedLinear 1; div(alphaPhiwater,epsilon) Gauss limitedLinear 1; div(phi,Theta) Gauss limitedLinear 1; div(phidair,p) Gauss upwind; div(phidwater,p) Gauss upwind; div(phiair,Kair) Gauss limitedLinear 1; div(phiwater,Kwater) Gauss limitedLinear 1; } laplacianSchemes { default Gauss linear uncorrected; } interpolationSchemes { default linear; } snGradSchemes { default uncorrected; } fluxRequired { default no; p ; } // ************************************************************************* //