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: gearboy
Forum: Fluent UDF and Scheme Programming March 18, 2012, 06:13
Replies: 8
Views: 4,708
Posted By gearboy
You can try using DEFINE_EXECUTE_AT_END. I think...

You can try using DEFINE_EXECUTE_AT_END. I think it will work.
Forum: Fluent UDF and Scheme Programming March 15, 2012, 19:29
Replies: 8
Views: 4,708
Posted By gearboy
I think you should read more about the UDF...

I think you should read more about the UDF Manual. Here is the example.

#include "udf.h"
DEFINE_ADJUST(limit_UDS,d)
{
Thread *t;
cell_t c;
thread_loop_c(t, d) /*loops over all cell threads...
Forum: Fluent UDF and Scheme Programming March 14, 2012, 22:08
Replies: 8
Views: 4,708
Posted By gearboy
It's dangerous to do so. Because during the...

It's dangerous to do so. Because during the iteration, Fluent will give the UDS value. In your adjust function, you force the UDS value to your value. And In Fluent's iteration period, Fluent set UDS...
Showing results 1 to 3 of 3

 
Forum Jump

All times are GMT -4. The time now is 18:06.