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

Energy equation in boiling of water

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   February 19, 2007, 02:43
Default Energy equation in boiling of water
  #1
greg
Guest
 
Posts: n/a
coul you please check my energy equation from boiling process? Something is no good with it because after few 000 of iterations temperature reach 5000K (what is upper limit of temperature). In my case max. temperature is 500K (heating medium).

DEFINE_SOURCE(enrg_src, cell, mix_th, dS, eqn) { Thread *pri_th, *sec_th; real m_dot; real T_SAT = 373; real lambdaLiBr = 0.438; /* W/mK */ real lambdaH2O = 0.078; /* W/mK */ /* lambda vapour */ real qdes = 2772; /* vaporization heat*/ /* kJ/kg */ pri_th = THREAD_SUB_THREAD(mix_th, 0); sec_th = THREAD_SUB_THREAD(mix_th, 1); if(C_T(cell, mix_th)>=T_SAT) {

m_dot = -(12* lambdaLiBr * (fabs(C_T(cell,sec_th)-T_SAT)) * 1)/qdes;

dS[eqn] = -(12* lambdaLiBr * 1)/qdes;

}

else {

m_dot =(12* lambdaH2O * (fabs(C_T(cell,pri_th)-T_SAT)) * 1)/qdes;

dS[eqn] = (12* lambdaH2O * 1)/qdes;

} return qdes*m_dot; }

thanks for help.
  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
Solving the total energy equation dohnie OpenFOAM 21 June 13, 2014 00:44
Energy equation in bouyant*Foam solvers makaveli_lcf OpenFOAM Running, Solving & CFD 0 December 21, 2009 04:09
Mass transfer Term in Mixture Energy Equation CFDtoy Main CFD Forum 0 July 3, 2008 16:14
Equation of state for water? jinwon park Main CFD Forum 2 December 20, 2007 07:32
BCs of hyperbolic Shallow Water Equation Kang, S. K. Main CFD Forum 4 November 21, 2000 21:20


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