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 4 of 4
Search took 0.00 seconds.
Search: Posts Made By: Kanarya
Forum: Fluent UDF and Scheme Programming November 30, 2012, 10:54
Replies: 12
Views: 5,518
Posted By Kanarya
Hi Balki, #include "udf.h" ...

Hi Balki,
#include "udf.h"
DEFINE_EXECUTE_AT_END(measure_mass_flow)
{
real mass_flow;
real mass_flow_g;
Domain *d=Get_Domain(1);
cell_t c;
face_t f;
Thread *mixture_thread =...
Forum: Fluent UDF and Scheme Programming November 25, 2012, 18:49
Replies: 12
Views: 5,518
Posted By Kanarya
Hi, which function is suitable to save mass...

Hi,

which function is suitable to save mass flow at outlet..do you think, is define_execute_at_end OK for it?

thanks for advance..!
Forum: Fluent UDF and Scheme Programming November 24, 2012, 08:43
Replies: 12
Views: 5,518
Posted By Kanarya
Hi, Thanks for the answer! did you use the...

Hi,
Thanks for the answer!
did you use the function F_FLUX(f,t)? how is it possible to read face and to save in cell?

thanks again...
Forum: Fluent UDF and Scheme Programming November 22, 2012, 10:17
Replies: 12
Views: 5,518
Posted By Kanarya
Hi I have the same problem. the values are 0.did...

Hi I have the same problem. the values are 0.did u solve the problem my code is:
#include "udf.h"
DEFINE_PROFILE(outlet_mf,t,i)
{
face_t f;
real flow;
begin_f_loop(f,t)
{
flow+=F_FLUX(f,t);...
Showing results 1 to 4 of 4

 
Forum Jump

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