CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > ANSYS > ANSYS Meshing & Geometry

[ANSYS Meshing] Mesh generation from Ansys: 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 25, 2019, 17:59
Default Mesh generation from Ansys: 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

Last edited by Byba; May 26, 2019 at 06:24. Reason: specify better the problem
Byba is offline   Reply With Quote

Old   May 28, 2019, 14:57
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

Last edited by Byba; May 28, 2019 at 15:10. Reason: Reply to question
Byba is offline   Reply With Quote

Old   May 28, 2019, 14:59
Default
  #3
New Member
 
Christian
Join Date: Jun 2017
Posts: 9
Rep Power: 8
Byba is on a distinguished road
Message to delete

Last edited by Byba; May 28, 2019 at 15:09. Reason: Want to delete message
Byba is offline   Reply With Quote

Old   May 28, 2019, 15:00
Default
  #4
New Member
 
Christian
Join Date: Jun 2017
Posts: 9
Rep Power: 8
Byba is on a distinguished road
Message to delete

Last edited by Byba; May 28, 2019 at 15:10. Reason: Want to delete message
Byba is offline   Reply With Quote

Reply

Tags
#boundary, #interface, #mesh, #multiregion, #splitting


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
[Commercial meshers] Problems with ANSYS mesh conversion tdog OpenFOAM Meshing & Mesh Conversion 1 March 31, 2016 17:36
[ANSYS Meshing] ANSYS mesh - I was surprised... assafwei ANSYS Meshing & Geometry 0 September 4, 2014 12:17
[snappyHexMesh] Layers:problem with curvature giulio.topazio OpenFOAM Meshing & Mesh Conversion 10 August 22, 2012 09:03
error message cuteapathy CFX 14 March 20, 2012 06:45


All times are GMT -4. The time now is 14:52.