resp#
- Mapdl.resp(ir='', lftab='', ldtab='', spectype='', dampratio='', dtime='', tmin='', tmax='', inputtype='', **kwargs)#
Generates a response spectrum.
APDL Command: RESP
- Parameters:
- ir
Arbitrary reference number assigned to the response spectrum results (2 to NV [NUMVAR]). If this number is the same as for a previously defined variable, the previously defined variable will be overwritten with these results.
- lftab
Reference number of variable containing frequency table (created with FILLDATA or DATA command). The frequency table defines the number and frequency of oscillating systems used to determine the response spectrum. The frequency interval need not be constant over the entire range. Frequencies must be input in ascending order.
- ldtab
Reference number of variable containing the input time-history.
- spectype
Defines the type of response spectrum to be calculated:
0
or1
- Displacement (relative to base excitation)2
- Velocity (relative to base excitation)3
- Acceleration response spectrum (absolute)4
- Pseudo-velocity5
- Pseudo-acceleration
- dampratio
Ratio of viscous damping to critical damping (input as a decimal number).
- dtime
Integration time step. This value should be equal to or greater than the integration time step used in the initial transient analysis performed to generate the input time-history (LDTAB).
- tmin, tmax
Specifies a subset of the displacement-time history to be used in the response spectrum calculation. Defaults to the full time range.
- inputtype
Defines the type of the input time-history:
0
- Displacement (default)1
- Acceleration
Notes
This command generates a response spectrum from a displacement or acceleration time-history and frequency data. The response spectrum is defined as the maximum response of single degree of freedom systems of varying frequency (or period) to a given input support excitation.
A response spectrum analysis (
ANTYPE, SPECTR
withSPOPT
,SPRS
orMPRS
) requires a response spectrum input. This input can be determined from the response spectrum printout or display of this command.If a response spectrum is to be calculated from a given displacement (or acceleration) time-history, the displacement time-history may be input to a single one-element reduced linear transient dynamic (
ANTYPE,TRANS
) analysis, so that the calculated output (which should be the same as the input) will be properly located on the file.The integration time step (argument
DTIME
on the RESP command) and the damping coefficient (argument dampRatio) are constant over the frequency range. The number of calculations done per response spectrum curve is the product of the number of input solution points(TMAX- TMIN)/DTIME
and the number of frequency points (frequencies located in variable LFTAB).Input solution points requested (using
DTIME
and the frequency range) at a time not corresponding to an actual displacement solution time on the file are linearly interpolated with respect to the existing points.For the details of the response spectrum calculation, see POST26 - Response Spectrum Generator (RESP).