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 2 of 2
Search took 0.00 seconds.
Search: Posts Made By: gearboy
Forum: Fluent UDF and Scheme Programming August 7, 2012, 22:05
Replies: 5
Views: 3,323
Posted By gearboy
I think there might be a math error in your...

I think there might be a math error in your computation. Try printing the "eps" for each cell.

#include "udf.h"
#define H 0.1
#define dp 0.008

DEFINE_PROFILE(porosity_function,t,i)
{
...
Forum: Fluent UDF and Scheme Programming August 6, 2012, 02:05
Replies: 5
Views: 3,323
Posted By gearboy
use the following code to specify cell profile....

use the following code to specify cell profile. It seems your error is led by other problems.


begin_c_loop(c,t)
{
F_PROFILE(c,t,i)=......;
}
end_c_loop(c,t)
Showing results 1 to 2 of 2

 
Forum Jump

All times are GMT -4. The time now is 00:32.