|
[Sponsors] |
Bondary conditions for heat transfer between two fluid regions |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
July 10, 2015, 06:49 |
Bondary conditions for heat transfer between two fluid regions
|
#1 |
Member
Join Date: Jan 2011
Posts: 45
Rep Power: 15 |
I want to simulate heat transfer between two channel flows which are separated by two walls, like so:
Code:
----------------------- cyclic fluid A <- ======================= wall fluid B -> ======================= wall fluid A <- ----------------------- cyclic The two channels exist as two separate meshes which I have created and tested individually. The meshes match geometrically, but the faces do not align perfectly. Do they have to? My problem is that I don't know how to set up such a coupled case. As far as I understand it, chtMultiRegionSimpleFoam accepts one mesh per region as in Code:
constant/ |-regionA/ | |-polyMesh/ | | |- ... | |- thermophysicalProperties | |- ... |-regionB/ | |-polyMesh/ | | |- ... | |- thermophysicalProperties | |- ... The chtMultiRegionFoam/multiRegionLiquidHeater tutorial seems to be closer, but I don't really understand how the coupling is done. Taking a look at that tutorial's BCs it seems that it is enough to set the patch type to leftSolid/T: Code:
leftSolid_to_bottomWater { type compressible::turbulentTemperatureCoupledBaffleMixed; value uniform 300; neighbourFieldName T; kappa solidThermo; kappaName none; } Code:
bottomWater_to_leftSolid { type compressible::turbulentTemperatureCoupledBaffleMixed; value uniform 300; neighbourFieldName T; kappa fluidThermo; kappaName none; } regionA/T: Code:
bottomWall { type compressible::turbulentTemperatureCoupledBaffleMixed; value uniform 300; neighbourFieldName T; kappa fluidThermo; kappaName none; } Code:
topWall { type compressible::turbulentTemperatureCoupledBaffleMixed; value uniform 300; neighbourFieldName T; kappa fluidThermo; kappaName none; } |
|
July 10, 2015, 09:21 |
|
#2 |
Member
Join Date: Jan 2011
Posts: 45
Rep Power: 15 |
Well chtMultiRegionSimpleFoam is now running, but first I had to couple the regions as described in this thread:
http://www.cfd-online.com/Forums/ope...-boundary.html That took care of the coupling and also of patches not aligning perfectly. However, convergence is still causing some headache. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Difficulty In Setting Boundary Conditions | Moinul Haque | CFX | 4 | November 25, 2014 18:30 |
Setting rotating frame of referece. | RPFigueiredo | CFX | 3 | October 28, 2014 05:59 |
ansys cfx solver exit with return code 1!!!!! | mhabibnia | CFX | 7 | August 19, 2013 04:53 |
Error finding variable "THERMX" | sunilpatil | CFX | 8 | April 26, 2013 08:00 |
Terrible Mistake In Fluid Dynamics History | Abhi | Main CFD Forum | 12 | July 8, 2002 10:11 |