ansys.mapdl.core.Mapdl.addam#
- Mapdl.addam(af='', aa='', ab='', ac='', ad='', amin='', **kwargs)#
Specifies the acceleration spectrum computation constants for the analysis of shock resistance of shipboard structures.
Mechanical APDL Command: ADDAM
- Parameters:
- af
str Direction-dependent acceleration coefficient for elastic or elastic-plastic analysis option (default = 0).
- aa
str Coefficients for the DDAM acceleration spectrum equations. Default for these coefficients is zero.
- ab
str Coefficients for the DDAM acceleration spectrum equations. Default for these coefficients is zero.
- ac
str Coefficients for the DDAM acceleration spectrum equations. Default for these coefficients is zero.
- ad
str Coefficients for the DDAM acceleration spectrum equations. Default for these coefficients is zero.
- amin
str Minimum acceleration value. It defaults to 6g, where g is the acceleration due to gravity.
- af
Notes
This command specifies acceleration coefficients to analyze shock resistance of shipboard equipment. These coefficients are used to compute mode coefficients according to the equations given in Dynamic Design Analysis Method vddam and sed commands, is used with the spectrum ( antype,SPECTR) analysis as a special purpose alternative to the sv, freq, and svtyp commands.
In order to perform a DDAM spectrum analysis using a units system other than BIN (default), you must specify the units system complying with the mass and length units of the model using the units command. Issue the units command before defining the shock spectrum computation constants ( addam ). The addam command is not supported with the user-defined unite system (
Label= USER on units ).ddaspec may alternatively be used to calculate spectrum coefficients.
This command is also valid in PREP7.