CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Pre-Processing

ThermophysicalProperties

Register Blogs Community New Posts Updated Threads Search

Like Tree5Likes
  • 4 Post By Tim.WA
  • 1 Post By pOverlord

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   April 3, 2012, 09:12
Default ThermophysicalProperties
  #1
Member
 
Martin
Join Date: Nov 2011
Posts: 35
Rep Power: 14
wernsen is on a distinguished road
Hey guys,

I am having troubles to figure out what the Hf-Value in the thermodynamics is. In the doc of OF:

Code:
air 
{ 
    specie 
    { 
        nMoles          1; 
        molWeight       28.96; 
    } 
    thermodynamics 
    { 
        Cp              1004.5; 
        Hf              2.544e+06; 
    } 
    transport 
    { 
        mu              1.8e-05; 
        Pr              0.7; 
    } 
}
so Air has 2.544e+6. The doc says it is the heat of fusion. -> I AM CONFUSED
wernsen is offline   Reply With Quote

Old   September 8, 2012, 11:09
Default
  #2
New Member
 
Tim Hickmott
Join Date: Apr 2012
Posts: 2
Rep Power: 0
Tim.WA is on a distinguished road
Bump!

I'm also quite confused about this, all the tutorial examples I can find that are supposedly air have Hf set to 0.

any clues anyone?
Tim.WA is offline   Reply With Quote

Old   September 9, 2012, 08:56
Default
  #3
New Member
 
Tim Hickmott
Join Date: Apr 2012
Posts: 2
Rep Power: 0
Tim.WA is on a distinguished road
Ok think I cracked it for anyone who comes along, Hf is a reference heat of fusion - I was looking in the source code hConstThermoI.h and it's only used to define enthalpy

h = cp*T + Hf

hence only applies with multiple phases or fluid types since h = cp*T generally
therefore if using a single fluid type it doesn't matter what you set it to

please correct me if I'm wrong :-)
Tim.WA is offline   Reply With Quote

Old   December 1, 2019, 02:43
Default just in case there's still someone out there still confused by Hf...
  #4
New Member
 
Pablo
Join Date: Oct 2012
Posts: 6
Rep Power: 13
pOverlord is on a distinguished road
Quote:
Originally Posted by Tim.WA View Post
Ok think I cracked it for anyone who comes along, Hf is a reference heat of fusion - I was looking in the source code hConstThermoI.h and it's only used to define enthalpy

h = cp*T + Hf
The specific enthalpy of moist air is

h = h_a + x h_w

were h_a is the specific enthalpy of dry air (cp*T), x is the humidity ratio, and h_w is the specific enthalpy of water vapor.

So, by comparing both expressions, we have that

Hf = x h_w

which for dry air should be equal to 0.
dasa likes this.
pOverlord is offline   Reply With Quote

Old   May 30, 2022, 04:01
Default
  #5
New Member
 
dasa's Avatar
 
Dasarathan Sampath
Join Date: Apr 2022
Location: Hyderabad
Posts: 3
Rep Power: 4
dasa is on a distinguished road
Is this the correct explanation?

I noticed Hf=0 for metals. I do not understand how Hf will be related to metals. Can anyone, please explain this?
dasa 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



All times are GMT -4. The time now is 19:17.