Description: Defines time step intervals at which a solution will be generated and output in transient response analysis.
Format:
Example:
Field | Definition | Type | Default |
---|---|---|---|
SID | Set identification number. | Integer > 0 | Required |
Ni | Number of time steps of values DTi. | Integer ≥ 1 | Required |
DTi | Time increment. | Real > 0 | Required |
NOi | Skip factor for output. Every NOi-th step will be output. | Integer > 0 | 1 |
ADJUST | Time step skip factor for automatic time step adjustment. See Remark 3. | Integer ≥ 0 | 5 |
MSTEP | Number of steps to obtain the dominant period response. See Remark 4. | 10 ≤ Integer ≤ 200 | Variable between 20 and 40. |
RB | Bounds for maintaining the same time step for the stepping function. See Remark 4. | 0.1 ≤ Real ≤ 1.0 | 0.75 |
MAXR | Maximum ratio for the adjusted incremental time relative to DT allowed for time step adjustment. See Remark 5. | 1.0 ≤ Real ≤ 32.0 | 16.0 |
Remarks:
The time increment adjustment is based on the number of time steps desired to capture the dominant frequency response accurately. The time increment is adjusted as follows:
where,
and,
for r < 0.5*RB
for 0.5*RB ≤ r < RB
for RB ≤ r < 2.0
for 2.0 ≤ r < 3.0/RB
for r ≥ 3.0/RB