TAGGED: #Modal_Analysis, apdl, file-txt, stiffness-matrix, student-version
-
-
November 3, 2024 at 3:53 amblmcdonaSubscriber
Hello,
I am analyzing a steel pipeline in Ansys modal, using a student version license. At the end of the analysis, I have APDL commands to write the stiffness matrix as a .txt file. Unfortunately, though, the stiffness matrix is not being written when I run the analysis. Does Ansys Student support stiffness matrices?
Thank you and best wishes,
Brandon
-
November 3, 2024 at 2:08 pm
-
November 3, 2024 at 9:01 pmblmcdonaSubscriber
I wrote the following code in the APDL commands:
! Define the output file name*SET, FileName, 'C:\Users\brand\Documents\CIE 516\Term Project\stiffness_matrix.txt'! Export the global stiffness matrixematwrite, FileNameHowever, the .emat file is not being created. Is this feature supported in the student version? -
November 4, 2024 at 10:53 amStella PeloniAnsys Employee
Hello Brandon,
Please set the Delete Unneeded Files to No, and The Future Analysis to MSUP Analysis in the Analysis Data Mangement. Then, under the Modal Analysis, insert a command object and write : EMATWRITE, YES.
Kind Regards,
Stella
-
November 4, 2024 at 4:54 pmblmcdonaSubscriber
Thank you for your reply. I made the recommended changes, but the stiffness matrix is still not being written. This is the code I used:
ematwrite, 'stiffness_matrix.txt' , 'yes'Where the command is located in the "Modal" part of the project tree, rather than in the "solution" branch. Is the command correct, or is the placement of this command object wrong?
-
November 4, 2024 at 6:05 pm
-
November 4, 2024 at 7:31 pmblmcdonaSubscriber
I have done that, but it is not being exported. How do I make Ansys write the stiffness to a .txt file?
-
November 4, 2024 at 7:56 pmblmcdonaSubscriber
I am using the Student Version of Ansys. Is the "ematwrite,yes" command supported with this software version?
-
- You must be logged in to reply to this topic.
-
1116
-
468
-
445
-
225
-
201
© 2024 Copyright ANSYS, Inc. All rights reserved.