sv#
- SpectrumOptions.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:
- damp
str 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.
- sv1
str 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.
- sv2
str 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.
- sv3
str 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.
- sv4
str 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.
- sv5
str 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.
- sv6
str 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.
- sv7
str 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.
- sv8
str 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.
- sv9
str 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.
- damp
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
DAMPcurve). SV values are added to theDAMPcurve after the last nonzero SV value.The interpolation method between response spectrum points and curves is specified using
KeyInterpin the svtyp command. It is logarithmic by default.This command is also valid in PREP7.