|
[Sponsors] | |||||
How to access species molecular weight in UDFs |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|
|
#1 |
|
Guest
Posts: n/a
|
Hi,
I'm trying to write a User-defined mixing law for a species transport problem, and I need to use the molecular weight of species in the calculation. First I tried to use the macro C_RGAS(c,t) to get Mw: Mw = UNIVERSAL_GAS_CONSTANT/C_RGAS(c,t); but this didn't work, since C_RGAS returns 0 in my testing. I saw that some DEFINE macros use Mw as one of its arguments, such as DEFINE_VR_RATE, but I don't know how to apply that to the macro I use (DEFINE_PROPERTY). Could anyone please help me on how to access the molecular weight data? Thank you very much. Ellen |
|
|
||
|
|
|
#2 |
|
Guest
Posts: n/a
|
molecular weight is a constant value. so, no need to get this as arguments. You just define like, MW_Water=18, MW_Air=29 inside your DEFINE Macro.
|
|
|
||
|
|
|
#3 |
|
Guest
Posts: n/a
|
Thanks for replying me, Sathees. But I can't define them as constants in the program. I need to obtain these values for calculation in a species loop, I think there should be a macro for accessing the molecular weight...
Ellen |
|
|
||
|
|
|
#4 | |
|
Senior Member
Weiqiang Liu
Join Date: Feb 2018
Posts: 278
Rep Power: 10 ![]() |
Quote:
have you solved this problem? |
||
|
|
|
||
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Pressure and molecular weight ? | Jane | FLUENT | 0 | January 2, 2009 05:17 |
| Unit of Molecular weight | clark | FLUENT | 2 | March 15, 2008 06:28 |
| How get Species Molecular Weight in UDF | hesam | FLUENT | 1 | April 14, 2007 19:55 |
| UDFs for species molecular wt | Sisir | FLUENT | 0 | February 18, 2007 11:02 |
| Molecular Weight | Ari | FLUENT | 0 | August 22, 2004 08:36 |