|
[Sponsors] |
Temperature dependent SURFACE TENSION TEMPERATURE COEFFICIENT |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
February 20, 2016, 05:08 |
Temperature dependent SURFACE TENSION TEMPERATURE COEFFICIENT
|
#1 |
New Member
Ganesh K C
Join Date: Oct 2014
Location: Tiruchirappalli, India
Posts: 29
Rep Power: 12 |
Dear Fluent user,
i am solving TIG welding simulation using fluent. i need to assign temperature dependent surface tension temperature coefficient for Marangoni convection. but there is a provision to use constant value. how can i use temperature dependent data ? kindly help me out in this boundary condition.
__________________
-- K.C.Ganesh Research Scholar NIT Trichy India |
|
November 22, 2016, 18:01 |
Surface Tension Coefficient UDF
|
#2 | |
New Member
Amin Ebrahimi
Join Date: Jun 2012
Location: Delft, Netherlands
Posts: 3
Rep Power: 14 |
Quote:
You need a UDF to define surface tension temperature coefficient. /************************************************** ************* Surface Tension Coefficient UDF for the VOF Multiphase Model ************************************************** *************/ #include "udf.h" DEFINE_PROPERTY(sfc, c, t) { real T = C_T(c,t); return 1.23 - 0.004*T + 5.0e-6*T*T; } |
||
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
surface tension coefficient between water-liquid and water-vapor | saisanthoshm88 | Main CFD Forum | 1 | April 5, 2015 03:28 |
Question about heat transfer coefficient setting for CFX | Anna Tian | CFX | 1 | June 16, 2013 07:28 |
UDF for heat convection coefficient with fixed surface temperature | Boo85 | Fluent UDF and Scheme Programming | 2 | July 10, 2012 19:43 |
surface tension gradient using UDF; surface tension gradient as function of temperatu | marimuthusundar | Fluent UDF and Scheme Programming | 0 | June 21, 2012 05:48 |
CFX4.3 -build analysis form | Chie Min | CFX | 5 | July 13, 2001 00:19 |