Hello Jakobs,
To draw vectors in vertical slices, you can have a look at what has been written for Cooper, bottom_bc, bump e.g. in the vnv.py files.
Looking quickly at your steering file, I have a few remarks/questions:
- which release do you use?
- you can try other advection schemes to see if the results change a lot or not, e.g. LIPS (SCHEME FOR ADVECTION OF... = 5 + SCHEME OPTION FOR ADVECTION OF... = 4) or the method of charcteristics (SCHEME FOR ADVECTION OF... = 1) for every velocity/k-epsilon variables or a combo,
- has the keyword DYNAMIC PRESSURE IN WAVE EQUATION an influence in your computation?
- what about the solving of the different steps in the listing. For each of them, how many iterations do you need to solve every linear solver? Can you upload one listing here please?
Chi-Tuan