|
[Sponsors] |
Defining viscosity that varies with position in an UDF |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
October 28, 2009, 16:57 |
Defining viscosity that varies with position in an UDF
|
#1 |
New Member
Vivek Sampath
Join Date: Oct 2009
Location: Houston
Posts: 6
Rep Power: 17 |
Hi this is my UDF
#include "udf.h" DEFINE_PROPERTY(cell_viscosity,cell,thread) { cell_t c; real x[ND_ND]; real mu_lam; real y; Thread *t; C_CENTROID(x,c,t); y= x[1]; mu_lam= 0.001002*(2-(y/0.01)); printf("MU= %f \n",mu_lam); return mu_lam; } MY Problem is i get the value of mu at only same y i need to define value of mu at different y coordinates ..... can someone help me rectify this out?? |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
UDF for Turbulent Viscosity | Lourival | Fluent UDF and Scheme Programming | 3 | October 13, 2012 04:09 |
DPM UDF particle position using the macro P_POS(p)[i] | dm2747 | FLUENT | 0 | April 17, 2009 02:29 |
viscosity in UDF! | denhan | FLUENT | 0 | April 6, 2007 02:12 |
Help - UDF for solid shear viscosity | nbh2801 | FLUENT | 0 | April 21, 2006 08:49 |
Turbulent Viscosity UDF | Raphael | FLUENT | 2 | January 23, 2006 05:04 |