/*---------------------------------------------------------------------------------------------------------------*\ | |
| | | |
| ANSA_VERSION: 24.1.0 | | |
| | | |
| file created by A N S A Sun Jan 28 16:44:21 2024 | | |
| | | |
| Output from: /shared/drivaermlautocfd4/AIML/DOE/Exp_140/OC_DrivAer_CC_NB_201208_v5_HEXTREME_DOE_FE.ansa.gz | | |
| | | |
\*---------------------------------------------------------------------------------------------------------------*/ | |
FoamFile | |
{ | |
version 2.0; | |
format binary; | |
class dictionary; | |
location ""; | |
object fvSchemes; | |
} | |
/*---------------------------------------------------------------------------*/ | |
/*---------------------------------------------------------------------------*/ | |
ddtSchemes | |
{ | |
default steadyState; | |
} | |
gradSchemes | |
{ | |
default Gauss linear; | |
} | |
divSchemes | |
{ | |
default none; | |
div(phi,U) bounded Gauss linearUpwindV grad(U); | |
div(div(phi,U)) Gauss linear; | |
div(phi,k) bounded Gauss upwind; | |
div(phi,omega) bounded Gauss upwind; | |
div(phi,epsilon) bounded Gauss upwind; | |
div(phi,nuTilda) bounded Gauss upwind; | |
div((nuEff*dev2(T(grad(U))))) Gauss linear;; | |
} | |
laplacianSchemes | |
{ | |
default Gauss linear corrected; | |
} | |
interpolationSchemes | |
{ | |
default linear; | |
} | |
snGradSchemes | |
{ | |
default corrected; | |
} | |
fluxRequired | |
{ | |
default no; | |
p; | |
} | |
wallDist | |
{ | |
method meshWave; | |
} | |