|
[Sponsors] |
Simplest boundary conditions for multi-region heat transfer simulation |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
December 6, 2013, 10:03 |
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: 14 |
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? |
|
December 6, 2013, 12:37 |
|
#2 |
New Member
David
Join Date: May 2013
Posts: 9
Rep Power: 13 |
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 |
|
December 9, 2013, 06:37 |
|
#3 | |
Member
Vincent Leroy
Join Date: Jul 2012
Location: Rhode-Saint-Genèse, Belgium
Posts: 43
Rep Power: 14 |
Quote:
Code:
// Both sides agree on // - temperature : (myKDelta*fld + nbrKDelta*nbrFld)/(myKDelta+nbrKDelta) // - gradient : (temperature-fld)*delta 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. |
||
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
natural convection | mehrdadeng | CFX | 10 | February 25, 2011 06:25 |
RPM in Wind Turbine | Pankaj | CFX | 9 | November 23, 2009 05:05 |
CFX doesn't continue calculation... | mactech001 | CFX | 6 | November 15, 2009 22:25 |
Concentric tube heat exchanger (Air-Water) | Young | CFX | 5 | October 7, 2008 00:17 |
[Gmsh] Import gmsh msh to Foam | adorean | OpenFOAM Meshing & Mesh Conversion | 24 | April 27, 2005 09:19 |