CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > ANSYS > FLUENT > Fluent UDF and Scheme Programming

Evaporation rate particle equation

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   April 4, 2014, 05:56
Default Evaporation rate particle equation
  #1
Member
 
Join Date: Nov 2011
Posts: 42
Rep Power: 14
Leepox is on a distinguished road
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.
Leepox is offline   Reply With Quote

Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Particle Tracking_Particle Number Rate sakurabogoda CFX 4 March 17, 2014 19:45
rate equation Leepox Fluent UDF and Scheme Programming 0 December 5, 2013 21:43
Particle cooling rate - UDF papteo Fluent UDF and Scheme Programming 9 January 29, 2012 09:28
ERROR #001100279 - CFX 13 - transient run Zigainer CFX 14 December 9, 2011 13:22
Viscosity and the Energy Equation Rich Main CFD Forum 0 December 16, 2009 14:01


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