|
[Sponsors] |
July 1, 2009, 11:44 |
pond depth
|
#1 |
New Member
Johannes Gérson Janzen
Join Date: Jul 2009
Posts: 3
Rep Power: 17 |
Dear friends,
I have no experience with CFX. I need to simulate the hydrodynamics of stabilization ponds. I am encountering difficulties in defining the water depth in the pond. At the beginning of the simulation the pond must already have some depth of water. How do I do that? Thanks |
|
July 2, 2009, 04:31 |
|
#3 |
Member
Ali Torbaty
Join Date: Jul 2009
Location: Sydney, Australia
Posts: 72
Rep Power: 17 |
you should make some expressions to define volume of water and volume of air through initialisation.
1- define an expression for initial water level, say: InitWatLevel = 2[m] 2- make a step function defining water volume: WatVol = step((InitWatLevel - z)/1[m]) 3- make a step function defining air volume: AirVol = 1 - WatVol 4- use WatVol and AirVol expressions in Domain/Initialisation to define volume fraction of each fluid good luck ps. check Tutorial 7: Free Surface Flow Over a Bump |
|
July 3, 2009, 13:21 |
|
#5 |
Member
Join Date: Mar 2009
Posts: 49
Rep Power: 17 |
The height of the pond should be controlled by outlet weir. Try to find the outlet weir elevation and do a simple math.
|
|
July 6, 2009, 17:13 |
+ pond depth
|
#6 |
New Member
Johannes Gérson Janzen
Join Date: Jul 2009
Posts: 3
Rep Power: 17 |
Thanks for the reply.
The pond consists of one inlet pipe and one outlet pipe. The output may be in a position below the inlet. As inlet condition, I'm defining the normal speed. In the pond the conditions are similar as in the manual: h = 2 [m] initialVOFAir step = ((z - h) / 1 [m]) initialVOFWater = 1 - initialVOFAir initialP = 998 [kg m ^ -3] * g * (h-z) * initialVOFWater As outlet condition, we adopted the normal speed (which equals the speed of entry). What is the error that is being committed? |
|
July 6, 2009, 17:38 |
|
#7 |
Senior Member
George
Join Date: Mar 2009
Location: Birmingham, UK
Posts: 257
Rep Power: 18 |
you tell us ...
btw the equation initialVOFAir = step((z - h) / 1 [m]) you forgot to define the air pressure in the pressure initialisation PS if you have multiphase leave one phase volume fraction initialisation as automatic.
__________________
Top 4 tips 1. Knowledge is everything and Ignorance is dangerous. 2. Understand your limitations and try to eliminate them. 3. Get yerself a bike and hoon the chuffer. You will soon learn why dogs like to hang their heads out the car window. 4. Please before asking any questions on how to run simulations in CFX, go though all the tutorials |
|
July 7, 2009, 12:02 |
|
#8 | |
Member
Join Date: Mar 2009
Posts: 49
Rep Power: 17 |
Quote:
For designing optimization purpose, you may also consider a worst case scenario water level and use it as your modeling base |
||
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Depth for 2D problems | Jamcam | FLUENT | 9 | February 21, 2018 14:24 |
pond depth | jgersonj | Main CFD Forum | 1 | July 1, 2009 11:38 |
How did I set a discharge or depth curve at inflow boundary? (open channel problem) | Andy Chen | FLUENT | 0 | June 29, 2009 11:11 |
More replies below current depth... !!!! | Rui | Site Help, Feedback & Discussions | 6 | May 15, 2009 10:46 |
Pond Boundary Conditions | J.W. | FLUENT | 0 | August 24, 2004 19:03 |