|
[Sponsors] |
May 24, 2018, 05:51 |
On/Off inlet boundary condition
|
#1 |
New Member
Kahlil Fredrick Cui
Join Date: Apr 2018
Posts: 29
Rep Power: 8 |
Hello!
Is it possible in openfoam to implement some sort of on/off mechanism at the inlet? I am trying to simulate water entering a chamber through an inlet but would like the flow to start after a certain period of time. Any ideas are welcome! Thank you in advance. Kahlil |
|
May 24, 2018, 06:54 |
|
#2 |
Senior Member
Robert
Join Date: May 2015
Location: Bremen, GER
Posts: 292
Rep Power: 12 |
See if you can use any of the fvOptions entries. Those have a startTime and duration keyword.
|
|
May 24, 2018, 07:36 |
|
#3 |
New Member
Kahlil Fredrick Cui
Join Date: Apr 2018
Posts: 29
Rep Power: 8 |
Oh dear how could I have forgotten that. I was thinking the solution would be a lot complicated. Thank you very much!
|
|
May 24, 2018, 10:09 |
|
#4 |
New Member
Kahlil Fredrick Cui
Join Date: Apr 2018
Posts: 29
Rep Power: 8 |
I may have over estimated my familiarity with fvOptions. Would you be so kind to offer some suggestions which ones I can use? I have seen that acousticDampingSource has the time settings but I can't imagine using it for what I intend to do.
|
|
May 24, 2018, 10:23 |
|
#5 | |
Senior Member
Robert
Join Date: May 2015
Location: Bremen, GER
Posts: 292
Rep Power: 12 |
Quote:
But i have never used the options with a time, and cant say for sure that it will work. For further information about fvOptions entries you might want to look at this page: www.geocities.jp. Most of it is in japanese, but you can use google translate or the chrome browser to translate the website. The important parts are in english anyways. |
||
May 24, 2018, 10:50 |
|
#6 |
Senior Member
Join Date: Sep 2013
Posts: 353
Rep Power: 21 |
Code:
{ type uniformFixedValue; uniformValue constant (1 0 0); value uniform (0 0 0); // meaningless initial value } Code:
{ type uniformFixedValue; uniformValue table ( (0.0 (1 0 0)) (1.0 (1 0 0)) (1.1 (0 0 0)) ); } |
|
May 25, 2018, 21:48 |
|
#7 |
New Member
Kahlil Fredrick Cui
Join Date: Apr 2018
Posts: 29
Rep Power: 8 |
Thanks for the heads up Robert! I will definitely check this out.
|
|
May 25, 2018, 21:50 |
|
#8 |
New Member
Kahlil Fredrick Cui
Join Date: Apr 2018
Posts: 29
Rep Power: 8 |
Hello Bloerb! which part in this code allows me to set the time when I want the inlet to release the water?
|
|
May 28, 2018, 04:28 |
|
#9 | |
Senior Member
Robert
Join Date: May 2015
Location: Bremen, GER
Posts: 292
Rep Power: 12 |
Quote:
|
||
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Centrifugal fan | j0hnny | CFX | 13 | October 1, 2019 14:55 |
UDF fluent:Change boundary condition. determination inlet and outlet boundary in "t" | gzamiri@gmail.com | FLUENT | 0 | September 27, 2015 06:32 |
Radiation interface | hinca | CFX | 15 | January 26, 2014 18:11 |
An error has occurred in cfx5solve: | volo87 | CFX | 5 | June 14, 2013 18:44 |
RPM in Wind Turbine | Pankaj | CFX | 9 | November 23, 2009 05:05 |