|
[Sponsors] |
How to understand the Recombination Tables in CMutationTCLib.cpp?? |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
July 16, 2023, 03:45 |
How to understand the Recombination Tables in CMutationTCLib.cpp??
|
#1 |
New Member
Cherith Lavisetty
Join Date: Jan 2023
Posts: 7
Rep Power: 3 |
Could someone explain how to write the recombination tables for a specific mixture in CMutationTCLib.cpp in SU2. I would like to use a carbon mixture and their mechanisms which we have compiled in the Mutation library but couldn't figure out how to write the recombination tables.
Can someone take the example of the Air-5 mixture and explain what each element in the matrix refers to and how the values of the constants decided. It would be really helpful if someone can explain it soon, Thanks in Advance . [ATTACH][ATTACH]Recombination tables in CMutation.jpg[/ATTACH][/ATTACH] |
|
July 17, 2023, 08:20 |
|
#2 |
New Member
Catarina Garbacz
Join Date: Jun 2020
Posts: 27
Rep Power: 6 |
Hello Cherith.
My colleague Jacob implemented this, I'll ask him to reply here. Catarina |
|
July 17, 2023, 13:51 |
|
#3 |
New Member
Cherith Lavisetty
Join Date: Jan 2023
Posts: 7
Rep Power: 3 |
Thank You!
|
|
July 25, 2023, 19:45 |
|
#4 |
Senior Member
Wally Maier
Join Date: Apr 2019
Posts: 123
Rep Power: 7 |
Hi Cherith,
Are you referring specifically to the catalytic wall recombination? If so, the tables are formulated as follows: CatRecombTable(Species#,0) = +1, -1, or 0 This determines if the species is created, destroyed or nothing happens. For these models the recombination assumes all monoatomic species (N and O) would recombine into N2 or O2. So CatRecombTable(3,0) = 1 essentially is saying the 4th species is created...which in Mutation++ notation is N2. CatRecombTable(#Species,1) determines the species corresponding to its creation or destruction. So in the example above: CatRecombTable(3,0) = 0 is basically saying the N2 species that is created depends on the recombination of species #0..which is N. I hope this helps, Wally |
|
September 21, 2023, 19:44 |
|
#5 |
New Member
Cherith Lavisetty
Join Date: Jan 2023
Posts: 7
Rep Power: 3 |
Thank You So Much for the clarification.
Also I wanted to ask if Implicit Time Integration is available yet for the Simulations using Mutation++?? Sincerely Cherith |
|
September 22, 2023, 08:37 |
|
#6 |
New Member
Catarina Garbacz
Join Date: Jun 2020
Posts: 27
Rep Power: 6 |
Implicit time integration is not available with Mutation++
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
How to understand the Recombination Tables in CMutationTCLib.cpp?? | Cherith | SU2 | 0 | July 16, 2023 03:43 |
How to combine 2 tables and find the maximum | slesar85 | STAR-CCM+ | 0 | January 26, 2018 08:03 |
[OpenFOAM] Can Paraview create tables like in CFD-post (Ansys)? | vasava | ParaView | 9 | November 3, 2016 03:01 |
FlameletFoam tables and OpenFOAM-2.3.x Look-Up-Tables | Sermengi | OpenFOAM | 2 | December 19, 2014 07:10 |
look-up tables | Jiri Novak | Main CFD Forum | 0 | June 23, 2006 08:29 |