SDT-nlsim         Contents     Functions         Previous Next     PDF Index

2.4  Elastic representation as superelements

The base documentation on superelement import is part of SDT, see SeImport .

2.4.1  NASTRAN cards used for sensors/non-linearities

The NASTRAN equivalent of superelement notions discussed in section ?? are

Laws without internal states are similar to PGAP and import will be implemented in the future.

2.4.2  ABAQUS cards used for sensors/non-linearities

The Abaqus equivalent of superelement notions discussed in section ?? are

2.4.3  ANSYS cards used for sensors/non-linearities

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

2.4.4  Storing advanced SDT options in bulk format

For upcom parameters, export is done using design variables.

SDT-NLSIM provides an harmonic definition mechanism (see hdof). Storage in NASTRAN bulk format is as follows

$   1  $$   2  $$   3  $$   4  $$   5  $$   6  $$   7  $$   8  $$   9  $
$ All DOFs with sin(omega t) and cos(omega t) 
DTI     HDOF    1       ALL     123456  CS1     ENDREC
$ Gradual building of full list of DOFs 
DTI     HDOF    1       N1      THRU    N2      123     S1      N3
        THRU    N4      1       C1      N5      123456  S1      ENDREC

Node numbers are first specified using ALL all (independent) nodes, N1 THRU N2 a list of consecutive node numbers, N5 a single node number. Associated DOFs are then written using the CM field of RBE2 (Component numbers of the dependent degrees-of-freedom integers 1 through 6 with no embedded blanks). A third field then specifies the harmonics. cs1 is a short cut for both cos(1 ω t) and sin(1 ω t).

The specification of target frequencies follows the normal NASTRAN format using FREQ or FREQ1 cards. Provision for a single call generating responses at multiple amplitudes (hbm_solve AFMap .Freq and .Amp fields) is specified as a DTI HBMAmp entry with all target amplitudes given.

$   1  $$   2  $$   3  $$   4  $$   5  $$   6  $$   7  $$   8  $$   9  $
EIGRL,10,,,1
$FREQ,SID,F2,F2,F3
$FREQ1,SID,F1,DF,NDF
FREQ          10   0.318      1.     3.0     4.0
RLOAD1        10       1                       1

$   1  $$   2  $$   3  $$   4  $$   5  $$   6  $$   7  $$   8  $$   9  $
DTI     HBMAmp  1       1.0     2.0     3.0     ENDREC

To specify loads, a number of formats are defined.

$   1  $$   2  $$   3  $$   4  $$   5  $$   6  $$   7  $$   8  $$   9  $
DTI     Name    1       SID     101     FORM    Amp     UN1     UN2    
        Harmi   ACi     ASi     ENDREC

©1991-2025 by SDTools
Previous Up Next