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

help! help !!

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   October 24, 2002, 23:03
Default help! help !!
  #1
yawi
Guest
 
Posts: n/a
hi,everyone: who can tell me how to simulate fuel cell'electrochemic reaction?
  Reply With Quote

Old   October 25, 2002, 04:12
Default Re: help! help !!
  #2
Laika
Guest
 
Posts: n/a
can you please be more descriptive in your subject?
  Reply With Quote

Old   October 25, 2002, 23:46
Default Re: help! help !!
  #3
yawi
Guest
 
Posts: n/a
thanks! now i am majorring in the heat and mass transfer of molten carbonate fuel cell (MCFC) through FLUENT. i don't know how to use UDF to difine electrochemical-reaction.
  Reply With Quote

Old   October 26, 2002, 22:32
Default Re: help! help !!
  #4
yawi
Guest
 
Posts: n/a
hi:who can explain me the following codes;

#include "udf.h" #define CON 20.0

DEFINE_SOURCE(cell_x_source, cell, thread, dS, eqn) { real source;

if (C_T(cell,thread) <= 288.)

{

source = -CON*C_U(cell,thread); dS[eqn] = -CON;

} else

source = dS[eqn] = 0.;

return source; }

what's the mean of"ds"and "eqn"? how to define a "SOURCE"?how many parameters is needed?
  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



All times are GMT -4. The time now is 00:28.