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: pakk
Forum: Fluent UDF and Scheme Programming June 5, 2014, 15:22
Replies: 6
Views: 1,745
Posted By pakk
I'm happy that you solved it, and thanks for...

I'm happy that you solved it, and thanks for sharing the outcome here!
Forum: Fluent UDF and Scheme Programming June 4, 2014, 09:14
Replies: 6
Views: 1,745
Posted By pakk
I suddenly realize what your problem is... You...

I suddenly realize what your problem is...
You want to put a body force on your fluid, but you are telling Fluent to set a body force on discrete particles. You (probably) did not put any discrete...
Forum: Fluent UDF and Scheme Programming June 4, 2014, 04:49
Replies: 6
Views: 1,745
Posted By pakk
First of all, you made a mistake in if(i==0) 0;...

First of all, you made a mistake in
if(i==0) 0;
else if(i==1) bforce=-100;
I think what you meant was:
if(i==0) bforce=0;
else if(i==1) bforce=-100;

I don't that this is the reason for your...
Showing results 1 to 3 of 3

 
Forum Jump

All times are GMT -4. The time now is 17:11.