-
-
December 15, 2024 at 10:41 pmCBLLSubscriber
I need to produce a superelement of a model in the ANSYS .sub format. I have a NASTRAN model with which I can easily create a superelement in DMIG format. I can also import the DMIG matrices into an ANSYS Mechanical Model with the "imported condensed part" tool. I would like to then use the "condensed part" tool to export as a .sub. However, ANSYS has trouble with this. The imported DMIG becomes an ANSYS "body" without any elements in it. When I attempt to export this body to a condensed part, ANSYS throws an error regarding the body not having any elements. Is there a way to get around this? Any ideas on what to change?
I am using Workbench with Mechanical, I am not using APDL. If M APDL is needed, I could use some tips as I am not well versed with APDL.Â
-
December 16, 2024 at 3:29 pmChandra SekaranAnsys Employee
Below APDL commands will import the stiffness and mass matrix from DMIG files and then export the matrices to a sub file.
! IMPORT A STIFFNESS MATRIX FROM A NASTRAN DMIG FILE
*DMAT,KMat,D,IMPORT,DMIG,MATK.DMIG! IMPORT A MASS MATRIX FROM ANOTHER NASTRAN DMIG FILE
*DMAT,MMat,D,IMPORT,DMIG,MATM.DMIG
! GENERATE A NEW SUB FILE WITH THESE 2 MATRICES
*EXPORT,KMat,SUB,new.sub,STIFF,,WAIT
*EXPORT,MMat,SUB,new.sub,MASS,,DONE -
December 18, 2024 at 1:07 amCBLLSubscriber
Â
Thank you Chandra for the quick response! I am not much of an APDL user so I am slowly working through this. I can’t seem to get past the following error:
 *EXPORT Command : Nodes need to be defined in Ansys prior to export a  Â
 new SUB file.  ÂI have defined the superelement's boundary nodes with XYZ coordinates (e.g.: n,1,0.0,0.0,0.0) that are defined in the DMIG and should carry over into the SUB as "master nodes" or "interface nodes" and I have exported those nodes to the .sub as well, so I’m having trouble understanding what more definition is required.
Â
Â
-
- You must be logged in to reply to this topic.
- Error when opening saved Workbench project
- At least one body has been found to have only 1 element in at least 2 directions
- Script Error Code:800a000d
- Elastic limit load, Elastic-plastic limit load
- Element has excessive thickness change, distortion, is turning inside out
- Image to file in Mechanical is bugged and does not show text
-
1882
-
802
-
599
-
591
-
366
© 2025 Copyright ANSYS, Inc. All rights reserved.