ansys.mapdl.core.Mapdl.coval#
- Mapdl.coval(tblno1='', tblno2='', sv1='', sv2='', sv3='', sv4='', sv5='', sv6='', sv7='', **kwargs)#
Defines PSD cospectral values.
Mechanical APDL Command: COVAL
- Parameters:
- tblno1
str First input PSD table number associated with this spectrum.
- tblno2
str Second input PSD table number associated with this spectrum.
- sv1
str PSD cospectral values corresponding to the frequency points ( psdfrq ).
- sv2
str PSD cospectral values corresponding to the frequency points ( psdfrq ).
- sv3
str PSD cospectral values corresponding to the frequency points ( psdfrq ).
- sv4
str PSD cospectral values corresponding to the frequency points ( psdfrq ).
- sv5
str PSD cospectral values corresponding to the frequency points ( psdfrq ).
- sv6
str PSD cospectral values corresponding to the frequency points ( psdfrq ).
- sv7
str PSD cospectral values corresponding to the frequency points ( psdfrq ).
- tblno1
Notes
Defines PSD cospectral values to be associated with the previously defined frequency points. Two table references are required since values are off- diagonal terms. Unlike autospectra ( psdval ), the cospectra can be positive or negative. The cospectral curve segment where there is a sign change is interpolated linearly (the rest of the curve segments use log-log interpolation). For better accuracy, choose as small a curve segment as possible wherever a sign change occurs.
Repeat coval command using the same table numbers for additional points. This command is valid for spopt,PSD only.
This command is also valid in PREP7.