time#
- LoadStepOptions.time(time='', **kwargs)#
Sets the time for a load step.
Mechanical APDL Command: TIME
- Parameters:
- time
str Time at the end of the load step.
- time
Notes
Associates the boundary conditions at the end of the load step with a particular
TIMEvalue.TIMEmust be a positive, nonzero, monotonically increasing quantity that “tracks” the input history. Units of time should be consistent with those used elsewhere (for properties, creep equations, etc.).Typically, for the first load step
TIMEdefaults to 1. However, for the first load step of a mode-superposition transient analysis ( antype,TRANS and trnopt,MSUP), the time command is ignored and a static solution is performed atTIME= 0.For a full transient analyses, the command’s default behavior does not apply. You must specify a time for each load step and it must be greater than the time at the end of the prior load step.
TIMEdoes not apply to modal ( antype,MODAL), harmonic ( antype,HARMIC), or substructure ( antype,SUBSTR) analyses.This command is also valid in PREP7.