The EmagTimeHarmonicStep object is used to calculate the electromagnetic response of the system to harmonic excitation of the model.
The EmagTimeHarmonicStep object is derived from the AnalysisStep object.
import step mdb.models[name].steps[name]
This method creates a EmagTimeHarmonicStep object.
mdb.models[name].EmagTimeHarmonicStep
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.
An EmagTimeHarmonicFrequencyArray object.
Optional arguments
A String specifying a description of the new step. The default value is an empty string.
A SymbolicConstant specifying whether damping terms are to be ignored so that a real, rather than a complex, system matrix is factored. Possible values are REAL_ONLY and COMPLEX. The default value is COMPLEX.
Return value
An EmagTimeHarmonicStep object.
Exceptions
RangeError.
This method modifies the EmagTimeHarmonicStep object.
Required arguments
Optional arguments
The optional arguments to setValues are the same as the arguments to the EmagTimeHarmonicStep method, except for the name argument.
Return value
Exceptions
RangeError.
The EmagTimeHarmonicStep object has members with the same names and descriptions as the arguments to the EmagTimeHarmonicStep method.
In addition, the EmagTimeHarmonicStep object can have the following members:
A SymbolicConstant specifying the type of matrix storage. Possible values are SYMMETRIC, UNSYMMETRIC, and SOLVER_DEFAULT. The default value is SOLVER_DEFAULT.
A Boolean specifying whether to subdivide each frequency range using the eigenfrequencies of the system. The default value is OFF.
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.