|
[Sponsors] |
Thermophysical properties for natural convection |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
November 7, 2013, 12:44 |
Thermophysical properties for natural convection
|
#1 |
New Member
Frank
Join Date: Jul 2013
Posts: 1
Rep Power: 0 |
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; } 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". 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 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; } 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; } 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! |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Error in thermophysical properties (chtMultiRegionFoam) | mukut | OpenFOAM Pre-Processing | 28 | November 23, 2021 07:34 |
table properties for thermophysical properties | romant | OpenFOAM Running, Solving & CFD | 1 | August 12, 2014 09:41 |
accessing thermophysical properties on a lower level | romant | OpenFOAM Programming & Development | 4 | October 28, 2013 09:25 |
properties in natural convection | ghassan77 | Main CFD Forum | 1 | January 17, 2011 03:00 |
Natural convection. Air properties | Cristina | FLUENT | 3 | March 24, 2007 09:23 |