The Damping object specifies material damping.
import material mdb.models[name].materials[name].damping import odbMaterial session.odbs[name].materials[name].damping
This method creates a Damping object.
mdb.models[name].materials[name].Damping session.odbs[name].materials[name].Damping
Required arguments
Optional arguments
A Float specifying the factor to create mass proportional damping in direct-integration and explicit dynamics. The default value is 0.0.
A Float specifying the factor to create stiffness proportional damping in direct-integration and explicit dynamics. The default value is 0.0.
A Float specifying the fraction of critical damping to be used with this material in calculating composite damping factors for the modes (for use in modal dynamics). The default value is 0.0.
This argument applies only to Abaqus/Standard analyses.
A Float specifying the structural factor to create material damping in direct-integration and explicit dynamics. The default value is 0.0.
Return value
A Damping object.
Exceptions
RangeError.
This method modifies the Damping object.
Required arguments
Optional arguments
The optional arguments to setValues are the same as the arguments to the Damping method.
Return value
Exceptions
RangeError.
The Damping object has members with the same names and descriptions as the arguments to the Damping method.