71 lines
1.7 KiB
Text
71 lines
1.7 KiB
Text
|
/*---------------------------------------------------------------------------*\
|
||
|
| ========= | |
|
||
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||
|
| \\ / O peration | Version: 1.0 |
|
||
|
| \\ / A nd | Web: http://www.openfoam.org |
|
||
|
| \\/ M anipulation | |
|
||
|
\*---------------------------------------------------------------------------*/
|
||
|
|
||
|
FoamFile
|
||
|
{
|
||
|
version 2.0;
|
||
|
format ascii;
|
||
|
|
||
|
root "";
|
||
|
case "";
|
||
|
instance "";
|
||
|
local "";
|
||
|
|
||
|
class dictionary;
|
||
|
object fvSchemes;
|
||
|
}
|
||
|
|
||
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||
|
|
||
|
d2dt2Schemes
|
||
|
{
|
||
|
default Euler;
|
||
|
}
|
||
|
|
||
|
gradSchemes
|
||
|
{
|
||
|
default none;
|
||
|
gradU Gauss linear;
|
||
|
grad(U) Gauss linear;
|
||
|
snGradCorr(U) Gauss linear;
|
||
|
drugi Gauss linear;
|
||
|
}
|
||
|
|
||
|
divSchemes
|
||
|
{
|
||
|
default none;
|
||
|
div(sigma) Gauss linear;
|
||
|
}
|
||
|
|
||
|
laplacianSchemes
|
||
|
{
|
||
|
default none;
|
||
|
laplacian(DU,U) Gauss linear corrected;
|
||
|
// laplacian(DU,U) Gauss harmonic corrected;
|
||
|
}
|
||
|
|
||
|
snGradSchemes
|
||
|
{
|
||
|
snGrad(U) corrected;
|
||
|
}
|
||
|
|
||
|
interpolationSchemes
|
||
|
{
|
||
|
default none;
|
||
|
|
||
|
interpolate(sigma) linear;
|
||
|
interpolate(U) linear;
|
||
|
mu linear;
|
||
|
lambda linear;
|
||
|
interpolate(grad(U).T()) linear;
|
||
|
interpolate(tr(grad(U))) linear;
|
||
|
interpolate(grad(U)) linear;
|
||
|
}
|
||
|
|
||
|
// ************************************************************************* //
|