Hello everyone,
I am running a simulation of an experiment using a scale model. The model consists of a single cylindrical pile (D = 0.1m) in a flume (9.9m x 3.96m) with constant velocity of 1 m/s and a water depth of 0.4m. I am trying to recreate the experiment and its results but I am running into a few issues.
The main two things I am looking to recreate are:
- Vortex shedding behind the pile (Von Karman vortex street)
- Horseshoe vortices in front of the pile (This wil only be visible with Telemac-3D)
The Telemac-2D model:
I am using the Smagorinski turbulence model in combination with a very refined mesh around and behind the pile. The refined mesh is necessary to achieve the vortex shedding, with a less refined mesh the vortex shedding does not occur. Because of the small scale of the model, especially the mesh around the pile, I have to use a very small time step (<0.0015s) to keep the Courant number < 1. As the mesh is less refined away from pile, like at the entrance, the Courant number is very small ( down to 0.01 and even lower). This causes an instability starting at the entrance, this can be seen on the picture.
There are 2 parameters that fix this instability.
- OPTION FOR LIQUID BOUNDARIES =2 for the inlet (Thompson method)
- DISCRETIZATIONS IN SPACE = 12;11 (but a lot slower)
The best solution included using VARIABLE TIME STEP and DESIRED COURANT NUMBER but I don’t want to use these as they don’t exist in Telemac-3D.
The Telemac-3D model:
In Telemac-3D DISCRETIZATIONS IN SPACE does not exist and OPTION FOR LIQUID BOUNDARIES = 2 for the inlet results in there being no flow in or out of the model. This is what appears at every iterations:
MASS AT THE PREVIOUS TIME STEP : 15.27313
MASS AT THE PRESENT TIME STEP : 15.27313
MASS LEAVING THE DOMAIN DURING THIS TIME STEP : 0.000000
ERROR ON THE MASS DURING THIS TIME STEP : 0.000000
FLUX BOUNDARY 1: -0.000000 M3/S ( >0 : ENTERING <0 : EXITING )
FLUX BOUNDARY 2: -0.000000 M3/S ( >0 : ENTERING <0 : EXITING )
This means the instability returns in Telemac-3D. The picture shows the moment before Telemac crashes/returns an error. The instability causes an intercrossing of 2 horizontal planes.
What can I do to fix this instability in Telemac-3D and why does OPTION FOR LIQUID BOUNDARIES result in there being no flow into the model?
Any other tips on creating the vortex shedding and horseshoe vortices are also welcome!
Best regards,
Jasper