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

prase error during interpretation of UFD in fluent

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   July 13, 2015, 17:08
Smile prase error during interpretation of UFD in fluent
  #1
New Member
 
Nomi
Join Date: Jun 2015
Posts: 1
Rep Power: 0
noumanbhatti11 is on a distinguished road
#include "udf.h"

DEFINE_PROFILE(axial_heatflux_profile,t,i)
{
real x[ND_ND];
real H=2000;
real N1=1;
real N2=1;
face_t f;
begin_f_loop(f,t)
{
F_CENTROID(x,f,t);
y = x[1];
F_PROFILE(f,t,i) = pow((sin(3.1415*pow(y/H,1/N1)),N2);
}
end_f_loop(f,t)
}

Please correct the mistake in my UDF. I have tried a lot.I will be very thankful to you.
noumanbhatti11 is offline   Reply With Quote

Reply


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
How to open Icem mesh in Ansys Fluent? emmkell FLUENT 27 February 6, 2018 03:34
heat transfer with RANS wall function, over a flat plate (validation with fluent) bruce OpenFOAM Running, Solving & CFD 6 January 20, 2017 06:22
Alias problem when starting FLUENT from command line batch_error FLUENT 0 May 24, 2012 08:20
Hepl!! regarding ufd in fluent sandeep Goel Main CFD Forum 0 June 28, 2007 20:59
Fluent forces -lift/drag interpretation P Smith Main CFD Forum 2 October 26, 1999 15:00


All times are GMT -4. The time now is 22:04.