ansys.mapdl.core.Mapdl.sv#

Mapdl.sv(damp='', sv1='', sv2='', sv3='', sv4='', sv5='', sv6='', sv7='', sv8='', sv9='', **kwargs)#

Defines spectrum values to be associated with frequency points.

Mechanical APDL Command: SV

Parameters:
dampstr

Damping ratio for this response spectrum curve. If the same as a previously defined curve, the SV values are added to the previous curve. Up to four different curves may be defined, each with a different damping ratio. Damping values must be input in ascending order.

sv1str

Spectrum values corresponding to the frequency points ( freq ). Values are interpreted as defined with the svtyp command. SV values should not be zero. Values required outside the frequency range use the extreme input values.

sv2str

Spectrum values corresponding to the frequency points ( freq ). Values are interpreted as defined with the svtyp command. SV values should not be zero. Values required outside the frequency range use the extreme input values.

sv3str

Spectrum values corresponding to the frequency points ( freq ). Values are interpreted as defined with the svtyp command. SV values should not be zero. Values required outside the frequency range use the extreme input values.

sv4str

Spectrum values corresponding to the frequency points ( freq ). Values are interpreted as defined with the svtyp command. SV values should not be zero. Values required outside the frequency range use the extreme input values.

sv5str

Spectrum values corresponding to the frequency points ( freq ). Values are interpreted as defined with the svtyp command. SV values should not be zero. Values required outside the frequency range use the extreme input values.

sv6str

Spectrum values corresponding to the frequency points ( freq ). Values are interpreted as defined with the svtyp command. SV values should not be zero. Values required outside the frequency range use the extreme input values.

sv7str

Spectrum values corresponding to the frequency points ( freq ). Values are interpreted as defined with the svtyp command. SV values should not be zero. Values required outside the frequency range use the extreme input values.

sv8str

Spectrum values corresponding to the frequency points ( freq ). Values are interpreted as defined with the svtyp command. SV values should not be zero. Values required outside the frequency range use the extreme input values.

sv9str

Spectrum values corresponding to the frequency points ( freq ). Values are interpreted as defined with the svtyp command. SV values should not be zero. Values required outside the frequency range use the extreme input values.

Notes

Defines the spectrum values to be associated with the previously defined frequency points ( freq ). Applies only to the single-point response spectrum. Damping has no effect on the frequency solution. Damping values are used only to identify SV curves for the mode combinations calculation. Only the curve with the lowest damping value is used in the initial mode coefficient calculation. Use stat command to list current spectrum curve values.

Repeat sv command for additional SV points (100 maximum per DAMP curve). SV values are added to the DAMP curve after the last nonzero SV value.

The interpolation method between response spectrum points and curves is specified using KeyInterp in the svtyp command. It is logarithmic by default.

This command is also valid in PREP7.