|
[Sponsors] |
July 8, 2020, 14:36 |
kineticGasEvaporation
|
#1 |
New Member
Join Date: Jun 2020
Posts: 9
Rep Power: 6 |
Does anyone have any experience modeling a liquid to gas evaporation phase change using icoReactingMultiPhaseInterFoam. I have not been able to get a gas phase, even though the temperatures are above Tactivate. Thanks!
Code:
(liquid to gas) { type kineticGasEvaporation; C 1.9; alphaMin 0.0; alphaMax 1.0; Tactivate 2000; Mv 59.75; } |
|
October 13, 2020, 03:28 |
|
#2 | |
New Member
Join Date: Apr 2020
Posts: 10
Rep Power: 6 |
Quote:
Hi,mattms! I am facing the same problem. Has there been any progress since then? |
||
October 13, 2020, 09:57 |
|
#3 |
New Member
Join Date: Jun 2020
Posts: 9
Rep Power: 6 |
Have you updated to OpenFoam v2006? I got it to work using these values:
Code:
(liquid to gas) { type kineticGasEvaporation; species vapor.gas; C 1; Tactivate 3188; isoAlpha 0.5; } |
|
November 3, 2020, 03:37 |
|
#4 |
New Member
Join Date: Apr 2020
Posts: 10
Rep Power: 6 |
Hi, mattms!
Thank you for your reply! I will try to update! |
|
|
|