|
[Sponsors] |
![]() |
![]() |
#1 |
New Member
Megan Wood
Join Date: Jan 2013
Posts: 9
Rep Power: 14 ![]() |
Hello
I am trying to create a pulse input to represent my system ideally it would have a 30min pulse every 24hrs. I have a 'line 1: parse error' and I can't seem to figure it out This is my code: # include "udf.h" 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<1800)) { velocity=3; } if ((the_current_time>=86400) && (the_current_time<88200)) { velocity=3; } if ((the_current_time>=172800) && (the_current_time<174600)) { velocity=3; } else { velocity=0 } begin_f_loop(f,t) { F_PROFILE(f,t,i) = velocity; } end_f_loop(f,t) } Any help would be much appreciated. Thanks Megan |
|
![]() |
![]() |
![]() |
![]() |
#3 |
New Member
Megan Wood
Join Date: Jan 2013
Posts: 9
Rep Power: 14 ![]() |
Hey,
Thanks! However, no such luck. Any other ideas? |
|
![]() |
![]() |
![]() |
![]() |
#4 |
Senior Member
|
See this thread (http://www.cfd-online.com/Forums/flu...e-error-2.html).
Last edited by blackmask; May 25, 2013 at 00:42. |
|
![]() |
![]() |
![]() |
![]() |
#5 |
New Member
Megan Wood
Join Date: Jan 2013
Posts: 9
Rep Power: 14 ![]() |
no luck with that thread either. If it were saved in the wrong spot would that cause this error?
|
|
![]() |
![]() |
![]() |
![]() |
#6 |
Member
soodabe
Join Date: Apr 2013
Posts: 40
Rep Power: 14 ![]() |
Hi all ,I’m new in fluent and particularly UDF, I want to model a system that a gas is inlet and it flows for 3s and doesn’t flow for 3s alternatively and continuously. In fact it’s our respiration flow and the model is a respiratory mask.
How should I write UDF file? Probably CURRENT_TIMESTEP Macro should be used, Is it right? Would you tell me please how should I write the UDF? This is very important for me. Thank you very very much in advance. |
|
![]() |
![]() |
![]() |
Tags |
parse error, pulse input, udf, varying velocity |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
UDF parallel error: chip-exec: function not found????? | shankara.2 | Fluent UDF and Scheme Programming | 1 | January 16, 2012 22:14 |
How to add a UDF to a compiled UDF library | kim | FLUENT | 3 | October 26, 2011 21:38 |
Help Parallelizing UDF | AndresC | FLUENT | 0 | February 25, 2010 15:50 |
Tablular values as input to UDF | BS | FLUENT | 0 | March 30, 2008 18:59 |
UDF, UDF, UDF, UDF | Luc SEMINEL | Main CFD Forum | 0 | November 25, 2002 04:01 |