TAGGED: mechanical-apdl, mesh
-
-
April 29, 2022 at 9:03 am
sara_01
SubscriberHi everyone!
I try to explain my problem.
On APDL I have a volumetric mesh consisting of 9 parts and all these parts have elements of the 'mesh200' type. I want to convert 'mesh200' to 'Solid187'. To do this conversion i used these commands:
Preprocessor --> Element Type --> ADD Element --> Solid 10 node 187
nsel,all
emodif,all,type,10
esel,all
emid,add,all
In the APDL window the commands have been executed and has not reported me errors, but the mesh has not changed. So I would like to know if there is a way to understand if the conversion has taken place.
Thanks to those who will answer!
April 29, 2022 at 4:24 pmRahul Kumbhar
Ansys EmployeeThe script should be something as below
fini
/prep7
et, 100, 187 ! define element type 187
esel, s, ename, , 200! select elements of Mesh200
emodif, all, type, 100! reclassify elements 200 as 187
esel, s, ename, 187! select elements of name 187
emid, add, all! add mid side nodes to selected elements
fini
April 30, 2022 at 8:09 amsara_01
SubscriberI've tried and now it works. Thank you very much for helping!
May 2, 2022 at 4:06 amRahul Kumbhar
Ansys EmployeePlease mark as answer if it has resolved your query so that it would be helpful to others too.
Viewing 3 reply threads- You must be logged in to reply to this topic.
Ansys Innovation SpaceBoost Ansys Fluent Simulations with AWS
Computational Fluid Dynamics (CFD) helps engineers design products in which the flow of fluid components is a significant challenge. These different use cases often require large complex models to solve on a traditional workstation. Click here to join this event to learn how to leverage Ansys Fluids on the cloud, thanks to Ansys Gateway powered by AWS.Â
Earth Rescue – An Ansys Online Series
The climate crisis is here. But so is the human ingenuity to fight it. Earth Rescue reveals what visionary companies are doing today to engineer radical new ideas in the fight against climate change. Click here to watch the first episode.
Ansys Blog
Subscribe to the Ansys Blog to get great new content about the power of simulation delivered right to your email on a weekly basis. With content from Ansys experts, partners and customers you will learn about product development advances, thought leadership and trends and tips to better use Ansys tools. Sign up here.
Trending discussions- check element type
- The mesh file exporter could not resolve cyclic dependencies in overlapping contact regions error
- execution error inside the mesher. The process suffered an unhandled exception or ran out of memory
- Conformal vs Non-Conformal Mesh
- inflation created stairstep mesh at some location
- Error in meshing
- Meshing Error
- How to resolve Mesh Failure
- How to get three elements across the wall thickness of a thin part
- Meaning of the symbol crossed out tick mark on a body in the tree outline indicate in Meshing
Top Contributors-
8786
-
4658
-
3151
-
1678
-
1468
Top Rated Tags© 2023 Copyright ANSYS, Inc. All rights reserved.
Ansys does not support the usage of unauthorized Ansys software. Please visit www.ansys.com to obtain an official distribution.
-