|
[Sponsors] |
April 17, 2018, 01:45 |
Fluent -udf-density computation of species.
|
#1 |
Member
Join Date: Apr 2017
Location: india
Posts: 96
Rep Power: 9 |
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? |
|
Tags |
combustion modeling, density udf, fluent - udf, species transport |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
looking for a smart interface matlab fluent | chary | FLUENT | 24 | June 18, 2021 10:07 |
Problem in compiling fluent UDF lunched from MATLAB | cfdman10 | Fluent UDF and Scheme Programming | 16 | December 5, 2019 06:32 |
write code UDF Fluent solve kinetic reaction rate equation palm oil | zirkov | FLUENT | 0 | February 13, 2017 11:16 |
fluent udf problem: write specific data for every iteration in a file. | nnvoro | Fluent UDF and Scheme Programming | 1 | May 27, 2013 16:26 |
Species order fluent | Raddi | FLUENT | 1 | March 13, 2009 01:21 |