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

chtMultiRegionFoam solid to solid boundaries

Register Blogs Community New Posts Updated Threads Search

Like Tree2Likes
  • 1 Post By pete20r2
  • 1 Post By JohnMB

 
 
LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
Old   November 6, 2018, 09:40
Default chtMultiRegionFoam solid to solid boundaries
  #1
New Member
 
John Bayldon
Join Date: Nov 2018
Posts: 5
Rep Power: 7
JohnMB is on a distinguished road
I am having difficulties with the proper region to region boundaries using chtMultregionfoam. for heat transfer



To test I made a very simple model with 3 regions, in a stack, with the top boundary held at 800 and the bottom a symmetry plane. The middle region(buildBlock) has a high thermal conductivity compared to the upper (heater) and lower(filledVolume).


What I see is that the heat flux between the top and middle is very low, the high conductivity region is acting as a thermal barrier!

I'm assuming that I have set up the boundaries incorrectly somehow.


This is from the changeDictionaryDict of the top layer

Quote:

T
{
internalField uniform 300;

boundaryField
{
".*"
{
type zeroGradient;
value uniform 300;
}
heater_to_buildBlock
{
type compressible::turbulentTemperatureCoupledBaffleMix ed;
Tnbr T;
kappaMethod solidThermo;
value uniform 300;
}
maxY{
type fixedValue;
value uniform 800;
}

}
}

The only difference in the thermophysical properties between the regions is in the value of kappa, which s 5 for the upper an lower regions and 50 for the middle region.



Quote:
thermoType
{
type heSolidThermo;
mixture pureMixture;
transport constIso;
thermo hConst;
equationOfState rhoConst;
specie specie;
energy sensibleEnthalpy;
}

mixture
{
specie
{
molWeight 12;
}

transport
{
kappa 5;
}

thermodynamics
{
Hf 0;
Cp 500;
}

equationOfState
{
rho 8000;
}
}

Can anyone suggest what i am getting wrong?
JohnMB is offline   Reply With Quote

 

Tags
bounday, chtmulitregionfoam, solid conduction


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
chtMultiRegionFoam - defining thermal properties in a solid composite Adam_K OpenFOAM Pre-Processing 0 November 5, 2018 04:41
chtMultiRegionFoam boundaries for U Eko OpenFOAM Running, Solving & CFD 0 March 6, 2018 08:26
Structural analysis- bosy surface part from the solid part andreina Structural Mechanics 0 October 12, 2015 09:56
[ANSYS Meshing] Boundaries of Overlapping Solid Mesh in Fluid Domain Being Ignored rap4957 ANSYS Meshing & Geometry 0 September 16, 2015 19:29
[OpenFOAM] Displaying solid boundaries shuo ParaView 1 September 25, 2006 06:25


All times are GMT -4. The time now is 19:30.