/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM Extend Project: Open Source CFD |
| \\ / O peration | Version: 1.6-ext |
| \\ / A nd | Web: www.extend-project.de |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class dictionary;
location "system";
object fvSchemes;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
ddtSchemes
default none;
ddt(rho,U) backward;
ddt(U) backward;
gradSchemes
default Gauss linear;
divSchemes
div(phi,U) Gauss GammaVDC 0.5;
laplacianSchemes
laplacian(mu,U) Gauss linear corrected;
laplacian((1|A(U)),p) Gauss linear corrected;
interpolationSchemes
default linear;
snGradSchemes
default corrected;
fluxRequired
p;
// ************************************************************************* //