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

Variable thermal conductivity in chtMultiRegionSimpleFoam

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   March 2, 2022, 23:35
Default Variable thermal conductivity in chtMultiRegionSimpleFoam
  #1
Member
 
Sunag R A
Join Date: Jul 2019
Location: Bangalore, India
Posts: 82
Rep Power: 6
sunagra27 is on a distinguished road
Hi all,


I am working with bio-heat transfer simulation using chtMultiRegionSimpleFoam solver.



I want to implement kappa (thermal conductivity) as a function of temperature.


I did not have any idea related to variable thermal conductivity. So, I watched this beautiful video where the thermal conductivity as a function is explained.


Video: https://youtu.be/ahI72iR_b6E


Now, I would like to implement kappa as a variable parameter such that as the temperature is solved, it should solve kappa also. As of now, the thermo-physical properties is as follows:


Code:

mixture
{
    specie
    {
      molWeight   0;
    }

    transport
    {
        kappa   0.51;
    }

    thermodynamics
    {
        Hf      0;
        Cp      3770;
    }

    equationOfState
    {
        rho     1050;
    }
}
Any leads towards a light on variable thermal conductivity in bioheat transfer equation will be appreciated.


Regards,
Sunag R A.
sunagra27 is offline   Reply With Quote

Reply

Tags
chtmultiregionsimpefoam, openfoam, temperature, thermal coductivity, variable 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
How to set Variable Thermal Conductivity? LThomes CFX 14 July 29, 2017 06:27
Simple piston movement in cylinder- fluid models arun1994 CFX 4 July 8, 2016 02:54
Compression stoke is giving higher pressure than calculated nickjuana CFX 62 May 19, 2015 13:32
IAPWS water properties + orthotropic thermal conductivity Chander CFX 1 February 29, 2012 17:26
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 08:17.