Hi,
I would like to apply some Rayleigh damping to some spring elements with a mass attached to one of the nodes of each one.
¿Is it possible.? Ccx is complaining.
*ERROR reading *DAMPING: *DAMPING should be preceded by a *MATERIAL card *WARNING in calinput: no elastic constants were assigned to material MASS in a (thermo)mechanical calculation
*ERROR in calinput: at least one fatal error message while reading the input deck: CalculiX stops.
This is a simple example.
*NODE
1,0,0,0
2,0,0,0.1
*ELEMENT,TYPE=SPRINGA
1,1,2
*ELEMENT,TYPE=MASS
2,2
*ELSET,ELSET=Default
1
*ELSET,ELSET=Mass_1
2
*SPRING,ELSET=Default
1.764000000000E+003
*BOUNDARY
1,1,,0
1,2,,0
1,3,,0
2,1,,0
2,2,,0
*MASS,ELSET=Mass_1
1
*INITIAL CONDITIONS,TYPE=DISPLACEMENT
2,1,0
2,2,0
2,3,0.05
*DAMPING,ALPHA=0.0062,BETA=0.0004
*STEP,INC=110,AMPLITUDE=STEP
*DYNAMIC
0.01,1,0,0.01
*NODE FILE,GLOBAL=YES
U
*EL FILE
S,NOE
*END STEP
¿What are those elastic constants I need to assign to the mass?