CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Special Topics > Mesh Generation & Pre-Processing

Mesh generation: split boundaries in group of interfaces

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   May 26, 2019, 06:23
Default Mesh generation: split boundaries in group of interfaces
  #1
New Member
 
Christian
Join Date: Jun 2017
Posts: 9
Rep Power: 8
Byba is on a distinguished road
Dear all,



I need to mesh group of cylinders (solid parts) inside a coolant, yo solve a heat-transfer problem with chtMultiRegion. Each group (group1, group 2, group 3) has a face/interface with coolant. I generated a mesh, with all boundary surfaces correctly definited in Ansys, saved in .msh/fluent file and converted in OpenFOAM mesh with the follow commands:


fluentMeshToFoam fileName.msh -writeSets
setsToZones -noFlipMap
splitMeshRegions -useFaceZones -cellZonesOnly -overwrite


The mesh is splitted in the right regions but the boundary interfaces of coolant are a single group for all cylinders, called "default_wall". How can I also split the boundary face/interfaces of coolant for the different groups of cylinders?


Here, the OpenFOAM file for the boundaries of coolant:


FoamFile {
class polyBoundaryMesh; location "constant/coolant/polyMesh"; object boundary; }
4 (


inlet
{ type patch; nFaces 91513; startFace 3934232; }



side { type wall; inGroups 1(wall);

nFaces 20880; startFace 4025745; }


outlet { type patch; nFaces 91513; startFace 4046625; }



default_wall

{ type wall; inGroups 1(wall);

nFaces 163800;

startFace 4138138; } )


Thank for your time.
Regards,


Christian
Byba is offline   Reply With Quote

Old   May 28, 2019, 15:11
Default
  #2
New Member
 
Christian
Join Date: Jun 2017
Posts: 9
Rep Power: 8
Byba is on a distinguished road
Dear all,

I solved the problem and I will post the solution, if it helps someone.

In ANSYS, you have to set the interfaces as groups of contact regions. In particular, for coolant, the target surfaces is the group of coolant interfaces and contact surfaces are the group of internal cylinder sides. You can flip this contact region, to define the interfaces from the "point of view" of groups of internal cylinders. The mesh is saved in fluent format.

The commands to convert the mesh in "OpenFOAM format", are the following:

fluent3DMeshToFoam nameMeshFile.msh
setsToZones -noFlipMap
splitMeshRegions -useFaceZones -cellZonesOnly -overwrite
checkMesh -allTopology -allGeometry

Christian
Byba is offline   Reply With Quote

Reply

Tags
#boundary, #chtmultiregion, #interfaces, #mesh, #split


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
Setting the height of the stream in the free channel kevinmccartin CFX 12 October 13, 2022 21:43
sliding mesh problem in CFX Saima CFX 46 September 11, 2021 07:38
[ANSYS Meshing] Mesh generation from Ansys: split boundaries in group of interfaces Byba ANSYS Meshing & Geometry 3 May 28, 2019 15:00
[ANSYS Meshing] What and how to use sweep mesh by inflating the boundaries? alvinthum ANSYS Meshing & Geometry 2 March 26, 2018 05:30
Icemcfd 11: Loss of mesh from surface mesh option? Joe CFX 2 March 26, 2007 18:10


All times are GMT -4. The time now is 09:11.