|
[Sponsors] |
[ANSYS Meshing] Mesh generation from Ansys: split boundaries in group of interfaces |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
May 25, 2019, 17:59 |
Mesh generation from Ansys: split boundaries in group of interfaces
|
#1 |
New Member
Christian
Join Date: Jun 2017
Posts: 9
Rep Power: 9 |
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 |
|
May 28, 2019, 14:57 |
|
#2 |
New Member
Christian
Join Date: Jun 2017
Posts: 9
Rep Power: 9 |
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 |
|
May 28, 2019, 14:59 |
|
#3 |
New Member
Christian
Join Date: Jun 2017
Posts: 9
Rep Power: 9 |
Message to delete
Last edited by Byba; May 28, 2019 at 15:09. Reason: Want to delete message |
|
May 28, 2019, 15:00 |
|
#4 |
New Member
Christian
Join Date: Jun 2017
Posts: 9
Rep Power: 9 |
Message to delete
Last edited by Byba; May 28, 2019 at 15:10. Reason: Want to delete message |
|
Tags |
#boundary, #interface, #mesh, #multiregion, #splitting |
Thread Tools | Search this Thread |
Display Modes | |
|
|
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 |