CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > ANSYS > FLUENT > Fluent UDF and Scheme Programming

parse error wihle using unstaedy velocity profile

Register Blogs Members List Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   April 9, 2009, 16:20
Question parse error wihle using unstaedy velocity profile
  #1
Member
 
shubham
Join Date: Mar 2009
Posts: 48
Rep Power: 17
shubham208011 is on a distinguished road
Hi,
i want to model the unsteady flow for that i use this udf but it gives an error...

"H:\Fluent.Inc
tbin
tx86\cpp.exe -I"H:\Fluent.Inc\fluent6.3.26/src" -I"H:\Fluent.Inc\fluent6.3.26/cortex/src" -I"H:\Fluent.Inc\fluent6.3.26/client/src" -I"H:\Fluent.Inc\fluent6.3.26/multiport/src" -I. -DUDFCONFIG_H="<udfconfig.h>" "D:\DC++\unsteady velocitty.c"
Error: D:\DC++\unsteady velocitty.c: line 1: parse error."

#include "udf.h"
#include "flow.h"
DEFINE_PROFILE(velocity, thread, position) {
face_t f;
real z[ND_ND];
begin_f_loop(f, thread)
{
F_CENTROID(z,f,th);
real t = RP_Get_Real("flow-time");
if (t < 0.5)
F_PROFILE(f, thread, position) =0.0007210229* exp(13.083385*t);
else
{
if (0.5<= t < 5)
F_PROFILE(f, thread, position) = 0.5;
else
{
if (5<=t<5.5)
F_PROFILE(f, thread, position) =0.0000000002* exp(-4.60517006*t);
else
F_PROFILE(f, thread, position) = 1.724662062*exp(-5.24894535*t)*pow(10.0,25.0);
}
}
}
end_f_loop(f, thread) }
plz help me to resolve this error...
thanks in advance..
shubham208011 is offline   Reply With Quote

Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
3D UDF Paraboilc Velocity Profile (Can't Maintain) Sing FLUENT 12 August 7, 2017 06:25
Prescribed inflow velocity profile - how to? Alan Main CFD Forum 10 October 28, 2005 12:14
Create hemisphere like velocity profile at inlet Nelson Main CFD Forum 3 July 27, 2005 12:05
Variables Definition in CFX Solver 5.6 R P CFX 2 October 26, 2004 02:13
particle velocity and velocity profile HGG FLUENT 2 June 10, 2001 16:32


All times are GMT -4. The time now is 10:25.