|
[Sponsors] |
August 21, 2007, 14:13 |
CARM as reduced mechanism in Fluent
|
#1 |
Guest
Posts: n/a
|
Hi, has anyone used a CARM reduced mechanism in Fluent? I would need some hints in how to couple it with the UDF subroutine DEFINE_VR_RATE. Thanks
|
|
August 21, 2007, 19:58 |
Re: CARM as reduced mechanism in Fluent
|
#2 |
Guest
Posts: n/a
|
Have you considered using the CHEMKIN functionality in Fluent? Sure, we have used our own custom reduced mechanisms. Just make sure you are consistent on units used in your UDF.
|
|
August 22, 2007, 04:46 |
Re: CARM as reduced mechanism in Fluent
|
#3 |
Guest
Posts: n/a
|
Many thanks for your answer. I would have some more questions if you don't mind.My problem is that I only have the reduced mechanism as a CKWYP routine. However, the routine is written in C++, which I think is ok for the Fluent to read, but I'm quite unfamiliar (more exactly beginner) with this procedure. Do I have to declare the reactions myself in the Fluent panel, or does Fluent read the reactions by itself from the CKWYP? More, do I have to couple the CKWYP with the DEFINE_VR_RATE function from Fluent in order to be able to hook up the UDF?
|
|
August 22, 2007, 14:19 |
Re: CARM as reduced mechanism in Fluent
|
#4 |
Guest
Posts: n/a
|
Ok, you are going to have a set of chemical reaction equations you want to model and also the associated kinetic data. This could come from experiments, literature values, or subsets of other data. Then, there are several ways to get this data into Fluent. As I understand it, importing it as CHEMKIN file is one way although I have not done it that way myself. Have you looked at the Fluent manual? Apparently, others do it this way.
A second way of entering the reaction data is to use the reaction input panel in Fluent. You enter the stoichiometry, coefficients, pre-exponential factors, temperature dependance, and activation energy. This can be tedious if you have lots of equations and unit conversions so it may be preferable to import the data directly (i.e. as a CHEMKIN file). The third way is to write your own UDF like DEFINE_VR_RATE. The built in reaction rates are somewhat limited. Say, for example, if you want to use one reaction rate for one temperature range and another rate for a different temperature range, the basic version can't handle that. Or, if you want to change the stoichiometric coefficient as a function of the species concentration. For these cases, you could incorporate your own customized reaction schemes. (The kinetic data can still come from the reaction input panels in Fluent or put into the UDF directly). Using UDFs is not simple. Even so the UDFs are written in C++ and your routine is also written in C++ that won't help, much. You still need to look at units, variable names, logic etc. You would probably want to budget several weeks or months to do something like this. |
|
August 24, 2007, 08:48 |
Re: CARM as reduced mechanism in Fluent
|
#5 |
Guest
Posts: n/a
|
Many thans for your support.
Adrian |
|
August 29, 2007, 17:42 |
Re: CARM as reduced mechanism in Fluent
|
#6 |
Guest
Posts: n/a
|
hi adrian
have you been able to couple the CARM to fluent using VR_RATE? |
|
August 30, 2007, 04:31 |
Re: CARM as reduced mechanism in Fluent
|
#7 |
Guest
Posts: n/a
|
Well, not really, still using some skeletal mechanism. Have you done it? Thanks for your question
|
|
August 30, 2007, 16:16 |
Re: CARM as reduced mechanism in Fluent
|
#8 |
Guest
Posts: n/a
|
no..
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
reduced version of GRI 3.0 Mechanism | buxtsued | FLUENT | 11 | August 7, 2018 15:50 |
Two questions on Fluent UDF | Steven | Fluent UDF and Scheme Programming | 7 | March 23, 2018 04:22 |
problem of running parallel Fluent on linux cluster | ivanbuz | FLUENT | 15 | September 23, 2017 20:12 |
Abaqus - Fluent Coupling WITHOUT MPCCI | s.mishra | FLUENT | 1 | April 5, 2016 07:47 |
DEFINE_VR_RATE vs CARM in Fluent | Adrian | FLUENT | 0 | August 14, 2007 08:45 |