|
[Sponsors] |
Basic understanding question (single phase <-> multi phase) |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
May 23, 2020, 09:32 |
Basic understanding question (single phase <-> multi phase)
|
#1 |
New Member
Join Date: Jan 2015
Location: Germany
Posts: 13
Rep Power: 11 |
Hey,
after I searched quite a while through the forum, I am a bit confused. Maybe someone can help me out. Following Issue: I want to simulate a pipe with two inlets and two gases (each gas entering at one inlet). I already run a simulation with interFoam, which worked fine, just deltaT is very small. But I'm confused, if I really have to use a multiPhaseSolver (like interFoam) for a flow with 2 gases (a steady-state-solve would be also fine for me)? Would it be also work with e.g. simpleFoam? Can I also use alpha.* there like in interFoam? Edit: Just tried to set it up with simpleReactingParcelFoam, which worked also quite good. Is this the right dircetion? But there I can't see the gas percentage in each cell of each gas, is this normal? Sorry for my quite basic questions. Thank you in advance and best regards (Similar Thread, but I couldn't find the answer there: Tracing a gas in a gas) Last edited by Flexi1095; May 23, 2020 at 11:59. |
|
May 23, 2020, 12:19 |
Could be "species" what you're looking for?
|
#2 | |
Senior Member
Carlos Rubio Abujas
Join Date: Jan 2018
Location: Spain
Posts: 127
Rep Power: 9 |
Quote:
I think what you're looking for is to model different concentration of species inside a single phase fluid. All the fluid is a gas, but in any point there are different concentrations of the gases conforming it. Each specie (02, H2, CH4...) is model as a scalarField, a single number which determine de concentration in that specific point. The thermo-physical properties (cp, density, viscosity) may vary according with the composition on each point and that can be taken into account. In this kind of simulation is frequent that you want to model some kind of chemical reaction, so you may want to have a look onto reactingFoam (inside the combustion category), which allows to do all I've told you in the paragraph before. Of course the reactions can be disabled if you are just working with inert substances. However, if your case can be simplified (there is one main gas a small traces of the other, for example) you can try to model the main current with simpleFoam, and up on these results run a scalarTransportFoam, to see how the second-gas is distributed along the flow. This approach considers that the secondary-gas does not affect the thermo-physical properties of the main-gas, which may be consistent if there are small traces or their properties are alike. Forgot about the alpha.* that is for the multiphase solvers, simpleFoam would simply ignore these files while running. Concerning the steady-state, it is perfectly fine to work with it in any of the approaches to the problem I've discussed, if you're just interested in the final state. I hope that makes it a little bit more clear. Good luck! |
||
May 23, 2020, 12:34 |
|
#3 |
New Member
Join Date: Jan 2015
Location: Germany
Posts: 13
Rep Power: 11 |
Hey crubio.abujas,
thank you very much for your detailed explanation! I will have a look onto reactingFoam and simpleFoam+scalarTransportFoam. If more questions come up, I'll come back. Best regards |
|
Tags |
gas, multi phase, single phase |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
multi phase flow with chemical reactions in one phase | Habibfateh | OpenFOAM Programming & Development | 0 | February 10, 2014 08:33 |
VOF for single phase? | vuccj7 | FLUENT | 0 | April 20, 2011 20:59 |
Question about reference values --> Area (multi element wing) | Zweeper | FLUENT | 7 | March 28, 2010 12:29 |