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

Search Results

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

Showing results 1 to 4 of 4
Search took 0.00 seconds.
Search: Posts Made By: lihuang
Forum: Fluent UDF and Scheme Programming March 20, 2013, 09:56
Replies: 9
Views: 2,809
Posted By lihuang
Sorry for the late reply, but I only have my...

Sorry for the late reply, but I only have my notes handy at work.
I think you are doing right on No. 1. But for No. 2, primary phase thread index=0, first secondary phase thread index=1, second...
Forum: Fluent UDF and Scheme Programming March 20, 2013, 00:29
Replies: 9
Views: 2,809
Posted By lihuang
#include "udf.h" ...

#include "udf.h"

DEFINE_SOURCE(re,c,t,dS,eqn)
{
real source, prsr, alpha, pv;
Thread *mixture_thread;
Thread **pt;
Domain *domain; /* domain is declared as a variable */
int...
Forum: Fluent UDF and Scheme Programming March 19, 2013, 14:36
Replies: 9
Views: 2,809
Posted By lihuang
The "real ..." line looks ok to me. It's just the...

The "real ..." line looks ok to me. It's just the "Thread *mixture_thread = .." and "Thread **pt;" needs to be moved up before "zoneid=11;".

While using Lookup_Thread, you need to know what kind...
Forum: Fluent UDF and Scheme Programming March 19, 2013, 09:53
Replies: 9
Views: 2,809
Posted By lihuang
What are the error messages exactly? I had a...

What are the error messages exactly?

I had a quick look at your code. It seems to me that you have "domain" undefined, which normally is 1.

What operating system are you using? To my...
Showing results 1 to 4 of 4

 
Forum Jump

All times are GMT -4. The time now is 13:33.