|
[Sponsors] |
How to model evaporation-condensation in a double heat exchanger using Fluent? |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
December 2, 2018, 12:37 |
How to model evaporation-condensation in a double heat exchanger using Fluent?
|
#1 |
Member
Join Date: Dec 2017
Posts: 34
Rep Power: 8 |
Dear All,
There is a double pipe heat exchanger that I want to model using Fluent. Outer pipe contains hot water, while inner pipe contains r134a (initially as liquid, then as gas by receiving heat from hot water). I know we can use VoF and evaporation-condensation option to model r134a, but how can I include outer pipe (containing hot water) into the model? When I activate VoF, it allows me to choose between phase 1 & 2, or their mixture to assign the material for different parts of the problem, don't know how to include hot water for the outer tube. Any help would be appreciated. Malekan Last edited by malekan.cfd; December 3, 2018 at 13:07. |
|
December 3, 2018, 13:40 |
using udf!
|
#2 |
Member
Join Date: Dec 2017
Posts: 34
Rep Power: 8 |
Can I use a udf to change material properties of the inner tube with temperature, something like this:
DEFINE_PROPERTY(thermal_conductivity,cell,thread) { real tc, T; T = C_T(cell,thread); if(T =< 300) tc = 1; else tc = 2; return tc; } Using this udf for all material properties related to the inner tube, instead of using multiphase model of Fluent. Is it feasible and results in reliable solution? Malekan |
|
Tags |
fluent 19.2, phase change |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Warning message C4133 while compiling | Arminius | Fluent UDF and Scheme Programming | 0 | October 2, 2017 12:44 |
Running UDF with Supercomputer | roi247 | FLUENT | 4 | October 15, 2015 14:41 |
Water subcooled boiling | Attesz | CFX | 7 | January 5, 2013 04:32 |
DUAL CELL model in Heat Exchanger - Fluent | shan8374 | FLUENT | 0 | June 25, 2012 03:27 |
need some fluent cases about heat exchanger model | libing | FLUENT | 3 | August 4, 2010 15:33 |