ansys.mapdl.core.Mapdl.dmpstr#
- Mapdl.dmpstr(coeff='', dmpsfreqtab='', **kwargs)#
Sets constant structural damping data.
Mechanical APDL Command: DMPSTR
Command default:
Use damping as defined by Damping
- Parameters:
- coeff
str Constant structural damping coefficient.
- dmpsfreqtab
str Average excitation frequency table (Hz) for the calculation of equivalent viscous damping from structural damping input ( dmpstr and mp,DMPS) in a full transient analysis. Enclose the table name in percent signs (%) and use the dim command to define the table with primary variable TIME. To define a constant frequency instead of a table, see trnopt.
- coeff
Notes
Sets a constant structural (or hysteretic) damping coefficient for use in these analysis types:
Harmonic ( antype,HARMIC) – full, Krylov, or mode-superposition [ DMPSTR_mode-sup_LoadSupport ]
Modal ( antype,MODAL) with modopt,UNSYM, DAMP, or QRDAMP.
In a mode-superposition harmonic or transient analysis, you must apply the load in the modal portion of the analysis. Mechanical APDL calculates a load vector and writes it to the
MODEfile, which you can apply via the lvscale command.dmpstr is also supported in transient ( antype,TRANS) analyses (full or QRDAMP mode- superposition) as an equivalent viscous damping when an average excitation frequency is specified. For a full or mode-superposition transient, specify a constant excitation frequency as
DMPSFreqon the trnopt command. For a full transient, you can alternatively specify a table of frequencies usingDMPSFreqTabon this command.DMPSFreqTaboverwritesDMPSFreqon trnopt.Note that for structures with multiple materials, mp,DMPS can also be used to specify constant structural material damping on a per material basis. If both dmpstr and mp,DMPS are specified, the damping effects are additive.
This command is also valid in PREP7.