|
[Sponsors] |
turbulentInlet boundary with time-dependent flow velocity |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
March 23, 2023, 17:09 |
turbulentInlet boundary with time-dependent flow velocity
|
#1 |
New Member
hui cheng
Join Date: Jul 2017
Posts: 4
Rep Power: 9 |
Hi all,
I would like to do a LES simulation for a tidal current (with a 5% turbulence intensity). The tidal current will go from 0.25 m/s and to -0.25 m/s ("-" means opposite direction). I tried use the turbulentInlet type inlet condition, and find that this type seems not support time-dependent velocity input. I tried like this: Code:
left { type turbulentInlet; fluctuationScale (0.05 0.05 0.05); referenceField uniformValue table ((0 (0.25 0 0)) (10800 (0.0 0 0)) (21600 (-0.25 0 0)) ); } --> FOAM FATAL IO ERROR: (openfoam-2012) Expected keyword 'uniform' or 'nonuniform', found uniformValue Could anyone give me some advice for this kind of simulations? Best regards, H |
|
April 3, 2023, 12:09 |
|
#2 |
New Member
Chris
Join Date: Jan 2022
Posts: 23
Rep Power: 4 |
This sounds like something that code stream might be able to do.
There is a good tutorial on how to do similar things in of9 in this video tutorial series (see section 7) https://invidious.snopyta.org/playli...mDChejiwm846Wl. Here is the same playlist here if you prefer the Youtube website https://www.youtube.com/playlist?lis...mDChejiwm846Wl. In the website for these tutorial you can also find the examples shown in the videos such that you can copy-paste and edit the to suit your problem. |
|
Tags |
inlet bc, les, time-dependent, turbulentinlet |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
3D Windturbine simulation in SU2 | k.vimalakanthan | SU2 | 15 | October 12, 2023 06:53 |
[Other] Contribution a new utility: refine wall layer mesh based on yPlus field | lakeat | OpenFOAM Community Contributions | 58 | December 23, 2021 03:36 |
Postprocess: sampleDict works but creates no output folder | shock77 | OpenFOAM Post-Processing | 14 | November 15, 2021 09:27 |
Waterwheel shaped turbine inside a pipe simulation problem | mshahed91 | CFX | 3 | January 10, 2015 12:19 |
New topic on same subject - Flow around race car | Tudor Miron | CFX | 15 | April 2, 2004 07:18 |