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

How to set the thermal conductivity?

Register Blogs Community New Posts Updated Threads Search

Like Tree7Likes
  • 3 Post By fumiya
  • 1 Post By Sedullo
  • 3 Post By fumiya

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   July 22, 2020, 13:30
Default How to set the thermal conductivity?
  #1
Member
 
Alex
Join Date: May 2019
Posts: 36
Rep Power: 7
Sedullo is on a distinguished road
I need to know what is the thermal conductivity value of my simulation. I am simulating a natural convection problem using buoyantPimpleFoam, but I do not know where to read k (thermal conductivity).

Is it somewhere in the thermophysical properties?

Code:
/*--------------------------------*- C++ -*----------------------------------*\
  =========                 |
  \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox
   \\    /   O peration     | Website:  https://openfoam.org
    \\  /    A nd           | Version:  6
     \\/     M anipulation  |
\*---------------------------------------------------------------------------*/
FoamFile
{
    version     2.0;
    format      ascii;
    class       dictionary;
    location    "constant";
    object      thermophysicalProperties;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

thermoType
{
    type            heRhoThermo;
    mixture         pureMixture;
    transport       const;
    thermo          hConst;
    equationOfState perfectGas;
    specie          specie;
    energy          sensibleEnthalpy;
}

pRef            101325;

mixture
{
    specie
    {
	nMoles          1;
        molWeight       28.9;
    }
    thermodynamics
    {
        Cp              1006.591;
        Hf              0;
    }
    transport
    {
        mu              1.85e-5;
        Pr              0.7;
    }
}


// ******************************
Sedullo is offline   Reply With Quote

Old   July 22, 2020, 22:27
Default
  #2
Senior Member
 
fumiya's Avatar
 
Fumiya Nozaki
Join Date: Jun 2010
Location: Yokohama, Japan
Posts: 266
Blog Entries: 1
Rep Power: 19
fumiya is on a distinguished road
Hi,

You might want to check the definition of the Prandtl number (Pr):
https://en.wikipedia.org/wiki/Prandtl_number

The thermal conductivity k is uniquely identified because the values of mu, Cp and Pr are specified.

Hope this helps,
Fumiya
Marpole, Sedullo and saidc. like this.
__________________
[Personal]
fumiya is offline   Reply With Quote

Old   July 23, 2020, 06:05
Default
  #3
Member
 
Alex
Join Date: May 2019
Posts: 36
Rep Power: 7
Sedullo is on a distinguished road
Quote:
Originally Posted by fumiya View Post
Hi,

You might want to check the definition of the Prandtl number (Pr):
https://en.wikipedia.org/wiki/Prandtl_number

The thermal conductivity k is uniquely identified because the values of mu, Cp and Pr are specified.

Hope this helps,
Fumiya
Hi Fumiya,

That was so helpful! I understood that the value of k that I was using was wrong because I changed mu in my simulation.

Then I have another question, what about the Thermal Expansion (Beta)? what are the parameter which affect the value?

I ask that because I need it to calculate the Grashof number
saidc. likes this.
Sedullo is offline   Reply With Quote

Old   July 23, 2020, 09:04
Default
  #4
Senior Member
 
fumiya's Avatar
 
Fumiya Nozaki
Join Date: Jun 2010
Location: Yokohama, Japan
Posts: 266
Blog Entries: 1
Rep Power: 19
fumiya is on a distinguished road
Hi Sedullo,

For a perfect gas, the thermal expansion is a inverse of the absolute temperature:
https://en.m.wikipedia.org/wiki/Thermal_expansion

Hope this helps,
Fumiya
Marpole, Sedullo and saidc. like this.
__________________
[Personal]
fumiya is offline   Reply With Quote

Old   August 28, 2020, 04:27
Default
  #5
Senior Member
 
Huynh Phong Thanh
Join Date: Aug 2013
Location: Ho Chi Minh City
Posts: 105
Rep Power: 13
hiuluom is on a distinguished road
Quote:
Originally Posted by fumiya View Post
Hi,

You might want to check the definition of the Prandtl number (Pr):
https://en.wikipedia.org/wiki/Prandtl_number

The thermal conductivity k is uniquely identified because the values of mu, Cp and Pr are specified.

Hope this helps,
Fumiya
Hi Fumiya,

If the vicous is sutherland law, does it has relation between k, As, Ts?
hiuluom is offline   Reply With Quote

Old   August 12, 2024, 16:53
Default
  #6
New Member
 
John Mary
Join Date: May 2024
Posts: 1
Rep Power: 0
JohnMary is on a distinguished road
Hello,

I am newbie to OpenFOAM and as part of my course I am simulating a gas - solid fluidised bed.

I copied the fluidised bed tutorial of the reactingTwoPhaseEulerFoam and modified the geometry to add a horizontal cylindrical heating element close to the inlet.

I added the heater patch name to all files in the 0 repository and the simulation is running well. Right now my aim is to modifiy the conductivity model in the energy equation.

From all I have read, the thermal conductivity is implicitly defined in the Prandtl number but the problem with this approach is that it sets a uniform thermal conductivity in the bed whereas the conductivity in the bed is not uniform and highly dependent on the volume fraction of the solid particles.

I have found some suitable models of effective thermal conductivity but I find it difficult to integrate them in the solver, as OpenFOAM does not perform calculations in the transportProperties file.

That is why I have reached out to find if you can help.

Kind regards,
John
JohnMary is offline   Reply With Quote

Reply

Tags
thermal conductivity


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
Anisotropic Thermal Conductivity in CFX 16.0 ZahirUZ CFX 4 March 27, 2019 04:54
Temperature convergence problem with nonsmooth thermal conductivity bmercer OpenFOAM Running, Solving & CFD 4 November 14, 2017 13:25
Question about anisotropic thermal conductivity Szweyk STAR-CCM+ 2 June 30, 2016 08:26
Equivalent thermal conductivity calculation ivanchi ANSYS 0 May 20, 2015 13:14
Info: Short Course On Thermal Design of Electronic Equipment Arnold Free Main CFD Forum 0 August 10, 1999 10:18


All times are GMT -4. The time now is 23:44.