|
[Sponsors] |
RhoCentralFoam-MultiSpecies-NonReacting |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
January 23, 2013, 19:25 |
RhoCentralFoam-MultiSpecies-NonReacting
|
#1 |
New Member
Jack Lee
Join Date: Jan 2013
Location: Alberta
Posts: 5
Rep Power: 13 |
Hi,
I need to adapt rhocentralFoam to do mulitspecies non reacting simulation. Basically, at the inlet, I would like to inject 2-3 types of gases. Can anyone gives me a suggestion of how to go about this matter? The rhoCentralFoam.C looks much more complicated compared to other solvers and hence, I dont have much clue to change the codes so that I can take in multispecies/gases I need to inject in. Thank you very much. |
|
March 8, 2015, 04:53 |
|
#2 |
New Member
apurva
Join Date: Jul 2014
Posts: 2
Rep Power: 0 |
Hi Azanulbizar,
Have you solved this problem? So is it possible to introduce 2-3 non-reacting gases mixture in rhoCentralFoam? I am working on delaval nozzle and I want to introduce them at nozzle inlet. Thanks in advance! |
|
March 9, 2015, 13:49 |
|
#3 |
Member
Mattia de\' Michieli Vitturi
Join Date: Mar 2009
Posts: 51
Rep Power: 17 |
Hi,
I have published a couple of years ago a paper on a new OpenFOAM solver we have developed for a two-phase model using a central scheme approach similar to that used in rhoCetralFoam: La Spina, G. & de' Michieli Vitturi, M. High-Resolution Finite Volume Central Schemes for a Compressible Two-Phase Model SIAM Journal on Scientific Computing, SIAM, 2012, 34, 861-880 In a more recent work we have also introduced mass transfer in the model. If you are interested you can send an email to the first author asking for the code. Ciao Mattia P.S. I have attached a figure from one of the papers comparing the results of a simulation with those of a lab experiments for the interaction of a shock wave with a cylindrical bubble. |
|
March 31, 2016, 15:46 |
|
#4 |
New Member
apurva
Join Date: Jul 2014
Posts: 2
Rep Power: 0 |
Thanks demichie for your reply. I have gone through the paper but it's for 2 phase flow. How do I edit rhoCentralFoam.C to simlulate multi-species in the gaseous phase? Thanks in advance!
|
|
December 8, 2017, 12:19 |
|
#5 | |
Member
|
Quote:
https://www.researchgate.net/publica...ds_in_OpenFOAM DOI: 10.2298/TSCI130425048K Best Regards, Reza |
||
August 27, 2020, 11:10 |
|
#6 |
New Member
Join Date: Sep 2019
Posts: 14
Rep Power: 7 |
Hi Azanulbizar
Could you finally find your answer? because I have exactly the same problem with rhoCentralFoam solver and I would be really grateful if you can help me how can I handle it. Regards, Keivan |
|
August 28, 2020, 11:49 |
|
#8 |
New Member
Join Date: Sep 2019
Posts: 14
Rep Power: 7 |
Hi dlahaye
Thank you for your suggestion. But as far as I know, reactingFoam solver doesn't have the ability to capture the discontinuities like shock waves. Regards, Keivan |
|
August 28, 2020, 12:03 |
|
#9 |
Senior Member
Join Date: Aug 2015
Posts: 494
Rep Power: 15 |
There are various flavors of reacting rhoCentralFoam floating around (e.g. reactingPimpleCentralFoam, hy2Foam). I've put one together based on similar threads for older versions of openfoam... it can be found in this repo : https://github.com/duncanam/rhoReactingCentralFoam.
Caelan |
|
August 30, 2020, 12:38 |
|
#10 |
Senior Member
|
||
September 2, 2020, 22:17 |
|
#11 | |
New Member
Join Date: Sep 2019
Posts: 14
Rep Power: 7 |
Quote:
Thank you for your great help. Actually, I tried to use your solver and I encountered many issues and fortunately, I could solve all except one. I need to use a non-ideal equation of state (e.g. Peng-Robinson), but all the thermo types in your solver are based on perfectGas EOS. Do you know how I can add a new thermo type to your solver? Best Regards, Keivan |
||
September 3, 2020, 00:41 |
|
#12 |
Senior Member
Join Date: Aug 2015
Posts: 494
Rep Power: 15 |
It is simply an extension of rhoCentralFoam, so it uses existing openfoam thermo libraries. You'll need to add anything that doesn't exist natively.
Caelan |
|
September 17, 2020, 06:56 |
|
#13 | ||
New Member
Join Date: Sep 2019
Posts: 14
Rep Power: 7 |
Quote:
Still, I am trying to use your solver and so far I have had good progression and I should thank you for that. But recently, I got a new error which is related to the "fixedFluxPressure" boundary condition. Quote:
Regards, Keivan |
|||
September 17, 2020, 11:48 |
|
#14 |
Senior Member
Join Date: Aug 2015
Posts: 494
Rep Power: 15 |
In short, you'll notice that no tutorials for rhoCentralFoam use fixedFluxPressure for walls -- for high speed compressible problems zero gradient is sufficient.
Caelan |
|
June 16, 2022, 02:08 |
|
#15 |
Senior Member
Charles
Join Date: Aug 2016
Location: Vancouver, Canada
Posts: 151
Rep Power: 10 |
Hello Caelan,
I'm very interested in rhoReactingCentralFoam you developed 2 years ago. Is there any further development such as upgrading to a new version for OpenFoam v9? Regards,
__________________
Charles L. |
|
July 12, 2022, 15:49 |
rhoReactingCentralFoam
|
#16 |
New Member
Erik T
Join Date: Jun 2022
Posts: 8
Rep Power: 4 |
Charles,
Sadly, Caelen died earlier this year. I too am interested in updating this solver. Have you tried doing so? I am trying it right now and I am stuck. The updates to versions 8 changed things quite a bit. I'd be interesting in learning what you have tried and if you have success. I am new to this but so far it looks like there is more than a handful of changes and based on the threads you have been involved in, it seems like reactingFoam would be the replacement to rhoCentralFoam, but reactingFoam may not be the right solution for these problems. |
|
July 14, 2022, 00:37 |
|
#17 |
Senior Member
Charles
Join Date: Aug 2016
Location: Vancouver, Canada
Posts: 151
Rep Power: 10 |
Hi Erik,
Thanks for letting me know. I visited Caelan's website. What a loss! I haven't started updating the program. Instead, I installed openfoam 7 and can run the program to address my immediate problem. It solved the problem though slow. I tried, on openfoam 9, reactingFoam. It has everything I need but it cannot solve shock wave and supersonic speed flow. So not much useful. Thanks again for letting me know.
__________________
Charles L. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
rhoCentralFoam transport equation | JoaoDMiranda | OpenFOAM Programming & Development | 29 | July 5, 2024 09:38 |
dynamic mesh refinement and rhoCentralFoam | ChrisA | OpenFOAM Running, Solving & CFD | 1 | March 21, 2013 09:00 |
calculate a nozzle flow using rhoCentralFoam | hg2lf | OpenFOAM | 0 | October 25, 2012 22:26 |
rhoCentralFoam solver with Slip BCs fails in Parallel Only | JLight | OpenFOAM Running, Solving & CFD | 2 | October 11, 2012 22:08 |
laminar compressible solver for rhoCentralFoam (OF-2.0.x) | turbulentwakes | OpenFOAM Running, Solving & CFD | 2 | March 21, 2012 04:02 |