From 56e11c99602b22ec6e96a5336c993a3f02d3e5ec Mon Sep 17 00:00:00 2001 From: Sebastian Weiss <sebastian.weiss@ptb.de> Date: Fri, 28 Oct 2022 06:30:02 +0000 Subject: [PATCH] Upload New File --- tutorial/constant/turbulenceProperties | 30 ++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 tutorial/constant/turbulenceProperties diff --git a/tutorial/constant/turbulenceProperties b/tutorial/constant/turbulenceProperties new file mode 100644 index 0000000..4bdf335 --- /dev/null +++ b/tutorial/constant/turbulenceProperties @@ -0,0 +1,30 @@ +/*--------------------------------*- C++ -*----------------------------------*\ +| ========= | | +| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | +| \\ / O peration | Version: v2012 | +| \\ / A nd | Website: www.openfoam.com | +| \\/ M anipulation | | +\*---------------------------------------------------------------------------*/ +FoamFile +{ + version 2.0; + format ascii; + class dictionary; + location "constant"; + object turbulenceProperties; +} +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +simulationType RAS; + +RAS +{ + RASModel kOmegaSST; + + turbulence on; + + printCoeffs on; +} + + +// ************************************************************************* // -- GitLab