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

makeCellSets.setSet Usage

Register Blogs Community New Posts Updated Threads Search

Like Tree2Likes
  • 1 Post By rob3rt
  • 1 Post By m.nichols19

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   June 10, 2010, 15:43
Default makeCellSets.setSet Usage
  #1
Member
 
Join Date: Jun 2010
Posts: 31
Rep Power: 15
m.nichols19 is on a distinguished road
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
Thanks in advance!
-Matt
m.nichols19 is offline   Reply With Quote

Old   June 10, 2010, 23:52
Default
  #2
New Member
 
Robert
Join Date: Mar 2010
Posts: 16
Rep Power: 16
rob3rt is on a distinguished road
Hi Matt,

Try using the surfaceToCell. Further instructions can be found in the cellSetDict file under applications/utilities/mesh/manipulations/
aromali likes this.
rob3rt is offline   Reply With Quote

Old   June 11, 2010, 11:26
Default
  #3
Member
 
Join Date: Jun 2010
Posts: 31
Rep Power: 15
m.nichols19 is on a distinguished road
Thank you for your reply.

I used the cylinderToCell command in cellSetDict and it solved my problem!

best regards,
Matt
Ramzy1990 likes this.
m.nichols19 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
FloWorks and CPU usage? cvp_dk FloEFD, FloWorks & FloTHERM 6 June 20, 2011 08:57
OpenFOAM Solver/BC usage description murrayjc OpenFOAM 3 August 25, 2009 04:48
Swap usage on parallel run nikhilesh OpenFOAM Running, Solving & CFD 0 April 30, 2009 09:50
Swap usage on parallel run nikhilesh OpenFOAM Bugs 1 April 30, 2009 04:42
How to increase memory usage by fluent Anastasios Georgoulas FLUENT 2 December 29, 2008 05:41


All times are GMT -4. The time now is 13:01.