CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Running, Solving & CFD

externalWallHeatFluxTemperature - Temperature internal domain

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   November 25, 2016, 06:01
Default externalWallHeatFluxTemperature - Temperature internal domain
  #1
New Member
 
Sarah Leenknegt
Join Date: Aug 2015
Posts: 14
Rep Power: 10
SarahLee is on a distinguished road
Dear all,

I am testing the BC externalWallHeatFluxTemperature on a simple case: room with window in contact with outdoor air. These are my boundary conditions:
- exterior air temperature Ta: -4 °C = 269.15 K
- exterior heat transfer coefficient h = 25 W/(mēK)
- glass between exterior and interior domain: R = 1.73 m2K/W, d = 0.02 m, lambda = 0.012 W/(mK)
- interior temperature appr. 20 °C

I implement this as follows:

Code:
glass
  {
     type            externalWallHeatFluxTemperature;
     kappa           lookup;
     Ta              uniform 269.15;                    //external air temperature K
     h               uniform 25;                             //external heat transfer coefficient (W/mēK)
     thicknessLayers (0.020);                      //thickness glass (m)
     kappaLayers     (0.012);                         //equivalent heat conductivity glazing W/(mK)
     kappaName       alphaEff;
     value           uniform 273.15;
  }
Is this correct?
In the resulting interior flow field, the air temperature just adjacent to this wall is -4 °C. This doesn't make sense to me, as this value should be implemented outside the interior flow domain?

Some feedback is appreciated!

Sarah
SarahLee is offline   Reply With Quote

Old   November 25, 2016, 08:36
Default
  #2
New Member
 
Sarah Leenknegt
Join Date: Aug 2015
Posts: 14
Rep Power: 10
SarahLee is on a distinguished road
Dear foamers,

In an attempt to better understand this boundary condition, I did a quick and dirty parameter variation on a simple block. I varied the following parameters:
- h = 1 or 10 W/mēK
- thicknessLayers = 0.2 or 20 m
- kappaLayers = 1 or 5 W/mK
and plotted the results after 1000 iterations. They look basically nearly identical. I have attached a pdf with some screenshots.

Why doesn't it seem to matter what is between my exterior temperature of 300 K and my internal field?

Thanks!

Sarah
Attached Files
File Type: pdf BaseCase_v02_OF3_intro.pdf (39.8 KB, 51 views)
File Type: pdf BaseCase_v02_OF3_resultsh1.pdf (173.0 KB, 42 views)
File Type: pdf BaseCase_v02_OF3_resultsh10.pdf (173.8 KB, 34 views)
SarahLee is offline   Reply With Quote

Old   April 20, 2017, 15:38
Default
  #3
New Member
 
Join Date: Jul 2014
Posts: 13
Rep Power: 11
wc3speler is on a distinguished road
Hi!

Did you find out why the temperature in the internalField near the wall turns out to be what you specified for the outside domain?
wc3speler 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
sliding mesh problem in CFX Saima CFX 46 September 11, 2021 07:38
Monte Carlo Simulation: H-Energy is not convergating & high Incident Radiation volleyHC CFX 5 April 3, 2016 05:41
Temperature lower than possible in closed domain Czarulla Main CFD Forum 1 January 15, 2015 05:01
Closed domain - temperature problem? Czarulla Main CFD Forum 0 January 7, 2015 08:18
UDF for Back-flow Temperature G340 Fluent UDF and Scheme Programming 3 August 21, 2013 04:56


All times are GMT -4. The time now is 11:30.