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

Temperature BC inside a phase

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   May 29, 2013, 16:54
Default Temperature BC inside a phase
  #1
Member
 
Shashank
Join Date: Apr 2011
Posts: 74
Rep Power: 15
shashank312 is on a distinguished road
Folks,
Do you know how to impose a constant temperature inside one of the phases (in a VOF model) throughout the simulation? I tried the following but it did not work.

Thread *lt = pt[liquidphaseindex];

begin_c_loop_all(c,t)
{
if (C_VOF(c,lt) == 0.0)
{
C_T(c,t) = 329;
}
}
end_c_loop_all(c,t)

The temperature inside that phase is decreasing to a much lower value.
shashank312 is offline   Reply With Quote

Reply


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
Problem with zeroGradient wall BC for temperature - Total temperature loss cboss OpenFOAM 12 October 1, 2018 06:36
Bulk temperature Tf is obtained from total or static temperature? NPU_conanxie FLUENT 0 March 30, 2011 05:56
Deformation of wall by temperature condition Jay FLUENT 0 April 14, 2007 18:06
compressible two phase flow in CFX4.4 youngan CFX 0 July 1, 2003 23:32
Temperature in vessel during throttling process Astrid Main CFD Forum 2 January 31, 2001 02:34


All times are GMT -4. The time now is 18:12.