CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > ANSYS > FLUENT

How to model evaporation-condensation in a double heat exchanger using Fluent?

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   December 2, 2018, 11:37
Question How to model evaporation-condensation in a double heat exchanger using Fluent?
  #1
Member
 
Join Date: Dec 2017
Posts: 34
Rep Power: 8
malekan.cfd is on a distinguished road
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 12:07.
malekan.cfd is offline   Reply With Quote

Old   December 3, 2018, 12:40
Default using udf!
  #2
Member
 
Join Date: Dec 2017
Posts: 34
Rep Power: 8
malekan.cfd is on a distinguished road
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
malekan.cfd is offline   Reply With Quote

Reply

Tags
fluent 19.2, phase change


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Warning message C4133 while compiling Arminius Fluent UDF and Scheme Programming 0 October 2, 2017 11:44
Running UDF with Supercomputer roi247 FLUENT 4 October 15, 2015 13:41
Water subcooled boiling Attesz CFX 7 January 5, 2013 03:32
DUAL CELL model in Heat Exchanger - Fluent shan8374 FLUENT 0 June 25, 2012 02:27
need some fluent cases about heat exchanger model libing FLUENT 3 August 4, 2010 14:33


All times are GMT -4. The time now is 05:35.