CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM

turbulentInlet boundary with time-dependent flow velocity

Register Blogs Community New Posts Updated Threads Search

Like Tree1Likes
  • 1 Post By Chris T

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   March 23, 2023, 16:09
Question turbulentInlet boundary with time-dependent flow velocity
  #1
New Member
 
hui cheng
Join Date: Jul 2017
Posts: 4
Rep Power: 8
chenghui62000 is on a distinguished road
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))
         );
    }
It gives errors as:


--> 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
chenghui62000 is offline   Reply With Quote

Old   April 3, 2023, 11:09
Default
  #2
New Member
 
Chris
Join Date: Jan 2022
Posts: 22
Rep Power: 4
Chris T is on a distinguished road
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.
chenghui62000 likes this.
Chris T is offline   Reply With Quote

Reply

Tags
inlet bc, les, time-dependent, turbulentinlet


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
3D Windturbine simulation in SU2 k.vimalakanthan SU2 15 October 12, 2023 05:53
[Other] Contribution a new utility: refine wall layer mesh based on yPlus field lakeat OpenFOAM Community Contributions 58 December 23, 2021 02:36
Postprocess: sampleDict works but creates no output folder shock77 OpenFOAM Post-Processing 14 November 15, 2021 08:27
Waterwheel shaped turbine inside a pipe simulation problem mshahed91 CFX 3 January 10, 2015 11:19
New topic on same subject - Flow around race car Tudor Miron CFX 15 April 2, 2004 06:18


All times are GMT -4. The time now is 05:50.