Remarks Concerning ls-dyna

The cgx is capable to write the following mesh entities to files (see “send”, the necessary key-parameters are listed in brackets below): The resulting files have to be combined with the help of an editor and extended by material-data and the necessary controll-commands.
# a mesh with sets (here COMP1,COMP2,SPC,SURF)
# has to be available
grpa 1 COMP1 dyn
grpa 2 COMP2 dyn
send all dyn
seta SPC#1 n SPC
seta SURF#2 n SURF
send SPC#1 dyn nam
send SURF#2 dyn sur
# assemble the input file:
sys echo "*KEYWORD" >| input.dyn
sys cat COMP1_group1.dyn >> input.dyn
sys cat COMP2_group2.dyn >> input.dyn
sys cat all.dyn >> input.dyn
sys cat SPC#1.nam >> input.dyn
sys cat SURF2.sur >> input.dyn
sys echo "*END" >> input.dyn