49.11 ExplicitDynamicsStep object

The ExplicitDynamicsStep object is used to perform a dynamic stress/displacement analysis using explicit integration in Abaqus/Explicit.

The ExplicitDynamicsStep object is derived from the AnalysisStep object.

Access
import step
mdb.models[name].steps[name]


49.11.1 ExplicitDynamicsStep(...)

This method creates an ExplicitDynamicsStep object.

Path
mdb.models[name].ExplicitDynamicsStep

Required arguments

name

A String specifying the repository key.

previous

A String specifying the name of the previous step. The new step appears after this step in the list of analysis steps.

Optional arguments

description

A String specifying a description of the new step. The default value is an empty string.

timePeriod

A Float specifying the total time period for the step. The default value is 1.0.

nlgeom

A Boolean specifying whether geometric nonlinearities should be accounted for during the step. The default value is ON.

adiabatic

A Boolean specifying that an adiabatic stress analysis is to be performed. The default value is OFF.

timeIncrementationMethod

A SymbolicConstant specifying the time incrementation method to be used. Possible values are AUTOMATIC_GLOBAL, AUTOMATIC_EBE, FIXED_USER_DEFINED_INC, and FIXED_EBE. The default value is AUTOMATIC_GLOBAL.

maxIncrement

None or a Float specifying the maximum time increment. If there is no upper limit, maxIncrement=None. This argument is required only when timeIncrementationMethod=AUTOMATIC_GLOBAL or AUTOMATIC_EBE. The default value is None.

scaleFactor

A Float specifying the factor that is used to scale the time increment. This argument is required only when timeIncrementationMethod=AUTOMATIC_GLOBAL, AUTOMATIC_EBE, or FIXED_EBE. The default value is 1.0.

massScaling

A MassScalingArray object specifying mass scaling controls. The default value is PREVIOUS_STEP.

linearBulkViscosity

A Float specifying the linear bulk viscosity parameter, . The default value is 0.06.

quadBulkViscosity

A Float specifying the quadratic bulk viscosity parameter, . The default value is 1.2.

userDefinedInc

None or a Float specifying the user-defined time increment. This argument is required only when timeIncrementationMethod=FIXED_USER_DEFINED_INC. The default value is None.

maintainAttributes

A Boolean specifying whether to retain attributes from an existing step with the same name. The default value is False.

Return value

An ExplicitDynamicsStep object.

Exceptions

RangeError.


49.11.2 setValues(...)

This method modifies the ExplicitDynamicsStep object.

Required arguments

None.

Optional arguments

The optional arguments to setValues are the same as the arguments to the ExplicitDynamicsStep method, except for the name, previous, and maintainAttributes arguments.

Return value

None

Exceptions

RangeError.


49.11.3  Members

The ExplicitDynamicsStep object can have the following members:

name

A String specifying the repository key.

timePeriod

A Float specifying the total time period for the step. The default value is 1.0.

nlgeom

A Boolean specifying whether geometric nonlinearities should be accounted for during the step. The default value is ON.

adiabatic

A Boolean specifying that an adiabatic stress analysis is to be performed. The default value is OFF.

timeIncrementationMethod

A SymbolicConstant specifying the time incrementation method to be used. Possible values are AUTOMATIC_GLOBAL, AUTOMATIC_EBE, FIXED_USER_DEFINED_INC, and FIXED_EBE. The default value is AUTOMATIC_GLOBAL.

maxIncrement

None or a Float specifying the maximum time increment. If there is no upper limit, maxIncrement=None. This argument is required only when timeIncrementationMethod=AUTOMATIC_GLOBAL or AUTOMATIC_EBE. The default value is None.

scaleFactor

A Float specifying the factor that is used to scale the time increment. This argument is required only when timeIncrementationMethod=AUTOMATIC_GLOBAL, AUTOMATIC_EBE, or FIXED_EBE. The default value is 1.0.

linearBulkViscosity

A Float specifying the linear bulk viscosity parameter, . The default value is 0.06.

quadBulkViscosity

A Float specifying the quadratic bulk viscosity parameter, . The default value is 1.2.

userDefinedInc

None or a Float specifying the user-defined time increment. This argument is required only when timeIncrementationMethod=FIXED_USER_DEFINED_INC. The default value is None.

previous

A String specifying the name of the previous step. The new step appears after this step in the list of analysis steps.

description

A String specifying a description of the new step. The default value is an empty string.

massScaling

A MassScalingArray object specifying mass scaling controls. The default value is PREVIOUS_STEP.

explicit

A SymbolicConstant specifying whether the step has an explicit procedure type (procedureType=ANNEAL, DYNAMIC_EXPLICIT, or DYNAMIC_TEMP_DISPLACEMENT).

perturbation

A Boolean specifying whether the step has a perturbation procedure type.

nonmechanical

A Boolean specifying whether the step has a mechanical procedure type.

procedureType

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

suppressed

A Boolean specifying whether the step is suppressed or not. The default value is OFF.

fieldOutputRequestState

A repository of FieldOutputRequestState objects.

historyOutputRequestState

A repository of HistoryOutputRequestState objects.

diagnosticPrint

A DiagnosticPrint object.

monitor

A Monitor object.

restart

A Restart object.

adaptiveMeshConstraintStates

A repository of AdaptiveMeshConstraintState objects.

adaptiveMeshDomains

A repository of AdaptiveMeshDomain objects.

control

A Control object.

solverControl

A SolverControl object.

boundaryConditionStates

A repository of BoundaryConditionState objects.

interactionStates

A repository of InteractionState objects.

loadStates

A repository of LoadState objects.

loadCases

A repository of LoadCase objects.

predefinedFieldStates

A repository of PredefinedFieldState objects.


49.11.4  Corresponding analysis keywords

*BULK VISCOSITY
*DYNAMIC
*FIXED MASS SCALING
*STEP
*VARIABLE MASS SCALING