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

Variable mass flow rate

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

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   April 22, 2003, 21:15
Default Variable mass flow rate
  #1
Aleks
Guest
 
Posts: n/a
Hi there, I'm running a 2D nozzle model. I was wandering if there is any way to have a variable mass flow rate inlet. I have a static pressure outlet as the other boundary condition.
  Reply With Quote

Old   April 23, 2003, 05:00
Default Re: Variable mass flow rate
  #2
mateus
Guest
 
Posts: n/a
Hi. I think it's preety much the same as variable velocity at inlet. You just turn it on at mass flow inlet...this is form fluent documentation...

#include "udf.h"

DEFINE_PROFILE(unsteady_velocity, thread, position)

{ face_t f; real t = CURRENT_TIME;

begin_f_loop(f, thread)

{

F_PROFILE(f, thread, position) = 20. + 5.0*sin(10.*t);

} end_f_loop(f, thread) }

regards MATEUS
  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
Mass flow rate: calculation v/s computation beguxa FLUENT 5 December 2, 2018 21:02
Mass Flow Rate Error jallison FLUENT 1 May 16, 2011 16:22
Mass Flow Rate is not converging destgir448 CFX 5 December 11, 2010 05:55
2D axisymmetric mass flow rate for the plain orifice atomizer jwillie2000 FLUENT 2 September 17, 2010 05:43
Target mass flow rate Saturn FLUENT 0 December 10, 2004 04:18


All times are GMT -4. The time now is 21:11.