The ImplicitDynamicsStep object is used to provide direct integration of a dynamic stress/displacement response in Abaqus/Standard analyses and is generally used for nonlinear cases.
The ImplicitDynamicsStep object is derived from the AnalysisStep object.
import step mdb.models[name].steps[name]
This method creates an ImplicitDynamicsStep object.
mdb.models[name].ImplicitDynamicsStep
Required arguments
A String specifying the repository key.
A String specifying the name of the previous step. The new step appears after this step in the list of analysis steps.
Optional arguments
A String specifying a description of the new step. The default value is an empty string.
A Float specifying the total time period of the step. The default value is 1.0.
A Boolean specifying whether geometric nonlinearities should be accounted for during the step. The default value is based on the previous step.
A SymbolicConstant specifying the type of matrix storage. Possible values are SYMMETRIC, UNSYMMETRIC, and SOLVER_DEFAULT. The default value is SOLVER_DEFAULT.
A SymbolicConstant specifying the application type of the step. Possible values are ANALYSIS_PRODUCT_DEFAULT, TRANSIENT_FIDELITY, MODERATE_DISSIPATION, and QUASI_STATIC. The default value is ANALYSIS_PRODUCT_DEFAULT.
A Boolean specifying whether an adiabatic stress analysis is to be performed. The default value is OFF.
A SymbolicConstant specifying the time incrementation method to be used. Possible values are FIXED and AUTOMATIC. The default value is AUTOMATIC.
An Int specifying the maximum number of increments in a step. The default value is 100.
A Float specifying the initial time increment. The default value is the total time period for the step.
A Float specifying the minimum time increment allowed. The default value is the smaller of the suggested initial time increment or 10–5 times the total time period.
The SymbolicConstant DEFAULT or a Float specifying the maximum time increment allowed.
A SymbolicConstant specifying the way of specifying half-increment residual tolerance with the automatic time incrementation scheme. Possible values are ANALYSIS_PRODUCT_DEFAULT, VALUE, and SCALE. The default value is VALUE.
None or a Float specifying the half-increment residual tolerance to be used with the automatic time incrementation scheme. The default value is None.
None or a Float specifying the half-increment residual tolerance scale factor to be used with the automatic time incrementation scheme. The default value is None.
A Boolean specifying whether to suppress calculation of the half-increment residual. The default value is OFF.
A SymbolicConstant specifying the amplitude variation for loading magnitudes during the step. Possible values are STEP and RAMP. The default value is STEP.
The SymbolicConstant DEFAULT or a Float specifying the nondefault value of the numerical (artificial) damping control parameter, , in the implicit operator. Possible values are –.333 0. The default value is DEFAULT.
A SymbolicConstant specifying whether accelerations should be calculated or recalculated at the beginning of the step. Possible values are DEFAULT, BYPASS, and ALLOW. The default value is DEFAULT.
A SymbolicConstant specifying the type of extrapolation to use in determining the incremental solution for a nonlinear analysis. Possible values are NONE, LINEAR, PARABOLIC, VELOCITY_PARABOLIC, and ANALYSIS_PRODUCT_DEFAULT. The default value is ANALYSIS_PRODUCT_DEFAULT.
A Boolean specifying whether to accept the solution to an increment after the maximum number of iterations allowed have been completed, even if the equilibrium tolerances are not satisfied. The default value is OFF.
Warning: You should set noStop=OFF only in special cases when you have a thorough understanding of how to interpret the results.
A Boolean specifying whether to retain attributes from an existing step with the same name. The default value is False.
A SymbolicConstant specifying the technique used to for solving nonlinear equations. Possible values are FULL_NEWTON and QUASI_NEWTON. The default value is FULL_NEWTON.
An Int specifying the number of quasi-Newton iterations allowed before the kernel matrix is reformed.. The default value is 8.
A SymbolicConstant specifying whether to force a new iteration if severe discontinuities occur during an iteration. Possible values are PROPAGATED, CONVERT_SDI_OFF, and CONVERT_SDI_ON. The default value is PROPAGATED.
Return value
An ImplicitDynamicsStep object.
Exceptions
RangeError.
This method modifies the ImplicitDynamicsStep object.
Required arguments
Optional arguments
The optional arguments to setValues are the same as the arguments to the ImplicitDynamicsStep method, except for the name, previous, and maintainAttributes arguments.
Return value
Exceptions
RangeError.
The ImplicitDynamicsStep object can have the following members:
A String specifying the repository key.
A Float specifying the total time period of the step. The default value is 1.0.
A Boolean specifying whether geometric nonlinearities should be accounted for during the step. The default value is based on the previous step.
A SymbolicConstant specifying the type of matrix storage. Possible values are SYMMETRIC, UNSYMMETRIC, and SOLVER_DEFAULT. The default value is SOLVER_DEFAULT.
A SymbolicConstant specifying the application type of the step. Possible values are ANALYSIS_PRODUCT_DEFAULT, TRANSIENT_FIDELITY, MODERATE_DISSIPATION, and QUASI_STATIC. The default value is ANALYSIS_PRODUCT_DEFAULT.
A Boolean specifying whether an adiabatic stress analysis is to be performed. The default value is OFF.
A SymbolicConstant specifying the time incrementation method to be used. Possible values are FIXED and AUTOMATIC. The default value is AUTOMATIC.
An Int specifying the maximum number of increments in a step. The default value is 100.
A Float specifying the initial time increment. The default value is the total time period for the step.
A Float specifying the minimum time increment allowed. The default value is the smaller of the suggested initial time increment or 10–5 times the total time period.
The SymbolicConstant DEFAULT or a Float specifying the maximum time increment allowed.
A SymbolicConstant specifying the way of specifying half-increment residual tolerance with the automatic time incrementation scheme. Possible values are ANALYSIS_PRODUCT_DEFAULT, VALUE, and SCALE. The default value is VALUE.
None or a Float specifying the half-increment residual tolerance to be used with the automatic time incrementation scheme. The default value is None.
None or a Float specifying the half-increment residual tolerance scale factor to be used with the automatic time incrementation scheme. The default value is None.
A Boolean specifying whether to suppress calculation of the half-increment residual. The default value is OFF.
A SymbolicConstant specifying the amplitude variation for loading magnitudes during the step. Possible values are STEP and RAMP. The default value is STEP.
The SymbolicConstant DEFAULT or a Float specifying the nondefault value of the numerical (artificial) damping control parameter, , in the implicit operator. Possible values are –.333 0. The default value is DEFAULT.
A SymbolicConstant specifying whether accelerations should be calculated or recalculated at the beginning of the step. Possible values are DEFAULT, BYPASS, and ALLOW. The default value is DEFAULT.
A SymbolicConstant specifying the type of extrapolation to use in determining the incremental solution for a nonlinear analysis. Possible values are NONE, LINEAR, PARABOLIC, VELOCITY_PARABOLIC, and ANALYSIS_PRODUCT_DEFAULT. The default value is ANALYSIS_PRODUCT_DEFAULT.
A Boolean specifying whether to accept the solution to an increment after the maximum number of iterations allowed have been completed, even if the equilibrium tolerances are not satisfied. The default value is OFF.
Warning: You should set noStop=OFF only in special cases when you have a thorough understanding of how to interpret the results.
A SymbolicConstant specifying the technique used to for solving nonlinear equations. Possible values are FULL_NEWTON and QUASI_NEWTON. The default value is FULL_NEWTON.
An Int specifying the number of quasi-Newton iterations allowed before the kernel matrix is reformed.. The default value is 8.
A SymbolicConstant specifying whether to force a new iteration if severe discontinuities occur during an iteration. Possible values are PROPAGATED, CONVERT_SDI_OFF, and CONVERT_SDI_ON. The default value is PROPAGATED.
A String specifying the name of the previous step. The new step appears after this step in the list of analysis steps.
A String specifying a description of the new step. The default value is an empty string.
A SymbolicConstant specifying whether the step has an explicit procedure type (procedureType=ANNEAL, DYNAMIC_EXPLICIT, or DYNAMIC_TEMP_DISPLACEMENT).
A Boolean specifying whether the step has a perturbation procedure type.
A Boolean specifying whether the step has a mechanical procedure type.
A SymbolicConstant specifying the Abaqus procedure. Possible values are:
ANNEAL
BUCKLE
COMPLEX_FREQUENCY
COUPLED_TEMP_DISPLACEMENT
COUPLED_THERMAL_ELECTRIC
DIRECT_CYCLIC
DYNAMIC_IMPLICIT
DYNAMIC_EXPLICIT
DYNAMIC_SUBSPACE
DYNAMIC_TEMP_DISPLACEMENT
COUPLED_THERMAL_ELECTRICAL_STRUCTURAL
FLOW
FREQUENCY
GEOSTATIC
HEAT_TRANSFER
MASS_DIFFUSION
MODAL_DYNAMICS
RANDOM_RESPONSE
RESPONSE_SPECTRUM
SOILS
STATIC_GENERAL
STATIC_LINEAR_PERTURBATION
STATIC_RIKS
STEADY_STATE_DIRECT
STEADY_STATE_MODAL
STEADY_STATE_SUBSPACE
VISCO
A Boolean specifying whether the step is suppressed or not. The default value is OFF.
A repository of FieldOutputRequestState objects.
A repository of HistoryOutputRequestState objects.
A DiagnosticPrint object.
A Monitor object.
A Restart object.
A repository of AdaptiveMeshConstraintState objects.
A repository of AdaptiveMeshDomain objects.
A Control object.
A SolverControl object.
A repository of BoundaryConditionState objects.
A repository of InteractionState objects.
A repository of LoadState objects.
A repository of LoadCase objects.
A repository of PredefinedFieldState objects.