|
[Sponsors] |
June 10, 2010, 16:43 |
makeCellSets.setSet Usage
|
#1 |
Member
Join Date: Jun 2010
Posts: 31
Rep Power: 16 |
I am attempting to model the conjugate heat transfer of water flowing through a steel pipe using the chtMultiRegionFoam solver. I successfully ran the chtMultiRegionFoam tutorial, so I have a relatively good grasp on the solver; however, I am having issues with the makeCellSets.setSet file that accompanies the solver.
From what I understand, makeCellSets creates rectangular-prism regions in the mesh using the boxToCell command. For my problem, I need a cylindrical region through the center of the mesh for the water to flow through. Is there a command other than boxToCell that will allow me to create this cylindrical region in makeCellSets? If not, is there a way other than makeCellSets to create regions in a mesh that will work with the chtMultiRegionFoam solver? Here is my simple code for the makeCellSets.setSet file: Code:
cellSet water new boxToCell (80 80 0)(-80 -80 10) cellSet tube clear cellSet tube add cellToCell water cellSet tube invert -Matt |
|
June 11, 2010, 00:52 |
|
#2 |
New Member
Robert
Join Date: Apr 2010
Posts: 16
Rep Power: 16 |
Hi Matt,
Try using the surfaceToCell. Further instructions can be found in the cellSetDict file under applications/utilities/mesh/manipulations/ |
|
June 11, 2010, 12:26 |
|
#3 |
Member
Join Date: Jun 2010
Posts: 31
Rep Power: 16 |
Thank you for your reply.
I used the cylinderToCell command in cellSetDict and it solved my problem! best regards, Matt |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
FloWorks and CPU usage? | cvp_dk | FloEFD, FloWorks & FloTHERM | 6 | June 20, 2011 09:57 |
OpenFOAM Solver/BC usage description | murrayjc | OpenFOAM | 3 | August 25, 2009 05:48 |
Swap usage on parallel run | nikhilesh | OpenFOAM Running, Solving & CFD | 0 | April 30, 2009 10:50 |
Swap usage on parallel run | nikhilesh | OpenFOAM Bugs | 1 | April 30, 2009 05:42 |
How to increase memory usage by fluent | Anastasios Georgoulas | FLUENT | 2 | December 29, 2008 06:41 |