Oasys.PRIMER Damping dictionary¶
The Damping class allows you to create, modify, edit and manipulate damping cards.
Unlike other classes there is no constructor and there are no functions.
Instead a Damping object is available as the damping
property of a Model
object. This object allows you to access
the damping cards.
For example,
To activate damping card *DAMPING_GLOBAL in model m and set valdmp to 0.001
m.damping["global"].exists = True
m.damping["global"].valdmp = 0.001
To activate damping card *DAMPING_MODAL in model m and set prflg to 1
m.damping["modal"].exists = True
m.damping["modal"].prflg = 1
To activate damping card *DAMPING_STRUCTURAL in model m and set g to 0.02
m.damping["structural"].exists = True
m.damping["structural"].g = 0.02
See the properties for more details
- global: Object
DAMPING_GLOBAL card
- modal: Object
DAMPING_MODAL card
- structural: Object
DAMPING_STRUCTURAL card
DAMPING_GLOBAL¶
- exists: boolean
true if damping card exists
- include: integer
The
Include
file number that the damping card is in
- lcid: integer
Curve
ID specifying system damping constant
- srx: float
Scale factor on global x rotational damping moments
- sry: float
Scale factor on global y rotational damping moments
- srz: float
Scale factor on global z rotational damping moments
- stx: float
Scale factor on global x translational damping forces
- sty: float
Scale factor on global y translational damping forces
- stz: float
Scale factor on global z translational damping forces
- valdmp: float
System damping constant
DAMPING_MODAL¶
- calcdt: float
Calculation interval
- exists: boolean
true if damping card exists
- f_name: float
Filename
- include: integer
The
Include
file number that the damping card is in
- prflg: integer
Printout flag
DAMPING_STRUCTURAL¶
- exists: boolean
true if damping card exists
- g: float
Constant structural damping coefficient
- include: integer
The
Include
file number that the damping card is in
- lcid: integer
Curve
ID Curve ID to define frequency dependent structural damping coefficients
- lctyp: integer
Type of load curve defining structural damping coefficients