|
[Sponsors] |
January 1, 2011, 05:31 |
UDF post processing
|
#1 |
New Member
ekkapong
Join Date: Oct 2010
Posts: 18
Rep Power: 16 |
Dear all
I need your help about how to post the result as function of time. If the codes are the following DEFINE_PROFILE(velocity_magnitude, t, i) { real velocity; real the_current_time; face_t f; the_current_time = CURRENT_TIME; if ((the_current_time>=0) && (the_current_time<10)) { velocity=100; } if ((the_current_time>=10) && (the_current_time<15)) { velocity=20; } if ((the_current_time>=15)) { velocity=10; } begin_f_loop(f,t) { F_PROFILE(f,t,i) = velocity; } end_f_loop(f,t) } If I'd like to post the result at the some time such as t=20s how can I do this pleas help me sincerely your nuengao |
|
January 1, 2011, 14:29 |
|
#2 |
Senior Member
Real Name :)
Join Date: Jan 2010
Location: United States
Posts: 192
Rep Power: 16 |
Nuengao,
What do you mean by "post the result?" Do you mean output the value of velocity at a time of exactly 20s to the screen? ComputerGuy |
|
January 2, 2011, 02:01 |
|
#3 |
New Member
ekkapong
Join Date: Oct 2010
Posts: 18
Rep Power: 16 |
Dear computerGuy
I mean how can I use CFD post at the time that I want? such as temperature , velocity after 10 s |
|
January 21, 2012, 17:17 |
|
#4 |
Member
Vitaly
Join Date: Jan 2012
Posts: 32
Rep Power: 14 |
You can set when to write the .dat files (kind of restricting, but I think you can also include a write .dat file in a UDF if you are using linux) . You can also assign variable monitors, if there are just some specific variables values you want to track as a function of time (or times step).
Look into: Solution -> monitors...and just play around with the different monitors you can assign. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Post Processing Fluent Data | Jonathan Vogt | FLUENT | 2 | August 18, 2017 03:58 |
CFD post processing techniques & streamlining | klk | Main CFD Forum | 0 | October 19, 2010 08:37 |
post processing in CFX11.0 | u k jha | CFX | 1 | September 17, 2010 06:53 |
fluent for post processing | James | FLUENT | 0 | April 21, 2006 05:43 |
post processing in CFD | MANISH BHARGAVA | Main CFD Forum | 0 | October 17, 1998 21:51 |