SDT-nlsim         Contents     Functions         Previous Next     PDF Index

2.6  ANSYS interfacing

2.6.1  Non-linear springs

For spring representations of volumes or surfaces, a first common approach is to use so called rigid elements. ANSYS supports

2.6.2  Superelement generation (Craig-Bampton type)

The cards typically used for superelement generation in ANSYS are

/FILENAME,ubeam_se  ! name must be the one used in SeOpt command
/PREP7
!...
! Use command F to apply loads that will define the residual vector
/SOLU

antype,substr  ! substructure analysis

CmsOpt,Fix,20,,,,,TCMS
RESVEC, ON
SeOpt,ubeamse_ans,3,1,0,,  ! 3(all matrices,2 for m and k), 1 to print

! Define list of master DOF, you cannot use ALL if the elements support multi-physics
M,1,UX,,,UY,UZ,ROTX,ROTY,ROTZ
M,5,UX,,,UY,UZ,ROTX,ROTY,ROTZ
M,8,UX,,,UY,UZ,ROTX,ROTY,ROTZ
M,12,UX,,,UY,UZ,ROTX,ROTY,ROTZ

SAVE  ! save .db file
SOLVE ! generate the matrices
FINISH

©1991-2020 by SDTools
Previous Up Next