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

Simplest boundary conditions for multi-region heat transfer simulation

Register Blogs Community New Posts Updated Threads Search

Like Tree3Likes
  • 1 Post By NewtoFOAM
  • 2 Post By leroyv

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   December 6, 2013, 09:03
Default Simplest boundary conditions for multi-region heat transfer simulation
  #1
Member
 
Vincent Leroy
Join Date: Jul 2012
Location: Rhode-Saint-Genèse, Belgium
Posts: 43
Rep Power: 13
leroyv is on a distinguished road
Dear OpenFOAM users,

I am new to OpenFOAM and I am trying to perform heat transfer DNS on a geometry consisting of both solid and fluid regions. The flow in the fluid region is laminar and compressible. My investigations led me to the conclusion that the best solution for me would be to use the chtMultiRegionFoam solver or its steady-state version chtMultiRegionSimpleFoam.

I looked into this solver, and I followed the little tutorial on the chtMultiRegionSimpleFoam solver available on the OpenFOAM wiki:
http://openfoamwiki.net/index.php/Ge..._-_planeWall2D

When looking at the inner boundary conditions, it happens that these are pretty elaborate, defined by the turbulentTemperatureCoupledBaffleMixed patch. My model is very simple, and the inner heat boundary conditions are merely temperature and conductive flux continuity at the fluid-solid interface, with a potentially non-zero interface source term.

My question is: Is it possible to reduce the turbulentTemperatureCoupledBaffleMixed patch so that there is no temperature or heat flux jump at the interface? If not, is there a less elaborate patch that I could use?
leroyv is offline   Reply With Quote

Old   December 6, 2013, 11:37
Default
  #2
New Member
 
David
Join Date: May 2013
Posts: 9
Rep Power: 12
NewtoFOAM is on a distinguished road
Hi,

I am in no way an expert in this. But if you look at the src code for turbulentTemperatureCoupledBaffleMixed ($FOAM_SRC/turbulenceModels/compressible/turbulenceModel/derivedFvPatchFields/turbulentTemperatureCoupledBaffleMixed) then you can see that this boundary condition is simply trying to make both regions agree on temperature value and gradient at the boundary.

Good luck
Dave
Hamoon likes this.
NewtoFOAM is offline   Reply With Quote

Old   December 9, 2013, 05:37
Default
  #3
Member
 
Vincent Leroy
Join Date: Jul 2012
Location: Rhode-Saint-Genèse, Belgium
Posts: 43
Rep Power: 13
leroyv is on a distinguished road
Quote:
Originally Posted by NewtoFOAM View Post
Hi,

I am in no way an expert in this. But if you look at the src code for turbulentTemperatureCoupledBaffleMixed ($FOAM_SRC/turbulenceModels/compressible/turbulenceModel/derivedFvPatchFields/turbulentTemperatureCoupledBaffleMixed) then you can see that this boundary condition is simply trying to make both regions agree on temperature value and gradient at the boundary.

Good luck
Dave
Hi Dave, thank you for your answer. We are probably reading the same comment in the source code:
Code:
// Both sides agree on
// - temperature : (myKDelta*fld + nbrKDelta*nbrFld)/(myKDelta+nbrKDelta)
// - gradient    : (temperature-fld)*delta
What this actually means is unclear to me. What temperature should both sides agree on? The wall temperature? It's called 'mixed', so it must do sometime with gradients too, probably invisibly using class inheritage (see in the associated header).

To my understanding, this patch does more than just apply a temperature and flux continuity BC. From what I could learn from various sources I can't find back, turbulentTemperatureCoupledBaffleMixed includes (among others) models for near-wall radiative transfer, turbulent and laminar conducto-convective transfer and for conductive transfer in "baffles" (thin solid layers). All of these examples involve a temperature jump BC.

And what intrigues me the most is this kappa setting, which I don't know anything about.
Owais Shabbir and cfdInCivil like this.
leroyv 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
natural convection mehrdadeng CFX 10 February 25, 2011 05:25
RPM in Wind Turbine Pankaj CFX 9 November 23, 2009 04:05
CFX doesn't continue calculation... mactech001 CFX 6 November 15, 2009 21:25
Concentric tube heat exchanger (Air-Water) Young CFX 5 October 6, 2008 23:17
[Gmsh] Import gmsh msh to Foam adorean OpenFOAM Meshing & Mesh Conversion 24 April 27, 2005 08:19


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