|
[Sponsors] |
April 22, 2003, 22:15 |
Variable mass flow rate
|
#1 |
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.
|
|
April 23, 2003, 06:00 |
Re: Variable mass flow rate
|
#2 |
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 |
|
Thread Tools | Search this Thread |
Display Modes | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Mass flow rate: calculation v/s computation | beguxa | FLUENT | 5 | December 2, 2018 22:02 |
Mass Flow Rate Error | jallison | FLUENT | 1 | May 16, 2011 17:22 |
Mass Flow Rate is not converging | destgir448 | CFX | 5 | December 11, 2010 06:55 |
2D axisymmetric mass flow rate for the plain orifice atomizer | jwillie2000 | FLUENT | 2 | September 17, 2010 06:43 |
Target mass flow rate | Saturn | FLUENT | 0 | December 10, 2004 05:18 |