-
Would it be possible to add a 3D example of RANS, SST model with wind tunnel (6 walls) and an obstacle to simulate wind flow? Ultimately I'd like to see how to retrieve resulting pressures on a surface from the model, after providing inlet flow. I've tried adapting Multiphysics FSI 2D model with no luck, too many possible input issues on my end, and the SU2_CFD executable reports no errors when loading config, just finishes with no output or results. Meshes I've tried were generated from GMSH (tets for wind tunnel volume and tri for obstacle as a planar surface). I'm a new user so please excuse my lack of knowledge using SU2. An example would be great help! Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 8 replies
-
There is nothing preventing you from simulating the entire wind tunnel with obstacles in it. What is it that you really try to achieve, because you also mention FSI. |
Beta Was this translation helpful? Give feedback.
For instance in this tutorial we do something like that: https://su2code.github.io/tutorials/Turbulent_ONERAM6/
You actually do not want to have the walls of the windtunnel in the way, so you increase the cell size as you move further away from the body of interest and far away from the body you place a farfield condition, which is basically the undisturbed flow velocity.