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

How is the thermal conductivity calculated?

Register Blogs Community New Posts Updated Threads Search

Like Tree1Likes
  • 1 Post By pupo

 
 
LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
Old   May 26, 2016, 07:21
Default How is the thermal conductivity calculated?
  #1
Member
 
Pedro
Join Date: Nov 2014
Posts: 50
Rep Power: 11
pupo is on a distinguished road
Hello Foamers

I'm trying to figure out how does openFoam calculate the thermal diffusivity in BuyoantSimpleFoam. So far all the answers I've found online only go as deep as saying that alpha = nu / prandtl, but how is Prandtl calculated?

In other words, how does OpenFoam goes from a Pressure Field, Temperature Field and the properties listed below to alphaEff?

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

pRef            101325;

mixture
{
    specie
    {
        nMoles          1;
        molWeight       28.96;
    }
    thermodynamics
    {
        Cp              1006;
        Hf              0;
    }
    transport
    {
        As           1.458e-06; 
        Ts           110.555; 
    }
}
Best Regards
anthony761 likes this.
pupo is offline   Reply With Quote

 


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
mass flow in is not equal to mass flow out saii CFX 12 March 19, 2018 05:21
Ansys CFX problem: unexpected very high temperatures in premix laminar combustion faizan_habib7 CFX 4 February 1, 2016 17:00
Thermal conductivity issue Jared1986 CFX 3 March 20, 2014 10:38
IAPWS water properties + orthotropic thermal conductivity Chander CFX 1 February 29, 2012 17:26
Constant velocity of the material Sas CFX 15 July 13, 2010 08:56


All times are GMT -4. The time now is 15:01.