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

chtMultiRegionSimpleFoam nonlinear heat conduction wrong temperature prediction

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   September 14, 2017, 03:10
Default chtMultiRegionSimpleFoam nonlinear heat conduction wrong temperature prediction
  #1
New Member
 
Join Date: Sep 2014
Posts: 1
Rep Power: 0
bbjolle is on a distinguished road
Hello everybody,

as a preliminary work I am performing a validation of chtMultiRegionSimpleFoam for a simple nonlinear heat conduction problem. M. Danish et. al. developed an analytical solution for the 1D steady state heat conduction in a rod with linear varying heat conductivity.
http://www.iaeng.org/publication/WCE...p2550-2555.pdf

I face a problem that I need much more cells with the chtMRSF solver to predict the temperature profile and the wallHeatFlux as can be seen in this figure.
nonLinearHeatConduction.png

With ANSYS Fluent I am able to predict the wallHeatFlux quite good with even three cells. To get comparable results with chtMRSF I need 160 cells.


Are there any improvements possible in my settings?


I am using OF 5.0 and the case is based on the multiRegionHeaterRadiation tutorial. BottomAir is only a dummy, with no influence on the solid heater region. I have implemented the linear varying heat conductivity like this

Code:
thermoType
{
...
    transport       polynomial;
    thermo          hPolynomial;
...
}
mixture
{
...

    transport
    {
        kappaCoeffs<8>     (-58.8 0.2 0 0 0 0 0 0);
    }

    thermodynamics
    {
        Hf      0;
        Sf      0;
        CpCoeffs<8>     ( 1 0 0 0 0 0 0 0 );
    }
...

}
nonLinearHeatConduction.zip


regards


Björn
bbjolle 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
Setting the height of the stream in the free channel kevinmccartin CFX 12 October 13, 2022 21:43
Particle Tracking - Heat transfer and temperature mxodio CFX 8 August 7, 2015 12:43
Compression stoke is giving higher pressure than calculated nickjuana CFX 62 May 19, 2015 13:32
convergenceof natural convection prob. in cfx cpkewat CFX 15 January 31, 2014 06:29
Water subcooled boiling Attesz CFX 7 January 5, 2013 03:32


All times are GMT -4. The time now is 09:21.