|
[Sponsors] |
May 14, 2014, 06:55 |
parabolic velocity by groovy bc
|
#1 |
Senior Member
Ali reza
Join Date: Mar 2014
Posts: 110
Rep Power: 12 |
hi
I am going to have parabolic velocity inlet and I have defined it in a pipe which it diameter is 4mm and flow is laminar and this is the definition of fully developed flow in a pipe u z = u max (1 −r2/R2) and this is my definition Code:
{ inlet { type groovyBC; refValue uniform (0 0 0); refGradient uniform (0 0 0); valueFraction uniform 1; value uniform (0 0 0); valueExpression "vector(Umax*(1-(sqr(r)/sqr(0.004))),0,0)"; gradientExpression "vector(0,0,0)"; fractionExpression "1"; evaluateDuringConstruction 0; variables "r=sqrt(pow(pos().y,2)+pow(pos().z,2));Umax=0.07;"; timelines (); lookuptables (); } and the other problem is I have got this velocity profile instead of parabolic one. thanks guys |
|
May 14, 2014, 10:30 |
|
#2 | |
Assistant Moderator
Bernhard Gschaider
Join Date: Mar 2009
Posts: 4,225
Rep Power: 51 |
Quote:
What do you mean with "coordinate is changing"? Even if your mesh is moving r is OK. r is a basically a field of values: one for every face of the patch. So it calcs r for every face separately (was this your concern)?
__________________
Note: I don't use "Friend"-feature on this forum out of principle. Ah. And by the way: I'm not on Facebook either. So don't be offended if I don't accept your invitation/friend request |
||
May 14, 2014, 13:10 |
|
#3 |
Senior Member
Ali reza
Join Date: Mar 2014
Posts: 110
Rep Power: 12 |
yes I got what you explained and thats helpful.thanks for your answer however do you have any idea about the wrong velocity pattern which I have got at inlet ?
it suppose to be parabolic but it is something else |
|
May 14, 2014, 13:43 |
|
#4 |
Assistant Moderator
Bernhard Gschaider
Join Date: Mar 2009
Posts: 4,225
Rep Power: 51 |
What I don't understand about this diagram: what is the distance on the bottom? Because for instance if it is y or z then it should go from -0.004 to 0.004. If it is the 3 of the points it should go from 0 to 0.004.
__________________
Note: I don't use "Friend"-feature on this forum out of principle. Ah. And by the way: I'm not on Facebook either. So don't be offended if I don't accept your invitation/friend request |
|
May 14, 2014, 14:10 |
|
#5 |
Senior Member
Ali reza
Join Date: Mar 2014
Posts: 110
Rep Power: 12 |
coordinates are (3 points of circle at velocity inlet)
(-0.008,0,0.020) (-0.008,0.004,0.024) (-0.008,0,0.028) it means that radius=0.004 |
|
May 14, 2014, 15:12 |
|
#6 | |
Assistant Moderator
Bernhard Gschaider
Join Date: Mar 2009
Posts: 4,225
Rep Power: 51 |
Quote:
Please check whether this is the case specify what "distance" in your diagram means. I will NOT answer anything that arrives in the next couple of hours to give you time to properly think it through
__________________
Note: I don't use "Friend"-feature on this forum out of principle. Ah. And by the way: I'm not on Facebook either. So don't be offended if I don't accept your invitation/friend request |
||
May 15, 2014, 03:37 |
|
#7 |
New Member
Join Date: May 2014
Posts: 7
Rep Power: 12 |
oh I got it you are right and I find the solution thanks a lot
|
|
May 15, 2014, 03:55 |
|
#8 |
Senior Member
Ali reza
Join Date: Mar 2014
Posts: 110
Rep Power: 12 |
thanks it seems that it was other user's problem too however thanks for your protect
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
VELOCITY vs VELOCITY IN STN FRAME vs RELATIVE VELOCITY | everest20 | FLUENT | 1 | July 13, 2015 09:35 |
3-D parabolic velocity Inlet - Steady state - UDF Turbulent Flow | mohibanwar | Fluent UDF and Scheme Programming | 10 | May 18, 2015 11:34 |
parabolic inlet velocity condition | a_cucen | Fluent UDF and Scheme Programming | 4 | March 4, 2015 10:15 |
Flow Between Parallel Plates With Parabolic Entrance Velocity | saaghi | Main CFD Forum | 8 | February 7, 2014 09:06 |
How to define a parabolic velocity inlet of particles with UDF | zumaqiong | FLUENT | 2 | February 22, 2010 10:46 |