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

Search Results

Register Blogs Community New Posts Updated Threads Search

Showing results 1 to 3 of 3
Search took 0.00 seconds.
Search: Posts Made By: blackmask
Forum: Fluent UDF and Scheme Programming May 21, 2013, 23:28
Replies: 6
Views: 1,550
Posted By blackmask
It is easy to hard-coded your udf file. Print the...

It is easy to hard-coded your udf file. Print the value of c0. If the value of c0 is contiguous then shift the value so that c0 is in the range [0,250]. Or

#include"udf.h"...
Forum: Fluent UDF and Scheme Programming May 21, 2013, 20:46
Replies: 6
Views: 1,550
Posted By blackmask
Try this: #include"udf.h"...

Try this:
#include"udf.h" DEFINE_PROFILE(unsteady_velocity, thread, position) {
real x[ND_ND]; /* this will hold the position vector */
real y;real A[251]={8,7,6,5,4,3,2,1};
real t =...
Forum: Fluent UDF and Scheme Programming May 21, 2013, 01:13
Replies: 6
Views: 1,550
Posted By blackmask
Are you sure that the range of c0 is in [0, 250]...

Are you sure that the range of c0 is in [0, 250] and at least one of these values are in [0,7] ? By the way, c language is zero-based so that A[0] = 8 and A[1] = 7.
Showing results 1 to 3 of 3

 
Forum Jump

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