|
[Sponsors] |
how can give UDF for mass (m_dot=m0*cos(omega*t)) for Periodic BC |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
July 30, 2011, 10:21 |
how can give UDF for mass (m_dot=m0*cos(omega*t)) for Periodic BC
|
#1 |
New Member
|
hello guys !!! do u have any Idea how is it work periodic boundary condition in fluent when we choses UDF for mass (m_dot=m0*cos(omega*t))....
|
|
August 9, 2011, 11:44 |
|
#2 |
Member
Pranab N Jha
Join Date: Nov 2009
Location: Houston, TX
Posts: 86
Rep Power: 17 |
DEFINE_PROFILE(pressure,thread,index)
{ real m_dot real m0 = 5.0 (some value) real omega real t=CURRENT_TIME face_t f; m_dot = m0*cos(omega*t); begin_f_loop(f,thread){F_PROFILE(f,thread,index) = m_dot;}end_f_loop(f,thread) } Apply this on your pressure boundary. Should work. Read through the UDF manual for fluent. It helps. http://my.fit.edu/itresources/manual...help/index.htm |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Dynamic Mesh UDF | Qureshi | FLUENT | 7 | March 23, 2017 08:37 |
would someone give me a example of udf for 6DOF? | conan | FLUENT | 3 | January 24, 2011 22:10 |
UDF hook problem in command line mode. | Benlong | FLUENT | 1 | November 12, 2007 15:45 |
help on UDF (on_demand) | Marc | FLUENT | 4 | July 9, 2003 14:50 |
error of Interpreted udf | Zhang Junmei | FLUENT | 6 | December 12, 2001 09:03 |