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

bounding velocity

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   August 16, 2011, 16:27
Default bounding velocity
  #1
Member
 
Farshad
Join Date: Oct 2010
Posts: 76
Rep Power: 15
Farshad_Noravesh is on a distinguished road
Hi,
I want to bound my velocity by the following commands:
volScalarField ux=U.component(0);
volScalarField uy=U.component(1);
volScalarField uz=U.component(2);
ux.max(5);
uy.max(10);
uz.max(0);

but when i monitor min/max of my velocity i see:
(18.58 27.6014 2.57e-15)

please tell me why openfoam does not obey my codes!

Kind Regards,
Farshad
Farshad_Noravesh is offline   Reply With Quote

Old   August 16, 2011, 21:39
Default
  #2
Senior Member
 
Nima Samkhaniani
Join Date: Sep 2009
Location: Tehran, Iran
Posts: 1,266
Blog Entries: 1
Rep Power: 24
nimasam is on a distinguished road
forAll (U,celli){
U[celli].x()=max( U[celli].x() ,5);
...
}
nimasam is offline   Reply With Quote

Old   August 17, 2011, 05:48
Default problem remains
  #3
Member
 
Farshad
Join Date: Oct 2010
Posts: 76
Rep Power: 15
Farshad_Noravesh is on a distinguished road
Hi,

Thanks for the code but velocity is still too high at some points inside domain and my problem still remains.

Thanks,

Farshad
Farshad_Noravesh is offline   Reply With Quote

Old   August 17, 2011, 14:46
Default
  #4
Senior Member
 
Nima Samkhaniani
Join Date: Sep 2009
Location: Tehran, Iran
Posts: 1,266
Blog Entries: 1
Rep Power: 24
nimasam is on a distinguished road
dear farshad
where do u add this code in your solver?
maybe U rewrite again! so change the position of code for example put in pEqn.H
nimasam is offline   Reply With Quote

Old   August 27, 2011, 08:54
Default bounding problem
  #5
Member
 
Farshad
Join Date: Oct 2010
Posts: 76
Rep Power: 15
Farshad_Noravesh is on a distinguished road
Dear Nima,

I put the code in many places to see if it works but the maximum velocity is still 18 that shoud be 9m/s .
If i dont extend the bounded region i would have the continuity problem and it does not converge.
The interesting thing is if i solve energy equation coupled with momentum equation i get less continuity problems.(maybe because of huge grad(p) in momentum equation)

Thanks,

Farshad
Farshad_Noravesh is offline   Reply With Quote

Old   August 29, 2011, 17:01
Default
  #6
Senior Member
 
Nima Samkhaniani
Join Date: Sep 2009
Location: Tehran, Iran
Posts: 1,266
Blog Entries: 1
Rep Power: 24
nimasam is on a distinguished road
hi dear farshad
its some how sensible! when you bound the velocity!!! you will encounter continuity problem!!! if you want to reduce maximum velocity maybe you need change ur boundary condition, ur initial condition, even ur mesh size and ur mesh type!
nimasam is offline   Reply With Quote

Reply


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
Plotting Radial Velocity and Tangential Velocity in CFD Post ashtonJ CFX 5 July 13, 2015 02:49
Velocity in Porous medium : HELP! HELP! HELP! Kali Sanjay Phoenics 0 November 6, 2006 06:10
Neumann pressure BC and velocity field Antech Main CFD Forum 0 April 25, 2006 02:15
Terrible Mistake In Fluid Dynamics History Abhi Main CFD Forum 12 July 8, 2002 09:11
what the result is negatif pressure at inlet chong chee nan FLUENT 0 December 29, 2001 05:13


All times are GMT -4. The time now is 17:12.