Remove duplicate files and adapt run_ola.sh

This commit is contained in:
Edgar P. Burkhart 2022-05-06 14:36:02 +02:00
parent f6a8483ff1
commit b09fe9accc
Signed by: edpibu
GPG key ID: 9833D3C5A25BD227
218 changed files with 1 additions and 35810 deletions

View file

@ -1,29 +0,0 @@
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 2.1.0 |
| \\ / A nd | Web: www.OpenFOAM.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class dictionary;
location "constant";
object turbulenceProperties;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
simulationType RAS;
RAS
{
RASModel kOmegaSST;
turbulence on;
printCoeffs on;
}
// ************************************************************************* //