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

Thermophysical properties for natural convection

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   November 7, 2013, 11:44
Default Thermophysical properties for natural convection
  #1
New Member
 
Frank
Join Date: Jul 2013
Posts: 1
Rep Power: 0
Ciefdi is on a distinguished road
Hi Openfoam users,

I'm running simulations related to natural convection in enclosures and comparing the results with empirical correlations. The fluid is air. For this I need help to set correctly the thermophysical properties of the fluid

Info about the simulations:
OF version: 2.2.x
Solver: buoyantSimpleFoam
Geometry: concentric tubes
Thermophysical properties

Code:
   thermoType
{
    type            heRhoThermo;
    mixture         pureMixture;
    transport       const;
    thermo          hConst;
    equationOfState perfectGas;
    specie          specie;
    energy          sensibleEnthalpy;
}
Physics:
Depending on the dimensions of the tubes and the temperature difference, heat transport can be either by convection or conduction.

Empirical correlation for natural convection in concentric tubes (from book "Heat Transfer; A Practical Approach. Yunus Cengel)

This correlation looks like an equation for conduction with an "effective conductivity".

\dot{Q}=\frac{2\pi \cdot k_{eff}}{ln(D_{o}/D_{i})}

When heat transport is by conduction, the value of keff is the conductivity of air. When heat transport is by convection, the effective conductivity is calculated with the following equations

\frac{k_{eff}}{k}=0.386(\frac{Pr}{0.861+Pr})^{0.25}(F_{cyl}\cdot Ra_{L})^{0.25}

F_{cyl}= \frac{[ln(D_{o}/D_{i})]^{4}}{L_{c}^{3}(D_{i}^{-3/5}+D_{o}^{-3/5})^{5}}

All properties are evaluated at average temperature of the tubes.

Simulations:
I've been simulating several cases with different diameters and temperature difference between the tubes. What I've seen is a good agreement between the simulation and the empirical correlation but depending if it is convection or conduction, the values of the thermophysical properties have to be different. To evaluate the heat transport I use the utility wallHeatFlux

For convection there is good agreement with constant values for Pr, Cp and mu

Code:
      thermodynamics
    {
        Cp              1000;
        Hf              0;
    }
    transport
    {
        mu              1.8e-05;
        Pr              0.7;
    }
but if given the temperature difference (or geometry) heat tranport is by conduction, it is considerably underestimated. In case of conduction, if I set the thermophysical properties at average temperature, I get good results, but setting thermophysical properties at average temperature in case of convection gives results considerably overestimated.

for example if the inner tube is at 573 K and the outer tube at 300 K, I set the values as following (evaluated at 435 K)


Code:
      thermodynamics
    {
        Cp              1016;
        Hf              0;
    }
    transport
    {
        mu              2.42e-05;
        Pr              0.701;
    }
I get good results for conduction, but this means I need to know beforehand if heat transport is either by convection or conduction to get reliable results.

It is clear to me the relation between Pr, mu and Cp to calculate the conductivity of the fluid. In case of conduction, using the empirical correlation with a constant conductivity value the results are the same.

After this validation I'll run similar simulations but for other geometries where I do not have empirical correlations to know beforehand if heat transport is by convection/conduction, so I would appreciate any advice to consider both cases setting only once the values for thermophysical properties.

Regards!

ps: I'm validating is a similar way natural convection from a tube. Up to know the results of the simulation understimate heat transport compare to an empirical correlation. If somebody has an advice for this, I would really appreciate it!
Ciefdi 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
Error in thermophysical properties (chtMultiRegionFoam) mukut OpenFOAM Pre-Processing 28 November 23, 2021 06:34
table properties for thermophysical properties romant OpenFOAM Running, Solving & CFD 1 August 12, 2014 08:41
accessing thermophysical properties on a lower level romant OpenFOAM Programming & Development 4 October 28, 2013 08:25
properties in natural convection ghassan77 Main CFD Forum 1 January 17, 2011 02:00
Natural convection. Air properties Cristina FLUENT 3 March 24, 2007 08:23


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