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

I consider species source term??

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   September 10, 2012, 11:55
Default I consider species source term??
  #1
New Member
 
Jinwon, Seo
Join Date: Nov 2010
Posts: 1
Rep Power: 0
jwseo0214 is on a distinguished road
==============================
#include "udf.h"
#define A 0.0003
#define B 0.226
#define C 0.39.071
DEFINE_SOURCE(cell_x_source, cell, thread, dS, eqn)
{
real source;
source = -A*C_T(cell, thread)*C_T(cell, thread)+B*C_T(cell, thread)-C;
source = dS[eqn];
return source;
}
===============================

Last edited by jwseo0214; September 18, 2012 at 03:11.
jwseo0214 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
Source Term UDF VS Porous Media Model pchoopanya Fluent UDF and Scheme Programming 1 August 28, 2013 06:12
Version 15 on Mac OS X gschaider OpenFOAM Installation 113 December 2, 2009 10:23
Adding a source term to concervation of species equation bernarde STAR-CCM+ 0 June 4, 2009 03:17
OpenFOAM on MinGW crosscompiler hosted on Linux allenzhao OpenFOAM Installation 127 January 30, 2009 19:08
DecomposePar links against liblamso0 with OpenMPI jens_klostermann OpenFOAM Bugs 11 June 28, 2007 17:51


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