-
-
June 21, 2018 at 10:26 am
konne89
SubscriberHow can I get the mass matrix from a superelement? For the stiffness
matrix that works without problems, but I try it in the same way for
the mass matrix and it doesn't work.
I work wtih Ansys Workbench and add some Commands. -
June 21, 2018 at 2:24 pm
Sandeep Medikonda
Ansys EmployeeHi,
Yes it is possible to retrieve the mass matrix from the .sub file using the HBMAT command. Please look up this command in the manual.
Just note that this particular command only works in the /aux2 module.
Regards,
Sandeep
-
June 21, 2018 at 4:15 pm
konne89
SubscriberSolved it! You've to implement a command in the Solution in Workbench. Below is my source code:
fini
/filname,myse ! name of the super element
/solu
antype,substr ! analysis type: substructure
seopt,myse,2 ! saves mass and stiffness matrix
m,all,all ! creates master nodes
solve
fini
/AUX2
FILE,myse,sub
HBMAT,aux2_stiffmatrix, txt,,ASCII,STIFF,YES,YES
FINISH
/AUX2
FILE,myse,sub
HBMAT,aux2_massmatrix, txt,,ASCII,MASS,YES,YES
FINISH
-
- You must be logged in to reply to this topic.

Boost 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.
- 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
-
5242
-
3285
-
2467
-
1308
-
988
© 2023 Copyright ANSYS, Inc. All rights reserved.