|
[Sponsors] |
splitting regions and defining BC in conjugate heat transfer |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
December 5, 2013, 00:51 |
splitting regions and defining BC in conjugate heat transfer
|
#1 |
Member
Sergey
Join Date: Nov 2013
Posts: 87
Rep Power: 13 |
Hello!
I'm trying to understand the conjugate heat transfer cases multiRegionHeater from OF tutorial and planeWass2D from HTML Code:
http://openfoamwiki.net/index.php/Getting_started_with_chtMultiRegionSimpleFoam_-_planeWall2D The Allrun script calles programms Code:
blockMesh Code:
topoSet It looks like files in folder sets contains cell labels corresponding to each region. What is stored in the file cellzones? Then Code:
splitMeshRegions -cellZones -overwrite |
|
December 5, 2013, 03:59 |
|
#2 |
New Member
ande
Join Date: Oct 2013
Posts: 18
Rep Power: 13 |
hi,
the command topoSet uses the file topoSetDict in the system-folder. It creates the folder sets with the cellZones. The cellZones are volume-regions in the mesh, e.g. topAir, wall. with "splitMeshRegions -cellZones -overwrite" the Mesh is split in several Regions on the basis of the created cellZones. the new boundaries are get names like bottomAir_to_wall. But the interaction between the regions is not yet defined. The boundary conditions between the regions are defined with the command changeDictionary which uses the changeDictionaryDict. The boundary condition of the temperature e.g. in regoin bottomAir changes and the interaction between bottomAir_to_wall is defined: bottomAir_to_wall { type mappedWall; nFaces 100; startFace 16040; sampleMode nearestPatchFace; sampleRegion wall; samplePatch wall_to_bottomAir; //interacting boundary in region wall offsetMode uniform; offset (0 0 0); } Try to run the changeDictionary and have a look at the boundary files in planeWall2D before and after. Andreas |
|
December 6, 2013, 22:29 |
|
#3 |
Member
Sergey
Join Date: Nov 2013
Posts: 87
Rep Power: 13 |
Andreas,
thank you for your answer, it is very helpful. Do I have to define boundary conditions between two regions with same properties - solid1-solid2 or fluid1-fluid2? |
|
December 9, 2013, 05:42 |
|
#4 |
New Member
ande
Join Date: Oct 2013
Posts: 18
Rep Power: 13 |
yes, you also have to define boundary conditions between two solids or fluids.
In the tutorial /heatTransfer/chtMultiRegionsSimpleFoam/multiRegionHeater you can see this. There e.g ist the boundary condition between two solid regions (heater and leftSolid) |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Defining fluid regions in a 2D geometry for a multiphase sedimentation problem | Emars | Mesh Generation & Pre-Processing | 0 | March 16, 2013 13:52 |
Defining Regions and Patching | Hoper | FLUENT | 1 | September 14, 2009 02:21 |
Defining Regions in ICEM | Tom | CFX | 10 | April 25, 2007 01:31 |
defining regions | Harriet Pearson | Main CFD Forum | 0 | February 19, 2004 13:44 |
defining boundary regions | Steve | Siemens | 2 | January 22, 2004 11:31 |