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

Fluent -udf-density computation of species.

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   April 17, 2018, 00:45
Default Fluent -udf-density computation of species.
  #1
Member
 
Join Date: Apr 2017
Location: india
Posts: 96
Rep Power: 9
sooraj546 is on a distinguished road
In my UDF code i want to convert my species mass fraction into concentration of the species . So the best way to do it is to multiply with density

Y_co2=C_YI(c, t, 2); /*Mass fraction */
Y_co=C_YI(c, t, 5);

X_co2=Y_co2*C_R(c, t); /*( kg/m3 )*/
X_co=Y_co*C_R(c, t);

But should i multiply with the species density or the density of the unit cell like i have done here. If its species density................how to get it through UDF?
sooraj546 is offline   Reply With Quote

Reply

Tags
combustion modeling, density udf, fluent - udf, species transport


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
looking for a smart interface matlab fluent chary FLUENT 24 June 18, 2021 09:07
Problem in compiling fluent UDF lunched from MATLAB cfdman10 Fluent UDF and Scheme Programming 16 December 5, 2019 05:32
write code UDF Fluent solve kinetic reaction rate equation palm oil zirkov FLUENT 0 February 13, 2017 10:16
fluent udf problem: write specific data for every iteration in a file. nnvoro Fluent UDF and Scheme Programming 1 May 27, 2013 15:26
Species order fluent Raddi FLUENT 1 March 13, 2009 00:21


All times are GMT -4. The time now is 18:09.