|
[Sponsors] |
How to control diverging value of temperature |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
October 14, 2021, 09:52 |
How to control diverging value of temperature
|
#1 | |
Member
L S
Join Date: Apr 2016
Posts: 63
Rep Power: 10 |
I am trying to simulate subcooled flow boiling with the help of phaseChangeHeatFoam.
The geometry is made 2D representing a pipe flow situation. The case set up is attached with below. I have been observing during subcooled flow boiling, wherever there is no liquid in contact with the heated wall and only vapor is in contact, the wall temperature keeps rising infinitely like this (see maximum T = 7598.001 K): Quote:
How do I control the wall temperature? Is there any way to limit the temperature like some option in fvschemes or fvsolutions? Is there any way to provide minimum and maximum values limit in source code? |
||
October 14, 2021, 11:19 |
|
#2 |
Senior Member
Join Date: Apr 2020
Location: UK
Posts: 745
Rep Power: 14 |
From a quick look at your case, I can see that you are applying a constant gradient (i.e. constant heat flux) boundary condition on T at the wall. This applies whether there is liquid or gas next to the wall.
Now think about the physics - is this constant heat flux realistic? The answer is no, and that is why you are ending up with excessive wall temperatures, as the code is trying to achieve your BC. The heat transfer is much less efficient when there is vapour next to the wall, and this should therefore drop your heat flux ... So, can I suggest you have a rethink about your T boundary condition. Good luck, and come back and tell us how/when you have cracked it! |
|
October 14, 2021, 11:28 |
Any idea on how to write heat flux?
|
#3 |
Member
L S
Join Date: Apr 2016
Posts: 63
Rep Power: 10 |
I have been struggling a lot on how to apply the heat flux boundary condition with Scharge or Lee models as most tutorials are using constant wall temperature boundary condition.
Do you have any idea on how to effectively apply heat flux boundary condition using groovyBC? I tried using dT/dX = q''/keff; Where keff = alpha*k_L+(1-alpha)*k_V; k_L = Thermal conductivity of liquid and k_V = thermal conductivity of vapour. But, this was worsening the calculation. |
|
Tags |
boiling, heat transfer, openfoam, phase change heat foam |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Error - Solar absorber - Solar Thermal Radiation | MichaelK | CFX | 12 | September 1, 2016 06:15 |
Closed Domain Buoyancy Flow Problem | Madhatter92 | CFX | 6 | June 20, 2016 22:05 |
Is wall ajacent temperature equal to conservative temperature of the wall? | shenying0710 | CFX | 8 | January 4, 2013 05:03 |
natural convection | mehrdadeng | CFX | 10 | February 25, 2011 06:25 |
increasing mesh quality is leading to poor convergence | tippo | CFX | 2 | May 5, 2009 11:55 |