You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the mesh is created by pyfluent meshing, launching meshing mode, it comes from SpaceClaim with the “named selections” already chosen. When it goes to the solver, it separates all the faces. In my geometry, which is complex, I have more than 200 separate faces, which makes it impossible to add boundary conditions.
Although I have the option to “merge faces” in meshing mode, it's not possible to automate it via script, since to do the “Merge” it creates “ManageFaceZoneList” which has parameters that are impossible to scale. So how can this automation be done?
This discussion was converted from issue #3415 on October 07, 2025 17:01.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
🔍 Before submitting the issue
🐞 Description of the bug
When the mesh is created by pyfluent meshing, launching meshing mode, it comes from SpaceClaim with the “named selections” already chosen. When it goes to the solver, it separates all the faces. In my geometry, which is complex, I have more than 200 separate faces, which makes it impossible to add boundary conditions.
Although I have the option to “merge faces” in meshing mode, it's not possible to automate it via script, since to do the “Merge” it creates “ManageFaceZoneList” which has parameters that are impossible to scale. So how can this automation be done?
📝 Steps to reproduce
Example:
meshing_session.workflow.TaskObject['Manage Zones'].Arguments.set_state({r'AddPrefixName': r'',r'Angle': 40,r'Area': 1,r'EqualRange': 10,r'FaceMerge': r'Yes',r'MZChildName': r'remove__1',r'ManageFaceZoneList': [r'fsi', r'fsi:100', r'fsi:101', r'fsi:102', r'fsi:103', r'fsi:104', r'fsi:105', r'fsi:106', r'fsi:107', r'fsi:108', r'fsi:109', r'fsi:110', r'fsi:111', r'fsi:112', r'fsi:113', r'fsi:114', r'fsi:115', r'fsi:116', r'fsi:117', r'fsi:118', r'fsi:119', r'fsi:120', r'fsi:121', r'fsi:122', r'fsi:123', r'fsi:124', r'fsi:125', r'fsi:126', r'fsi:127', r'fsi:128', r'fsi:129', r'fsi:130', r'fsi:131', r'fsi:132', r'fsi:133', r'fsi:134', r'fsi:135', r'fsi:136', r'fsi:137', r'fsi:138', r'fsi:139', r'fsi:140', r'fsi:141', r'fsi:142', r'fsi:143', r'fsi:144', r'fsi:145', r'fsi:146', r'fsi:147', r'fsi:148', r'fsi:149', r'fsi:150', r'fsi:151', r'fsi:152', r'fsi:153', r'fsi:154', r'fsi:155', r'fsi:156', r'fsi:157', r'fsi:158', r'fsi:159', r'fsi:160', r'fsi:161', r'fsi:162', r'fsi:163', r'fsi:164', r'fsi:165', r'fsi:166', r'fsi:167', r'fsi:168', r'fsi:169', r'fsi:170', r'fsi:171', r'fsi:172', r'fsi:173', r'fsi:174', r'fsi:175', r'fsi:176', r'fsi:177', r'fsi:178', r'fsi:179', r'fsi:180', r'fsi:181', r'fsi:182', r'fsi:183', r'fsi:184', r'fsi:185', r'fsi:186', r'fsi:187', r'fsi:188', r'fsi:189', r'fsi:190', r'fsi:191', r'fsi:192', r'fsi:193', r'fsi:194', r'fsi:195', r'fsi:196', r'fsi:197', r'fsi:198', r'fsi:199', r'fsi:200', r'fsi:201', r'fsi:202', r'fsi:35', r'fsi:36', r'fsi:37', r'fsi:38', r'fsi:39', r'fsi:40', r'fsi:41', r'fsi:42', r'fsi:43', r'fsi:44', r'fsi:45', r'fsi:46', r'fsi:47', r'fsi:48', r'fsi:49', r'fsi:50', r'fsi:51', r'fsi:52', r'fsi:53', r'fsi:54', r'fsi:55', r'fsi:56', r'fsi:57', r'fsi:58', r'fsi:59', r'fsi:60', r'fsi:61', r'fsi:62', r'fsi:63', r'fsi:64', r'fsi:65', r'fsi:66', r'fsi:67', r'fsi:68', r'fsi:69', r'fsi:70', r'fsi:71', r'fsi:72', r'fsi:73', r'fsi:74', r'fsi:75', r'fsi:76', r'fsi:77', r'fsi:78', r'fsi:79', r'fsi:80', r'fsi:81', r'fsi:82', r'fsi:83', r'fsi:84', r'fsi:85', r'fsi:86', r'fsi:87', r'fsi:88', r'fsi:89', r'fsi:90', r'fsi:91', r'fsi:92', r'fsi:93', r'fsi:94', r'fsi:95', r'fsi:96', r'fsi:97', r'fsi:98', r'fsi:99'],r'Operation': r'Merge',r'OperationName': r'fsi',r'SizeFilter': r'All',r'Type': r'Face Zones',r'Volume': 1,r'ZoneFilter': r'All',r'ZoneLocation': [r'169', r'-1.9824973', r'2.0346', r'-1.9824973', r'50.06576', r'2.0346', r'26.024128', r'fsi',
💻 Which operating system are you using?
Windows
📀 Which ANSYS version are you using?
24R1
🐍 Which Python version are you using?
3.9
📦 Installed packages
Beta Was this translation helpful? Give feedback.
All reactions