-
-
September 29, 2023 at 5:20 pmIlariaSubscriber
Dear all,
I am performing a nonlinear buckling analysis in Ansys Workbench (2023 R1).
I did the linear buckling analysis and I need to simultaneously add the 10 mode shapes obtained from the Eigenvalue Buckling System as geometric imperfections into a new Static Structural System.
I could not find a solution for the current version of Ansys. Is there a way?
Thanks in advance -
October 2, 2023 at 12:29 pmLydiaAnsys Employee
Hi Ilaria,
Your workflow should be as follows:
You basically need to export the results with apdl script and use upgeom to enforce the new displacements. Export the cdb file and import the cdb file back to mechanical using External model.
A command snippet should be added in B6 and use these commands:
Â
Â
-
October 2, 2023 at 12:55 pmErik KostsonAnsys Employee
To add, the below post should be of help.
/forum/forums/topic/multiple-mode-geometric-imperfection/
All the best
Erik
-
October 4, 2023 at 9:26 amIlariaSubscriberThank you for your replies.ÂI followed your suggestions and wrote the following apdl script:Â
/prep7
UPGEOM,5e-6,1,1, file, rst,Â
UPGEOM,5e-6,1,2, file, rst,
UPGEOM,5e-6,1,3, file, rst,
UPGEOM,5e-6,1,4, file, rst,
UPGEOM,5e-6,1,5, file, rst,
UPGEOM,5e-6,1,6, file, rst,
UPGEOM,5e-6,1,7, file, rst,
UPGEOM,5e-6,1,8, file, rst,
UPGEOM,5e-6,1,9, file, rst,
UPGEOM,5e-6,1,10, file, rst,
cdwrite,db,file,cdb
/copy,file,cdb,,..\..\bucklingmodes,cdbÂIt seems to work to me but, if it is possible, I would appreciate your feedback.ÂThank you again
-
- The topic ‘Buckling analysis: multiple mode shapes’ is closed to new replies.
- Problem with access to session files
- Ayuda con Error: “Unable to access the source: EngineeringData”
- At least one body has been found to have only 1 element in at least 2 directions
- Error when opening saved Workbench project
- Geometric stiffness matrix for solid elements
- How to apply Compression-only Support?
- How to select the interface delamination surface of a laminate?
- Timestep range set for animation export
- Image to file in Mechanical is bugged and does not show text
- SMART crack under fatigue conditions, different crack sizes can’t growth
-
1241
-
543
-
523
-
225
-
209
© 2024 Copyright ANSYS, Inc. All rights reserved.