-
-
February 7, 2021 at 4:06 pm
Evgenii_K
SubscriberHi guys, I decided to discuss a new topic related to the assignment of material and final element in the Analysis Settings section. I set the material properties in the Geometry section and determined its identification number using the command:
*SET,MAT_ID,102
Then set the item type id:
*SET,ELEM_TYPE_ID,102
ET,ELEM_TYPE_ID,BEAM189
After that, in the Analysis Settings section, added a command that should assign material properties and material type through a named selection:
*SET,ELEM_TYPE_ID,102
CMSEL,S,NS_beam_all,ELEM
EMODIF,ALL,TYPE,ELEM_TYPE_ID
ALLSEL,ALL
*SET,MAT_ID,102
CMSEL,S,NS_beam_all,ELEM
EMODIF,ALL,MAT,MAT_ID
*set,matid,MAT_ID
ALLSEL,ALL
In the end, something went wrong!
February 8, 2021 at 2:52 pmGovindan Nagappan
Ansys Employee@Evgenii_K nI do not see the problem from the description provided. You can use ELIST to see the list of elements. See if it helps in finding the element ID 46nYou do not have to separate the commands in geometry section and analysis settings section. You can use /prep7 under analysis settings to go to preprocessor, then switch to /solu at the endnExample: (command under analysis setting)n/prep7n*SET,MAT_ID,102n*SET,ELEM_TYPE_ID,102nET,ELEM_TYPE_ID,BEAM189nCMSEL,S,NS_beam_all,ELEMnEMODIF,ALL,TYPE,ELEM_TYPE_IDnEMODIF,ALL,MAT,MAT_IDn/solunnInstead of cmsel, you can also use esel with enam option to select elements. I am not sure what elements you have currently. Lets say you need to pick solid185 elements from the model, you can usenesel,s,enam,,185February 13, 2021 at 5:37 pmEvgenii_K
Subscribergnagapp nThanks for the answer, but I still haven't figured out the set of commands. When I paste a command into the analysis settings section, I get a warning:nET is not a recognized SOLUTION command, abbreviation, or macro. This command will be ignored.nEMODIF is not a recognized SOLUTION command, abbreviation, or macro. This command will be ignored.nCommand Paste in Analysis Section:n*SET,MAT_ID,102n*SET,ELEM_TYPE_ID,102nET,ELEM_TYPE_ID,189nCMSEL,S,NS_beam_all,ELEMnEMODIF,ALL,TYPE,ELEM_TYPE_IDnEMODIF,ALL,MAT,MAT_IDn nI do not want to select all elements and replace them with others, I need to select specific elements and named selection works best.nFebruary 15, 2021 at 4:23 pmGovindan Nagappan
Ansys Employee@Evgenii_K nYou haven't used the /prep7 command and /solu command as suggestednViewing 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- Solver Pivot Warning in Beam Element Model
- Saving & sharing of Working project files in .wbpz format
- Understanding Force Convergence Solution Output
- An Unknown error occurred during solution. Check the Solver Output…..
- What is the difference between bonded contact region and fixed joint
- User manual
- The solver engine was unable to converge on a solution for the nonlinear problem as constrained.
- whether have the difference between using contact and target bodies
- material damping and modal analysis
- Colors and Mesh Display
Top Contributors-
5454
-
3409
-
2473
-
1310
-
1022
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.
-