This repository has been archived on 2023-11-20. You can view files and clone it, but cannot push or open issues or pull requests.
foam-extend4.1-coherent-io/tutorials/multiphase/cavitatingFoam/les/throttle3D/system/fvSchemes

66 lines
1.6 KiB
Text
Raw Normal View History

/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
2010-11-24 20:48:09 +00:00
| \\ / 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;
2010-10-18 13:08:03 +00:00
format binary;
class dictionary;
2010-10-18 13:08:03 +00:00
location "system";
object fvSchemes;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
ddtSchemes
{
2010-10-18 13:08:03 +00:00
default Euler;
}
interpolationSchemes
{
2010-10-18 13:08:03 +00:00
default linear;
}
divSchemes
{
2010-10-18 13:08:03 +00:00
default none;
div(phiv,rho) Gauss limitedLinear 0.2;
div(phi,U) Gauss filteredLinear2V 0.2 0;
div(phiv,k) Gauss filteredLinear2 0.2 0;
}
gradSchemes
{
2010-10-18 13:08:03 +00:00
default Gauss linear;
}
laplacianSchemes
{
2010-10-18 13:08:03 +00:00
default none;
laplacian(nuf,rhoU) Gauss linear corrected;
laplacian(muEff,U) Gauss linear corrected;
laplacian(rrhoUAf,p) Gauss linear corrected;
2010-10-18 13:08:03 +00:00
laplacian(rUAf,p) Gauss linear corrected;
laplacian(DkEff,k) Gauss linear corrected;
laplacian(1,p) Gauss linear corrected;
}
snGradSchemes
{
default none;
snGrad(p) corrected;
}
fluxRequired
{
2010-10-18 13:08:03 +00:00
default none;
p ;
rho ;
}
// ************************************************************************* //