|
[Sponsors] |
parse error wihle using unstaedy velocity profile |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
April 9, 2009, 17:20 |
parse error wihle using unstaedy velocity profile
|
#1 |
Member
shubham
Join Date: Mar 2009
Posts: 48
Rep Power: 17 |
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.. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
3D UDF Paraboilc Velocity Profile (Can't Maintain) | Sing | FLUENT | 12 | August 7, 2017 07:25 |
Prescribed inflow velocity profile - how to? | Alan | Main CFD Forum | 10 | October 28, 2005 13:14 |
Create hemisphere like velocity profile at inlet | Nelson | Main CFD Forum | 3 | July 27, 2005 13:05 |
Variables Definition in CFX Solver 5.6 | R P | CFX | 2 | October 26, 2004 03:13 |
particle velocity and velocity profile | HGG | FLUENT | 2 | June 10, 2001 17:32 |