|
[Sponsors] |
February 28, 2019, 05:47 |
chtMultiRegionFoam
|
#1 |
New Member
Anna
Join Date: Feb 2019
Posts: 17
Rep Power: 7 |
Hi!
Anyone knows if OpenFOAM is now able to solve two phase flows with conjugate heat transfer? Thanks a lot anyway |
|
March 6, 2019, 06:27 |
I don't think so!
|
#2 |
Member
Emeline Noel
Join Date: Dec 2013
Location: Paris
Posts: 31
Rep Power: 12 |
Hi,
I am currently working with chtMultiRegionFoam and I used to work with interFoam and so on. chtMultiRegionFoam dont have a void fraction transport as in interFoam, so you can't do multiphaseFlow. Have a nice day, Emeline |
|
March 11, 2019, 07:31 |
|
#3 |
New Member
Anna
Join Date: Feb 2019
Posts: 17
Rep Power: 7 |
Thanks Zarox!
So, there is no possibility to have a multiregion solver with phases, isn't it? Have a nice day too. |
|
March 12, 2019, 12:03 |
|
#4 |
Member
Join Date: Oct 2016
Posts: 31
Rep Power: 10 |
Hello iconde,
I have tried to make similar model. You can define two liquid region and at least one solid, then run simulations. But coupling between fluid regions will be only through boundary conditions and result in my case were not physical. Currently, I have switched (with the advices of foamers) to reactingTwoPhaseEulerFoam since it has momentum, mass, heat transport equations, and chemistry in it. So, You can try it using it. Hope it helps, Best regards, Tonnykz |
|
March 20, 2019, 04:45 |
|
#5 |
New Member
Anna
Join Date: Feb 2019
Posts: 17
Rep Power: 7 |
thanks tonnykz! I'll try with twoPhaseEulerFoam.
|
|
August 15, 2020, 23:09 |
|
#6 |
New Member
sw choi
Join Date: Aug 2020
Location: MD in USA
Posts: 20
Rep Power: 6 |
Hello, iconde,
I have faced the same problem and spent a month to figure out two-phase flow +CHT model. I wonder if you still work on the same problem. I succeed in the modeling two heater rods submerged in the pool with free open space based on chtMultiRegionTwoPhaseEulerFoam tutorial. In order to add heater source and multi heater rod model, you also need to refer to MultiRegionHeater tutorial. While you have any question on this modeling approach, I am glad to share my experience with you. |
|
August 16, 2020, 22:52 |
|
#7 | |
New Member
wanghongjie
Join Date: Apr 2020
Posts: 28
Rep Power: 6 |
Quote:
if (faceMomentum) { #include "pUf/UEqns.H" #include "EEqns.H" #include "pUf/pEqn.H" } else { #include "pU/UEqns.H" #include "EEqns.H" #include "pU/pEqn.H" } I cannot understand what are "pUf/UEqns.H""pUf/pEqn.H""pU/UEqns.H""pU/pEqn.H" |
||
August 16, 2020, 23:56 |
|
#8 |
New Member
sw choi
Join Date: Aug 2020
Location: MD in USA
Posts: 20
Rep Power: 6 |
Hello, Wang
At the beginning time, I also think of using evaporation/condensation model; but there is no way to model heat source. I got a suggestion from OpenFOAM expert for using ChtMultiRegionEulerTwoPhase foam for modeling of heater rods submerged in the pool. I am curious what kind of phenomen you try to model? That's the first step to select the solvers. After that, usually, user should master the tutorial case associated with solvers. Furthermore, your question is associated with source code, which is out of my experience in your interesting solvers. I have only updated OpenFOAM inputs. Please be sure to confirm that fluid phase change occurs as a result of heat transfer from solid. |
|
August 17, 2020, 00:33 |
|
#9 | |
New Member
wanghongjie
Join Date: Apr 2020
Posts: 28
Rep Power: 6 |
Quote:
|
||
August 18, 2020, 14:12 |
|
#10 | |
New Member
wanghongjie
Join Date: Apr 2020
Posts: 28
Rep Power: 6 |
Quote:
./fluid/setRegionFluidFields.H:15:25: error: ‘UFluid’ was not declared in this scope 15 | volVectorField& U = UFluid[i]; | ^~~~~~ ./fluid/setRegionFluidFields.H:16:31: error: ‘phiFluid’ was not declared in this scope 16 | surfaceScalarField& phi = phiFluid[i]; | ^~~~~~~~ ./fluid/setRegionFluidFields.H:17:27: error: ‘rhoFluid’ was not declared in this scope 17 | volScalarField& rho = rhoFluid[i]; | ^~~~~~~~ ./fluid/setRegionFluidFields.H:18:36: error: ‘interfaceFluid’ was not declared in this scope; did you mean ‘interface’? 18 | interfaceProperties& interface=interfaceFluid[i]; | ^~~~~~~~~~~~~~ | interface ./fluid/setRegionFluidFields.H:19:32: error: ‘rhoPhiFluid’ was not declared in this scope 19 | surfaceScalarField& rhoPhi=rhoPhiFluid[i]; and others (I am very sorry that I can not upload pictures to the web page, which will cause reading inconvenience. I can only paste part of the wrong text.) |
||
August 19, 2020, 15:34 |
|
#11 |
New Member
sw choi
Join Date: Aug 2020
Location: MD in USA
Posts: 20
Rep Power: 6 |
Dear Wang
Sorry for late response. I strongly recommend you to run chtMultiRegionEulerTwoPhaseflow foam tutorial (This is a solver coupling cht and interPhaseChangeFoam together). The most standard approach in OpenFOAM is to get an basic idea from tutorial case and modify some of parameters for your interest step by step. The recommended solver should be applicable to you case. First, you need to understand how OpenFOAM tutorial solver calculate two phase flow in the submerged heater rod. Please visit following website; https://www.openfoam.com/releases/op...ophaseeulercht , this site give you clear picture of this tutorial running results(simulation). By the way, I am curious how to combine two different solvers. I read one simple document introducing such as a approach. I like to learn how to do that. If you have any clear reference regarding that, please let me know. Good luck, Sung |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
OF 6 wallHeatFlux utility not working on chtMultiRegionFoam tutorial | troparry | OpenFOAM Post-Processing | 1 | January 10, 2022 07:12 |
Error in thermophysical properties (chtMultiRegionFoam) | mukut | OpenFOAM Pre-Processing | 28 | November 23, 2021 07:34 |
Error in chtMultiRegionFoam | kirankarki | OpenFOAM | 6 | August 21, 2018 09:00 |
What does this error when use solver chtMultiRegionFoam mean | sajad6 | OpenFOAM Running, Solving & CFD | 7 | October 6, 2014 08:38 |
chtmultiregionFoam error | oilsok | OpenFOAM Running, Solving & CFD | 1 | June 12, 2014 12:19 |