|
[Sponsors] |
August 12, 2013, 08:18 |
udf -pulsatile flow
|
#1 |
New Member
PARTHASARATHI MISHRA
Join Date: Jul 2013
Posts: 3
Rep Power: 13 |
I want to change constant inlet velocity to sinusoidal
(asinwt) velocity which will vary with time. Can anybody send the udf file for the same for which I shall be obliged to you. |
|
August 15, 2013, 05:45 |
|
#2 |
Senior Member
Paritosh Vasava
Join Date: Oct 2012
Location: Lappeenranta, Finland
Posts: 732
Rep Power: 23 |
Try this one:
DEFINE_PROFILE(unsteady_velocity, thread, position) { face_t f; begin_f_loop(f, thread) { real t = RP_Get_Real("flow-time"); F_PROFILE(f,thread,position)= 2000.+ 100*t; } end_f_loop(f,thread) } Courtesy: http://www.cfd-online.com/Forums/flu...n-one-udf.html |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Pulsatile blood flow | John H | FLUENT | 7 | March 3, 2022 08:50 |
Ansys Fluent UDF - for Data Center Air flow management | kedarjan | Fluent UDF and Scheme Programming | 13 | November 13, 2013 05:20 |
UDF for transient pressure inlet, mass flow check at nozzle exit and volumetric heat | kokoory | FLUENT | 0 | August 17, 2011 03:07 |
udf for transient mass flow rate inlet | mdzubairmanipal@gmail.com | Fluent UDF and Scheme Programming | 0 | February 22, 2011 03:51 |
pulsatile flow | bernard | Main CFD Forum | 1 | June 25, 1999 04:27 |