Step Miscellaneous¶
Miscellaneous Step commands are used for configuring controls, damping, and frequency tables.
Other Classes¶
- class CompositeDamping[source]¶
Bases:
objectA CompositeDamping object contains composite modal damping parameters.
Note
This object can be accessed by:
import step mdb.models[name].steps[name].compositeDampingNote
Member Details:
- class CompositeDampingComponent[source]¶
Bases:
objectA CompositeDampingComponent object is used to define composite damping over a range of modes.
Note
This object can be accessed by:
import step mdb.models[name].steps[name].compositeDamping.components[i]Note
Member Details:
- class Control[source]¶
Bases:
objectThe Control object is used to provide additional optional general solution controls.
Note
This object can be accessed by:
import step mdb.models[name].steps[name].controlNote
Check Control on help.3ds.com/2019.
Member Details:
-
setValues(allowPropagation=
1, resetDefaultValues=0, discontinuous=0, constraints=abaqusConstants.DEFAULT, lineSearch=abaqusConstants.DEFAULT, timeIncrementation=abaqusConstants.DEFAULT, directCyclic=abaqusConstants.DEFAULT, concentrationField=abaqusConstants.DEFAULT, displacementField=abaqusConstants.DEFAULT, electricalPotentialField=abaqusConstants.DEFAULT, globalField=abaqusConstants.DEFAULT, hydrostaticFluidPressureField=abaqusConstants.DEFAULT, poreFluidPressureField=abaqusConstants.DEFAULT, rotationField=abaqusConstants.DEFAULT, temperatureField=abaqusConstants.DEFAULT, vcctLinearScaling=abaqusConstants.DEFAULT)[source]¶ This method modifies the Control object.
Note
- Parameters:¶
- allowPropagation=
1¶ A Boolean specifying whether to allow all control values to propagate from a previous step. Setting this argument to ON automatically sets resetDefaultValues to OFF. The default value is ON.
- resetDefaultValues=
0¶ A Boolean specifying whether to use all default control values. Setting this argument to ON automatically sets allowPropagation to OFF. The default value is OFF.
- discontinuous=
0¶ A Boolean specifying whether to set timeIncrementation values that will usually improve efficiency for analyses with severely discontinuous behavior. The default value is OFF.
- constraints=
abaqusConstants.DEFAULT¶ The SymbolicConstant DEFAULT or a sequence of Floats specifying tolerances on constraint equations. If a specified sequence contains a value of 0, that item in the sequence will be set to its system-defined value. The value can also be the SymbolicConstant DEFAULT. The default value is DEFAULT.
- lineSearch=
abaqusConstants.DEFAULT¶ The SymbolicConstant DEFAULT or a sequence of Floats specifying line search control parameters. If a specified sequence contains a value of 0, that item in the sequence will be set to its system-defined value. The value can also be the SymbolicConstant DEFAULT. The default value is DEFAULT.
- timeIncrementation=
abaqusConstants.DEFAULT¶ The SymbolicConstant DEFAULT or a sequence of Floats specifying time incrementation control parameters. If a specified sequence contains a value of 0, that item in the sequence will be set to its system-defined value. The value can also be the SymbolicConstant DEFAULT. The default value is DEFAULT.
- directCyclic=
abaqusConstants.DEFAULT¶ The SymbolicConstant DEFAULT or a sequence of Floats specifying direct cyclic control parameters. If a specified sequence contains a value of 0, that item in the sequence will be set to its system-defined value. The value can also be the SymbolicConstant DEFAULT. The default value is DEFAULT.
- concentrationField=
abaqusConstants.DEFAULT¶ The SymbolicConstant DEFAULT or a sequence of Floats specifying mass concentration field equilibrium equation parameters. If a specified sequence contains a value of 0, that item in the sequence will be set to its system-defined value. The value can also be the SymbolicConstant DEFAULT. The default value is DEFAULT.
- displacementField=
abaqusConstants.DEFAULT¶ The SymbolicConstant DEFAULT or a sequence of Floats specifying displacement field and warping degree of freedom field equilibrium equation parameters. If a specified sequence contains a value of 0, that item in the sequence will be set to its system-defined value. The value can also be the SymbolicConstant DEFAULT. The default value is DEFAULT.
- electricalPotentialField=
abaqusConstants.DEFAULT¶ The SymbolicConstant DEFAULT or a sequence of Floats specifying electrical potential field equilibrium equation parameters. If a specified sequence contains a value of 0, that item in the sequence will be set to its system-defined value. The value can also be the SymbolicConstant DEFAULT. The default value is DEFAULT.
- globalField=
abaqusConstants.DEFAULT¶ The SymbolicConstant DEFAULT or a sequence of Floats specifying parameters for all applicable field equilibrium equations. This argument overwrites all other field equilibrium equation control values. If a specified sequence contains a value of 0, that item in the sequence will be set to its system-defined value. The value can also be the SymbolicConstant DEFAULT. The default value is DEFAULT.
- hydrostaticFluidPressureField=
abaqusConstants.DEFAULT¶ The SymbolicConstant DEFAULT or a sequence of Floats specifying hydrostatic fluid element volume constraint parameters. If a specified sequence contains a value of 0, that item in the sequence will be set to its system-defined value. The value can also be the SymbolicConstant DEFAULT. The default value is DEFAULT.
- poreFluidPressureField=
abaqusConstants.DEFAULT¶ The SymbolicConstant DEFAULT or a sequence of Floats specifying pore liquid volumetric continuity equilibrium equation parameters. If a specified sequence contains a value of 0, that item in the sequence will be set to its system-defined value. The value can also be the SymbolicConstant DEFAULT. The default value is DEFAULT.
- rotationField=
abaqusConstants.DEFAULT¶ The SymbolicConstant DEFAULT or a sequence of Floats specifying rotation field equilibrium equation parameters. If a specified sequence contains a value of 0, that item in the sequence will be set to its system-defined value. The value can also be the SymbolicConstant DEFAULT. The default value is DEFAULT.
- temperatureField=
abaqusConstants.DEFAULT¶ The SymbolicConstant DEFAULT or a sequence of Floats specifying temperature field equilibrium equation parameters. If a specified sequence contains a value of 0, that item in the sequence will be set to its system-defined value. The value can also be the SymbolicConstant DEFAULT. The default value is DEFAULT.
- vcctLinearScaling=
abaqusConstants.DEFAULT¶ The SymbolicConstant DEFAULT or a Float specifying linear scaling parameter for a VCCT debonding analysis. If a specified value is 0, it will be set to its system-defined value. The value can also be the SymbolicConstant DEFAULT. The default value is DEFAULT.
- allowPropagation=
- Raises:¶
RangeError –
-
setValues(allowPropagation=
- class DirectDamping[source]¶
Bases:
objectA DirectDamping object contains direct modal damping parameters.
Note
This object can be accessed by:
import step mdb.models[name].steps[name].directDampingNote
Member Details:
- class DirectDampingByFrequency[source]¶
Bases:
objectA DirectDampingByFrequency object contains direct damping parameters.
Note
This object can be accessed by:
import step mdb.models[name].steps[name].directDampingByFrequencyNote
Member Details:
- class DirectDampingByFrequencyComponent[source]¶
Bases:
objectA DirectDampingByFrequencyComponent object is used to define direct damping over a range of frequencies.
Note
This object can be accessed by:
import step mdb.models[name].steps[name].directDampingByFrequency.components[i]Member Details:
- class DirectDampingComponent[source]¶
Bases:
objectA DirectDampingComponent object is used to define direct damping over a range of modes.
Note
This object can be accessed by:
import step mdb.models[name].steps[name].directDamping.components[i]Note
Member Details:
- class EmagTimeHarmonicFrequency[source]¶
Bases:
objectNote
This object can be accessed by:
import step mdb.models[name].steps[name].frequencyRange[i]Note
Member Details:
-
lower : --is-rst--:py:data:`~typing.Optional`\[:py:class:`float`] =
None[source]¶ A Float specifying the lower limit of frequency range or a single frequency, in cycles/time.
-
lower : --is-rst--:py:data:`~typing.Optional`\[:py:class:`float`] =
- class MassScaling[source]¶
Bases:
objectA MassScaling object defines the region and controls that govern mass scaling.
Note
This object can be accessed by:
import step mdb.models[name].steps[name].massScaling[i]Note
Member Details:
-
crossSection : --is-rst--:py:data:`~typing.Optional`\[:py:class:`int`] =
None[source]¶ An Int specifying the number of nodes in the cross-section of the workpiece.
-
direction : --is-rst--:py:class:`~abaqus.UtilityAndView.SymbolicConstant.SymbolicConstant` =
'GLOBAL_X'[source]¶ A SymbolicConstant specifying the rolling direction. Possible values are GLOBAL_X, GLOBAL_Y, GLOBAL_Z, and GLOBAL_NONE. The default value is GLOBAL_X.
-
dt : --is-rst--:py:data:`~typing.Optional`\[:py:class:`float`] =
None[source]¶ A Float specifying a target time increment.
-
extrudedLength : --is-rst--:py:data:`~typing.Optional`\[:py:class:`float`] =
None[source]¶ A Float specifying the average element length in the extruded direction.
-
factor : --is-rst--:py:data:`~typing.Optional`\[:py:class:`float`] =
None[source]¶ A Float specifying a scaling factor.
-
feedRate : --is-rst--:py:data:`~typing.Optional`\[:py:class:`float`] =
None[source]¶ A Float specifying the estimated average velocity of the workpiece in the rolling direction at steady-state conditions.
-
frequency : --is-rst--:py:data:`~typing.Optional`\[:py:class:`int`] =
None[source]¶ An Int specifying the frequency at which mass scaling calculations are performed.
-
numberInterval : --is-rst--:py:data:`~typing.Optional`\[:py:class:`int`] =
None[source]¶ An Int specifying the number of intervals at which mass scaling calculations are performed.
-
objective : --is-rst--:py:class:`~abaqus.UtilityAndView.SymbolicConstant.SymbolicConstant` =
'SEMI_AUTOMATIC'[source]¶ A SymbolicConstant specifying the objective of the mass scaling definition. Possible values are SEMI_AUTOMATIC, AUTOMATIC, and REINITIALIZE. The default value is SEMI_AUTOMATIC.
- occurs : --is-rst--:py:class:`~abaqus.UtilityAndView.SymbolicConstant.SymbolicConstant`[source]¶
A SymbolicConstant specifying whether mass scaling should be performed at the beginning of the step or throughout the step. Possible values are AT_BEGINNING and THROUGHOUT_STEP.
-
crossSection : --is-rst--:py:data:`~typing.Optional`\[:py:class:`int`] =
- class RandomResponseFrequency[source]¶
Bases:
objectA RandomResponseFrequency is an object used to define frequency over a range of modes. This page discusses:
Note
This object can be accessed by:
import step mdb.models[name].steps[name].freq[i]Note
Member Details:
-
bias : --is-rst--:py:data:`~typing.Optional`\[:py:class:`float`] =
None[source]¶ A Float specifying the bias parameter.
-
lower : --is-rst--:py:data:`~typing.Optional`\[:py:class:`float`] =
None[source]¶ A Float specifying the lower limit of the frequency range in cycles per time.
-
bias : --is-rst--:py:data:`~typing.Optional`\[:py:class:`float`] =
- class RayleighDamping[source]¶
Bases:
objectA RayleighDamping object contains Rayleigh Damping parameters.
Note
This object can be accessed by:
import step mdb.models[name].steps[name].rayleighDampingNote
Member Details:
- class RayleighDampingByFrequency[source]¶
Bases:
objectA RayleighDampingByFrequency object contains Rayleigh Damping parameters.
Note
This object can be accessed by:
import step mdb.models[name].steps[name].rayleighDampingByFrequencyNote
Member Details:
- class RayleighDampingByFrequencyComponent[source]¶
Bases:
objectA RayleighDampingByFrequencyComponent object is used to define Rayleigh damping over a range of frequencies.
Note
This object can be accessed by:
import step mdb.models[name].steps[name].rayleighDampingByFrequency.components[i]Member Details:
- class RayleighDampingComponent[source]¶
Bases:
objectA RayleighDampingComponent object is used to define Rayleigh damping over a range of modes.
Note
This object can be accessed by:
import step mdb.models[name].steps[name].rayleighDamping.components[i]Note
Member Details:
-
alpha : --is-rst--:py:data:`~typing.Optional`\[:py:class:`float`] =
None[source]¶ A Float specifying the mass proportional damping, αM.
-
beta : --is-rst--:py:data:`~typing.Optional`\[:py:class:`float`] =
None[source]¶ A Float specifying the stiffness proportional damping, βM.
-
alpha : --is-rst--:py:data:`~typing.Optional`\[:py:class:`float`] =
- class ResponseSpectrumComponent[source]¶
Bases:
objectA ResponseSpectrumComponent is an element of the ResponseSpectrumComponentArray.
Note
This object can be accessed by:
import step mdb.models[name].steps[name].components[i]Note
Member Details:
-
respSpectrum : --is-rst--:py:class:`str` =
''[source]¶ A String specifying the name of the response spectrum specified with the keyword SPECTRUM.
-
scale : --is-rst--:py:data:`~typing.Optional`\[:py:class:`float`] =
None[source]¶ A Float specifying the scale factor.
-
timeDuration : --is-rst--:py:data:`~typing.Optional`\[:py:class:`float`] =
None[source]¶ A Float specifying the time duration of the dynamic event, from which this spectrum was created. Note: This parameter is ignored unless used with the DSC modal summation rule.
-
x : --is-rst--:py:data:`~typing.Optional`\[:py:class:`float`] =
None[source]¶ A Float specifying the X direction cosine.
-
respSpectrum : --is-rst--:py:class:`str` =
- class SolverControl[source]¶
Bases:
objectThe SolverControl object is used to provide additional optional solver controls.
Note
This object can be accessed by:
import step mdb.models[name].steps[name].solverControlNote
Member Details:
-
setValues(allowPropagation=
1, resetDefaultValues=0, relativeTolerance=abaqusConstants.DEFAULT, maxIterations=abaqusConstants.DEFAULT, fillInLevel=abaqusConstants.DEFAULT)[source]¶ This method modifies the SolverControl object.
Note
- Parameters:¶
- allowPropagation=
1¶ A Boolean specifying whether to allow all solver control values to propagate from a previous step. Setting this argument to ON automatically sets resetDefaultValues to OFF. The default value is ON.
- resetDefaultValues=
0¶ A Boolean specifying whether to use all default solver control values. Setting this argument to ON automatically sets allowPropagation to OFF. The default value is OFF.
- relativeTolerance=
abaqusConstants.DEFAULT¶ The SymbolicConstant DEFAULT or a Float specifying the relative tolerance for convergence of the domain decomposition iterative solver. The default value is DEFAULT.
- maxIterations=
abaqusConstants.DEFAULT¶ The SymbolicConstant DEFAULT or an Int specifying the maximum number of linear solver iterations. The default value is DEFAULT.
- fillInLevel=
abaqusConstants.DEFAULT¶ The SymbolicConstant DEFAULT or an Int specifying the incomplete LU factorization fill-in level (for geostatic and soil analysis only). The default value is DEFAULT.
- allowPropagation=
- Raises:¶
RangeError –
-
setValues(allowPropagation=
- class SteadyStateDirectFrequency[source]¶
Bases:
objectA SteadyStateDirectFrequency is an object used to define frequency over range of modes.
Note
This object can be accessed by:
import step mdb.models[name].steps[name].frequencyRange[i]Note
Member Details:
-
bias : --is-rst--:py:class:`float` =
3[source]¶ A Float specifying the Bias parameter. When results are requested at four or more frequency points, Abaqus biases the results toward the ends of the intervals to obtain better resolution. The default value is 3.0.
-
lower : --is-rst--:py:data:`~typing.Optional`\[:py:class:`float`] =
None[source]¶ A Float specifying the lower limit of frequency range or a single frequency, in cycles/time.
-
bias : --is-rst--:py:class:`float` =
- class SteadyStateModalFrequency[source]¶
Bases:
objectA SteadyStateModalFrequency is an object used to define frequency over a range of modes.
Note
This object can be accessed by:
import step mdb.models[name].steps[name].frequencyRange[i]Note
Member Details:
-
bias : --is-rst--:py:class:`float` =
3[source]¶ A Float specifying the bias parameter. When results are requested at four or more frequency points, Abaqus biases the results toward the ends of the intervals to obtain better resolution. The default value is 3.0.
-
lower : --is-rst--:py:data:`~typing.Optional`\[:py:class:`float`] =
None[source]¶ A Float specifying the lower limit of frequency range or a single frequency, in cycles/time.
-
bias : --is-rst--:py:class:`float` =
- class SteadyStateSubspaceFrequency[source]¶
Bases:
objectA SteadyStateSubspaceFrequency is an object used to define frequency over range of modes.
Note
This object can be accessed by:
import step mdb.models[name].steps[name].frequencyRange[i]Member Details:
-
bias : --is-rst--:py:class:`float` =
3[source]¶ A Float specifying the Bias parameter. When results are requested at four or more frequency points, Abaqus biases the results toward the ends of the intervals to obtain better resolution. The default value is 3.0.
-
lower : --is-rst--:py:data:`~typing.Optional`\[:py:class:`float`] =
None[source]¶ A Float specifying the lower limit of frequency range or a single frequency, in cycles/time.
-
bias : --is-rst--:py:class:`float` =
- class StructuralDamping[source]¶
Bases:
objectA StructuralDamping object contains structural damping parameters.
Note
This object can be accessed by:
import step mdb.models[name].steps[name].structuralDampingNote
Member Details:
- class StructuralDampingByFrequency[source]¶
Bases:
objectA StructuralDampingByFrequency object contains structural damping parameters.
Note
This object can be accessed by:
import step mdb.models[name].steps[name].structuralDampingByFrequencyMember Details:
- class StructuralDampingByFrequencyComponent[source]¶
Bases:
objectA StructuralDampingByFrequencyComponent object is used to define structural damping over a range of frequencies.
Note
This object can be accessed by:
import step mdb.models[name].steps[name].structuralDampingByFrequency.components[i]Member Details:
- class StructuralDampingComponent[source]¶
Bases:
objectA StructuralDampingComponent object is used to define structural damping over a range of modes.
Note
This object can be accessed by:
import step mdb.models[name].steps[name].structuralDamping.components[i]Note
Member Details:
- class SubstructureGenerateFrequency[source]¶
Bases:
objectA SubstructureGenerateFrequency object is used to define the modes to be used in a modal dynamic analysis. These modes are selected from the specified frequency range including the frequency boundary.
Note
This object can be accessed by:
import step mdb.models[name].steps[name].frequencyRange[i]Member Details:
- class SubstructureGenerateModes[source]¶
Bases:
objectA SubstructureGenerateModes object is used to define the modes to be used in a modal dynamic analysis.
Note
This object can be accessed by:
import step mdb.models[name].steps[name].modeRange[i]Note
Member Details:
-
end : --is-rst--:py:data:`~typing.Optional`\[:py:class:`int`] =
None[source]¶ An Int specifying the mode number of the highest mode of a range.
-
end : --is-rst--:py:data:`~typing.Optional`\[:py:class:`int`] =