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

How to create an inlet with pressure gradient?

Register Blogs Members List Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   July 7, 2010, 08:49
Default How to create an inlet with pressure gradient?
  #1
New Member
 
Valentin
Join Date: May 2010
Posts: 12
Rep Power: 15
val17lr is on a distinguished road
Hello!

I would like to create an inlet pressure gradient (with FLUENT) in order to study the behaviour of a pressure probe. This is a work i'm doing for my diploma thesis.

Unfortunatly, I don't know how to create this pressure gradient.

Could somebody help me please?

Regards

Valentin
val17lr is offline   Reply With Quote

Old   July 7, 2010, 09:00
Default
  #2
New Member
 
Valentin
Join Date: May 2010
Posts: 12
Rep Power: 15
val17lr is on a distinguished road
Just a precision:

When I say "pressure gradient", I mean I want my pression to be greater on a side of the inlet (a square shape inlet) than on the opposite side (with a linear relation for example).

Sorry if what I wrote is not clear, but I'm french and it's a long time I I haven't learn English....
val17lr is offline   Reply With Quote

Old   July 9, 2010, 08:44
Default
  #3
New Member
 
Valentin
Join Date: May 2010
Posts: 12
Rep Power: 15
val17lr is on a distinguished road
Please, I really need to know how to do that, I have alomost finish my dilploma thesis, but I miss this!!
val17lr is offline   Reply With Quote

Old   July 9, 2010, 09:05
Default
  #4
New Member
 
Denis Palienko
Join Date: Jul 2010
Posts: 12
Rep Power: 15
fabolous is on a distinguished road
got a similar problem with a temperature profile on a tube.
i think you have to use User defined functions.
here my example:
#include "udf.h"

DEFINE_PROFILE(temperature_profile,t,i)
{
real x[ND_ND];
real z;
face_t f;

begin_f_loop(f,t)
{
F_CENTROID(x,f,t);
z = x[2];
F_PROFILE(f,t,i) = 343.15 - 20.0*z/1.0;
}
end_f_loop(f,t)

}

here i wanna a temp at the begin of 343.15K(z=0m) and at the end 323.15K(z=1m)

to watch some more examples download the manual for UDF (Fluent)

good luck
fabolous is offline   Reply With Quote

Old   July 12, 2010, 05:49
Default
  #5
New Member
 
Valentin
Join Date: May 2010
Posts: 12
Rep Power: 15
val17lr is on a distinguished road
Great!!

Thank you very much, I found it in the UDF manual.

However, I need to give an incidence angle to my pressure gradient (in the two direction x and z, it's a 3d problem), but I haven't find anything about this.

An Idea?

Regards
val17lr is offline   Reply With Quote

Old   July 13, 2010, 15:15
Default
  #6
New Member
 
Denis Palienko
Join Date: Jul 2010
Posts: 12
Rep Power: 15
fabolous is on a distinguished road
i recommend to write the function as you think it could be, and write a new thread.
i did the same, people answer you mostly if your question is concrete.

good luck
fabolous is offline   Reply With Quote

Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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
inlet total pressure c0384 Siemens 3 April 21, 2008 07:50
How to give pressure inlet in Fluent Vijayaragavan FLUENT 2 December 13, 2007 03:21
Question about pressure inlet boundary condition. Alina FLUENT 1 November 30, 2007 07:39
Pressure inlet definitions Christian FLUENT 0 April 15, 2003 07:24
Terrible Mistake In Fluid Dynamics History Abhi Main CFD Forum 12 July 8, 2002 09:11


All times are GMT -4. The time now is 09:26.