TAGGED: ansys-mechanical, apdl, mechanical-apdl, mesh
-
-
January 18, 2022 at 10:03 am
LCP
SubscriberHello all,
I am trying to simulate a vessel with fibers. These fibers can change their primary orientation in each element. Therefore, I am trying to give each element their own local coordinate system in Mechanical APDL. I have found that I can use the CS command to assign a local coord. system through the element nodes. However, I have also found that just one of these coord systems can be used during the simulation. Is it also possible to assign a coord system to each element, and that during the simulation the (e.g.) stresses are calculated for each element in their own coordinate system?
Regards,
January 18, 2022 at 10:37 pmSean Harvey
Ansys Employee
You can create a local coordinate system using one of the several commands such as cs, then use the emodif command to modif the element to use that local coordinate system (change the esys of element). You can loop over your elements in a *do loop to do this in an automated fashion too. You end up with a local CS for each element,which is fine.
Once you solve the model, you just use the rsys,solu command so that when you plot or list stresses such as using plnsol or prnsol, they are reported in the element coordinate system.
One comment. If you are trying to simulate a vessel with fibers, if you have a layup of composite instead of just a single material (or smeared equivlalent material), you can use the sectype, secdata to define the layup, use the emodif to modify the esys (this will be your reference direction), and use emodif at same time to modify secnum (layup of the element). You then use rsys, solu along with shell command for top,bot, mid, and layer command in post to post-process layer by layer.
I hope this answers your question.
Regards Sean
Viewing 1 reply thread- The topic ‘How to assign local coordinate system to each element in the model?’ is closed to new replies.
Innovation SpaceTrending discussions- The legend values are not changing.
- LPBF Simulation of dissimilar materials in ANSYS mechanical (Thermal Transient)
- Convergence error in modal analysis
- APDL, memory, solid
- How to model a bimodular material in Mechanical
- Meaning of the error
- Simulate a fan on the end of shaft
- Real Life Example of a non-symmetric eigenvalue problem
- Nonlinear load cases combinations
- How can the results of Pressures and Motions for all elements be obtained?
Top Contributors-
4102
-
1487
-
1318
-
1156
-
1021
Top Rated Tags© 2025 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.
-