|
[Sponsors] |
The boundary conditions in the official tutorial motorbike |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
August 13, 2020, 13:57 |
The boundary conditions in the official tutorial motorbike
|
#1 |
New Member
Yukuan Song
Join Date: Aug 2020
Posts: 2
Rep Power: 0 |
Hi,
I am studying the official tutorial of openFoam. I found there are two motorbike cases in the tutorial, one is the RANS case with SST k-omega model, and the other is the LES case. In the RANS case, the frontAndBack and the upperWall boundary of the computation domain was set as slip walls. While when computing the initial fields of the LES case with SA turbulent model, the frontAndBack and the upperWall boundaries were set as symmetryPlane. I wonder why the boundary condition of these surfaces are different between the RANS and LES cases. Any help would be great! |
|
August 14, 2020, 23:07 |
|
#2 |
Member
Ran
Join Date: Aug 2016
Posts: 69
Rep Power: 10 |
Thanks for reporting this issue. I've checked the tutorial in OpenFOAM
version 7 in the following two files: OpenFOAM-7-master/tutorials/incompressible/simpleFoam/motorBike/0/include/frontBackUpperPatches `RASModel: kOmegaSST; #+begin_src cpp frontAndBack { type slip; } #+end_src OpenFOAM-7-master/tutorials/incompressible/pisoFoam/LES/motorBike/motorBike/0/include/frontBackUpperPatches `RASModel: SpalartAllmaras` #+begin_src cpp "(front|back)" { type symmetryPlane; } #+end_src For the RAS case, because of the nature of simple solver, the result will eventually converge a steady state, which the flow structures are the same if you cut the computational domain along the center line. Using `symmetryPlane`, it seems to me, the computational domain extends to infinite space. Similar to when you have two mirrors and you watch though them, one can experience infinite space. LES will not give you a final snap-shot. Instead, it is time-dependent. If you prescribe a `slip` boundary condition, this will contraindicate the assumption of LES. However, I have not tested it by myself. If the original computational domain is large enough, such a difference in BC would only have a marginally effect on some mean value, e.g. Mean drag coefficient. Just some thoughts on this topic.
__________________
Yours in CFD, Ran Last edited by random_ran; August 15, 2020 at 00:16. |
|
August 15, 2020, 00:34 |
|
#3 | |
New Member
Yukuan Song
Join Date: Aug 2020
Posts: 2
Rep Power: 0 |
Quote:
Thank you Ran. I still have some questions. You mentioned if I prescribe a `slip` boundary condition in the LES case, this will contraindicate the assumption of LES. As I am a beginner to the LES, I cannot understand which assumption of LES you are referring to. Can you show me more information? |
||
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Radiation in semi-transparent media with surface-to-surface model? | mpeppels | CFX | 11 | August 22, 2019 08:30 |
My radial inflow turbine | Abo Anas | CFX | 27 | May 11, 2018 02:44 |
Centrifugal fan-reverse flow in outlet lesds to a mass in flow field | xiexing | CFX | 3 | March 29, 2017 11:00 |
Wrong multiphase flow at rotating interface | Sanyo | CFX | 14 | February 7, 2017 18:19 |
Error finding variable "THERMX" | sunilpatil | CFX | 8 | April 26, 2013 08:00 |