|
[Sponsors] |
April 4, 2014, 06:56 |
Evaporation rate particle equation
|
#1 |
Member
Join Date: Nov 2011
Posts: 42
Rep Power: 15 |
Hi,
I am basically trying to modify the boiling rate equation. Currently it looks like this: DEFINE_DPM_LAW(boiling, p, ci) { BoilingLaw(p); P_DIAM(p)=pow(6*P_MASS(p)/(PI*P_RHO(p)),0.3333333333); P_RHO(p) = P_MASS(p) / (3.14159*P_DIAM(p)*P_DIAM(p)*P_DIAM(p)/6); } So basically heat and mass transfer equations are dealt with by the BoilingLaw(p) call out. Was wondering how I can define a mass transfer rate but leave the heat transfer rate equation alone. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Particle Tracking_Particle Number Rate | sakurabogoda | CFX | 4 | March 17, 2014 20:45 |
rate equation | Leepox | Fluent UDF and Scheme Programming | 0 | December 5, 2013 22:43 |
Particle cooling rate - UDF | papteo | Fluent UDF and Scheme Programming | 9 | January 29, 2012 10:28 |
ERROR #001100279 - CFX 13 - transient run | Zigainer | CFX | 14 | December 9, 2011 14:22 |
Viscosity and the Energy Equation | Rich | Main CFD Forum | 0 | December 16, 2009 15:01 |