Step¶
The Step commands described in this chapter are used to create and configure analysis steps. Step commands (output) describes the commands used to create and configure output requests and integrated output sections and the commands to configure diagnostic printing, monitoring, and restart. Step commands (miscellaneous) describes the commands used to configure controls, damping, and frequency tables.
Create steps¶
- class StepModel(
- name,
- description=
''
, - stefanBoltzmann=
None
, - absoluteZero=
None
, - waveFormulation=
NOT_SET
, - modelType=
STANDARD_EXPLICIT
, - universalGas=
None
, - copyConstraints=
1
, - copyConnectors=
1
, - copyInteractions=
1
, 基类:
ModelBase
Abaqus creates a Model object named Model-1 when a session is started.
备注
This object can be accessed by:
mdb.models[name]
备注
Public Data Attributes:
Inherited from
ModelBase
A String specifying the repository key.
None or a Float specifying the Stefan-Boltzmann constant.
None or a Float specifying the absolute zero constant.
A SymbolicConstant specifying the type of incident wave formulation to be used in acoustic problems.
None or a Float specifying the universal gas constant.
A Boolean specifying whether an input file should be written without parts and assemblies.
A Boolean specifying that the step specified by restartStep should be terminated at the increment specified by restartIncrement.
A Boolean specifying that a shell global model drives a solid submodel.
A Float specifying the time stamp that indicates when the model was last changed.
A String specifying the purpose and contents of the Model object.
A String specifying the name of the job that generated the restart data.
A String specifying the name of the step where the restart analysis will start.
A String specifying the name of the job that generated the results for the global model.
A boolean specifying the status of constraints created in a model, in the model which instances this model.
A boolean specifying the status of connectors created in a model, in the model which instances this model.
A boolean specifying the status of interactions created in a model, in the model which instances this model.
A KeywordBlock object.
A repository of Amplitude objects.
A repository of Profile objects.
A repository of BoundaryCondition objects.
A repository of ConstrainedSketchConstraint objects.
A repository of AnalyticalField objects.
A repository of DiscreteField objects.
A repository of PredefinedField objects.
A repository of Interaction objects.
A repository of InteractionProperty objects.
A repository of ContactControl objects.
A repository of ContactInitialization objects.
A repository of ContactStabilization objects.
A tuple of tuples of Strings specifying the linked child PartInstance name in the current model to the corresponding parent PartInstance name in a different model.
A tuple of tuples of Strings specifying the linked child Part name in the current model to the corresponding parent Part name in a different model.
A repository of Load objects.
A repository of Material objects.
A repository of Calibration objects.
A repository of Section objects.
A repository of RemeshingRule objects.
A repository of ConstrainedSketch objects.
A repository of Part objects.
A repository of Step objects.
A FeatureOptions object.
A repository of AdaptiveMeshConstraint objects.
A repository of AdaptiveMeshControl objects.
A repository of TimePoint objects.
A repository of Filter objects.
A repository of IntegratedOutputSection objects.
A repository of FieldOutputRequest objects.
A repository of HistoryOutputRequest objects.
A repository of OptimizationTask objects.
A repository of TableCollection objects.
A repository of EventSeriesType objects.
A repository of EventSeriesData objects.
An Int specifying the increment, interval, iteration or cycle where the restart analysis will start.
An Assembly object.
Public Methods:
AnnealStep
(name, previous[, description, ...])This method creates an AnnealStep object.
BuckleStep
(name, previous, numEigen[, ...])This method creates a BuckleStep object.
ComplexFrequencyStep
(name, previous[, ...])This method creates a ComplexFrequencyStep object.
CoupledTempDisplacementStep
(name, previous)This method creates a CoupledTempDisplacementStep object.
CoupledThermalElectricalStructuralStep
(name, ...)This method creates a CoupledThermalElectricalStructuralStep object.
CoupledThermalElectricStep
(name, previous[, ...])This method creates a CoupledThermalElectricStep object.
DirectCyclicStep
(name, previous[, ...])This method creates a DirectCyclicStep object.
EmagTimeHarmonicStep
(name, previous, ...[, ...])This method creates a EmagTimeHarmonicStep object.
ExplicitDynamicsStep
(name, previous[, ...])This method creates an ExplicitDynamicsStep object.
FrequencyStep
(name, previous, eigensolver[, ...])This method creates a FrequencyStep object.
GeostaticStep
(name, previous[, description, ...])This method creates a GeostaticStep object.
HeatTransferStep
(name, previous[, ...])This method creates a HeatTransferStep object.
ImplicitDynamicsStep
(name, previous[, ...])This method creates an ImplicitDynamicsStep object.
MassDiffusionStep
(name, previous[, ...])This method creates a MassDiffusionStep object.
ModalDynamicsStep
(name, previous[, ...])This method creates a ModalDynamicsStep object.
RandomResponseStep
(name, previous, freq[, ...])This method creates a RandomResponseStep object.
ResponseSpectrumStep
(name, previous, components)This method creates a ResponseSpectrumStep object.
SoilsStep
(name, previous[, description, ...])This method creates a SoilsStep object.
StaticLinearPerturbationStep
(name, previous)This method creates a StaticLinearPerturbationStep object.
StaticRiksStep
(name, previous[, ...])This method creates a StaticRiksStep object.
StaticStep
(name, previous[, description, ...])This method creates a StaticStep object.
SteadyStateDirectStep
(name, previous, ...[, ...])This method creates a SteadyStateDirectStep object.
SteadyStateModalStep
(name, previous, ...[, ...])This method creates a SteadyStateModalStep object.
SteadyStateSubspaceStep
(name, previous, ...)This method creates a SteadyStateSubspaceStep object.
SubspaceDynamicsStep
(name, previous[, ...])This method creates a SubspaceDynamicsStep object.
SubstructureGenerateStep
(name, previous, ...)This method creates a SubstructureGenerateStep object.
TempDisplacementDynamicsStep
(name, previous)This method creates a TempDisplacementDynamicsStep object.
ViscoStep
(name, previous[, description, ...])This method creates a ViscoStep object.
Inherited from
ModelBase
__init__
(name[, description, ...])This method creates a Model object.
ModelFromInputFile
(name, inputFileName)This method creates a Model object by reading the keywords in an input file and creating the corresponding Abaqus/CAE objects.
ModelFromOdbFile
(name, odbFileName)This method creates a Model object by reading an output database and creating any corresponding Abaqus/CAE objects.
ModelFromNastranFile
(modelName, inputFileName)This method creates a Model object by reading the keywords in a Nastran bulk data file or Nastran input file and creating any corresponding Abaqus/CAE objects.
setValues
([description, noPartsInputFile, ...])This method modifies the Model object.
Member Details:
- AnnealStep(
- name,
- previous,
- description=
''
, - refTemp=
None
, - maintainAttributes=
False
, This method creates an AnnealStep object.
备注
This function can be accessed by:
mdb.models[name].AnnealStep
备注
- 参数:¶
- 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.
- description=
''
¶ A String specifying a description of the new step. The default value is an empty string.
- refTemp=
None
¶ A Float specifying the post-anneal reference temperature. The default value is the current temperature at all nodes in the model after the annealing has completed.
- maintainAttributes=
False
¶ A Boolean specifying whether to retain attributes from an existing step with the same name. The default value is False.
- 返回:¶
step – An AnnealStep object.
- 返回类型:¶
- BuckleStep(
- name,
- previous,
- numEigen,
- description=
''
, - eigensolver=
SUBSPACE
, - minEigen=
None
, - maxEigen=
None
, - vectors=
None
, - maxIterations=
30
, - blockSize=
DEFAULT
, - maxBlocks=
DEFAULT
, - matrixStorage=
SOLVER_DEFAULT
, - maintainAttributes=
False
, This method creates a BuckleStep object.
备注
This function can be accessed by:
mdb.models[name].BuckleStep
备注
- 参数:¶
- 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.
- numEigen¶
An Int specifying the number of eigenvalues to be estimated.
- description=
''
¶ A String specifying a description of the new step. The default value is an empty string.
- eigensolver=
SUBSPACE
¶ A SymbolicConstant specifying the eigensolver. Possible values are SUBSPACE and LANCZOS. The default value is SUBSPACE.
- minEigen=
None
¶ None or a Float specifying the minimum eigenvalue of interest. The default value is None.
- maxEigen=
None
¶ None or a Float specifying the maximum eigenvalue of interest. The default value is None.
- vectors=
None
¶ An Int specifying the number of vectors used in the iteration. The default value is the minimum of (2*n*, n + 8), where n is the number of eigenvalues requested.
- maxIterations=
30
¶ An Int specifying the maximum number of iterations. The default value is 30.
- blockSize=
DEFAULT
¶ The SymbolicConstant DEFAULT or an Int specifying the size of the Lanczos block steps. The default value is DEFAULT.
- maxBlocks=
DEFAULT
¶ The SymbolicConstant DEFAULT or an Int specifying the maximum number of Lanczos block steps within each Lanczos run. The default value is DEFAULT. Note: minEigen, blockSize, and maxBlocks are ignored unless eigensolver = LANCZOS.
- matrixStorage=
SOLVER_DEFAULT
¶ A SymbolicConstant specifying the type of matrix storage. Possible values are SYMMETRIC, UNSYMMETRIC, and SOLVER_DEFAULT. The default value is SOLVER_DEFAULT.
- maintainAttributes=
False
¶ A Boolean specifying whether to retain attributes from an existing step with the same name. The default value is False.
- 返回:¶
step – A BuckleStep object.
- 返回类型:¶
- ComplexFrequencyStep(
- name,
- previous,
- numEigen=
ALL
, - description=
''
, - shift=
None
, - frictionDamping=
0
, - matrixStorage=
SOLVER_DEFAULT
, - maintainAttributes=
False
, - minEigen=
None
, - maxEigen=
None
, - propertyEvaluationFrequency=
None
, This method creates a ComplexFrequencyStep object.
备注
This function can be accessed by:
mdb.models[name].ComplexFrequencyStep
- 参数:¶
- 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.
- numEigen=
ALL
¶ The SymbolicConstant ALL or an Int specifying the number of complex eigenmodes to be calculated or a SymbolicConstant ALL. The default value is ALL.
- description=
''
¶ A String specifying a description of the new step. The default value is an empty string.
- shift=
None
¶ None or a Float specifying the shift point in cycles per time. The default value is None.
- frictionDamping=
0
¶ A Boolean specifying whether to add to the damping matrix contributions due to friction effects. The default value is OFF.
- matrixStorage=
SOLVER_DEFAULT
¶ A SymbolicConstant specifying the type of matrix storage. Possible values are SYMMETRIC, UNSYMMETRIC, and SOLVER_DEFAULT. The default value is SOLVER_DEFAULT.
- maintainAttributes=
False
¶ A Boolean specifying whether to retain attributes from an existing step with the same name. The default value is False.
- minEigen=
None
¶ None or a Float specifying the minimum frequency of interest in cycles per time. The default value is None.
- maxEigen=
None
¶ None or a Float specifying the maximum frequency of interest in cycles per time. The default value is None.
- propertyEvaluationFrequency=
None
¶ None or a Float specifying the frequency at which to evaluate frequency-dependent properties for viscoelasticity, springs, and dashpots during the eigenvalue extraction. If the value is None, the analysis product will evaluate the stiffness associated with frequency-dependent springs and dashpots at zero frequency and will not consider the stiffness contributions from frequency-domain viscoelasticity in the step. The default value is None.
- 返回:¶
step – A ComplexFrequencyStep object.
- 返回类型:¶
- CoupledTempDisplacementStep(
- name,
- previous,
- description=
''
, - response=
TRANSIENT
, - timePeriod=
1
, - nlgeom=
0
, - stabilizationMethod=
NONE
, - stabilizationMagnitude=
None
, - timeIncrementationMethod=
AUTOMATIC
, - maxNumInc=
100
, - initialInc=
None
, - minInc=
None
, - maxInc=
None
, - deltmx=
0
, - cetol=
0
, - creepIntegration=
IMPLICIT
, - solutionTechnique=
FULL_NEWTON
, - matrixStorage=
SOLVER_DEFAULT
, - amplitude=
STEP
, - extrapolation=
LINEAR
, - maintainAttributes=
False
, - convertSDI=
PROPAGATED
, - adaptiveDampingRatio=
0
, - continueDampingFactors=
0
, This method creates a CoupledTempDisplacementStep object.
备注
This function can be accessed by:
mdb.models[name].CoupledTempDisplacementStep
- 参数:¶
- 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.
- description=
''
¶ A String specifying a description of the new step. The default value is an empty string.
- response=
TRANSIENT
¶ A SymbolicConstant specifying the analysis type. Possible values are STEADY_STATE and TRANSIENT. The default value is TRANSIENT.
- timePeriod=
1
¶ A Float specifying the total time period for the step. The default value is 1.0.
- nlgeom=
0
¶ A Boolean specifying whether geometric nonlinearities should be accounted for during the step. The default value is OFF.
- stabilizationMethod=
NONE
¶ A SymbolicConstant specifying the stabilization type. Possible values are NONE, DISSIPATED_ENERGY_FRACTION, and DAMPING_FACTOR. The default value is NONE.
- stabilizationMagnitude=
None
¶ A Float specifying the damping intensity of the automatic damping algorithm if the problem is expected to be unstable and stabilizationMethod ≠ NONE. The default value is 2x10⁻⁴.
- timeIncrementationMethod=
AUTOMATIC
¶ A SymbolicConstant specifying the time incrementation method to be used. Possible values are FIXED and AUTOMATIC. The default value is AUTOMATIC.
- maxNumInc=
100
¶ An Int specifying the maximum number of increments in a step. The default value is 100.
- initialInc=
None
¶ A Float specifying the initial time increment. The default value is the total time period for the step.
- minInc=
None
¶ 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.
- maxInc=
None
¶ A Float specifying the maximum time increment allowed. The default value is the total time period for the step.
- deltmx=
0
¶ A Float specifying the maximum temperature change to be allowed in an increment in a transient analysis. The default value is 0.0.
- cetol=
0
¶ A Float specifying the maximum difference in the creep strain increment calculated from the creep strain rates at the beginning and end of the increment. The default value is 0.0.
- creepIntegration=
IMPLICIT
¶ A SymbolicConstant specifying the type of integration to be used for creep and swelling effects throughout the step. Possible values are IMPLICIT, EXPLICIT, and NONE. The default value is IMPLICIT.
- solutionTechnique=
FULL_NEWTON
¶ A SymbolicConstant specifying the type of solution technique. Possible values are FULL_NEWTON and SEPARATED. The default value is FULL_NEWTON.
- matrixStorage=
SOLVER_DEFAULT
¶ A SymbolicConstant specifying the type of matrix storage. Possible values are SYMMETRIC, UNSYMMETRIC, and SOLVER_DEFAULT. The default value is SOLVER_DEFAULT.
- amplitude=
STEP
¶ A SymbolicConstant specifying the amplitude variation for loading magnitudes during the step. The default value is STEP. Possible values are STEP and RAMP.
- extrapolation=
LINEAR
¶ A SymbolicConstant specifying the type of extrapolation to use in determining the incremental solution for a nonlinear analysis. Possible values are NONE, LINEAR, and PARABOLIC. The default value is LINEAR.
- maintainAttributes=
False
¶ A Boolean specifying whether to retain attributes from an existing step with the same name. The default value is False.
- convertSDI=
PROPAGATED
¶ 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.
- adaptiveDampingRatio=
0
¶ A Float specifying the maximum allowable ratio of the stabilization energy to the total strain energy and can be used only if stabilizationMethod is not NONE. The default value is 0.05.
- continueDampingFactors=
0
¶ A Boolean specifying whether this step will carry over the damping factors from the results of the preceding general step. This parameter must be used in conjunction with the adaptiveDampingRatio parameter. The default value is OFF.
- 返回:¶
step – A CoupledTempDisplacementStep object.
- 返回类型:¶
- CoupledThermalElectricStep(
- name,
- previous,
- description=
''
, - response=
TRANSIENT
, - timePeriod=
1
, - timeIncrementationMethod=
AUTOMATIC
, - maxNumInc=
100
, - initialInc=
None
, - minInc=
None
, - maxInc=
None
, - end=
PERIOD
, - deltmx=
0
, - mxdem=
0
, - solutionTechnique=
FULL_NEWTON
, - matrixStorage=
SOLVER_DEFAULT
, - amplitude=
STEP
, - extrapolation=
LINEAR
, - maintainAttributes=
False
, - convertSDI=
PROPAGATED
, This method creates a CoupledThermalElectricStep object.
备注
This function can be accessed by:
mdb.models[name].CoupledThermalElectricStep
- 参数:¶
- 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.
- description=
''
¶ A String specifying a description of the new step. The default value is an empty string.
- response=
TRANSIENT
¶ A SymbolicConstant specifying the analysis type. Possible values are STEADY_STATE and TRANSIENT. The default value is TRANSIENT.
- timePeriod=
1
¶ A Float specifying the total time period for the step. The default value is 1.0.
- timeIncrementationMethod=
AUTOMATIC
¶ A SymbolicConstant specifying the time incrementation method to be used. Possible values are FIXED and AUTOMATIC. The default value is AUTOMATIC.
- maxNumInc=
100
¶ An Int specifying the maximum number of increments in a step. The default value is 100.
- initialInc=
None
¶ A Float specifying the initial time increment. The default value is the total time period for the step.
- minInc=
None
¶ 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.
- maxInc=
None
¶ A Float specifying the maximum time increment allowed. The default value is the total time period for the step.
- end=
PERIOD
¶ A SymbolicConstant specifying the time period to be analyzed in a transient analysis. Possible values are PERIOD and SS. The default value is PERIOD.
- deltmx=
0
¶ A Float specifying the maximum temperature change to be allowed in an increment in a transient analysis. The default value is 0.0.
- mxdem=
0
¶ A Float specifying the maximum allowable emissivity change with temperature and field variables during an increment. The default value is 0.1.
- solutionTechnique=
FULL_NEWTON
¶ A SymbolicConstant specifying the type of solution technique. Possible values are FULL_NEWTON and SEPARATED. The default value is FULL_NEWTON.
- matrixStorage=
SOLVER_DEFAULT
¶ A SymbolicConstant specifying the type of matrix storage. Possible values are SYMMETRIC, UNSYMMETRIC, and SOLVER_DEFAULT. The default value is SOLVER_DEFAULT.
- amplitude=
STEP
¶ A SymbolicConstant specifying the amplitude variation for loading magnitudes during the step. The default value is STEP. Possible values are STEP and RAMP.
- extrapolation=
LINEAR
¶ A SymbolicConstant specifying the type of extrapolation to use in determining the incremental solution for a nonlinear analysis. Possible values are NONE, LINEAR, and PARABOLIC. The default value is LINEAR.
- maintainAttributes=
False
¶ A Boolean specifying whether to retain attributes from an existing step with the same name. The default value is False.
- convertSDI=
PROPAGATED
¶ 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.
- 返回:¶
step – A CoupledThermalElectricStep object.
- 返回类型:¶
- CoupledThermalElectricalStructuralStep(
- name,
- previous,
- description=
''
, - response=
TRANSIENT
, - timePeriod=
1
, - nlgeom=
0
, - stabilizationMethod=
NONE
, - stabilizationMagnitude=
None
, - timeIncrementationMethod=
AUTOMATIC
, - maxNumInc=
100
, - initialInc=
None
, - minInc=
None
, - maxInc=
None
, - deltmx=
0
, - cetol=
0
, - creepIntegration=
IMPLICIT
, - matrixStorage=
SOLVER_DEFAULT
, - amplitude=
STEP
, - extrapolation=
LINEAR
, - maintainAttributes=
False
, - convertSDI=
PROPAGATED
, - adaptiveDampingRatio=
0
, - continueDampingFactors=
0
, This method creates a CoupledThermalElectricalStructuralStep object.
备注
This function can be accessed by:
mdb.models[name].CoupledThermalElectricalStructuralStep
- 参数:¶
- 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.
- description=
''
¶ A String specifying a description of the new step. The default value is an empty string.
- response=
TRANSIENT
¶ A SymbolicConstant specifying the analysis type. Possible values are STEADY_STATE and TRANSIENT. The default value is TRANSIENT.
- timePeriod=
1
¶ A Float specifying the total time period for the step. The default value is 1.0.
- nlgeom=
0
¶ A Boolean specifying whether geometric nonlinearities should be accounted for during the step. The default value is OFF.
- stabilizationMethod=
NONE
¶ A SymbolicConstant specifying the stabilization type. Possible values are NONE, DISSIPATED_ENERGY_FRACTION, and DAMPING_FACTOR. The default value is NONE.
- stabilizationMagnitude=
None
¶ A Float specifying the damping intensity of the automatic damping algorithm if the problem is expected to be unstable and stabilizationMethod ≠ NONE. The default value is 2x10⁻⁴.
- timeIncrementationMethod=
AUTOMATIC
¶ A SymbolicConstant specifying the time incrementation method to be used. Possible values are FIXED and AUTOMATIC. The default value is AUTOMATIC.
- maxNumInc=
100
¶ An Int specifying the maximum number of increments in a step. The default value is 100.
- initialInc=
None
¶ A Float specifying the initial time increment. The default value is the total time period for the step.
- minInc=
None
¶ 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.
- maxInc=
None
¶ A Float specifying the maximum time increment allowed. The default value is the total time period for the step.
- deltmx=
0
¶ A Float specifying the maximum temperature change to be allowed in an increment in a transient analysis. The default value is 0.0.
- cetol=
0
¶ A Float specifying the maximum difference in the creep strain increment calculated from the creep strain rates at the beginning and end of the increment. The default value is 0.0.
- creepIntegration=
IMPLICIT
¶ A SymbolicConstant specifying the type of integration to be used for creep and swelling effects throughout the step. Possible values are IMPLICIT, EXPLICIT, and NONE. The default value is IMPLICIT.
- matrixStorage=
SOLVER_DEFAULT
¶ A SymbolicConstant specifying the type of matrix storage. Possible values are SYMMETRIC, UNSYMMETRIC, and SOLVER_DEFAULT. The default value is SOLVER_DEFAULT.
- amplitude=
STEP
¶ A SymbolicConstant specifying the amplitude variation for loading magnitudes during the step. The default value is STEP. Possible values are STEP and RAMP.
- extrapolation=
LINEAR
¶ A SymbolicConstant specifying the type of extrapolation to use in determining the incremental solution for a nonlinear analysis. Possible values are NONE, LINEAR, and PARABOLIC. The default value is LINEAR.
- maintainAttributes=
False
¶ A Boolean specifying whether to retain attributes from an existing step with the same name. The default value is False.
- convertSDI=
PROPAGATED
¶ 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.
- adaptiveDampingRatio=
0
¶ A Float specifying the maximum allowable ratio of the stabilization energy to the total strain energy and can be used only if stabilizationMethod is not NONE. The default value is 0.05.
- continueDampingFactors=
0
¶ A Boolean specifying whether this step will carry over the damping factors from the results of the preceding general step. This parameter must be used in conjunction with the adaptiveDampingRatio parameter. The default value is OFF.
- 返回:¶
step – A CoupledThermalElectricalStructuralStep object.
- 返回类型:¶
- DirectCyclicStep(
- name,
- previous,
- description=
''
, - timePeriod=
1
, - timeIncrementationMethod=
AUTOMATIC
, - maxNumInc=
100
, - initialInc=
None
, - minInc=
None
, - maxInc=
None
, - maxNumIterations=
200
, - initialTerms=
11
, - maxTerms=
25
, - termsIncrement=
5
, - deltmx=
0
, - cetol=
0
, - timePoints=
NONE
, - fatigue=
0
, - continueAnalysis=
0
, - minCycleInc=
100
, - maxCycleInc=
1000
, - maxNumCycles=
DEFAULT
, - damageExtrapolationTolerance=
1
, - matrixStorage=
SOLVER_DEFAULT
, - extrapolation=
LINEAR
, - maintainAttributes=
False
, - convertSDI=
PROPAGATED
, This method creates a DirectCyclicStep object.
备注
This function can be accessed by:
mdb.models[name].DirectCyclicStep
备注
- 参数:¶
- 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.
- description=
''
¶ A String specifying a description of the new step. The default value is an empty string.
- timePeriod=
1
¶ A Float specifying the time of single loading cycle. The default value is 1.0.
- timeIncrementationMethod=
AUTOMATIC
¶ A SymbolicConstant specifying the time incrementation method to be used. Possible values are FIXED and AUTOMATIC. The default value is AUTOMATIC.
- maxNumInc=
100
¶ An Int specifying the maximum number of increments in a step. The default value is 100.
- initialInc=
None
¶ A Float specifying the initial time increment. The default value is the total time period for the step.
- minInc=
None
¶ 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.
- maxInc=
None
¶ A Float specifying the maximum time increment allowed. The default value is the total time period for the step.
- maxNumIterations=
200
¶ An Int specifying the maximum number of iterations in a step. The default value is 200.
- initialTerms=
11
¶ An Int specifying the initial number of terms in the Fourier series. The default value is 11.
- maxTerms=
25
¶ An Int specifying the maximum number of terms in the Fourier series. The default value is 25.
- termsIncrement=
5
¶ An Int specifying the increment in number of terms in the Fourier series. The default value is 5.
- deltmx=
0
¶ A Float specifying the maximum temperature change to be allowed in an increment. The default value is 0.0.
- cetol=
0
¶ A Float specifying the maximum difference in the creep strain increment calculated from the creep strain rates at the beginning and end of the increment. The default value is 0.0.
- timePoints=
NONE
¶ None or a String specifying a String specifying the name of a time point object used to determine at which times the response of the structure will be evaluated. The default value is NONE.
- fatigue=
0
¶ A Boolean specifying whether to include low-cycle fatigue analysis. The default value is OFF.
- continueAnalysis=
0
¶ A Boolean specifying whether the displacement solution in the Fourier series obtained in the previous direct cyclic step is used as the starting values for the current step. The default value is OFF.
- minCycleInc=
100
¶ An Int specifying the minimum number of cycles over which the damage is extrapolated forward. The default value is 100.
- maxCycleInc=
1000
¶ An Int specifying the maximum number of cycles over which the damage is extrapolated forward. The default value is 1000.
- maxNumCycles=
DEFAULT
¶ The SymbolicConstant DEFAULT or an Int specifying the maximum number of cycles allowed in a step or DEFAULT. A value of 1 plus half of the maximum number of cycles will be used if DEFAULT is specified. The default value is DEFAULT.
- damageExtrapolationTolerance=
1
¶ A Float specifying the maximum extrapolated damage increment. The default value is 1.0.
- matrixStorage=
SOLVER_DEFAULT
¶ A SymbolicConstant specifying the type of matrix storage. Possible values are SYMMETRIC, UNSYMMETRIC, and SOLVER_DEFAULT. The default value is SOLVER_DEFAULT.
- extrapolation=
LINEAR
¶ A SymbolicConstant specifying the type of extrapolation to use in determining the incremental solution for a nonlinear analysis. Possible values are NONE, LINEAR, and PARABOLIC. The default value is LINEAR.
- maintainAttributes=
False
¶ A Boolean specifying whether to retain attributes from an existing step with the same name. The default value is False.
- convertSDI=
PROPAGATED
¶ 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.
- 返回:¶
step – A DirectCyclicStep object.
- 返回类型:¶
- EmagTimeHarmonicStep(
- name,
- previous,
- frequencyRange,
- description=
''
, - factorization=
COMPLEX
, This method creates a EmagTimeHarmonicStep object.
备注
This function can be accessed by:
mdb.models[name].EmagTimeHarmonicStep
- 参数:¶
- 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.
- frequencyRange¶
An EmagTimeHarmonicFrequencyArray object.
- description=
''
¶ A String specifying a description of the new step. The default value is an empty string.
- factorization=
COMPLEX
¶ 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.
- 返回:¶
step – An EmagTimeHarmonicStep object.
- 返回类型:¶
- ExplicitDynamicsStep(
- name,
- previous,
- description=
''
, - timePeriod=
1
, - nlgeom=
1
, - adiabatic=
0
, - timeIncrementationMethod=
AUTOMATIC_GLOBAL
, - maxIncrement=
None
, - scaleFactor=
1
, - massScaling=
PREVIOUS_STEP
, - linearBulkViscosity=
0
, - quadBulkViscosity=
1
, - userDefinedInc=
None
, - maintainAttributes=
False
, - improvedDtMethod=
1
, This method creates an ExplicitDynamicsStep object.
备注
This function can be accessed by:
mdb.models[name].ExplicitDynamicsStep
- 参数:¶
- 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.
- description=
''
¶ A String specifying a description of the new step. The default value is an empty string.
- timePeriod=
1
¶ A Float specifying the total time period for the step. The default value is 1.0.
- nlgeom=
1
¶ A Boolean specifying whether geometric nonlinearities should be accounted for during the step. The default value is ON.
- adiabatic=
0
¶ A Boolean specifying that an adiabatic stress analysis is to be performed. The default value is OFF.
- timeIncrementationMethod=
AUTOMATIC_GLOBAL
¶ 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
¶ 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=
1
¶ 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=
PREVIOUS_STEP
¶ A MassScalingArray object specifying mass scaling controls. The default value is PREVIOUS_STEP.
- linearBulkViscosity=
0
¶ A Float specifying the linear bulk viscosity parameter, b1b1. The default value is 0.06.
- quadBulkViscosity=
1
¶ A Float specifying the quadratic bulk viscosity parameter, b2b2. The default value is 1.2.
- userDefinedInc=
None
¶ 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=
False
¶ A Boolean specifying whether to retain attributes from an existing step with the same name. The default value is False.
- improvedDtMethod=
1
¶ A Boolean specifying whether to use the “improved” (improvedDtMethod = ON) or “conservative” (improvedDtMethod = OFF) method to estimate the element stable time increment for three-dimensional continuum elements and elements with plane stress formulations (shell, membrane, and two-dimensional plane stress elements). The default value is ON.
Added in version 2018: The improvedDtMethod argument was added.
- 返回:¶
step – An ExplicitDynamicsStep object.
- 返回类型:¶
- FrequencyStep(
- name,
- previous,
- eigensolver,
- numEigen=
ALL
, - description=
''
, - shift=
0
, - minEigen=
None
, - maxEigen=
None
, - vectors=
None
, - maxIterations=
30
, - blockSize=
DEFAULT
, - maxBlocks=
DEFAULT
, - normalization=
DISPLACEMENT
, - propertyEvaluationFrequency=
None
, - projectDamping=
1
, - acousticCoupling=
AC_ON
, - acousticRangeFactor=
1
, - frictionDamping=
0
, - matrixStorage=
SOLVER_DEFAULT
, - maintainAttributes=
False
, - simLinearDynamics=
0
, - residualModes=
0
, - substructureCutoffMultiplier=
5
, - firstCutoffMultiplier=
1
, - secondCutoffMultiplier=
1
, - residualModeRegion=
None
, - residualModeDof=
None
, - limitSavedEigenvectorRegion=
None
, This method creates a FrequencyStep object.
备注
This function can be accessed by:
mdb.models[name].FrequencyStep
备注
- 参数:¶
- 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.
- eigensolver¶
A SymbolicConstant specifying the eigensolver. Possible values are LANCZOS, SUBSPACE, and AMS.The following optional arguments are ignored unless eigensolver = LANCZOS: blockSize, maxBlocks, normalization, propertyEvaluationFrequency.The following optional arguments are ignored unless eigensolver = LANCZOS or AMS: minEigen, maxEigen, and acousticCoupling.The following optional arguments are ignored unless eigensolver = AMS: projectDamping, acousticRangeFactor, substructureCutoffMultiplier, firstCutoffMultiplier, secondCutoffMultiplier, residualModeRegion, regionalModeDof, and limitSavedEigenvectorRegion.
- numEigen=
ALL
¶ The SymbolicConstant ALL or an Int specifying the number of eigenvalues to be calculated or ALL. The default value is ALL.
- description=
''
¶ A String specifying a description of the new step. The default value is an empty string.
- shift=
0
¶ A Float specifying the shift point in cycles per time. The default value is 0.0.
- minEigen=
None
¶ None or a Float specifying the minimum frequency of interest in cycles per time. The default value is None.
- maxEigen=
None
¶ None or a Float specifying the maximum frequency of interest in cycles per time. The default value is None.
- vectors=
None
¶ None or an Int specifying the number of vectors used in the iteration. The default is the minimum of (2*n*, n + 8), where n is the number of eigenvalues requested. The default value is None.
- maxIterations=
30
¶ An Int specifying the maximum number of iterations. The default value is 30.
- blockSize=
DEFAULT
¶ A SymbolicConstant specifying the size of the Lanczos block steps. The default value is DEFAULT.
- maxBlocks=
DEFAULT
¶ A SymbolicConstant specifying the maximum number of Lanczos block steps within each Lanczos run. The default value is DEFAULT.
- normalization=
DISPLACEMENT
¶ A SymbolicConstant specifying the method for normalizing eigenvectors. Possible values are DISPLACEMENT and MASS. The default value is DISPLACEMENT.A value of DISPLACEMENT indicates normalizing the eigenvectors so that the largest displacement entry in each vector is unity. A value of MASS indicates normalizing the eigenvectors with respect to the structure’s mass matrix, which results in scaling the eigenvectors so that the generalized mass for each vector is unity.
- propertyEvaluationFrequency=
None
¶ None or a Float specifying the frequency at which to evaluate frequency-dependent properties for viscoelasticity, springs, and dashpots during the eigenvalue extraction. If the value is None, the analysis product will evaluate the stiffness associated with frequency-dependent springs and dashpots at zero frequency and will not consider the stiffness contributions from frequency-domain viscoelasticity in the step. The default value is None.
- projectDamping=
1
¶ A Boolean specifying whether to include projection of viscous and structural damping operators during AMS eigenvalue extraction. Valid only when eigenSolver = AMS. The default value is ON.
- acousticCoupling=
AC_ON
¶ A SymbolicConstant specifying the type of acoustic-structural coupling in models with acoustic and structural elements coupled using the TIE option or in models with ASI-type elements. Possible values are AC_ON, AC_OFF, and AC_PROJECTION. The default value is AC_ON.
- acousticRangeFactor=
1
¶ A Float specifying the ratio of the maximum acoustic frequency to the maximum structural frequency. The default value is 1.0.
- frictionDamping=
0
¶ A Boolean specifying whether to add to the damping matrix contributions due to friction effects. The default value is OFF.
- matrixStorage=
SOLVER_DEFAULT
¶ A SymbolicConstant specifying the type of matrix storage. Possible values are SYMMETRIC, UNSYMMETRIC, and SOLVER_DEFAULT. The default value is SOLVER_DEFAULT.
- maintainAttributes=
False
¶ A Boolean specifying whether to retain attributes from an existing step with the same name. The default value is False.
- simLinearDynamics=
0
¶ A Boolean specifying whether to activate the SIM-based linear dynamics procedures. The default value is OFF.
- residualModes=
0
¶ A Boolean specifying whether to include residual modes from an immediately preceding Static, Linear Perturbation step. The default value is OFF.
- substructureCutoffMultiplier=
5
¶ A Float specifying the cutoff frequency for substructure eigenproblems, defined as a multiplier of the maximum frequency of interest. The default value is 5.0.
- firstCutoffMultiplier=
1
¶ A Float specifying the first cutoff frequency for a reduced eigenproblem, defined as a multiplier of the maximum frequency of interest. The default value is 1.7.
- secondCutoffMultiplier=
1
¶ A Float specifying the second cutoff frequency for a reduced eigenproblem defined as a multiplier of the maximum frequency of interest. The default value is 1.1.
- residualModeRegion=
None
¶ None or a sequence of Strings specifying the name of a region for which residual modes are requested. The default value is None.
- residualModeDof=
None
¶ None or a sequence of Ints specifying the degree of freedom for which residual modes are requested. The default value is None.
- limitSavedEigenvectorRegion=
None
¶ None or a Region object specifying a region for which eigenvectors should be saved or the SymbolicConstant None representing the whole model. The default value is None.
- 返回:¶
step – A FrequencyStep object.
- 返回类型:¶
- GeostaticStep(
- name,
- previous,
- description=
''
, - nlgeom=
0
, - matrixSolver=
DIRECT
, - matrixStorage=
SOLVER_DEFAULT
, - maintainAttributes=
False
, - solutionTechnique=
FULL_NEWTON
, - reformKernel=
8
, - convertSDI=
PROPAGATED
, - utol=
None
, - timePeriod=
1
, - timeIncrementationMethod=
AUTOMATIC
, - maxNumInc=
100
, - initialInc=
None
, - minInc=
None
, - maxInc=
None
, This method creates a GeostaticStep object.
备注
This function can be accessed by:
mdb.models[name].GeostaticStep
备注
- 参数:¶
- 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.
- description=
''
¶ A String specifying a description of the new step. The default value is an empty string.
- nlgeom=
0
¶ A Boolean specifying whether geometric nonlinearities should be accounted for during the step. The default value is OFF.
- matrixSolver=
DIRECT
¶ A SymbolicConstant specifying the type of solver. Possible values are DIRECT and ITERATIVE. The default value is DIRECT.
- matrixStorage=
SOLVER_DEFAULT
¶ A SymbolicConstant specifying the type of matrix storage. Possible values are SYMMETRIC, UNSYMMETRIC, and SOLVER_DEFAULT. The default value is SOLVER_DEFAULT.
- maintainAttributes=
False
¶ A Boolean specifying whether to retain attributes from an existing step with the same name. The default value is False.
- solutionTechnique=
FULL_NEWTON
¶ 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.
- reformKernel=
8
¶ An Int specifying the number of quasi-Newton iterations allowed before the kernel matrix is reformed.. The default value is 8.
- convertSDI=
PROPAGATED
¶ 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.
- utol=
None
¶ None or a Float specifying the tolerance for maximum change of displacements. The default value is None.
- timePeriod=
1
¶ A Float specifying the total time period. The default value is 1.0. Note: This parameter is ignored unless timeIncrementationMethod = AUTOMATIC.
- timeIncrementationMethod=
AUTOMATIC
¶ A SymbolicConstant specifying the time incrementation method to be used. Possible values are FIXED and AUTOMATIC. The default value is AUTOMATIC.
- maxNumInc=
100
¶ An Int specifying the maximum number of increments in a step. The default value is 100.
Added in version 2017: The
maxNumInc
attribute was added to the GeostaticStep class.- initialInc=
None
¶ A Float specifying the initial time increment. The default value is the total time period for the step. Note: This parameter is ignored unless timeIncrementationMethod = AUTOMATIC.
- minInc=
None
¶ 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. Note: This parameter is ignored unless timeIncrementationMethod = AUTOMATIC.
- maxInc=
None
¶ A Float specifying the maximum time increment allowed. The default value is the total time period for the step. Note: This parameter is ignored unless timeIncrementationMethod = AUTOMATIC.
- 返回:¶
step – A GeostaticStep object.
- 返回类型:¶
- HeatTransferStep(
- name,
- previous,
- description=
''
, - response=
TRANSIENT
, - timePeriod=
1
, - timeIncrementationMethod=
AUTOMATIC
, - maxNumInc=
100
, - initialInc=
None
, - minInc=
None
, - maxInc=
None
, - end=
None
, - deltmx=
0
, - mxdem=
0
, - amplitude=
STEP
, - extrapolation=
LINEAR
, - matrixSolver=
DIRECT
, - matrixStorage=
SOLVER_DEFAULT
, - maintainAttributes=
False
, - solutionTechnique=
FULL_NEWTON
, - reformKernel=
8
, - convertSDI=
PROPAGATED
, This method creates a HeatTransferStep object.
备注
This function can be accessed by:
mdb.models[name].HeatTransferStep
备注
- 参数:¶
- 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.
- description=
''
¶ A String specifying a description of the new step. The default value is an empty string.
- response=
TRANSIENT
¶ A SymbolicConstant specifying the analysis type. Possible values are STEADY_STATE and TRANSIENT. The default value is TRANSIENT.
- timePeriod=
1
¶ A Float specifying the total time period. The default value is 1.0.
- timeIncrementationMethod=
AUTOMATIC
¶ A SymbolicConstant specifying the time incrementation method to be used. Possible values are FIXED and AUTOMATIC. The default value is AUTOMATIC.
- maxNumInc=
100
¶ An Int specifying the maximum number of increments in a step. The default value is 100.
- initialInc=
None
¶ A Float specifying the initial time increment. The default value is the total time period for the step.
- minInc=
None
¶ A Float specifying the minimum time increment allowed. The default value is the smaller of 0.8 times the initial time increment or 10−5 times the total time period.
- maxInc=
None
¶ A Float specifying the maximum time increment allowed. The default value is the total time period for the step.
- end=
None
¶ None or a Float specifying the temperature change rate (temperature per time) used to define steady state. When all nodal temperatures are changing at less than this rate, the solution terminates. The default value is None. Note: This parameter is ignored unless response = STEADY_STATE.
- deltmx=
0
¶ A Float specifying the maximum temperature change to be allowed in an increment during a transient heat transfer analysis. The default value is 0.0.
- mxdem=
0
¶ A Float specifying the maximum allowable emissivity change with temperature and field variables during an increment. The default value is 0.1.
- amplitude=
STEP
¶ A SymbolicConstant specifying the amplitude variation for loading magnitudes during the step. The default is STEP. Possible values are STEP and RAMP.
- extrapolation=
LINEAR
¶ A SymbolicConstant specifying the type of extrapolation to use in determining the incremental solution for a nonlinear analysis. Possible values are NONE, LINEAR, and PARABOLIC. The default value is LINEAR.
- matrixSolver=
DIRECT
¶ A SymbolicConstant specifying the type of solver. Possible values are DIRECT and ITERATIVE. The default value is DIRECT.
- matrixStorage=
SOLVER_DEFAULT
¶ A SymbolicConstant specifying the type of matrix storage. Possible values are SYMMETRIC, UNSYMMETRIC, and SOLVER_DEFAULT. The default value is SOLVER_DEFAULT.
- maintainAttributes=
False
¶ A Boolean specifying whether to retain attributes from an existing step with the same name. The default value is False.
- solutionTechnique=
FULL_NEWTON
¶ 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.
- reformKernel=
8
¶ An Int specifying the number of quasi-Newton iterations allowed before the kernel matrix is reformed.. The default value is 8.
- convertSDI=
PROPAGATED
¶ 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.
- 返回:¶
step – A HeatTransferStep object.
- 返回类型:¶
- ImplicitDynamicsStep(
- name,
- previous,
- description=
''
, - timePeriod=
1
, - nlgeom=
0
, - matrixStorage=
SOLVER_DEFAULT
, - application=
ANALYSIS_PRODUCT_DEFAULT
, - adiabatic=
0
, - timeIncrementationMethod=
AUTOMATIC
, - maxNumInc=
100
, - initialInc=
None
, - minInc=
None
, - maxInc=
DEFAULT
, - hafTolMethod=
VALUE
, - haftol=
None
, - halfIncScaleFactor=
None
, - nohaf=
0
, - amplitude=
STEP
, - alpha=
DEFAULT
, - initialConditions=
DEFAULT
, - extrapolation=
ANALYSIS_PRODUCT_DEFAULT
, - noStop=
0
, - maintainAttributes=
False
, - solutionTechnique=
FULL_NEWTON
, - reformKernel=
8
, - convertSDI=
PROPAGATED
, This method creates an ImplicitDynamicsStep object.
备注
This function can be accessed by:
mdb.models[name].ImplicitDynamicsStep
- 参数:¶
- 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.
- description=
''
¶ A String specifying a description of the new step. The default value is an empty string.
- timePeriod=
1
¶ A Float specifying the total time period of the step. The default value is 1.0.
- nlgeom=
0
¶ A Boolean specifying whether geometric nonlinearities should be accounted for during the step. The default value is based on the previous step.
- matrixStorage=
SOLVER_DEFAULT
¶ A SymbolicConstant specifying the type of matrix storage. Possible values are SYMMETRIC, UNSYMMETRIC, and SOLVER_DEFAULT. The default value is SOLVER_DEFAULT.
- application=
ANALYSIS_PRODUCT_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.
- adiabatic=
0
¶ A Boolean specifying whether an adiabatic stress analysis is to be performed. The default value is OFF.
- timeIncrementationMethod=
AUTOMATIC
¶ A SymbolicConstant specifying the time incrementation method to be used. Possible values are FIXED and AUTOMATIC. The default value is AUTOMATIC.
- maxNumInc=
100
¶ An Int specifying the maximum number of increments in a step. The default value is 100.
- initialInc=
None
¶ A Float specifying the initial time increment. The default value is the total time period for the step.
- minInc=
None
¶ 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.
- maxInc=
DEFAULT
¶ The SymbolicConstant DEFAULT or a Float specifying the maximum time increment allowed.
- hafTolMethod=
VALUE
¶ 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.
- haftol=
None
¶ None or a Float specifying the half-increment residual tolerance to be used with the automatic time incrementation scheme. The default value is None.
- halfIncScaleFactor=
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.
- nohaf=
0
¶ A Boolean specifying whether to suppress calculation of the half-increment residual. The default value is OFF.
- amplitude=
STEP
¶ A SymbolicConstant specifying the amplitude variation for loading magnitudes during the step. Possible values are STEP and RAMP. The default value is STEP.
- alpha=
DEFAULT
¶ 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.
- initialConditions=
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.
- extrapolation=
ANALYSIS_PRODUCT_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.
- noStop=
0
¶ 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.
- maintainAttributes=
False
¶ A Boolean specifying whether to retain attributes from an existing step with the same name. The default value is False.
- solutionTechnique=
FULL_NEWTON
¶ 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.
- reformKernel=
8
¶ An Int specifying the number of quasi-Newton iterations allowed before the kernel matrix is reformed.. The default value is 8.
- convertSDI=
PROPAGATED
¶ 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.
- 返回:¶
step – An ImplicitDynamicsStep object.
- 返回类型:¶
- MassDiffusionStep(
- name,
- previous,
- description=
''
, - response=
TRANSIENT
, - timePeriod=
1
, - timeIncrementationMethod=
AUTOMATIC
, - maxNumInc=
100
, - initialInc=
None
, - minInc=
None
, - maxInc=
None
, - end=
PERIOD
, - dcmax=
0
, - amplitude=
STEP
, - extrapolation=
LINEAR
, - maintainAttributes=
False
, - convertSDI=
PROPAGATED
, This method creates a MassDiffusionStep object.
备注
This function can be accessed by:
mdb.models[name].MassDiffusionStep
备注
- 参数:¶
- 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.
- description=
''
¶ A String specifying a description of the new step. The default value is an empty string.
- response=
TRANSIENT
¶ A SymbolicConstant specifying the analysis type. Possible values are STEADY_STATE and TRANSIENT. The default value is TRANSIENT.
- timePeriod=
1
¶ A Float specifying the total time period. The default value is 1.0.
- timeIncrementationMethod=
AUTOMATIC
¶ A SymbolicConstant specifying the time incrementation method to be used. Possible values are FIXED and AUTOMATIC. The default value is AUTOMATIC.
- maxNumInc=
100
¶ An Int specifying the maximum number of increments in a step. The default value is 100.
- initialInc=
None
¶ A Float specifying the initial time increment. The default value is the total time period for the step.
- minInc=
None
¶ A Float specifying the minimum time increment allowed. The default value is the smaller of 0.8 times the initial time increment or 10−5 times the total time period.
- maxInc=
None
¶ A Float specifying the maximum time increment allowed. The default value is the total time period for the step.
- end=
PERIOD
¶ A SymbolicConstant specifying the time period to be analyzed in a transient analysis. Possible values are PERIOD and SS. The default value is PERIOD.
- dcmax=
0
¶ A Float specifying the maximum normalized concentration change to be allowed in an increment. The default value is 0.0.
- amplitude=
STEP
¶ A SymbolicConstant specifying the amplitude variation for loading magnitudes during the step. The default is STEP. Possible values are STEP and RAMP.
- extrapolation=
LINEAR
¶ A SymbolicConstant specifying the type of extrapolation to use in determining the incremental solution for a nonlinear analysis. Possible values are NONE, LINEAR, and PARABOLIC. The default value is LINEAR.
- maintainAttributes=
False
¶ A Boolean specifying whether to retain attributes from an existing step with the same name. The default value is False.
- convertSDI=
PROPAGATED
¶ 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.
- 返回:¶
step – A MassDiffusionStep object.
- 返回类型:¶
- ModalDynamicsStep(
- name,
- previous,
- description=
''
, - continueAnalysis=
0
, - timePeriod=
1
, - incSize=
1
, - directDamping=
None
, - compositeDamping=
None
, - rayleighDamping=
None
, - amplitude=
STEP
, - maintainAttributes=
False
, - directDampingByFrequency=
None
, - rayleighDampingByFrequency=
None
, This method creates a ModalDynamicsStep object.
备注
This function can be accessed by:
mdb.models[name].ModalDynamicsStep
备注
- 参数:¶
- 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.
- description=
''
¶ A String specifying a description of the new step. The default value is an empty string.
- continueAnalysis=
0
¶ A Boolean specifying that the step starts with zero initial conditions. The default value is OFF.
- timePeriod=
1
¶ A Float specifying the total time period. The default value is 1.0.
- incSize=
1
¶ A Float specifying the time increment to be used. The default value is 1.0.
- directDamping=
None
¶ A DirectDamping object.
- compositeDamping=
None
¶ A CompositeDamping object.
- rayleighDamping=
None
¶ A RayleighDamping object.
- amplitude=
STEP
¶ A SymbolicConstant specifying the amplitude variation for loading magnitudes during the step. Possible values are STEP and RAMP. The default value is STEP.
- maintainAttributes=
False
¶ A Boolean specifying whether to retain attributes from an existing step with the same name. The default value is False.
- directDampingByFrequency=
None
¶ A DirectDampingByFrequency object.
- rayleighDampingByFrequency=
None
¶ A RayleighDampingByFrequency object.
- 返回:¶
step – A ModalDynamicsStep object.
- 返回类型:¶
- RandomResponseStep(
- name,
- previous,
- freq,
- description=
''
, - scale=
LOG
, - directDamping=
None
, - compositeDamping=
None
, - rayleighDamping=
None
, - structuralDamping=
None
, - directDampingByFrequency=
None
, - rayleighDampingByFrequency=
None
, - structuralDampingByFrequency=
None
, - maintainAttributes=
False
, This method creates a RandomResponseStep object.
备注
This function can be accessed by:
mdb.models[name].RandomResponseStep
备注
- 参数:¶
- 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.
- freq¶
A RandomResponseFrequencyArray object specifying frequencies over ranges of modes.
- description=
''
¶ A String specifying a description of the new step. The default value is an empty string.
- scale=
LOG
¶ A SymbolicConstant specifying the frequency scale. Possible values are LINEAR and LOG. The default value is LOG.
- directDamping=
None
¶ A DirectDamping object.
- compositeDamping=
None
¶ A CompositeDamping object.
- rayleighDamping=
None
¶ A RayleighDamping object.
- structuralDamping=
None
¶ A StructuralDamping object.
- directDampingByFrequency=
None
¶ A DirectDampingByFrequency object.
- rayleighDampingByFrequency=
None
¶ A RayleighDampingByFrequency object.
- structuralDampingByFrequency=
None
¶ A StructuralDampingByFrequency object.
- maintainAttributes=
False
¶ A Boolean specifying whether to retain attributes from an existing step with the same name. The default value is False.
- 返回:¶
step – A RandomResponseStep object.
- 返回类型:¶
- ResponseSpectrumStep(
- name,
- previous,
- components,
- description=
''
, - comp=
SINGLE_DIRECTION
, - sum=
ABS
, - directDamping=
None
, - compositeDamping=
None
, - rayleighDamping=
None
, - directDampingByFrequency=
None
, - rayleighDampingByFrequency=
None
, - maintainAttributes=
False
, This method creates a ResponseSpectrumStep object.
备注
This function can be accessed by:
mdb.models[name].ResponseSpectrumStep
- 参数:¶
- 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.
- components¶
A ResponseSpectrumComponentArray object.
- description=
''
¶ A String specifying a description of the new step. The default value is an empty string.
- comp=
SINGLE_DIRECTION
¶ A SymbolicConstant specifying the order and method used to sum the components. Possible values are SINGLE_DIRECTION, MULTIPLE_DIRECTION_ABSOLUTE_SUM, MULTIPLE_DIRECTION_SRSS_SUM, MULTIPLE_DIRECTION_THIRTY_PERCENT_RULE, and MULTIPLE_DIRECTION_FORTY_PERCENT_RULE. The default value is SINGLE_DIRECTION.
- sum=
ABS
¶ A SymbolicConstant specifying the method used to sum the components. Possible values are ABS, CQC, NRL, SRSS, TENP, DSC, and GRP. The default value is ABS.
- directDamping=
None
¶ A DirectDamping object.
- compositeDamping=
None
¶ A CompositeDamping object.
- rayleighDamping=
None
¶ A RayleighDamping object.
- directDampingByFrequency=
None
¶ A DirectDampingByFrequency object.
- rayleighDampingByFrequency=
None
¶ A RayleighDampingByFrequency object.
- maintainAttributes=
False
¶ A Boolean specifying whether to retain attributes from an existing step with the same name. The default value is False.
- 返回:¶
step – A ResponseSpectrumStep object.
- 返回类型:¶
- SoilsStep(
- name,
- previous,
- description=
''
, - response=
TRANSIENT
, - timePeriod=
1
, - nlgeom=
0
, - stabilizationMethod=
NONE
, - stabilizationMagnitude=
None
, - creep=
1
, - timeIncrementationMethod=
AUTOMATIC
, - initialInc=
None
, - minInc=
None
, - maxInc=
None
, - maxNumInc=
100
, - end=
PERIOD
, - utol=
None
, - cetol=
0
, - amplitude=
STEP
, - extrapolation=
LINEAR
, - matrixSolver=
DIRECT
, - matrixStorage=
SOLVER_DEFAULT
, - maintainAttributes=
False
, - solutionTechnique=
FULL_NEWTON
, - reformKernel=
8
, - convertSDI=
PROPAGATED
, - adaptiveDampingRatio=
0
, - continueDampingFactors=
0
, This method creates a SoilsStep object.
备注
This function can be accessed by:
mdb.models[name].SoilsStep
备注
- 参数:¶
- 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.
- description=
''
¶ A String specifying a description of the new step. The default value is an empty string.
- response=
TRANSIENT
¶ A SymbolicConstant specifying the analysis type. Possible values are STEADY_STATE and TRANSIENT. The default value is TRANSIENT.
- timePeriod=
1
¶ A Float specifying the total time period. The default value is 1.0.
- nlgeom=
0
¶ A Boolean specifying whether geometric nonlinearities should be accounted for during the step. The default value is OFF.
- stabilizationMethod=
NONE
¶ A SymbolicConstant specifying the stabilization type. Possible values are NONE, DISSIPATED_ENERGY_FRACTION, and DAMPING_FACTOR. The default value is NONE.
- stabilizationMagnitude=
None
¶ A Float specifying the damping intensity of the automatic damping algorithm if the problem is expected to be unstable, and stabilizationMethod is not NONE. The default value is 2x10⁻⁴.
- creep=
1
¶ A Boolean specifying whether a creep response occurs during this step. The default value is ON.
- timeIncrementationMethod=
AUTOMATIC
¶ A SymbolicConstant specifying the time incrementation method to be used. Possible values are FIXED and AUTOMATIC. The default value is AUTOMATIC.
- initialInc=
None
¶ A Float specifying the initial time increment. The default value is the total time period for the step.
- minInc=
None
¶ 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.
- maxInc=
None
¶ A Float specifying the maximum time increment allowed. The default value is the total time period for the step.
- maxNumInc=
100
¶ An Int specifying the maximum number of increments in a step. The default value is 100.
- end=
PERIOD
¶ A SymbolicConstant specifying the time period to be analyzed in a transient analysis. Possible values are PERIOD and SS. The default value is PERIOD.
- utol=
None
¶ None or a Float specifying the maximum pore pressure change permitted in any increment (in pressure units) in a transient consolidation analysis. The default value is None.
- cetol=
0
¶ A Float specifying the maximum allowable difference in the creep strain increment calculated from the creep strain rates at the beginning and end of the increment. The default value is 0.0.
- amplitude=
STEP
¶ A SymbolicConstant specifying the amplitude variation for loading magnitudes during the step. The default value is STEP. Possible values are STEP and RAMP.
- extrapolation=
LINEAR
¶ A SymbolicConstant specifying the type of extrapolation to use in determining the incremental solution for a nonlinear analysis. Possible values are NONE, LINEAR, and PARABOLIC. The default value is LINEAR.
- matrixSolver=
DIRECT
¶ A SymbolicConstant specifying the type of solver. Possible values are DIRECT and ITERATIVE. The default value is DIRECT.
- matrixStorage=
SOLVER_DEFAULT
¶ A SymbolicConstant specifying the type of matrix storage. Possible values are SYMMETRIC, UNSYMMETRIC, and SOLVER_DEFAULT. The default value is SOLVER_DEFAULT.
- maintainAttributes=
False
¶ A Boolean specifying whether to retain attributes from an existing step with the same name. The default value is False.
- solutionTechnique=
FULL_NEWTON
¶ 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.
- reformKernel=
8
¶ An Int specifying the number of quasi-Newton iterations allowed before the kernel matrix is reformed.. The default value is 8.
- convertSDI=
PROPAGATED
¶ 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.
- adaptiveDampingRatio=
0
¶ A Float specifying the maximum allowable ratio of the stabilization energy to the total strain energy and can be used only if stabilizationMethod is not NONE. The default value is 0.05.
- continueDampingFactors=
0
¶ A Boolean specifying whether this step will carry over the damping factors from the results of the preceding general step. This parameter must be used in conjunction with the adaptiveDampingRatio parameter. The default value is OFF.
- 返回:¶
step – A SoilsStep object.
- 返回类型:¶
- StaticLinearPerturbationStep(
- name,
- previous,
- description=
''
, - matrixSolver=
DIRECT
, - matrixStorage=
SOLVER_DEFAULT
, - maintainAttributes=
False
, - solutionTechnique=
FULL_NEWTON
, - gapDistance=
0.0
, - scaleFactor=
1.0
, This method creates a StaticLinearPerturbationStep object.
备注
This function can be accessed by:
mdb.models[name].StaticLinearPerturbationStep
- 参数:¶
- 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.
- description=
''
¶ A String specifying a description of the new step. The default value is an empty string.
- matrixSolver=
DIRECT
¶ A SymbolicConstant specifying the type of solver. Possible values are DIRECT and ITERATIVE. The default value is DIRECT.
- matrixStorage=
SOLVER_DEFAULT
¶ A SymbolicConstant specifying the type of matrix storage. Possible values are SYMMETRIC, UNSYMMETRIC, and SOLVER_DEFAULT. The default value is SOLVER_DEFAULT.
- maintainAttributes=
False
¶ A Boolean specifying whether to retain attributes from an existing step with the same name. The default value is False.
- solutionTechnique=
FULL_NEWTON
¶ A SymbolicConstant specifying the technique used for solving nonlinear equations. Possible values are FULL_NEWTON and LCP_CONTACT.
Added in version 2024: The argument
solutionTechnique
was added.- gapDistance=
0.0
¶ A Float specifying the zone within which potential contact constraints are exposed to the LCP solver, applicable when solutionTechnique is LCP_CONTACT.
Added in version 2024: The argument
gapDistance
was added.- scaleFactor=
1.0
¶ A Float specifying the scaling factor for the initial gap distance specified by gapDistance or the internally computed (contact) pair-wise gap distances, applicable when solutionTechnique is LCP_CONTACT.
Added in version 2024: The argument
scaleFactor
was added.
- 返回:¶
step – A StaticLinearPerturbationStep object.
- 返回类型:¶
- StaticRiksStep(
- name,
- previous,
- description=
''
, - nlgeom=
0
, - adiabatic=
0
, - maxLPF=
None
, - nodeOn=
0
, - maximumDisplacement=
0
, - dof=
0
, - region=
None
, - timeIncrementationMethod=
AUTOMATIC
, - maxNumInc=
100
, - totalArcLength=
1
, - initialArcInc=
None
, - minArcInc=
None
, - maxArcInc=
None
, - matrixStorage=
SOLVER_DEFAULT
, - extrapolation=
LINEAR
, - fullyPlastic=
''
, - noStop=
0
, - maintainAttributes=
False
, - useLongTermSolution=
0
, - convertSDI=
PROPAGATED
, This method creates a StaticRiksStep object.
备注
This function can be accessed by:
mdb.models[name].StaticRiksStep
备注
- 参数:¶
- 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.
- description=
''
¶ A String specifying a description of the new step. The default value is an empty string.
- nlgeom=
0
¶ A Boolean specifying whether to allow for geometric nonlinearity. The default value is OFF.
- adiabatic=
0
¶ A Boolean specifying whether to perform an adiabatic stress analysis. The default value is OFF.
- maxLPF=
None
¶ None or a Float specifying the maximum value of the load proportionality factor. The default value is None.
- nodeOn=
0
¶ A Boolean specifying whether to monitor the finishing displacement value at a node. The default value is OFF.
- maximumDisplacement=
0
¶ A Float specifying the value of the total displacement (or rotation) at the node and degree of freedom that, if crossed during an increment, ends the step at the current increment. This argument is required when nodeOn = ON. The default value is 0.0.
- dof=
0
¶ An Int specifying the degree of freedom being monitored. This argument is required when nodeOn = ON. The default value is 0.
- region=
None
¶ A Region object specifying the vertex at which the finishing displacement value is being monitored. This argument is required when nodeOn = ON.
- timeIncrementationMethod=
AUTOMATIC
¶ A SymbolicConstant specifying the time incrementation method to be used. Possible values are FIXED and AUTOMATIC. The default value is AUTOMATIC.
- maxNumInc=
100
¶ An Int specifying the maximum number of increments in a step. The default value is 100.
- totalArcLength=
1
¶ A Float specifying the total load proportionality factor associated with the load in this step. The default value is 1.0.
- initialArcInc=
None
¶ A Float specifying the initial load proportionality factor. The default value is the total load proportionality factor for the step.
- minArcInc=
None
¶ A Float specifying the minimum arc length increment allowed. The default value is the smaller of the suggested initial load proportionality factor or 10−5 times the total load proportionality factor for the step.
- maxArcInc=
None
¶ A Float specifying the maximum arc length increment allowed. The default value is the total load proportionality factor for the step.
- matrixStorage=
SOLVER_DEFAULT
¶ A SymbolicConstant specifying the type of matrix storage. Possible values are SYMMETRIC, UNSYMMETRIC, and SOLVER_DEFAULT. The default value is SOLVER_DEFAULT.
- extrapolation=
LINEAR
¶ A SymbolicConstant specifying the type of extrapolation to use in determining the incremental solution for a nonlinear analysis. Possible values are NONE, LINEAR, and PARABOLIC. The default value is LINEAR.
- fullyPlastic=
''
¶ A String specifying the name of the region being monitored for fully Plastic behavior. The default value is an empty string.
- noStop=
0
¶ 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 = ON only in special cases when you have a thorough understanding of how to interpret the results.
- maintainAttributes=
False
¶ A Boolean specifying whether to retain attributes from an existing step with the same name. The default value is False.
- useLongTermSolution=
0
¶ A Boolean specifying wether to obtain the fully relaxed long-term elastic solution with time-domain viscoelasticity or the long-term elastic-Plastic solution for two-layer viscoplasticity. The default value is OFF.
- convertSDI=
PROPAGATED
¶ 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.
- 返回:¶
step – A StaticRiksStep object.
- 返回类型:¶
- StaticStep(
- name,
- previous,
- description=
''
, - timePeriod=
1
, - nlgeom=
0
, - stabilizationMethod=
NONE
, - stabilizationMagnitude=
None
, - adiabatic=
0
, - timeIncrementationMethod=
AUTOMATIC
, - maxNumInc=
100
, - initialInc=
None
, - minInc=
None
, - maxInc=
None
, - matrixSolver=
DIRECT
, - matrixStorage=
SOLVER_DEFAULT
, - amplitude=
RAMP
, - extrapolation=
LINEAR
, - fullyPlastic=
''
, - noStop=
0
, - maintainAttributes=
False
, - useLongTermSolution=
0
, - solutionTechnique=
FULL_NEWTON
, - reformKernel=
8
, - convertSDI=
PROPAGATED
, - adaptiveDampingRatio=
0
, - continueDampingFactors=
0
, This method creates a StaticStep object.
备注
This function can be accessed by:
mdb.models[name].StaticStep
备注
- 参数:¶
- 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.
- description=
''
¶ A String specifying a description of the new step. The default value is an empty string.
- timePeriod=
1
¶ A Float specifying the total time period. The default value is 1.0.
- nlgeom=
0
¶ A Boolean specifying whether to allow for geometric nonlinearity. The default value is OFF.
- stabilizationMethod=
NONE
¶ A SymbolicConstant specifying the stabilization type. Possible values are NONE, DISSIPATED_ENERGY_FRACTION, and DAMPING_FACTOR. The default value is NONE.
- stabilizationMagnitude=
None
¶ A Float specifying the damping intensity of the automatic damping algorithm if the problem is expected to be unstable, and stabilizationMethod is not NONE. The default value is 2x10⁻⁴.
- adiabatic=
0
¶ A Boolean specifying whether to perform an adiabatic stress analysis. The default value is OFF.
- timeIncrementationMethod=
AUTOMATIC
¶ A SymbolicConstant specifying the time incrementation method to be used. Possible values are FIXED and AUTOMATIC. The default value is AUTOMATIC.
- maxNumInc=
100
¶ An Int specifying the maximum number of increments in a step. The default value is 100.
- initialInc=
None
¶ A Float specifying the initial time increment. The default value is the total time period for the step.
- minInc=
None
¶ A Float specifying the minimum time increment allowed. The default value is the smaller of the suggested initial time increment or 10⁻⁵ times the total time period.
- maxInc=
None
¶ A Float specifying the maximum time increment allowed. The default value is the total time period for the step.
- matrixSolver=
DIRECT
¶ A SymbolicConstant specifying the type of solver. Possible values are DIRECT and ITERATIVE. The default value is DIRECT.
- matrixStorage=
SOLVER_DEFAULT
¶ A SymbolicConstant specifying the type of matrix storage. Possible values are SYMMETRIC, UNSYMMETRIC, and SOLVER_DEFAULT. The default value is SOLVER_DEFAULT.
- amplitude=
RAMP
¶ A SymbolicConstant specifying the amplitude variation for loading magnitudes during the step. Possible values are STEP and RAMP. The default value is RAMP.
- extrapolation=
LINEAR
¶ A SymbolicConstant specifying the type of extrapolation to use in determining the incremental solution for a nonlinear analysis. Possible values are NONE, LINEAR, and PARABOLIC. The default value is LINEAR.
- fullyPlastic=
''
¶ A String specifying the region being monitored for fully Plastic behavior. The default value is an empty string.
- noStop=
0
¶ A Boolean specifying whether to accept the solution to an increment after the maximum number of iterations allowed has been completed, even if the equilibrium tolerances are not satisfied. The default value is OFF.Warning:You should set noStop = ON only in special cases when you have a thorough understanding of how to interpret the results.
- maintainAttributes=
False
¶ A Boolean specifying whether to retain attributes from an existing step with the same name. The default value is False.
- useLongTermSolution=
0
¶ A Boolean specifying wether to obtain the fully relaxed long-term elastic solution with time-domain viscoelasticity or the long-term elastic-Plastic solution for two-layer viscoplasticity. The default value is OFF.
- solutionTechnique=
FULL_NEWTON
¶ 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.
- reformKernel=
8
¶ An Int specifying the number of quasi-Newton iterations allowed before the kernel matrix is reformed.. The default value is 8.
- convertSDI=
PROPAGATED
¶ 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.
- adaptiveDampingRatio=
0
¶ A Float specifying the maximum allowable ratio of the stabilization energy to the total strain energy and can be used only if stabilizationMethod is not NONE. The default value is 0.05.
- continueDampingFactors=
0
¶ A Boolean specifying whether this step will carry over the damping factors from the results of the preceding general step. This parameter must be used in conjunction with the adaptiveDampingRatio parameter. The default value is OFF.
- 返回:¶
step – A StaticRiksStep object.
- 返回类型:¶
- SteadyStateDirectStep(
- name,
- previous,
- frequencyRange,
- description=
''
, - factorization=
COMPLEX
, - scale=
LOGARITHMIC
, - matrixStorage=
SOLVER_DEFAULT
, - maintainAttributes=
False
, - subdivideUsingEigenfrequencies=
0
, - frictionDamping=
0
, This method creates a SteadyStateDirectStep object.
备注
This function can be accessed by:
mdb.models[name].SteadyStateDirectStep
- 参数:¶
- 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.
- frequencyRange¶
A SteadyStateDirectFrequencyArray object.
- description=
''
¶ A String specifying a description of the new step. The default value is an empty string.
- factorization=
COMPLEX
¶ 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.
- scale=
LOGARITHMIC
¶ A SymbolicConstant specifying whether a logarithmic or linear scale is used for output. Possible values are LOGARITHMIC and LINEAR. The default value is LOGARITHMIC.
- matrixStorage=
SOLVER_DEFAULT
¶ A SymbolicConstant specifying the type of matrix storage. Possible values are SYMMETRIC, UNSYMMETRIC, and SOLVER_DEFAULT. The default value is SOLVER_DEFAULT.
- maintainAttributes=
False
¶ A Boolean specifying whether to retain attributes from an existing step with the same name. The default value is False.
- subdivideUsingEigenfrequencies=
0
¶ A Boolean specifying whether to subdivide each frequency range using the eigenfrequencies of the system. The default value is OFF.
- frictionDamping=
0
¶ A Boolean specifying whether to add to the damping matrix contributions due to friction effects. The default value is OFF.
- 返回:¶
step – A SteadyStateDirectStep object.
- 返回类型:¶
- SteadyStateModalStep(
- name,
- previous,
- frequencyRange,
- description=
''
, - scale=
LOGARITHMIC
, - directDamping=
None
, - compositeDamping=
None
, - rayleighDamping=
None
, - structuralDamping=
None
, - directDampingByFrequency=
None
, - rayleighDampingByFrequency=
None
, - structuralDampingByFrequency=
None
, - maintainAttributes=
False
, - subdivideUsingEigenfrequencies=
1
, This method creates a SteadyStateModalStep object.
备注
This function can be accessed by:
mdb.models[name].SteadyStateModalStep
- 参数:¶
- 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.
- frequencyRange¶
A SteadyStateModalFrequencyArray object.
- description=
''
¶ A String specifying a description of the new step. The default value is an empty string.
- scale=
LOGARITHMIC
¶ A SymbolicConstant specifying whether a logarithmic or linear scale is used for output. Possible values are LOGARITHMIC and LINEAR. The default value is LOGARITHMIC.
- directDamping=
None
¶ A DirectDamping object.
- compositeDamping=
None
¶ A CompositeDamping object.
- rayleighDamping=
None
¶ A RayleighDamping object.
- structuralDamping=
None
¶ A StructuralDamping object.
- directDampingByFrequency=
None
¶ A DirectDampingByFrequency object.
- rayleighDampingByFrequency=
None
¶ A RayleighDampingByFrequency object.
- structuralDampingByFrequency=
None
¶ A StructuralDampingByFrequency object.
- maintainAttributes=
False
¶ A Boolean specifying whether to retain attributes from an existing step with the same name. The default value is False.
- subdivideUsingEigenfrequencies=
1
¶ A Boolean specifying whether to subdivide each frequency range using the eigenfrequencies of the system. The default value is ON.
- 返回:¶
step – A SteadyStateModalStep object.
- 返回类型:¶
- SteadyStateSubspaceStep(
- name,
- previous,
- frequencyRange,
- description=
''
, - factorization=
COMPLEX
, - scale=
LOGARITHMIC
, - matrixStorage=
SOLVER_DEFAULT
, - maintainAttributes=
False
, - subdivideUsingEigenfrequencies=
1
, - projection=
ALL_FREQUENCIES
, - maxDampingChange=
0
, - maxStiffnessChange=
0
, - frictionDamping=
0
, This method creates a SteadyStateSubspaceStep object.
备注
This function can be accessed by:
mdb.models[name].SteadyStateSubspaceStep
- 参数:¶
- 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.
- frequencyRange¶
A SteadyStateSubspaceFrequencyArray object.
- description=
''
¶ A String specifying a description of the new step. The default value is an empty string.
- factorization=
COMPLEX
¶ 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.
- scale=
LOGARITHMIC
¶ A SymbolicConstant specifying whether a logarithmic or linear scale is used for output. Possible values are LOGARITHMIC and LINEAR. The default value is LOGARITHMIC.
- matrixStorage=
SOLVER_DEFAULT
¶ A SymbolicConstant specifying the type of matrix storage. Possible values are SYMMETRIC, UNSYMMETRIC, and SOLVER_DEFAULT. The default value is SOLVER_DEFAULT.
- maintainAttributes=
False
¶ A Boolean specifying whether to retain attributes from an existing step with the same name. The default value is False.
- subdivideUsingEigenfrequencies=
1
¶ A Boolean specifying whether to subdivide each frequency range using the eigenfrequencies of the system. The default value is ON.
- projection=
ALL_FREQUENCIES
¶ A SymbolicConstant specifying how often to perform subspace projections onto the modal subspace. Possible values are ALL_FREQUENCIES, CONSTANT, EIGENFREQUENCY, PROPERTY_CHANGE, and RANGE. The default value is ALL_FREQUENCIES.
- maxDampingChange=
0
¶ A Float specifying the maximum relative change in damping material properties before a new projection is to be performed. The default value is 0.1.
- maxStiffnessChange=
0
¶ A Float specifying the maximum relative change in stiffness material properties before a new projection is to be performed. The default value is 0.1.
- frictionDamping=
0
¶ A Boolean specifying whether to add to the damping matrix contributions due to friction effects. The default value is OFF.
- 返回:¶
step – A SteadyStateSubspaceStep object.
- 返回类型:¶
- SubspaceDynamicsStep(
- name,
- previous,
- description=
''
, - timePeriod=
1
, - vectors=
ALL
, - nlgeom=
0
, - maxNumInc=
100
, - incSize=
0
, - amplitude=
STEP
, - maintainAttributes=
False
, This method creates a SubspaceDynamicsStep object.
备注
This function can be accessed by:
mdb.models[name].SubspaceDynamicsStep
- 参数:¶
- 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.
- description=
''
¶ A String specifying a description of the new step. The default value is an empty string.
- timePeriod=
1
¶ A Float specifying the total time period of the step. The default value is 1.0.
- vectors=
ALL
¶ The SymbolicConstant ALL or an Int specifying the number of modes to be used for subspace projection. The possible value for the SymbolicConstant is ALL. The default value is ALL.
- nlgeom=
0
¶ A Boolean specifying whether to allow for geometric nonlinearity. The default value is OFF.
- maxNumInc=
100
¶ An Int specifying the maximum number of increments in a step. The default value is 100.
- incSize=
0
¶ A Float specifying the suggested time increment. The default value is 0.0.
- amplitude=
STEP
¶ A SymbolicConstant specifying the amplitude variation for loading magnitudes during the step. Possible values are STEP and RAMP. The default value is STEP.
- maintainAttributes=
False
¶ A Boolean specifying whether to retain attributes from an existing step with the same name. The default value is False.
- 返回:¶
step – A SubspaceDynamicsStep object.
- 返回类型:¶
- SubstructureGenerateStep(
- name,
- previous,
- substructureIdentifier,
- description=
''
, - recoveryMatrix=
WHOLE_MODEL
, - recoveryRegion=
None
, - computeGravityLoadVectors=
False
, - computeReducedMassMatrix=
False
, - computeReducedStructuralDampingMatrix=
False
, - computeReducedViscousDampingMatrix=
False
, - evaluateFrequencyDependentProperties=
False
, - frequency=
0
, - retainedEigenmodesMethod=
NONE
, - modeRange=
None
, - frequencyRange=
None
, - globalDampingField=
NONE
, - alphaDampingRatio=
0
, - betaDampingRatio=
0
, - structuralDampingRatio=
0
, - viscousDampingControl=
NONE
, - structuralDampingControl=
NONE
, This method creates a SubstructureGenerateStep object.
备注
This function can be accessed by:
mdb.models[name].SubstructureGenerateStep
- 参数:¶
- 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.
- substructureIdentifier¶
An Integer specifying a unique identifier for the substructure.
- description=
''
¶ A String specifying a description of the new step. The default value is an empty string.
- recoveryMatrix=
WHOLE_MODEL
¶ A SymbolicConstant specifying the subtructure recovery to be computed. Possible values are WHOLE_MODEL, REGION, and NONE. The default value is WHOLE_MODEL.
- recoveryRegion=
None
¶ A Region object specifying the region for substructure recovery. This argument is required when recoveryMatrix = REGION.
- computeGravityLoadVectors=
False
¶ A Boolean specifying whether to compute the gravity load vectors. The default value is False.
- computeReducedMassMatrix=
False
¶ A Boolean specifying whether to compute the reduced mass matrix. The default value is False.
- computeReducedStructuralDampingMatrix=
False
¶ A Boolean specifying whether to compute the reduced structural damping matrix. The default value is False.
- computeReducedViscousDampingMatrix=
False
¶ A Boolean specifying whether to compute the reduced viscous damping matrix. The default value is False.
- evaluateFrequencyDependentProperties=
False
¶ A Boolean specifying whether to evaluate the frequency dependent properties. The default value is False.
- frequency=
0
¶ A Float specifying the frequency at which to evaluate the frequency dependent properties. The default value is 0.0.
- retainedEigenmodesMethod=
NONE
¶ A SymbolicConstant specifying the eigenmodes to be retained. Possible values are MODE_RANGE, FREQUENCY_RANGE, and NONE. The default value is NONE.
- modeRange=
None
¶ A SubstructureGenerateModesArray object.
- frequencyRange=
None
¶ A SubstructureGenerateFrequencyArray object.
- globalDampingField=
NONE
¶ A SymbolicConstant specifying the field to which the global damping factors should be applied. Possible values are ALL, ACOUSTIC, MECHANICAL, and NONE. The default value is NONE.
- alphaDampingRatio=
0
¶ A Float specifying the factor to create global Rayleigh mass proportional damping. The default value is 0.0.
- betaDampingRatio=
0
¶ A Float specifying the factor to create global Rayleigh stiffness proportional damping. The default value is 0.0.
- structuralDampingRatio=
0
¶ A Float specifying the factor to create frequency-independent stiffness proportional structural damping. The default value is 0.0.
- viscousDampingControl=
NONE
¶ A SymbolicConstant specifying the damping control to include the viscous damping matrix. Possible values are ELEMENT, FACTOR, COMBINED, and NONE. The default value is NONE.
- structuralDampingControl=
NONE
¶ A SymbolicConstant specifying the damping control to include the structural damping matrix. Possible values are ELEMENT, FACTOR, COMBINED, and NONE. The default value is NONE.
- 返回:¶
step – A SubstructureGenerateStep object.
- 返回类型:¶
- TempDisplacementDynamicsStep(
- name,
- previous,
- description=
''
, - timePeriod=
1
, - nlgeom=
0
, - timeIncrementationMethod=
AUTOMATIC_GLOBAL
, - maxIncrement=
None
, - scaleFactor=
1
, - userDefinedInc=
None
, - massScaling=
PREVIOUS_STEP
, - linearBulkViscosity=
0
, - quadBulkViscosity=
1
, - maintainAttributes=
False
, - improvedDtMethod=
1
, This method creates a TempDisplacementDynamicsStep object.
备注
This function can be accessed by:
mdb.models[name].TempDisplacementDynamicsStep
- 参数:¶
- 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.
- description=
''
¶ A String specifying a description of the new step. The default value is an empty string.
- timePeriod=
1
¶ A Float specifying the time period of the step. The default value is 1.0.
- nlgeom=
0
¶ A Boolean specifying whether geometric nonlinearities should be accounted for during the step. The default value is OFF.
- timeIncrementationMethod=
AUTOMATIC_GLOBAL
¶ 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
¶ None or a Float specifying the maximum time increment allowed. If there is no upper limit, maxIncrement = None. The default value is None.
- scaleFactor=
1
¶ 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.
- userDefinedInc=
None
¶ None or a Float specifying the user-defined time increment. The default value is None.
- massScaling=
PREVIOUS_STEP
¶ A MassScalingArray object specifying mass scaling controls. The default value is PREVIOUS_STEP.
- linearBulkViscosity=
0
¶ A Float specifying the linear bulk viscosity parameter, b1b1. The default value is 0.06.
- quadBulkViscosity=
1
¶ A Float specifying the quadratic bulk viscosity parameter, b2b2. The default value is 1.2.
- maintainAttributes=
False
¶ A Boolean specifying whether to retain attributes from an existing step with the same name. The default value is False.
- improvedDtMethod=
1
¶ A Boolean specifying whether to use the “improved” (improvedDtMethod = ON) or “conservative” (improvedDtMethod = OFF) method to estimate the element stable time increment for three-dimensional continuum elements and elements with plane stress formulations (shell, membrane, and two-dimensional plane stress elements). The default value is ON.
Added in version 2018: The improvedDtMethod argument was added.
- 返回:¶
step – A TempDisplacementDynamicsStep object.
- 返回类型:¶
- ViscoStep(
- name,
- previous,
- description=
''
, - timePeriod=
1
, - nlgeom=
0
, - stabilizationMethod=
NONE
, - stabilizationMagnitude=
None
, - timeIncrementationMethod=
AUTOMATIC
, - matrixSolver=
DIRECT
, - matrixStorage=
SOLVER_DEFAULT
, - initialInc=
None
, - maxNumInc=
100
, - minInc=
None
, - maxInc=
1
, - integration=
IMPLICIT_EXPLICIT
, - cetol=
0
, - amplitude=
STEP
, - extrapolation=
LINEAR
, - maintainAttributes=
False
, - solutionTechnique=
FULL_NEWTON
, - reformKernel=
8
, - convertSDI=
PROPAGATED
, - adaptiveDampingRatio=
0
, - continueDampingFactors=
0
, This method creates a ViscoStep object.
备注
This function can be accessed by:
mdb.models[name].ViscoStep
备注
- 参数:¶
- 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.
- description=
''
¶ A String specifying a description of the new step. The default value is an empty string.
- timePeriod=
1
¶ A Float specifying the total time period. The default value is 1.0.
- nlgeom=
0
¶ A Boolean specifying whether to allow for geometric nonlinearity. The default value is OFF.
- stabilizationMethod=
NONE
¶ A SymbolicConstant specifying the stabilization type. Possible values are NONE, DISSIPATED_ENERGY_FRACTION, and DAMPING_FACTOR. The default value is NONE.
- stabilizationMagnitude=
None
¶ A Float specifying the damping intensity of the automatic damping algorithm if the problem is expected to be unstable, and stabilizationMethod is not NONE. The default value is 2x10⁻⁴.
- timeIncrementationMethod=
AUTOMATIC
¶ A SymbolicConstant specifying the time incrementation method to be used. Possible values are FIXED and AUTOMATIC. The default value is AUTOMATIC.
- matrixSolver=
DIRECT
¶ A SymbolicConstant specifying the type of solver. Possible values are DIRECT and ITERATIVE. The default value is DIRECT.
- matrixStorage=
SOLVER_DEFAULT
¶ A SymbolicConstant specifying the type of matrix storage. Possible values are SYMMETRIC, UNSYMMETRIC, and SOLVER_DEFAULT. The default value is SOLVER_DEFAULT.
- initialInc=
None
¶ A Float specifying the initial time increment. The default value is the total time period for the step.
- maxNumInc=
100
¶ An Int specifying the maximum number of increments in a step. The default value is 100.
- minInc=
None
¶ 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.
- maxInc=
1
¶ A Float specifying the maximum time increment allowed. The default is the total time period for the step. The default value is 1.0.
- integration=
IMPLICIT_EXPLICIT
¶ A SymbolicConstant specifying which type of integration to use throughout the step. Possible values are IMPLICIT_EXPLICIT and EXPLICIT_ONLY. The default value is IMPLICIT_EXPLICIT.
- cetol=
0
¶ A Float specifying the maximum difference in the creep strain increment calculated from the creep strain rates at the beginning and end of the increment. The default value is 0.0.
- amplitude=
STEP
¶ A SymbolicConstant specifying the amplitude variation for loading magnitudes during the step. Possible values are STEP and RAMP. The default value is STEP.
- extrapolation=
LINEAR
¶ A SymbolicConstant specifying the type of extrapolation to use in determining the incremental solution for a nonlinear analysis. Possible values are NONE, LINEAR, and PARABOLIC. The default value is LINEAR.
- maintainAttributes=
False
¶ A Boolean specifying whether to retain attributes from an existing step with the same name. The default value is False.
- solutionTechnique=
FULL_NEWTON
¶ 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.
- reformKernel=
8
¶ An Int specifying the number of quasi-Newton iterations allowed before the kernel matrix is reformed.. The default value is 8.
- convertSDI=
PROPAGATED
¶ 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.
- adaptiveDampingRatio=
0
¶ A Float specifying the maximum allowable ratio of the stabilization energy to the total strain energy and can be used only if stabilizationMethod is not NONE. The default value is 0.05.
- continueDampingFactors=
0
¶ A Boolean specifying whether this step will carry over the damping factors from the results of the preceding general step. This parameter must be used in conjunction with the adaptiveDampingRatio parameter. The default value is OFF.
- 返回:¶
step – A ViscoStep object.
- 返回类型:¶
Other Classes¶
- class AnalysisStep[源代码]¶
基类:
Step
The AnalysisStep object is the abstract base type for other Step objects, except the InitialStep object. It has no explicit constructor, no methods, and has only inherited members. The AnalysisStep object is derived from the Step object.
备注
This object can be accessed by:
import step mdb.models[name].steps[name]
备注
Member Details:
-
adaptiveMeshConstraintStates : --is-rst--dict[str, AdaptiveMeshConstraintState] =
{}
[源代码]¶ A repository of AdaptiveMeshConstraintState objects.
-
adaptiveMeshDomains : --is-rst--dict[str, AdaptiveMeshDomain] =
{}
[源代码]¶ A repository of AdaptiveMeshDomain objects.
-
boundaryConditionStates : --is-rst--dict[str, BoundaryConditionState] =
{}
[源代码]¶ A repository of BoundaryConditionState objects.
-
control : --is-rst--Control =
<abaqus.StepMiscellaneous.Control.Control object>
[源代码]¶ A Control object.
-
diagnosticPrint : --is-rst--DiagnosticPrint =
<abaqus.StepOutput.DiagnosticPrint.DiagnosticPrint object>
[源代码]¶ A DiagnosticPrint object.
- explicit : --is-rst--SymbolicConstant[源代码]¶
A SymbolicConstant specifying whether the step has an explicit procedure type (procedureType = ANNEAL, DYNAMIC_EXPLICIT, or DYNAMIC_TEMP_DISPLACEMENT).
-
fieldOutputRequestState : --is-rst--dict[str, FieldOutputRequestState] =
{}
[源代码]¶ A repository of FieldOutputRequestState objects.
-
historyOutputRequestState : --is-rst--dict[str, HistoryOutputRequestState] =
{}
[源代码]¶ A repository of HistoryOutputRequestState objects.
-
nonmechanical : --is-rst--Boolean =
0
[源代码]¶ A Boolean specifying whether the step has a mechanical procedure type.
-
perturbation : --is-rst--Boolean =
0
[源代码]¶ A Boolean specifying whether the step has a perturbation procedure type.
-
predefinedFieldStates : --is-rst--dict[str, PredefinedFieldState] =
{}
[源代码]¶ A repository of PredefinedFieldState objects.
- procedureType : --is-rst--SymbolicConstant[源代码]¶
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
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
-
adaptiveMeshConstraintStates : --is-rst--dict[str, AdaptiveMeshConstraintState] =
- class Step[源代码]¶
基类:
AdaptivityStep
,OutputStep
,TableCollectionStep
The Step object stores the parameters that determine the context of the step. The Step object is the abstract base type for other Step objects. The Step object has no explicit constructor. The methods and members of the Step object are common to all objects derived from the Step.
备注
This object can be accessed by:
import step mdb.models[name].steps[name]
备注
Check Step on help.3ds.com/2024.
Member Details:
-
class AnnealStep(name, previous, description=
''
, refTemp=None
, maintainAttributes=False
)[源代码]¶ 基类:
AnalysisStep
The AnnealStep object anneals a structure by setting the velocities and all appropriate state variables to zero. The AnnealStep object is derived from the AnalysisStep object.
备注
This object can be accessed by:
import step mdb.models[name].steps[name]
The corresponding analysis keywords are:
ANNEAL
STEP
备注
Member Details:
-
adaptiveMeshConstraintStates : --is-rst--dict[str, AdaptiveMeshConstraintState] =
{}
[源代码]¶ A repository of AdaptiveMeshConstraintState objects.
-
adaptiveMeshDomains : --is-rst--dict[str, AdaptiveMeshDomain] =
{}
[源代码]¶ A repository of AdaptiveMeshDomain objects.
-
boundaryConditionStates : --is-rst--dict[str, BoundaryConditionState] =
{}
[源代码]¶ A repository of BoundaryConditionState objects.
-
control : --is-rst--Control =
<abaqus.StepMiscellaneous.Control.Control object>
[源代码]¶ A Control object.
-
description : --is-rst--str =
''
[源代码]¶ A String specifying a description of the new step. The default value is an empty string.
-
diagnosticPrint : --is-rst--DiagnosticPrint =
<abaqus.StepOutput.DiagnosticPrint.DiagnosticPrint object>
[源代码]¶ A DiagnosticPrint object.
- explicit : --is-rst--SymbolicConstant[源代码]¶
A SymbolicConstant specifying whether the step has an explicit procedure type (procedureType = ANNEAL, DYNAMIC_EXPLICIT, or DYNAMIC_TEMP_DISPLACEMENT).
-
fieldOutputRequestState : --is-rst--dict[str, FieldOutputRequestState] =
{}
[源代码]¶ A repository of FieldOutputRequestState objects.
-
historyOutputRequestState : --is-rst--dict[str, HistoryOutputRequestState] =
{}
[源代码]¶ A repository of HistoryOutputRequestState objects.
-
nonmechanical : --is-rst--Boolean =
0
[源代码]¶ A Boolean specifying whether the step has a mechanical procedure type.
-
perturbation : --is-rst--Boolean =
0
[源代码]¶ A Boolean specifying whether the step has a perturbation procedure type.
-
predefinedFieldStates : --is-rst--dict[str, PredefinedFieldState] =
{}
[源代码]¶ A repository of PredefinedFieldState objects.
-
previous : --is-rst--str =
''
[源代码]¶ A String specifying the name of the previous step. The new step appears after this step in the list of analysis steps.
- procedureType : --is-rst--SymbolicConstant[源代码]¶
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
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
-
refTemp : --is-rst--float | None =
None
[源代码]¶ A Float specifying the post-anneal reference temperature. The default value is the current temperature at all nodes in the model after the annealing has completed.
-
setValues(description=
''
, refTemp=None
)[源代码]¶ This method modifies the AnnealStep object.
- class BuckleStep(
- name,
- previous,
- numEigen,
- description=
''
, - eigensolver=
SUBSPACE
, - minEigen=
None
, - maxEigen=
None
, - vectors=
None
, - maxIterations=
30
, - blockSize=
DEFAULT
, - maxBlocks=
DEFAULT
, - matrixStorage=
SOLVER_DEFAULT
, - maintainAttributes=
False
, 基类:
AnalysisStep
The BuckleStep object controls eigenvalue buckling estimation. The BuckleStep object is derived from the AnalysisStep object.
备注
This object can be accessed by:
import step mdb.models[name].steps[name]
The corresponding analysis keywords are:
BUCKLE
STEP
备注
Member Details:
-
adaptiveMeshConstraintStates : --is-rst--dict[str, AdaptiveMeshConstraintState] =
{}
[源代码]¶ A repository of AdaptiveMeshConstraintState objects.
-
adaptiveMeshDomains : --is-rst--dict[str, AdaptiveMeshDomain] =
{}
[源代码]¶ A repository of AdaptiveMeshDomain objects.
-
blockSize : --is-rst--SymbolicConstant =
'DEFAULT'
[源代码]¶ The SymbolicConstant DEFAULT or an Int specifying the size of the Lanczos block steps. The default value is DEFAULT.
-
boundaryConditionStates : --is-rst--dict[str, BoundaryConditionState] =
{}
[源代码]¶ A repository of BoundaryConditionState objects.
-
control : --is-rst--Control =
<abaqus.StepMiscellaneous.Control.Control object>
[源代码]¶ A Control object.
-
description : --is-rst--str =
''
[源代码]¶ A String specifying a description of the new step. The default value is an empty string.
-
diagnosticPrint : --is-rst--DiagnosticPrint =
<abaqus.StepOutput.DiagnosticPrint.DiagnosticPrint object>
[源代码]¶ A DiagnosticPrint object.
-
eigensolver : --is-rst--SymbolicConstant =
'SUBSPACE'
[源代码]¶ A SymbolicConstant specifying the eigensolver. Possible values are SUBSPACE and LANCZOS. The default value is SUBSPACE.
- explicit : --is-rst--SymbolicConstant[源代码]¶
A SymbolicConstant specifying whether the step has an explicit procedure type (procedureType = ANNEAL, DYNAMIC_EXPLICIT, or DYNAMIC_TEMP_DISPLACEMENT).
-
fieldOutputRequestState : --is-rst--dict[str, FieldOutputRequestState] =
{}
[源代码]¶ A repository of FieldOutputRequestState objects.
-
historyOutputRequestState : --is-rst--dict[str, HistoryOutputRequestState] =
{}
[源代码]¶ A repository of HistoryOutputRequestState objects.
-
matrixStorage : --is-rst--SymbolicConstant =
'SOLVER_DEFAULT'
[源代码]¶ A SymbolicConstant specifying the type of matrix storage. Possible values are SYMMETRIC, UNSYMMETRIC, and SOLVER_DEFAULT. The default value is SOLVER_DEFAULT.
-
maxBlocks : --is-rst--SymbolicConstant =
'DEFAULT'
[源代码]¶ The SymbolicConstant DEFAULT or an Int specifying the maximum number of Lanczos block steps within each Lanczos run. The default value is DEFAULT. Note: minEigen, blockSize, and maxBlocks are ignored unless eigensolver = LANCZOS.
-
maxEigen : --is-rst--float | None =
None
[源代码]¶ None or a Float specifying the maximum eigenvalue of interest. The default value is None.
-
maxIterations : --is-rst--int =
30
[源代码]¶ An Int specifying the maximum number of iterations. The default value is 30.
-
minEigen : --is-rst--float | None =
None
[源代码]¶ None or a Float specifying the minimum eigenvalue of interest. The default value is None.
-
nonmechanical : --is-rst--Boolean =
0
[源代码]¶ A Boolean specifying whether the step has a mechanical procedure type.
-
numEigen : --is-rst--int | None =
None
[源代码]¶ An Int specifying the number of eigenvalues to be estimated.
-
perturbation : --is-rst--Boolean =
0
[源代码]¶ A Boolean specifying whether the step has a perturbation procedure type.
-
predefinedFieldStates : --is-rst--dict[str, PredefinedFieldState] =
{}
[源代码]¶ A repository of PredefinedFieldState objects.
-
previous : --is-rst--str =
''
[源代码]¶ A String specifying the name of the previous step. The new step appears after this step in the list of analysis steps.
- procedureType : --is-rst--SymbolicConstant[源代码]¶
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
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
- setValues(
- description=
''
, - eigensolver=
SUBSPACE
, - minEigen=
None
, - maxEigen=
None
, - vectors=
None
, - maxIterations=
30
, - blockSize=
DEFAULT
, - maxBlocks=
DEFAULT
, - matrixStorage=
SOLVER_DEFAULT
, This method modifies the BuckleStep object.
- 参数:¶
- description=
''
¶ A String specifying a description of the new step. The default value is an empty string.
- eigensolver=
SUBSPACE
¶ A SymbolicConstant specifying the eigensolver. Possible values are SUBSPACE and LANCZOS. The default value is SUBSPACE.
- minEigen=
None
¶ None or a Float specifying the minimum eigenvalue of interest. The default value is None.
- maxEigen=
None
¶ None or a Float specifying the maximum eigenvalue of interest. The default value is None.
- vectors=
None
¶ An Int specifying the number of vectors used in the iteration. The default value is the minimum of (2*n*, n + 8), where n is the number of eigenvalues requested.
- maxIterations=
30
¶ An Int specifying the maximum number of iterations. The default value is 30.
- blockSize=
DEFAULT
¶ The SymbolicConstant DEFAULT or an Int specifying the size of the Lanczos block steps. The default value is DEFAULT.
- maxBlocks=
DEFAULT
¶ The SymbolicConstant DEFAULT or an Int specifying the maximum number of Lanczos block steps within each Lanczos run. The default value is DEFAULT. Note: minEigen, blockSize, and maxBlocks are ignored unless eigensolver = LANCZOS.
- matrixStorage=
SOLVER_DEFAULT
¶ A SymbolicConstant specifying the type of matrix storage. Possible values are SYMMETRIC, UNSYMMETRIC, and SOLVER_DEFAULT. The default value is SOLVER_DEFAULT.
- description=
- 抛出:¶
RangeError –
-
solverControl : --is-rst--SolverControl =
<abaqus.StepMiscellaneous.SolverControl.SolverControl object>
[源代码]¶ A SolverControl object.
- class ComplexFrequencyStep(
- name,
- previous,
- numEigen=
ALL
, - description=
''
, - shift=
None
, - frictionDamping=
0
, - matrixStorage=
SOLVER_DEFAULT
, - maintainAttributes=
False
, - minEigen=
None
, - maxEigen=
None
, - propertyEvaluationFrequency=
None
, 基类:
AnalysisStep
The ComplexFrequencyStep object is used to perform eigenvalue extraction to calculate the complex eigenvalues and corresponding complex mode shapes of a system. The ComplexFrequencyStep object is derived from the AnalysisStep object.
备注
This object can be accessed by:
import step mdb.models[name].steps[name]
The corresponding analysis keywords are:
COMPLEX FREQUENCY
STEP
Member Details:
-
adaptiveMeshConstraintStates : --is-rst--dict[str, AdaptiveMeshConstraintState] =
{}
[源代码]¶ A repository of AdaptiveMeshConstraintState objects.
-
adaptiveMeshDomains : --is-rst--dict[str, AdaptiveMeshDomain] =
{}
[源代码]¶ A repository of AdaptiveMeshDomain objects.
-
boundaryConditionStates : --is-rst--dict[str, BoundaryConditionState] =
{}
[源代码]¶ A repository of BoundaryConditionState objects.
-
control : --is-rst--Control =
<abaqus.StepMiscellaneous.Control.Control object>
[源代码]¶ A Control object.
-
description : --is-rst--str =
''
[源代码]¶ A String specifying a description of the new step. The default value is an empty string.
-
diagnosticPrint : --is-rst--DiagnosticPrint =
<abaqus.StepOutput.DiagnosticPrint.DiagnosticPrint object>
[源代码]¶ A DiagnosticPrint object.
- explicit : --is-rst--SymbolicConstant[源代码]¶
A SymbolicConstant specifying whether the step has an explicit procedure type (procedureType = ANNEAL, DYNAMIC_EXPLICIT, or DYNAMIC_TEMP_DISPLACEMENT).
-
fieldOutputRequestState : --is-rst--dict[str, FieldOutputRequestState] =
{}
[源代码]¶ A repository of FieldOutputRequestState objects.
-
frictionDamping : --is-rst--Boolean =
0
[源代码]¶ A Boolean specifying whether to add to the damping matrix contributions due to friction effects. The default value is OFF.
-
historyOutputRequestState : --is-rst--dict[str, HistoryOutputRequestState] =
{}
[源代码]¶ A repository of HistoryOutputRequestState objects.
-
matrixStorage : --is-rst--SymbolicConstant =
'SOLVER_DEFAULT'
[源代码]¶ A SymbolicConstant specifying the type of matrix storage. Possible values are SYMMETRIC, UNSYMMETRIC, and SOLVER_DEFAULT. The default value is SOLVER_DEFAULT.
-
maxEigen : --is-rst--float | None =
None
[源代码]¶ None or a Float specifying the maximum frequency of interest in cycles per time. The default value is None.
-
minEigen : --is-rst--float | None =
None
[源代码]¶ None or a Float specifying the minimum frequency of interest in cycles per time. The default value is None.
-
nonmechanical : --is-rst--Boolean =
0
[源代码]¶ A Boolean specifying whether the step has a mechanical procedure type.
-
numEigen : --is-rst--SymbolicConstant =
'ALL'
[源代码]¶ The SymbolicConstant ALL or an Int specifying the number of complex eigenmodes to be calculated or a SymbolicConstant ALL. The default value is ALL.
-
perturbation : --is-rst--Boolean =
0
[源代码]¶ A Boolean specifying whether the step has a perturbation procedure type.
-
predefinedFieldStates : --is-rst--dict[str, PredefinedFieldState] =
{}
[源代码]¶ A repository of PredefinedFieldState objects.
-
previous : --is-rst--str =
''
[源代码]¶ A String specifying the name of the previous step. The new step appears after this step in the list of analysis steps.
- procedureType : --is-rst--SymbolicConstant[源代码]¶
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
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
-
propertyEvaluationFrequency : --is-rst--float | None =
None
[源代码]¶ None or a Float specifying the frequency at which to evaluate frequency-dependent properties for viscoelasticity, springs, and dashpots during the eigenvalue extraction. If the value is None, the analysis product will evaluate the stiffness associated with frequency-dependent springs and dashpots at zero frequency and will not consider the stiffness contributions from frequency-domain viscoelasticity in the step. The default value is None.
- setValues(
- numEigen=
ALL
, - description=
''
, - shift=
None
, - frictionDamping=
0
, - matrixStorage=
SOLVER_DEFAULT
, - minEigen=
None
, - maxEigen=
None
, - propertyEvaluationFrequency=
None
, This method modifies the ComplexFrequencyStep object.
- 参数:¶
- numEigen=
ALL
¶ The SymbolicConstant ALL or an Int specifying the number of complex eigenmodes to be calculated or a SymbolicConstant ALL. The default value is ALL.
- description=
''
¶ A String specifying a description of the new step. The default value is an empty string.
- shift=
None
¶ None or a Float specifying the shift point in cycles per time. The default value is None.
- frictionDamping=
0
¶ A Boolean specifying whether to add to the damping matrix contributions due to friction effects. The default value is OFF.
- matrixStorage=
SOLVER_DEFAULT
¶ A SymbolicConstant specifying the type of matrix storage. Possible values are SYMMETRIC, UNSYMMETRIC, and SOLVER_DEFAULT. The default value is SOLVER_DEFAULT.
- minEigen=
None
¶ None or a Float specifying the minimum frequency of interest in cycles per time. The default value is None.
- maxEigen=
None
¶ None or a Float specifying the maximum frequency of interest in cycles per time. The default value is None.
- propertyEvaluationFrequency=
None
¶ None or a Float specifying the frequency at which to evaluate frequency-dependent properties for viscoelasticity, springs, and dashpots during the eigenvalue extraction. If the value is None, the analysis product will evaluate the stiffness associated with frequency-dependent springs and dashpots at zero frequency and will not consider the stiffness contributions from frequency-domain viscoelasticity in the step. The default value is None.
- numEigen=
- 抛出:¶
RangeError –
-
shift : --is-rst--float | None =
None
[源代码]¶ None or a Float specifying the shift point in cycles per time. The default value is None.
- class CoupledTempDisplacementStep(
- name,
- previous,
- description=
''
, - response=
TRANSIENT
, - timePeriod=
1
, - nlgeom=
0
, - stabilizationMethod=
NONE
, - stabilizationMagnitude=
None
, - timeIncrementationMethod=
AUTOMATIC
, - maxNumInc=
100
, - initialInc=
None
, - minInc=
None
, - maxInc=
None
, - deltmx=
0
, - cetol=
0
, - creepIntegration=
IMPLICIT
, - solutionTechnique=
FULL_NEWTON
, - matrixStorage=
SOLVER_DEFAULT
, - amplitude=
STEP
, - extrapolation=
LINEAR
, - maintainAttributes=
False
, - convertSDI=
PROPAGATED
, - adaptiveDampingRatio=
0
, - continueDampingFactors=
0
, 基类:
AnalysisStep
The CoupledTempDisplacementStep object is used to analyze problems where the simultaneous solution of the temperature and stress/displacement fields is necessary. The CoupledTempDisplacementStep object is derived from the AnalysisStep object.
备注
This object can be accessed by:
import step mdb.models[name].steps[name]
The corresponding analysis keywords are:
- COUPLED TEMPERATURE-DISPLACEMENT
SOLUTION TECHNIQUE
STEP
Member Details:
-
adaptiveDampingRatio : --is-rst--float =
0
[源代码]¶ A Float specifying the maximum allowable ratio of the stabilization energy to the total strain energy and can be used only if stabilizationMethod is not NONE. The default value is 0.05.
-
adaptiveMeshConstraintStates : --is-rst--dict[str, AdaptiveMeshConstraintState] =
{}
[源代码]¶ A repository of AdaptiveMeshConstraintState objects.
-
adaptiveMeshDomains : --is-rst--dict[str, AdaptiveMeshDomain] =
{}
[源代码]¶ A repository of AdaptiveMeshDomain objects.
-
amplitude : --is-rst--SymbolicConstant =
'STEP'
[源代码]¶ A SymbolicConstant specifying the amplitude variation for loading magnitudes during the step. The default value is STEP. Possible values are STEP and RAMP.
-
boundaryConditionStates : --is-rst--dict[str, BoundaryConditionState] =
{}
[源代码]¶ A repository of BoundaryConditionState objects.
-
cetol : --is-rst--float =
0
[源代码]¶ A Float specifying the maximum difference in the creep strain increment calculated from the creep strain rates at the beginning and end of the increment. The default value is 0.0.
-
continueDampingFactors : --is-rst--Boolean =
0
[源代码]¶ A Boolean specifying whether this step will carry over the damping factors from the results of the preceding general step. This parameter must be used in conjunction with the adaptiveDampingRatio parameter. The default value is OFF.
-
control : --is-rst--Control =
<abaqus.StepMiscellaneous.Control.Control object>
[源代码]¶ A Control object.
-
convertSDI : --is-rst--SymbolicConstant =
'PROPAGATED'
[源代码]¶ 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.
-
creepIntegration : --is-rst--SymbolicConstant =
'IMPLICIT'
[源代码]¶ A SymbolicConstant specifying the type of integration to be used for creep and swelling effects throughout the step. Possible values are IMPLICIT, EXPLICIT, and NONE. The default value is IMPLICIT.
-
deltmx : --is-rst--float =
0
[源代码]¶ A Float specifying the maximum temperature change to be allowed in an increment in a transient analysis. The default value is 0.0.
-
description : --is-rst--str =
''
[源代码]¶ A String specifying a description of the new step. The default value is an empty string.
-
diagnosticPrint : --is-rst--DiagnosticPrint =
<abaqus.StepOutput.DiagnosticPrint.DiagnosticPrint object>
[源代码]¶ A DiagnosticPrint object.
- explicit : --is-rst--SymbolicConstant[源代码]¶
A SymbolicConstant specifying whether the step has an explicit procedure type (procedureType = ANNEAL, DYNAMIC_EXPLICIT, or DYNAMIC_TEMP_DISPLACEMENT).
-
extrapolation : --is-rst--SymbolicConstant =
'LINEAR'
[源代码]¶ A SymbolicConstant specifying the type of extrapolation to use in determining the incremental solution for a nonlinear analysis. Possible values are NONE, LINEAR, and PARABOLIC. The default value is LINEAR.
-
fieldOutputRequestState : --is-rst--dict[str, FieldOutputRequestState] =
{}
[源代码]¶ A repository of FieldOutputRequestState objects.
-
historyOutputRequestState : --is-rst--dict[str, HistoryOutputRequestState] =
{}
[源代码]¶ A repository of HistoryOutputRequestState objects.
-
initialInc : --is-rst--float | None =
None
[源代码]¶ A Float specifying the initial time increment. The default value is the total time period for the step.
-
matrixStorage : --is-rst--SymbolicConstant =
'SOLVER_DEFAULT'
[源代码]¶ A SymbolicConstant specifying the type of matrix storage. Possible values are SYMMETRIC, UNSYMMETRIC, and SOLVER_DEFAULT. The default value is SOLVER_DEFAULT.
-
maxInc : --is-rst--float | None =
None
[源代码]¶ A Float specifying the maximum time increment allowed. The default value is the total time period for the step.
-
maxNumInc : --is-rst--int =
100
[源代码]¶ An Int specifying the maximum number of increments in a step. The default value is 100.
-
minInc : --is-rst--float | None =
None
[源代码]¶ 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.
-
nlgeom : --is-rst--Boolean =
0
[源代码]¶ A Boolean specifying whether geometric nonlinearities should be accounted for during the step. The default value is OFF.
-
nonmechanical : --is-rst--Boolean =
0
[源代码]¶ A Boolean specifying whether the step has a mechanical procedure type.
-
perturbation : --is-rst--Boolean =
0
[源代码]¶ A Boolean specifying whether the step has a perturbation procedure type.
-
predefinedFieldStates : --is-rst--dict[str, PredefinedFieldState] =
{}
[源代码]¶ A repository of PredefinedFieldState objects.
-
previous : --is-rst--str =
''
[源代码]¶ A String specifying the name of the previous step. The new step appears after this step in the list of analysis steps.
- procedureType : --is-rst--SymbolicConstant[源代码]¶
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
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
-
response : --is-rst--SymbolicConstant =
'TRANSIENT'
[源代码]¶ A SymbolicConstant specifying the analysis type. Possible values are STEADY_STATE and TRANSIENT. The default value is TRANSIENT.
- setValues(
- description=
''
, - response=
TRANSIENT
, - timePeriod=
1
, - nlgeom=
0
, - stabilizationMethod=
NONE
, - stabilizationMagnitude=
None
, - timeIncrementationMethod=
AUTOMATIC
, - maxNumInc=
100
, - initialInc=
None
, - minInc=
None
, - maxInc=
None
, - deltmx=
0
, - cetol=
0
, - creepIntegration=
IMPLICIT
, - solutionTechnique=
FULL_NEWTON
, - matrixStorage=
SOLVER_DEFAULT
, - amplitude=
STEP
, - extrapolation=
LINEAR
, - convertSDI=
PROPAGATED
, - adaptiveDampingRatio=
0
, - continueDampingFactors=
0
, This method modifies the CoupledTempDisplacementStep object.
- 参数:¶
- description=
''
¶ A String specifying a description of the new step. The default value is an empty string.
- response=
TRANSIENT
¶ A SymbolicConstant specifying the analysis type. Possible values are STEADY_STATE and TRANSIENT. The default value is TRANSIENT.
- timePeriod=
1
¶ A Float specifying the total time period for the step. The default value is 1.0.
- nlgeom=
0
¶ A Boolean specifying whether geometric nonlinearities should be accounted for during the step. The default value is OFF.
- stabilizationMethod=
NONE
¶ A SymbolicConstant specifying the stabilization type. Possible values are NONE, DISSIPATED_ENERGY_FRACTION, and DAMPING_FACTOR. The default value is NONE.
- stabilizationMagnitude=
None
¶ A Float specifying the damping intensity of the automatic damping algorithm if the problem is expected to be unstable and stabilizationMethod ≠ NONE. The default value is 2x10⁻⁴.
- timeIncrementationMethod=
AUTOMATIC
¶ A SymbolicConstant specifying the time incrementation method to be used. Possible values are FIXED and AUTOMATIC. The default value is AUTOMATIC.
- maxNumInc=
100
¶ An Int specifying the maximum number of increments in a step. The default value is 100.
- initialInc=
None
¶ A Float specifying the initial time increment. The default value is the total time period for the step.
- minInc=
None
¶ 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.
- maxInc=
None
¶ A Float specifying the maximum time increment allowed. The default value is the total time period for the step.
- deltmx=
0
¶ A Float specifying the maximum temperature change to be allowed in an increment in a transient analysis. The default value is 0.0.
- cetol=
0
¶ A Float specifying the maximum difference in the creep strain increment calculated from the creep strain rates at the beginning and end of the increment. The default value is 0.0.
- creepIntegration=
IMPLICIT
¶ A SymbolicConstant specifying the type of integration to be used for creep and swelling effects throughout the step. Possible values are IMPLICIT, EXPLICIT, and NONE. The default value is IMPLICIT.
- solutionTechnique=
FULL_NEWTON
¶ A SymbolicConstant specifying the type of solution technique. Possible values are FULL_NEWTON and SEPARATED. The default value is FULL_NEWTON.
- matrixStorage=
SOLVER_DEFAULT
¶ A SymbolicConstant specifying the type of matrix storage. Possible values are SYMMETRIC, UNSYMMETRIC, and SOLVER_DEFAULT. The default value is SOLVER_DEFAULT.
- amplitude=
STEP
¶ A SymbolicConstant specifying the amplitude variation for loading magnitudes during the step. The default value is STEP. Possible values are STEP and RAMP.
- extrapolation=
LINEAR
¶ A SymbolicConstant specifying the type of extrapolation to use in determining the incremental solution for a nonlinear analysis. Possible values are NONE, LINEAR, and PARABOLIC. The default value is LINEAR.
- convertSDI=
PROPAGATED
¶ 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.
- adaptiveDampingRatio=
0
¶ A Float specifying the maximum allowable ratio of the stabilization energy to the total strain energy and can be used only if stabilizationMethod is not NONE. The default value is 0.05.
- continueDampingFactors=
0
¶ A Boolean specifying whether this step will carry over the damping factors from the results of the preceding general step. This parameter must be used in conjunction with the adaptiveDampingRatio parameter. The default value is OFF.
- description=
- 抛出:¶
RangeError –
-
solutionTechnique : --is-rst--SymbolicConstant =
'FULL_NEWTON'
[源代码]¶ A SymbolicConstant specifying the type of solution technique. Possible values are FULL_NEWTON and SEPARATED. The default value is FULL_NEWTON.
-
solverControl : --is-rst--SolverControl =
<abaqus.StepMiscellaneous.SolverControl.SolverControl object>
[源代码]¶ A SolverControl object.
-
stabilizationMagnitude : --is-rst--float | None =
None
[源代码]¶ A Float specifying the damping intensity of the automatic damping algorithm if the problem is expected to be unstable and stabilizationMethod ≠ NONE. The default value is 2x10⁻⁴.
-
stabilizationMethod : --is-rst--SymbolicConstant =
'NONE'
[源代码]¶ A SymbolicConstant specifying the stabilization type. Possible values are NONE, DISSIPATED_ENERGY_FRACTION, and DAMPING_FACTOR. The default value is NONE.
-
suppressed : --is-rst--Boolean =
0
[源代码]¶ A Boolean specifying whether the step is suppressed or not. The default value is OFF.
- class CoupledThermalElectricStep(
- name,
- previous,
- description=
''
, - response=
TRANSIENT
, - timePeriod=
1
, - timeIncrementationMethod=
AUTOMATIC
, - maxNumInc=
100
, - initialInc=
None
, - minInc=
None
, - maxInc=
None
, - end=
PERIOD
, - deltmx=
0
, - mxdem=
0
, - solutionTechnique=
FULL_NEWTON
, - matrixStorage=
SOLVER_DEFAULT
, - amplitude=
STEP
, - extrapolation=
LINEAR
, - maintainAttributes=
False
, - convertSDI=
PROPAGATED
, 基类:
AnalysisStep
The CoupledThermalElectricStep object is used to analyze problems where the electrical potential and temperature fields must be solved simultaneously. The CoupledThermalElectricStep object is derived from the AnalysisStep object.
备注
This object can be accessed by:
import step mdb.models[name].steps[name]
The corresponding analysis keywords are:
- COUPLED THERMAL-ELECTRICAL
SOLUTION TECHNIQUE
STEP
Member Details:
-
adaptiveMeshConstraintStates : --is-rst--dict[str, AdaptiveMeshConstraintState] =
{}
[源代码]¶ A repository of AdaptiveMeshConstraintState objects.
-
adaptiveMeshDomains : --is-rst--dict[str, AdaptiveMeshDomain] =
{}
[源代码]¶ A repository of AdaptiveMeshDomain objects.
-
amplitude : --is-rst--SymbolicConstant =
'STEP'
[源代码]¶ A SymbolicConstant specifying the amplitude variation for loading magnitudes during the step. The default value is STEP. Possible values are STEP and RAMP.
-
boundaryConditionStates : --is-rst--dict[str, BoundaryConditionState] =
{}
[源代码]¶ A repository of BoundaryConditionState objects.
-
control : --is-rst--Control =
<abaqus.StepMiscellaneous.Control.Control object>
[源代码]¶ A Control object.
-
convertSDI : --is-rst--SymbolicConstant =
'PROPAGATED'
[源代码]¶ 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.
-
deltmx : --is-rst--float =
0
[源代码]¶ A Float specifying the maximum temperature change to be allowed in an increment in a transient analysis. The default value is 0.0.
-
description : --is-rst--str =
''
[源代码]¶ A String specifying a description of the new step. The default value is an empty string.
-
diagnosticPrint : --is-rst--DiagnosticPrint =
<abaqus.StepOutput.DiagnosticPrint.DiagnosticPrint object>
[源代码]¶ A DiagnosticPrint object.
-
end : --is-rst--SymbolicConstant =
'PERIOD'
[源代码]¶ A SymbolicConstant specifying the time period to be analyzed in a transient analysis. Possible values are PERIOD and SS. The default value is PERIOD.
- explicit : --is-rst--SymbolicConstant[源代码]¶
A SymbolicConstant specifying whether the step has an explicit procedure type (procedureType = ANNEAL, DYNAMIC_EXPLICIT, or DYNAMIC_TEMP_DISPLACEMENT).
-
extrapolation : --is-rst--SymbolicConstant =
'LINEAR'
[源代码]¶ A SymbolicConstant specifying the type of extrapolation to use in determining the incremental solution for a nonlinear analysis. Possible values are NONE, LINEAR, and PARABOLIC. The default value is LINEAR.
-
fieldOutputRequestState : --is-rst--dict[str, FieldOutputRequestState] =
{}
[源代码]¶ A repository of FieldOutputRequestState objects.
-
historyOutputRequestState : --is-rst--dict[str, HistoryOutputRequestState] =
{}
[源代码]¶ A repository of HistoryOutputRequestState objects.
-
initialInc : --is-rst--float | None =
None
[源代码]¶ A Float specifying the initial time increment. The default value is the total time period for the step.
-
matrixStorage : --is-rst--SymbolicConstant =
'SOLVER_DEFAULT'
[源代码]¶ A SymbolicConstant specifying the type of matrix storage. Possible values are SYMMETRIC, UNSYMMETRIC, and SOLVER_DEFAULT. The default value is SOLVER_DEFAULT.
-
maxInc : --is-rst--float | None =
None
[源代码]¶ A Float specifying the maximum time increment allowed. The default value is the total time period for the step.
-
maxNumInc : --is-rst--int =
100
[源代码]¶ An Int specifying the maximum number of increments in a step. The default value is 100.
-
minInc : --is-rst--float | None =
None
[源代码]¶ 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.
-
mxdem : --is-rst--float =
0
[源代码]¶ A Float specifying the maximum allowable emissivity change with temperature and field variables during an increment. The default value is 0.1.
-
nonmechanical : --is-rst--Boolean =
0
[源代码]¶ A Boolean specifying whether the step has a mechanical procedure type.
-
perturbation : --is-rst--Boolean =
0
[源代码]¶ A Boolean specifying whether the step has a perturbation procedure type.
-
predefinedFieldStates : --is-rst--dict[str, PredefinedFieldState] =
{}
[源代码]¶ A repository of PredefinedFieldState objects.
-
previous : --is-rst--str =
''
[源代码]¶ A String specifying the name of the previous step. The new step appears after this step in the list of analysis steps.
- procedureType : --is-rst--SymbolicConstant[源代码]¶
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
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
-
response : --is-rst--SymbolicConstant =
'TRANSIENT'
[源代码]¶ A SymbolicConstant specifying the analysis type. Possible values are STEADY_STATE and TRANSIENT. The default value is TRANSIENT.
- setValues(
- description=
''
, - response=
TRANSIENT
, - timePeriod=
1
, - timeIncrementationMethod=
AUTOMATIC
, - maxNumInc=
100
, - initialInc=
None
, - minInc=
None
, - maxInc=
None
, - end=
PERIOD
, - deltmx=
0
, - mxdem=
0
, - solutionTechnique=
FULL_NEWTON
, - matrixStorage=
SOLVER_DEFAULT
, - amplitude=
STEP
, - extrapolation=
LINEAR
, - convertSDI=
PROPAGATED
, This method modifies the CoupledThermalElectricStep object.
- 参数:¶
- description=
''
¶ A String specifying a description of the new step. The default value is an empty string.
- response=
TRANSIENT
¶ A SymbolicConstant specifying the analysis type. Possible values are STEADY_STATE and TRANSIENT. The default value is TRANSIENT.
- timePeriod=
1
¶ A Float specifying the total time period for the step. The default value is 1.0.
- timeIncrementationMethod=
AUTOMATIC
¶ A SymbolicConstant specifying the time incrementation method to be used. Possible values are FIXED and AUTOMATIC. The default value is AUTOMATIC.
- maxNumInc=
100
¶ An Int specifying the maximum number of increments in a step. The default value is 100.
- initialInc=
None
¶ A Float specifying the initial time increment. The default value is the total time period for the step.
- minInc=
None
¶ 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.
- maxInc=
None
¶ A Float specifying the maximum time increment allowed. The default value is the total time period for the step.
- end=
PERIOD
¶ A SymbolicConstant specifying the time period to be analyzed in a transient analysis. Possible values are PERIOD and SS. The default value is PERIOD.
- deltmx=
0
¶ A Float specifying the maximum temperature change to be allowed in an increment in a transient analysis. The default value is 0.0.
- mxdem=
0
¶ A Float specifying the maximum allowable emissivity change with temperature and field variables during an increment. The default value is 0.1.
- solutionTechnique=
FULL_NEWTON
¶ A SymbolicConstant specifying the type of solution technique. Possible values are FULL_NEWTON and SEPARATED. The default value is FULL_NEWTON.
- matrixStorage=
SOLVER_DEFAULT
¶ A SymbolicConstant specifying the type of matrix storage. Possible values are SYMMETRIC, UNSYMMETRIC, and SOLVER_DEFAULT. The default value is SOLVER_DEFAULT.
- amplitude=
STEP
¶ A SymbolicConstant specifying the amplitude variation for loading magnitudes during the step. The default value is STEP. Possible values are STEP and RAMP.
- extrapolation=
LINEAR
¶ A SymbolicConstant specifying the type of extrapolation to use in determining the incremental solution for a nonlinear analysis. Possible values are NONE, LINEAR, and PARABOLIC. The default value is LINEAR.
- convertSDI=
PROPAGATED
¶ 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.
- description=
- 抛出:¶
RangeError –
-
solutionTechnique : --is-rst--SymbolicConstant =
'FULL_NEWTON'
[源代码]¶ A SymbolicConstant specifying the type of solution technique. Possible values are FULL_NEWTON and SEPARATED. The default value is FULL_NEWTON.
-
solverControl : --is-rst--SolverControl =
<abaqus.StepMiscellaneous.SolverControl.SolverControl object>
[源代码]¶ A SolverControl object.
-
suppressed : --is-rst--Boolean =
0
[源代码]¶ A Boolean specifying whether the step is suppressed or not. The default value is OFF.
- class CoupledThermalElectricalStructuralStep(
- name,
- previous,
- description=
''
, - response=
TRANSIENT
, - timePeriod=
1
, - nlgeom=
0
, - stabilizationMethod=
NONE
, - stabilizationMagnitude=
None
, - timeIncrementationMethod=
AUTOMATIC
, - maxNumInc=
100
, - initialInc=
None
, - minInc=
None
, - maxInc=
None
, - deltmx=
0
, - cetol=
0
, - creepIntegration=
IMPLICIT
, - matrixStorage=
SOLVER_DEFAULT
, - amplitude=
STEP
, - extrapolation=
LINEAR
, - maintainAttributes=
False
, - convertSDI=
PROPAGATED
, - adaptiveDampingRatio=
0
, - continueDampingFactors=
0
, 基类:
AnalysisStep
The CoupledThermalElectricalStructuralStep object is used to analyze problems where the simultaneous solution of the temperature, stress/displacement and electrical fields is necessary. The CoupledThermalElectricalStructuralStep object is derived from the AnalysisStep object.
备注
This object can be accessed by:
import step mdb.models[name].steps[name]
The corresponding analysis keywords are:
- COUPLED TEMPERATURE-DISPLACEMENT
SOLUTION TECHNIQUE
STEP
Member Details:
-
adaptiveDampingRatio : --is-rst--float =
0
[源代码]¶ A Float specifying the maximum allowable ratio of the stabilization energy to the total strain energy and can be used only if stabilizationMethod is not NONE. The default value is 0.05.
-
adaptiveMeshConstraintStates : --is-rst--dict[str, AdaptiveMeshConstraintState] =
{}
[源代码]¶ A repository of AdaptiveMeshConstraintState objects.
-
adaptiveMeshDomains : --is-rst--dict[str, AdaptiveMeshDomain] =
{}
[源代码]¶ A repository of AdaptiveMeshDomain objects.
-
amplitude : --is-rst--SymbolicConstant =
'STEP'
[源代码]¶ A SymbolicConstant specifying the amplitude variation for loading magnitudes during the step. The default value is STEP. Possible values are STEP and RAMP.
-
boundaryConditionStates : --is-rst--dict[str, BoundaryConditionState] =
{}
[源代码]¶ A repository of BoundaryConditionState objects.
-
cetol : --is-rst--float =
0
[源代码]¶ A Float specifying the maximum difference in the creep strain increment calculated from the creep strain rates at the beginning and end of the increment. The default value is 0.0.
-
continueDampingFactors : --is-rst--Boolean =
0
[源代码]¶ A Boolean specifying whether this step will carry over the damping factors from the results of the preceding general step. This parameter must be used in conjunction with the adaptiveDampingRatio parameter. The default value is OFF.
-
control : --is-rst--Control =
<abaqus.StepMiscellaneous.Control.Control object>
[源代码]¶ A Control object.
-
convertSDI : --is-rst--SymbolicConstant =
'PROPAGATED'
[源代码]¶ 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.
-
creepIntegration : --is-rst--SymbolicConstant =
'IMPLICIT'
[源代码]¶ A SymbolicConstant specifying the type of integration to be used for creep and swelling effects throughout the step. Possible values are IMPLICIT, EXPLICIT, and NONE. The default value is IMPLICIT.
-
deltmx : --is-rst--float =
0
[源代码]¶ A Float specifying the maximum temperature change to be allowed in an increment in a transient analysis. The default value is 0.0.
-
description : --is-rst--str =
''
[源代码]¶ A String specifying a description of the new step. The default value is an empty string.
-
diagnosticPrint : --is-rst--DiagnosticPrint =
<abaqus.StepOutput.DiagnosticPrint.DiagnosticPrint object>
[源代码]¶ A DiagnosticPrint object.
- explicit : --is-rst--SymbolicConstant[源代码]¶
A SymbolicConstant specifying whether the step has an explicit procedure type (procedureType = ANNEAL, DYNAMIC_EXPLICIT, or DYNAMIC_TEMP_DISPLACEMENT).
-
extrapolation : --is-rst--SymbolicConstant =
'LINEAR'
[源代码]¶ A SymbolicConstant specifying the type of extrapolation to use in determining the incremental solution for a nonlinear analysis. Possible values are NONE, LINEAR, and PARABOLIC. The default value is LINEAR.
-
fieldOutputRequestState : --is-rst--dict[str, FieldOutputRequestState] =
{}
[源代码]¶ A repository of FieldOutputRequestState objects.
-
historyOutputRequestState : --is-rst--dict[str, HistoryOutputRequestState] =
{}
[源代码]¶ A repository of HistoryOutputRequestState objects.
-
initialInc : --is-rst--float | None =
None
[源代码]¶ A Float specifying the initial time increment. The default value is the total time period for the step.
-
matrixStorage : --is-rst--SymbolicConstant =
'SOLVER_DEFAULT'
[源代码]¶ A SymbolicConstant specifying the type of matrix storage. Possible values are SYMMETRIC, UNSYMMETRIC, and SOLVER_DEFAULT. The default value is SOLVER_DEFAULT.
-
maxInc : --is-rst--float | None =
None
[源代码]¶ A Float specifying the maximum time increment allowed. The default value is the total time period for the step.
-
maxNumInc : --is-rst--int =
100
[源代码]¶ An Int specifying the maximum number of increments in a step. The default value is 100.
-
minInc : --is-rst--float | None =
None
[源代码]¶ 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.
-
nlgeom : --is-rst--Boolean =
0
[源代码]¶ A Boolean specifying whether geometric nonlinearities should be accounted for during the step. The default value is OFF.
-
nonmechanical : --is-rst--Boolean =
0
[源代码]¶ A Boolean specifying whether the step has a mechanical procedure type.
-
perturbation : --is-rst--Boolean =
0
[源代码]¶ A Boolean specifying whether the step has a perturbation procedure type.
-
predefinedFieldStates : --is-rst--dict[str, PredefinedFieldState] =
{}
[源代码]¶ A repository of PredefinedFieldState objects.
-
previous : --is-rst--str =
''
[源代码]¶ A String specifying the name of the previous step. The new step appears after this step in the list of analysis steps.
- procedureType : --is-rst--SymbolicConstant[源代码]¶
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
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
-
response : --is-rst--SymbolicConstant =
'TRANSIENT'
[源代码]¶ A SymbolicConstant specifying the analysis type. Possible values are STEADY_STATE and TRANSIENT. The default value is TRANSIENT.
- setValues(
- description=
''
, - response=
TRANSIENT
, - timePeriod=
1
, - nlgeom=
0
, - stabilizationMethod=
NONE
, - stabilizationMagnitude=
None
, - timeIncrementationMethod=
AUTOMATIC
, - maxNumInc=
100
, - initialInc=
None
, - minInc=
None
, - maxInc=
None
, - deltmx=
0
, - cetol=
0
, - creepIntegration=
IMPLICIT
, - matrixStorage=
SOLVER_DEFAULT
, - amplitude=
STEP
, - extrapolation=
LINEAR
, - convertSDI=
PROPAGATED
, - adaptiveDampingRatio=
0
, - continueDampingFactors=
0
, This method modifies the CoupledThermalElectricalStructuralStep object.
- 参数:¶
- description=
''
¶ A String specifying a description of the new step. The default value is an empty string.
- response=
TRANSIENT
¶ A SymbolicConstant specifying the analysis type. Possible values are STEADY_STATE and TRANSIENT. The default value is TRANSIENT.
- timePeriod=
1
¶ A Float specifying the total time period for the step. The default value is 1.0.
- nlgeom=
0
¶ A Boolean specifying whether geometric nonlinearities should be accounted for during the step. The default value is OFF.
- stabilizationMethod=
NONE
¶ A SymbolicConstant specifying the stabilization type. Possible values are NONE, DISSIPATED_ENERGY_FRACTION, and DAMPING_FACTOR. The default value is NONE.
- stabilizationMagnitude=
None
¶ A Float specifying the damping intensity of the automatic damping algorithm if the problem is expected to be unstable and stabilizationMethod ≠ NONE. The default value is 2x10⁻⁴.
- timeIncrementationMethod=
AUTOMATIC
¶ A SymbolicConstant specifying the time incrementation method to be used. Possible values are FIXED and AUTOMATIC. The default value is AUTOMATIC.
- maxNumInc=
100
¶ An Int specifying the maximum number of increments in a step. The default value is 100.
- initialInc=
None
¶ A Float specifying the initial time increment. The default value is the total time period for the step.
- minInc=
None
¶ 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.
- maxInc=
None
¶ A Float specifying the maximum time increment allowed. The default value is the total time period for the step.
- deltmx=
0
¶ A Float specifying the maximum temperature change to be allowed in an increment in a transient analysis. The default value is 0.0.
- cetol=
0
¶ A Float specifying the maximum difference in the creep strain increment calculated from the creep strain rates at the beginning and end of the increment. The default value is 0.0.
- creepIntegration=
IMPLICIT
¶ A SymbolicConstant specifying the type of integration to be used for creep and swelling effects throughout the step. Possible values are IMPLICIT, EXPLICIT, and NONE. The default value is IMPLICIT.
- matrixStorage=
SOLVER_DEFAULT
¶ A SymbolicConstant specifying the type of matrix storage. Possible values are SYMMETRIC, UNSYMMETRIC, and SOLVER_DEFAULT. The default value is SOLVER_DEFAULT.
- amplitude=
STEP
¶ A SymbolicConstant specifying the amplitude variation for loading magnitudes during the step. The default value is STEP. Possible values are STEP and RAMP.
- extrapolation=
LINEAR
¶ A SymbolicConstant specifying the type of extrapolation to use in determining the incremental solution for a nonlinear analysis. Possible values are NONE, LINEAR, and PARABOLIC. The default value is LINEAR.
- convertSDI=
PROPAGATED
¶ 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.
- adaptiveDampingRatio=
0
¶ A Float specifying the maximum allowable ratio of the stabilization energy to the total strain energy and can be used only if stabilizationMethod is not NONE. The default value is 0.05.
- continueDampingFactors=
0
¶ A Boolean specifying whether this step will carry over the damping factors from the results of the preceding general step. This parameter must be used in conjunction with the adaptiveDampingRatio parameter. The default value is OFF.
- description=
- 抛出:¶
RangeError –
-
solverControl : --is-rst--SolverControl =
<abaqus.StepMiscellaneous.SolverControl.SolverControl object>
[源代码]¶ A SolverControl object.
-
stabilizationMagnitude : --is-rst--float | None =
None
[源代码]¶ A Float specifying the damping intensity of the automatic damping algorithm if the problem is expected to be unstable and stabilizationMethod ≠ NONE. The default value is 2x10⁻⁴.
-
stabilizationMethod : --is-rst--SymbolicConstant =
'NONE'
[源代码]¶ A SymbolicConstant specifying the stabilization type. Possible values are NONE, DISSIPATED_ENERGY_FRACTION, and DAMPING_FACTOR. The default value is NONE.
-
suppressed : --is-rst--Boolean =
0
[源代码]¶ A Boolean specifying whether the step is suppressed or not. The default value is OFF.
- class DirectCyclicStep(
- name,
- previous,
- description=
''
, - timePeriod=
1
, - timeIncrementationMethod=
AUTOMATIC
, - maxNumInc=
100
, - initialInc=
None
, - minInc=
None
, - maxInc=
None
, - maxNumIterations=
200
, - initialTerms=
11
, - maxTerms=
25
, - termsIncrement=
5
, - deltmx=
0
, - cetol=
0
, - timePoints=
NONE
, - fatigue=
0
, - continueAnalysis=
0
, - minCycleInc=
100
, - maxCycleInc=
1000
, - maxNumCycles=
DEFAULT
, - damageExtrapolationTolerance=
1
, - matrixStorage=
SOLVER_DEFAULT
, - extrapolation=
LINEAR
, - maintainAttributes=
False
, - convertSDI=
PROPAGATED
, 基类:
AnalysisStep
The DirectCyclicStep object is used to provide a direct cyclic procedure for nonlinear, non-isothermal quasi-static analysis. It can also be used to predict progressive damage and failure for ductile bulk materials and/or to predict delamination/debonding growth at the interfaces in laminated composites in a low-cycle fatigue analysis. The DirectCyclicStep object is derived from the AnalysisStep object.
备注
This object can be accessed by:
import step mdb.models[name].steps[name]
The corresponding analysis keywords are:
DIRECT CYCLIC
STEP
备注
Member Details:
-
adaptiveMeshConstraintStates : --is-rst--dict[str, AdaptiveMeshConstraintState] =
{}
[源代码]¶ A repository of AdaptiveMeshConstraintState objects.
-
adaptiveMeshDomains : --is-rst--dict[str, AdaptiveMeshDomain] =
{}
[源代码]¶ A repository of AdaptiveMeshDomain objects.
-
boundaryConditionStates : --is-rst--dict[str, BoundaryConditionState] =
{}
[源代码]¶ A repository of BoundaryConditionState objects.
-
cetol : --is-rst--float =
0
[源代码]¶ A Float specifying the maximum difference in the creep strain increment calculated from the creep strain rates at the beginning and end of the increment. The default value is 0.0.
-
continueAnalysis : --is-rst--Boolean =
0
[源代码]¶ A Boolean specifying whether the displacement solution in the Fourier series obtained in the previous direct cyclic step is used as the starting values for the current step. The default value is OFF.
-
control : --is-rst--Control =
<abaqus.StepMiscellaneous.Control.Control object>
[源代码]¶ A Control object.
-
convertSDI : --is-rst--SymbolicConstant =
'PROPAGATED'
[源代码]¶ 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.
-
damageExtrapolationTolerance : --is-rst--float =
1
[源代码]¶ A Float specifying the maximum extrapolated damage increment. The default value is 1.0.
-
deltmx : --is-rst--float =
0
[源代码]¶ A Float specifying the maximum temperature change to be allowed in an increment. The default value is 0.0.
-
description : --is-rst--str =
''
[源代码]¶ A String specifying a description of the new step. The default value is an empty string.
-
diagnosticPrint : --is-rst--DiagnosticPrint =
<abaqus.StepOutput.DiagnosticPrint.DiagnosticPrint object>
[源代码]¶ A DiagnosticPrint object.
- explicit : --is-rst--SymbolicConstant[源代码]¶
A SymbolicConstant specifying whether the step has an explicit procedure type (procedureType = ANNEAL, DYNAMIC_EXPLICIT, or DYNAMIC_TEMP_DISPLACEMENT).
-
extrapolation : --is-rst--SymbolicConstant =
'LINEAR'
[源代码]¶ A SymbolicConstant specifying the type of extrapolation to use in determining the incremental solution for a nonlinear analysis. Possible values are NONE, LINEAR, and PARABOLIC. The default value is LINEAR.
-
fatigue : --is-rst--Boolean =
0
[源代码]¶ A Boolean specifying whether to include low-cycle fatigue analysis. The default value is OFF.
-
fieldOutputRequestState : --is-rst--dict[str, FieldOutputRequestState] =
{}
[源代码]¶ A repository of FieldOutputRequestState objects.
-
historyOutputRequestState : --is-rst--dict[str, HistoryOutputRequestState] =
{}
[源代码]¶ A repository of HistoryOutputRequestState objects.
-
initialInc : --is-rst--float | None =
None
[源代码]¶ A Float specifying the initial time increment. The default value is the total time period for the step.
-
initialTerms : --is-rst--int =
11
[源代码]¶ An Int specifying the initial number of terms in the Fourier series. The default value is 11.
-
matrixStorage : --is-rst--SymbolicConstant =
'SOLVER_DEFAULT'
[源代码]¶ A SymbolicConstant specifying the type of matrix storage. Possible values are SYMMETRIC, UNSYMMETRIC, and SOLVER_DEFAULT. The default value is SOLVER_DEFAULT.
-
maxCycleInc : --is-rst--int =
1000
[源代码]¶ An Int specifying the maximum number of cycles over which the damage is extrapolated forward. The default value is 1000.
-
maxInc : --is-rst--float | None =
None
[源代码]¶ A Float specifying the maximum time increment allowed. The default value is the total time period for the step.
-
maxNumCycles : --is-rst--SymbolicConstant =
'DEFAULT'
[源代码]¶ The SymbolicConstant DEFAULT or an Int specifying the maximum number of cycles allowed in a step or DEFAULT. A value of 1 plus half of the maximum number of cycles will be used if DEFAULT is specified. The default value is DEFAULT.
-
maxNumInc : --is-rst--int =
100
[源代码]¶ An Int specifying the maximum number of increments in a step. The default value is 100.
-
maxNumIterations : --is-rst--int =
200
[源代码]¶ An Int specifying the maximum number of iterations in a step. The default value is 200.
-
maxTerms : --is-rst--int =
25
[源代码]¶ An Int specifying the maximum number of terms in the Fourier series. The default value is 25.
-
minCycleInc : --is-rst--int =
100
[源代码]¶ An Int specifying the minimum number of cycles over which the damage is extrapolated forward. The default value is 100.
-
minInc : --is-rst--float | None =
None
[源代码]¶ 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.
-
nonmechanical : --is-rst--Boolean =
0
[源代码]¶ A Boolean specifying whether the step has a mechanical procedure type.
-
perturbation : --is-rst--Boolean =
0
[源代码]¶ A Boolean specifying whether the step has a perturbation procedure type.
-
predefinedFieldStates : --is-rst--dict[str, PredefinedFieldState] =
{}
[源代码]¶ A repository of PredefinedFieldState objects.
-
previous : --is-rst--str =
''
[源代码]¶ A String specifying the name of the previous step. The new step appears after this step in the list of analysis steps.
- procedureType : --is-rst--SymbolicConstant[源代码]¶
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
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
- setValues(
- description=
''
, - timePeriod=
1
, - timeIncrementationMethod=
AUTOMATIC
, - maxNumInc=
100
, - initialInc=
None
, - minInc=
None
, - maxInc=
None
, - maxNumIterations=
200
, - initialTerms=
11
, - maxTerms=
25
, - termsIncrement=
5
, - deltmx=
0
, - cetol=
0
, - timePoints=
NONE
, - fatigue=
0
, - continueAnalysis=
0
, - minCycleInc=
100
, - maxCycleInc=
1000
, - maxNumCycles=
DEFAULT
, - damageExtrapolationTolerance=
1
, - matrixStorage=
SOLVER_DEFAULT
, - extrapolation=
LINEAR
, - convertSDI=
PROPAGATED
, This method modifies the DirectCyclicStep object.
- 参数:¶
- description=
''
¶ A String specifying a description of the new step. The default value is an empty string.
- timePeriod=
1
¶ A Float specifying the time of single loading cycle. The default value is 1.0.
- timeIncrementationMethod=
AUTOMATIC
¶ A SymbolicConstant specifying the time incrementation method to be used. Possible values are FIXED and AUTOMATIC. The default value is AUTOMATIC.
- maxNumInc=
100
¶ An Int specifying the maximum number of increments in a step. The default value is 100.
- initialInc=
None
¶ A Float specifying the initial time increment. The default value is the total time period for the step.
- minInc=
None
¶ 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.
- maxInc=
None
¶ A Float specifying the maximum time increment allowed. The default value is the total time period for the step.
- maxNumIterations=
200
¶ An Int specifying the maximum number of iterations in a step. The default value is 200.
- initialTerms=
11
¶ An Int specifying the initial number of terms in the Fourier series. The default value is 11.
- maxTerms=
25
¶ An Int specifying the maximum number of terms in the Fourier series. The default value is 25.
- termsIncrement=
5
¶ An Int specifying the increment in number of terms in the Fourier series. The default value is 5.
- deltmx=
0
¶ A Float specifying the maximum temperature change to be allowed in an increment. The default value is 0.0.
- cetol=
0
¶ A Float specifying the maximum difference in the creep strain increment calculated from the creep strain rates at the beginning and end of the increment. The default value is 0.0.
- timePoints=
NONE
¶ None or a String specifying a String specifying the name of a time point object used to determine at which times the response of the structure will be evaluated. The default value is NONE.
- fatigue=
0
¶ A Boolean specifying whether to include low-cycle fatigue analysis. The default value is OFF.
- continueAnalysis=
0
¶ A Boolean specifying whether the displacement solution in the Fourier series obtained in the previous direct cyclic step is used as the starting values for the current step. The default value is OFF.
- minCycleInc=
100
¶ An Int specifying the minimum number of cycles over which the damage is extrapolated forward. The default value is 100.
- maxCycleInc=
1000
¶ An Int specifying the maximum number of cycles over which the damage is extrapolated forward. The default value is 1000.
- maxNumCycles=
DEFAULT
¶ The SymbolicConstant DEFAULT or an Int specifying the maximum number of cycles allowed in a step or DEFAULT. A value of 1 plus half of the maximum number of cycles will be used if DEFAULT is specified. The default value is DEFAULT.
- damageExtrapolationTolerance=
1
¶ A Float specifying the maximum extrapolated damage increment. The default value is 1.0.
- matrixStorage=
SOLVER_DEFAULT
¶ A SymbolicConstant specifying the type of matrix storage. Possible values are SYMMETRIC, UNSYMMETRIC, and SOLVER_DEFAULT. The default value is SOLVER_DEFAULT.
- extrapolation=
LINEAR
¶ A SymbolicConstant specifying the type of extrapolation to use in determining the incremental solution for a nonlinear analysis. Possible values are NONE, LINEAR, and PARABOLIC. The default value is LINEAR.
- convertSDI=
PROPAGATED
¶ 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.
- description=
- 抛出:¶
RangeError –
-
solverControl : --is-rst--SolverControl =
<abaqus.StepMiscellaneous.SolverControl.SolverControl object>
[源代码]¶ A SolverControl object.
-
suppressed : --is-rst--Boolean =
0
[源代码]¶ A Boolean specifying whether the step is suppressed or not. The default value is OFF.
-
termsIncrement : --is-rst--int =
5
[源代码]¶ An Int specifying the increment in number of terms in the Fourier series. The default value is 5.
-
timeIncrementationMethod : --is-rst--SymbolicConstant =
'AUTOMATIC'
[源代码]¶ A SymbolicConstant specifying the time incrementation method to be used. Possible values are FIXED and AUTOMATIC. The default value is AUTOMATIC.
- class EmagTimeHarmonicStep(
- name,
- previous,
- frequencyRange,
- description=
''
, - factorization=
COMPLEX
, 基类:
AnalysisStep
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.
备注
This object can be accessed by:
import step mdb.models[name].steps[name]
The corresponding analysis keywords are:
ELECTROMAGNETIC TIME HARMONIC
STEP
Member Details:
-
adaptiveMeshConstraintStates : --is-rst--dict[str, AdaptiveMeshConstraintState] =
{}
[源代码]¶ A repository of AdaptiveMeshConstraintState objects.
-
adaptiveMeshDomains : --is-rst--dict[str, AdaptiveMeshDomain] =
{}
[源代码]¶ A repository of AdaptiveMeshDomain objects.
-
boundaryConditionStates : --is-rst--dict[str, BoundaryConditionState] =
{}
[源代码]¶ A repository of BoundaryConditionState objects.
-
control : --is-rst--Control =
<abaqus.StepMiscellaneous.Control.Control object>
[源代码]¶ A Control object.
-
description : --is-rst--str =
''
[源代码]¶ A String specifying a description of the new step. The default value is an empty string.
-
diagnosticPrint : --is-rst--DiagnosticPrint =
<abaqus.StepOutput.DiagnosticPrint.DiagnosticPrint object>
[源代码]¶ A DiagnosticPrint object.
- explicit : --is-rst--SymbolicConstant[源代码]¶
A SymbolicConstant specifying whether the step has an explicit procedure type (procedureType = ANNEAL, DYNAMIC_EXPLICIT, or DYNAMIC_TEMP_DISPLACEMENT).
-
factorization : --is-rst--SymbolicConstant =
'COMPLEX'
[源代码]¶ 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.
-
fieldOutputRequestState : --is-rst--dict[str, FieldOutputRequestState] =
{}
[源代码]¶ A repository of FieldOutputRequestState objects.
- frequencyRange : --is-rst--EmagTimeHarmonicFrequencyArray[源代码]¶
An EmagTimeHarmonicFrequencyArray object.
-
historyOutputRequestState : --is-rst--dict[str, HistoryOutputRequestState] =
{}
[源代码]¶ A repository of HistoryOutputRequestState objects.
-
matrixStorage : --is-rst--SymbolicConstant =
'SOLVER_DEFAULT'
[源代码]¶ A SymbolicConstant specifying the type of matrix storage. Possible values are SYMMETRIC, UNSYMMETRIC, and SOLVER_DEFAULT. The default value is SOLVER_DEFAULT.
-
nonmechanical : --is-rst--Boolean =
0
[源代码]¶ A Boolean specifying whether the step has a mechanical procedure type.
-
perturbation : --is-rst--Boolean =
0
[源代码]¶ A Boolean specifying whether the step has a perturbation procedure type.
-
predefinedFieldStates : --is-rst--dict[str, PredefinedFieldState] =
{}
[源代码]¶ A repository of PredefinedFieldState objects.
- previous : --is-rst--str[源代码]¶
A String specifying the name of the previous step. The new step appears after this step in the list of analysis steps.
- procedureType : --is-rst--SymbolicConstant[源代码]¶
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
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
-
setValues(description=
''
, factorization=COMPLEX
)[源代码]¶ This method modifies the EmagTimeHarmonicStep object.
- 参数:¶
- description=
''
¶ A String specifying a description of the new step. The default value is an empty string.
- factorization=
COMPLEX
¶ 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.
- description=
- 抛出:¶
RangeError –
-
solverControl : --is-rst--SolverControl =
<abaqus.StepMiscellaneous.SolverControl.SolverControl object>
[源代码]¶ A SolverControl object.
- class ExplicitDynamicsStep(
- name,
- previous,
- description=
''
, - timePeriod=
1
, - nlgeom=
1
, - adiabatic=
0
, - timeIncrementationMethod=
AUTOMATIC_GLOBAL
, - maxIncrement=
None
, - scaleFactor=
1
, - massScaling=
PREVIOUS_STEP
, - linearBulkViscosity=
0
, - quadBulkViscosity=
1
, - userDefinedInc=
None
, - maintainAttributes=
False
, - improvedDtMethod=
1
, 基类:
AnalysisStep
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.
备注
This object can be accessed by:
import step mdb.models[name].steps[name]
The corresponding analysis keywords are:
BULK VISCOSITY
DYNAMIC
FIXED MASS SCALING
BULK VISCOSITY
DYNAMIC
VARIABLE MASS SCALING
Member Details:
-
adaptiveMeshConstraintStates : --is-rst--dict[str, AdaptiveMeshConstraintState] =
{}
[源代码]¶ A repository of AdaptiveMeshConstraintState objects.
-
adaptiveMeshDomains : --is-rst--dict[str, AdaptiveMeshDomain] =
{}
[源代码]¶ A repository of AdaptiveMeshDomain objects.
-
adiabatic : --is-rst--Boolean =
0
[源代码]¶ A Boolean specifying that an adiabatic stress analysis is to be performed. The default value is OFF.
-
boundaryConditionStates : --is-rst--dict[str, BoundaryConditionState] =
{}
[源代码]¶ A repository of BoundaryConditionState objects.
-
control : --is-rst--Control =
<abaqus.StepMiscellaneous.Control.Control object>
[源代码]¶ A Control object.
-
description : --is-rst--str =
''
[源代码]¶ A String specifying a description of the new step. The default value is an empty string.
-
diagnosticPrint : --is-rst--DiagnosticPrint =
<abaqus.StepOutput.DiagnosticPrint.DiagnosticPrint object>
[源代码]¶ A DiagnosticPrint object.
- explicit : --is-rst--SymbolicConstant[源代码]¶
A SymbolicConstant specifying whether the step has an explicit procedure type (procedureType = ANNEAL, DYNAMIC_EXPLICIT, or DYNAMIC_TEMP_DISPLACEMENT).
-
fieldOutputRequestState : --is-rst--dict[str, FieldOutputRequestState] =
{}
[源代码]¶ A repository of FieldOutputRequestState objects.
-
historyOutputRequestState : --is-rst--dict[str, HistoryOutputRequestState] =
{}
[源代码]¶ A repository of HistoryOutputRequestState objects.
-
improvedDtMethod : --is-rst--Boolean =
1
[源代码]¶ A Boolean specifying whether to use the “improved” (improvedDtMethod = ON) or “conservative” (improvedDtMethod = OFF) method to estimate the element stable time increment for three-dimensional continuum elements and elements with plane stress formulations (shell, membrane, and two-dimensional plane stress elements). The default value is ON.
- ..versionadded:: 2018
The
improvedDtMethod
attribute was added.
-
linearBulkViscosity : --is-rst--float =
0
[源代码]¶ A Float specifying the linear bulk viscosity parameter, b1b1. The default value is 0.06.
-
massScaling : --is-rst--Union[MassScalingArray, Literal[C.PREVIOUS_STEP]] =
'PREVIOUS_STEP'
[源代码]¶ A MassScalingArray object specifying mass scaling controls. The default value is PREVIOUS_STEP.
-
maxIncrement : --is-rst--float | None =
None
[源代码]¶ 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.
-
nlgeom : --is-rst--Boolean =
1
[源代码]¶ A Boolean specifying whether geometric nonlinearities should be accounted for during the step. The default value is ON.
-
nonmechanical : --is-rst--Boolean =
0
[源代码]¶ A Boolean specifying whether the step has a mechanical procedure type.
-
perturbation : --is-rst--Boolean =
0
[源代码]¶ A Boolean specifying whether the step has a perturbation procedure type.
-
predefinedFieldStates : --is-rst--dict[str, PredefinedFieldState] =
{}
[源代码]¶ A repository of PredefinedFieldState objects.
-
previous : --is-rst--str =
''
[源代码]¶ A String specifying the name of the previous step. The new step appears after this step in the list of analysis steps.
- procedureType : --is-rst--SymbolicConstant[源代码]¶
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
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
-
quadBulkViscosity : --is-rst--float =
1
[源代码]¶ A Float specifying the quadratic bulk viscosity parameter, b2b2. The default value is 1.2.
-
scaleFactor : --is-rst--float =
1
[源代码]¶ 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.
- setValues(
- description=
''
, - timePeriod=
1
, - nlgeom=
1
, - adiabatic=
0
, - timeIncrementationMethod=
AUTOMATIC_GLOBAL
, - maxIncrement=
None
, - scaleFactor=
1
, - massScaling=
PREVIOUS_STEP
, - linearBulkViscosity=
0
, - quadBulkViscosity=
1
, - userDefinedInc=
None
, - improvedDtMethod=
1
, This method modifies the ExplicitDynamicsStep object.
- 参数:¶
- description=
''
¶ A String specifying a description of the new step. The default value is an empty string.
- timePeriod=
1
¶ A Float specifying the total time period for the step. The default value is 1.0.
- nlgeom=
1
¶ A Boolean specifying whether geometric nonlinearities should be accounted for during the step. The default value is ON.
- adiabatic=
0
¶ A Boolean specifying that an adiabatic stress analysis is to be performed. The default value is OFF.
- timeIncrementationMethod=
AUTOMATIC_GLOBAL
¶ 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
¶ 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=
1
¶ 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=
PREVIOUS_STEP
¶ A MassScalingArray object specifying mass scaling controls. The default value is PREVIOUS_STEP.
- linearBulkViscosity=
0
¶ A Float specifying the linear bulk viscosity parameter, b1b1. The default value is 0.06.
- quadBulkViscosity=
1
¶ A Float specifying the quadratic bulk viscosity parameter, b2b2. The default value is 1.2.
- userDefinedInc=
None
¶ 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.
- improvedDtMethod=
1
¶ A Boolean specifying whether to use the “improved” (improvedDtMethod = ON) or “conservative” (improvedDtMethod = OFF) method to estimate the element stable time increment for three-dimensional continuum elements and elements with plane stress formulations (shell, membrane, and two-dimensional plane stress elements). The default value is ON.
Added in version 2018: The improvedDtMethod argument was added.
- description=
- 抛出:¶
RangeError –
-
solverControl : --is-rst--SolverControl =
<abaqus.StepMiscellaneous.SolverControl.SolverControl object>
[源代码]¶ A SolverControl object.
-
suppressed : --is-rst--Boolean =
0
[源代码]¶ A Boolean specifying whether the step is suppressed or not. The default value is OFF.
-
timeIncrementationMethod : --is-rst--SymbolicConstant =
'AUTOMATIC_GLOBAL'
[源代码]¶ 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.
- class FrequencyStep(
- name,
- previous,
- eigensolver,
- numEigen=
ALL
, - description=
''
, - shift=
0
, - minEigen=
None
, - maxEigen=
None
, - vectors=
None
, - maxIterations=
30
, - blockSize=
DEFAULT
, - maxBlocks=
DEFAULT
, - normalization=
DISPLACEMENT
, - propertyEvaluationFrequency=
None
, - projectDamping=
1
, - acousticCoupling=
AC_ON
, - acousticRangeFactor=
1
, - frictionDamping=
0
, - matrixStorage=
SOLVER_DEFAULT
, - maintainAttributes=
False
, - simLinearDynamics=
0
, - residualModes=
0
, - substructureCutoffMultiplier=
5
, - firstCutoffMultiplier=
1
, - secondCutoffMultiplier=
1
, - residualModeRegion=
None
, - residualModeDof=
None
, - limitSavedEigenvectorRegion=
None
, 基类:
AnalysisStep
The FrequencyStep object is used to perform eigenvalue extraction to calculate the natural frequencies and corresponding mode shapes of a system. The FrequencyStep object is derived from the AnalysisStep object.
备注
This object can be accessed by:
import step mdb.models[name].steps[name]
The corresponding analysis keywords are:
FREQUENCY
STEP
备注
Member Details:
-
acousticCoupling : --is-rst--SymbolicConstant =
'AC_ON'
[源代码]¶ A SymbolicConstant specifying the type of acoustic-structural coupling in models with acoustic and structural elements coupled using the TIE option or in models with ASI-type elements. Possible values are AC_ON, AC_OFF, and AC_PROJECTION. The default value is AC_ON.
-
acousticRangeFactor : --is-rst--float =
1
[源代码]¶ A Float specifying the ratio of the maximum acoustic frequency to the maximum structural frequency. The default value is 1.0.
-
adaptiveMeshConstraintStates : --is-rst--dict[str, AdaptiveMeshConstraintState] =
{}
[源代码]¶ A repository of AdaptiveMeshConstraintState objects.
-
adaptiveMeshDomains : --is-rst--dict[str, AdaptiveMeshDomain] =
{}
[源代码]¶ A repository of AdaptiveMeshDomain objects.
-
blockSize : --is-rst--SymbolicConstant =
'DEFAULT'
[源代码]¶ A SymbolicConstant specifying the size of the Lanczos block steps. The default value is DEFAULT.
-
boundaryConditionStates : --is-rst--dict[str, BoundaryConditionState] =
{}
[源代码]¶ A repository of BoundaryConditionState objects.
-
control : --is-rst--Control =
<abaqus.StepMiscellaneous.Control.Control object>
[源代码]¶ A Control object.
-
description : --is-rst--str =
''
[源代码]¶ A String specifying a description of the new step. The default value is an empty string.
-
diagnosticPrint : --is-rst--DiagnosticPrint =
<abaqus.StepOutput.DiagnosticPrint.DiagnosticPrint object>
[源代码]¶ A DiagnosticPrint object.
- eigensolver : --is-rst--SymbolicConstant[源代码]¶
A SymbolicConstant specifying the eigensolver. Possible values are LANCZOS, SUBSPACE, and AMS.The following optional arguments are ignored unless eigensolver = LANCZOS: blockSize, maxBlocks, normalization, propertyEvaluationFrequency.The following optional arguments are ignored unless eigensolver = LANCZOS or AMS: minEigen, maxEigen, and acousticCoupling.The following optional arguments are ignored unless eigensolver = AMS: projectDamping, acousticRangeFactor, substructureCutoffMultiplier, firstCutoffMultiplier, secondCutoffMultiplier, residualModeRegion, regionalModeDof, and limitSavedEigenvectorRegion.
- explicit : --is-rst--SymbolicConstant[源代码]¶
A SymbolicConstant specifying whether the step has an explicit procedure type (procedureType = ANNEAL, DYNAMIC_EXPLICIT, or DYNAMIC_TEMP_DISPLACEMENT).
-
fieldOutputRequestState : --is-rst--dict[str, FieldOutputRequestState] =
{}
[源代码]¶ A repository of FieldOutputRequestState objects.
-
firstCutoffMultiplier : --is-rst--float =
1
[源代码]¶ A Float specifying the first cutoff frequency for a reduced eigenproblem, defined as a multiplier of the maximum frequency of interest. The default value is 1.7.
-
frictionDamping : --is-rst--Boolean =
0
[源代码]¶ A Boolean specifying whether to add to the damping matrix contributions due to friction effects. The default value is OFF.
-
historyOutputRequestState : --is-rst--dict[str, HistoryOutputRequestState] =
{}
[源代码]¶ A repository of HistoryOutputRequestState objects.
- limitSavedEigenvectorRegion : --is-rst--SymbolicConstant[源代码]¶
None or a Region object specifying a region for which eigenvectors should be saved or the SymbolicConstant None representing the whole model. The default value is None.
-
matrixStorage : --is-rst--SymbolicConstant =
'SOLVER_DEFAULT'
[源代码]¶ A SymbolicConstant specifying the type of matrix storage. Possible values are SYMMETRIC, UNSYMMETRIC, and SOLVER_DEFAULT. The default value is SOLVER_DEFAULT.
-
maxBlocks : --is-rst--SymbolicConstant =
'DEFAULT'
[源代码]¶ A SymbolicConstant specifying the maximum number of Lanczos block steps within each Lanczos run. The default value is DEFAULT.
-
maxEigen : --is-rst--float | None =
None
[源代码]¶ None or a Float specifying the maximum frequency of interest in cycles per time. The default value is None.
-
maxIterations : --is-rst--int =
30
[源代码]¶ An Int specifying the maximum number of iterations. The default value is 30.
-
minEigen : --is-rst--float | None =
None
[源代码]¶ None or a Float specifying the minimum frequency of interest in cycles per time. The default value is None.
-
nonmechanical : --is-rst--Boolean =
0
[源代码]¶ A Boolean specifying whether the step has a mechanical procedure type.
-
normalization : --is-rst--SymbolicConstant =
'DISPLACEMENT'
[源代码]¶ A SymbolicConstant specifying the method for normalizing eigenvectors. Possible values are DISPLACEMENT and MASS. The default value is DISPLACEMENT.A value of DISPLACEMENT indicates normalizing the eigenvectors so that the largest displacement entry in each vector is unity. A value of MASS indicates normalizing the eigenvectors with respect to the structure’s mass matrix, which results in scaling the eigenvectors so that the generalized mass for each vector is unity.
-
numEigen : --is-rst--SymbolicConstant =
'ALL'
[源代码]¶ The SymbolicConstant ALL or an Int specifying the number of eigenvalues to be calculated or ALL. The default value is ALL.
-
perturbation : --is-rst--Boolean =
0
[源代码]¶ A Boolean specifying whether the step has a perturbation procedure type.
-
predefinedFieldStates : --is-rst--dict[str, PredefinedFieldState] =
{}
[源代码]¶ A repository of PredefinedFieldState objects.
-
previous : --is-rst--str =
''
[源代码]¶ A String specifying the name of the previous step. The new step appears after this step in the list of analysis steps.
- procedureType : --is-rst--SymbolicConstant[源代码]¶
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
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
-
projectDamping : --is-rst--Boolean =
1
[源代码]¶ A Boolean specifying whether to include projection of viscous and structural damping operators during AMS eigenvalue extraction. Valid only when eigenSolver = AMS. The default value is ON.
-
propertyEvaluationFrequency : --is-rst--float | None =
None
[源代码]¶ None or a Float specifying the frequency at which to evaluate frequency-dependent properties for viscoelasticity, springs, and dashpots during the eigenvalue extraction. If the value is None, the analysis product will evaluate the stiffness associated with frequency-dependent springs and dashpots at zero frequency and will not consider the stiffness contributions from frequency-domain viscoelasticity in the step. The default value is None.
-
residualModeDof : --is-rst--int | None =
None
[源代码]¶ None or a tuple of Ints specifying the degree of freedom for which residual modes are requested. The default value is None.
-
residualModeRegion : --is-rst--tuple | None =
None
[源代码]¶ None or a tuple of Strings specifying the name of a region for which residual modes are requested. The default value is None.
-
residualModes : --is-rst--Boolean =
0
[源代码]¶ A Boolean specifying whether to include residual modes from an immediately preceding Static, Linear Perturbation step. The default value is OFF.
-
secondCutoffMultiplier : --is-rst--float =
1
[源代码]¶ A Float specifying the second cutoff frequency for a reduced eigenproblem defined as a multiplier of the maximum frequency of interest. The default value is 1.1.
- setValues(
- numEigen=
ALL
, - description=
''
, - shift=
0
, - minEigen=
None
, - maxEigen=
None
, - vectors=
None
, - maxIterations=
30
, - blockSize=
DEFAULT
, - maxBlocks=
DEFAULT
, - normalization=
DISPLACEMENT
, - propertyEvaluationFrequency=
None
, - projectDamping=
1
, - acousticCoupling=
AC_ON
, - acousticRangeFactor=
1
, - frictionDamping=
0
, - matrixStorage=
SOLVER_DEFAULT
, - simLinearDynamics=
0
, - residualModes=
0
, - substructureCutoffMultiplier=
5
, - firstCutoffMultiplier=
1
, - secondCutoffMultiplier=
1
, - residualModeRegion=
None
, - residualModeDof=
None
, - limitSavedEigenvectorRegion=
None
, This method modifies the FrequencyStep object.
- 参数:¶
- numEigen=
ALL
¶ The SymbolicConstant ALL or an Int specifying the number of eigenvalues to be calculated or ALL. The default value is ALL.
- description=
''
¶ A String specifying a description of the new step. The default value is an empty string.
- shift=
0
¶ A Float specifying the shift point in cycles per time. The default value is 0.0.
- minEigen=
None
¶ None or a Float specifying the minimum frequency of interest in cycles per time. The default value is None.
- maxEigen=
None
¶ None or a Float specifying the maximum frequency of interest in cycles per time. The default value is None.
- vectors=
None
¶ None or an Int specifying the number of vectors used in the iteration. The default is the minimum of (2*n*, n + 8), where n is the number of eigenvalues requested. The default value is None.
- maxIterations=
30
¶ An Int specifying the maximum number of iterations. The default value is 30.
- blockSize=
DEFAULT
¶ A SymbolicConstant specifying the size of the Lanczos block steps. The default value is DEFAULT.
- maxBlocks=
DEFAULT
¶ A SymbolicConstant specifying the maximum number of Lanczos block steps within each Lanczos run. The default value is DEFAULT.
- normalization=
DISPLACEMENT
¶ A SymbolicConstant specifying the method for normalizing eigenvectors. Possible values are DISPLACEMENT and MASS. The default value is DISPLACEMENT.A value of DISPLACEMENT indicates normalizing the eigenvectors so that the largest displacement entry in each vector is unity. A value of MASS indicates normalizing the eigenvectors with respect to the structure’s mass matrix, which results in scaling the eigenvectors so that the generalized mass for each vector is unity.
- propertyEvaluationFrequency=
None
¶ None or a Float specifying the frequency at which to evaluate frequency-dependent properties for viscoelasticity, springs, and dashpots during the eigenvalue extraction. If the value is None, the analysis product will evaluate the stiffness associated with frequency-dependent springs and dashpots at zero frequency and will not consider the stiffness contributions from frequency-domain viscoelasticity in the step. The default value is None.
- projectDamping=
1
¶ A Boolean specifying whether to include projection of viscous and structural damping operators during AMS eigenvalue extraction. Valid only when eigenSolver = AMS. The default value is ON.
- acousticCoupling=
AC_ON
¶ A SymbolicConstant specifying the type of acoustic-structural coupling in models with acoustic and structural elements coupled using the TIE option or in models with ASI-type elements. Possible values are AC_ON, AC_OFF, and AC_PROJECTION. The default value is AC_ON.
- acousticRangeFactor=
1
¶ A Float specifying the ratio of the maximum acoustic frequency to the maximum structural frequency. The default value is 1.0.
- frictionDamping=
0
¶ A Boolean specifying whether to add to the damping matrix contributions due to friction effects. The default value is OFF.
- matrixStorage=
SOLVER_DEFAULT
¶ A SymbolicConstant specifying the type of matrix storage. Possible values are SYMMETRIC, UNSYMMETRIC, and SOLVER_DEFAULT. The default value is SOLVER_DEFAULT.
- simLinearDynamics=
0
¶ A Boolean specifying whether to activate the SIM-based linear dynamics procedures. The default value is OFF.
- residualModes=
0
¶ A Boolean specifying whether to include residual modes from an immediately preceding Static, Linear Perturbation step. The default value is OFF.
- substructureCutoffMultiplier=
5
¶ A Float specifying the cutoff frequency for substructure eigenproblems, defined as a multiplier of the maximum frequency of interest. The default value is 5.0.
- firstCutoffMultiplier=
1
¶ A Float specifying the first cutoff frequency for a reduced eigenproblem, defined as a multiplier of the maximum frequency of interest. The default value is 1.7.
- secondCutoffMultiplier=
1
¶ A Float specifying the second cutoff frequency for a reduced eigenproblem defined as a multiplier of the maximum frequency of interest. The default value is 1.1.
- residualModeRegion=
None
¶ None or a sequence of Strings specifying the name of a region for which residual modes are requested. The default value is None.
- residualModeDof=
None
¶ None or a sequence of Ints specifying the degree of freedom for which residual modes are requested. The default value is None.
- limitSavedEigenvectorRegion=
None
¶ None or a Region object specifying a region for which eigenvectors should be saved or the SymbolicConstant None representing the whole model. The default value is None.
- numEigen=
- 抛出:¶
RangeError –
-
shift : --is-rst--float =
0
[源代码]¶ A Float specifying the shift point in cycles per time. The default value is 0.0.
-
simLinearDynamics : --is-rst--Boolean =
0
[源代码]¶ A Boolean specifying whether to activate the SIM-based linear dynamics procedures. The default value is OFF.
-
solverControl : --is-rst--SolverControl =
<abaqus.StepMiscellaneous.SolverControl.SolverControl object>
[源代码]¶ A SolverControl object.
-
substructureCutoffMultiplier : --is-rst--float =
5
[源代码]¶ A Float specifying the cutoff frequency for substructure eigenproblems, defined as a multiplier of the maximum frequency of interest. The default value is 5.0.
- class GeostaticStep(
- name,
- previous,
- description=
''
, - nlgeom=
0
, - matrixSolver=
DIRECT
, - matrixStorage=
SOLVER_DEFAULT
, - maintainAttributes=
False
, - solutionTechnique=
FULL_NEWTON
, - reformKernel=
8
, - convertSDI=
PROPAGATED
, - utol=
None
, - timePeriod=
1
, - timeIncrementationMethod=
AUTOMATIC
, - maxNumInc=
100
, - initialInc=
None
, - minInc=
None
, - maxInc=
None
, 基类:
AnalysisStep
The GeostaticStep object is used to verify that the geostatic stress field is in equilibrium with the applied loads and boundary conditions on the model and to iterate, if needed, to obtain equilibrium. The GeostaticStep object is derived from the AnalysisStep object.
备注
This object can be accessed by:
import step mdb.models[name].steps[name]
The corresponding analysis keywords are:
GEOSTATIC
STEP
备注
Member Details:
-
adaptiveMeshConstraintStates : --is-rst--dict[str, AdaptiveMeshConstraintState] =
{}
[源代码]¶ A repository of AdaptiveMeshConstraintState objects.
-
adaptiveMeshDomains : --is-rst--dict[str, AdaptiveMeshDomain] =
{}
[源代码]¶ A repository of AdaptiveMeshDomain objects.
-
boundaryConditionStates : --is-rst--dict[str, BoundaryConditionState] =
{}
[源代码]¶ A repository of BoundaryConditionState objects.
-
control : --is-rst--Control =
<abaqus.StepMiscellaneous.Control.Control object>
[源代码]¶ A Control object.
-
convertSDI : --is-rst--SymbolicConstant =
'PROPAGATED'
[源代码]¶ 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.
-
description : --is-rst--str =
''
[源代码]¶ A String specifying a description of the new step. The default value is an empty string.
-
diagnosticPrint : --is-rst--DiagnosticPrint =
<abaqus.StepOutput.DiagnosticPrint.DiagnosticPrint object>
[源代码]¶ A DiagnosticPrint object.
- explicit : --is-rst--SymbolicConstant[源代码]¶
A SymbolicConstant specifying whether the step has an explicit procedure type (procedureType = ANNEAL, DYNAMIC_EXPLICIT, or DYNAMIC_TEMP_DISPLACEMENT).
-
fieldOutputRequestState : --is-rst--dict[str, FieldOutputRequestState] =
{}
[源代码]¶ A repository of FieldOutputRequestState objects.
-
historyOutputRequestState : --is-rst--dict[str, HistoryOutputRequestState] =
{}
[源代码]¶ A repository of HistoryOutputRequestState objects.
-
initialInc : --is-rst--float | None =
None
[源代码]¶ A Float specifying the initial time increment. The default value is the total time period for the step. Note: This parameter is ignored unless timeIncrementationMethod = AUTOMATIC.
-
matrixSolver : --is-rst--SymbolicConstant =
'DIRECT'
[源代码]¶ A SymbolicConstant specifying the type of solver. Possible values are DIRECT and ITERATIVE. The default value is DIRECT.
-
matrixStorage : --is-rst--SymbolicConstant =
'SOLVER_DEFAULT'
[源代码]¶ A SymbolicConstant specifying the type of matrix storage. Possible values are SYMMETRIC, UNSYMMETRIC, and SOLVER_DEFAULT. The default value is SOLVER_DEFAULT.
-
maxInc : --is-rst--float | None =
None
[源代码]¶ A Float specifying the maximum time increment allowed. The default value is the total time period for the step. Note: This parameter is ignored unless timeIncrementationMethod = AUTOMATIC.
- maxNumInc : --is-rst--int[源代码]¶
An Int specifying the maximum number of increments in a step. The default value is 100.
Added in version 2017: The
maxNumInc
attribute was added to the GeostaticStep class.
-
minInc : --is-rst--float | None =
None
[源代码]¶ 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. Note: This parameter is ignored unless timeIncrementationMethod = AUTOMATIC.
-
nlgeom : --is-rst--Boolean =
0
[源代码]¶ A Boolean specifying whether geometric nonlinearities should be accounted for during the step. The default value is OFF.
-
nonmechanical : --is-rst--Boolean =
0
[源代码]¶ A Boolean specifying whether the step has a mechanical procedure type.
-
perturbation : --is-rst--Boolean =
0
[源代码]¶ A Boolean specifying whether the step has a perturbation procedure type.
-
predefinedFieldStates : --is-rst--dict[str, PredefinedFieldState] =
{}
[源代码]¶ A repository of PredefinedFieldState objects.
-
previous : --is-rst--str =
''
[源代码]¶ A String specifying the name of the previous step. The new step appears after this step in the list of analysis steps.
- procedureType : --is-rst--SymbolicConstant[源代码]¶
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
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
-
reformKernel : --is-rst--int =
8
[源代码]¶ An Int specifying the number of quasi-Newton iterations allowed before the kernel matrix is reformed.. The default value is 8.
- setValues(
- description=
''
, - nlgeom=
0
, - matrixSolver=
DIRECT
, - matrixStorage=
SOLVER_DEFAULT
, - solutionTechnique=
FULL_NEWTON
, - reformKernel=
8
, - convertSDI=
PROPAGATED
, - utol=
None
, - timePeriod=
1
, - timeIncrementationMethod=
AUTOMATIC
, - initialInc=
None
, - minInc=
None
, - maxInc=
None
, This method modifies the GeostaticStep object.
- 参数:¶
- description=
''
¶ A String specifying a description of the new step. The default value is an empty string.
- nlgeom=
0
¶ A Boolean specifying whether geometric nonlinearities should be accounted for during the step. The default value is OFF.
- matrixSolver=
DIRECT
¶ A SymbolicConstant specifying the type of solver. Possible values are DIRECT and ITERATIVE. The default value is DIRECT.
- matrixStorage=
SOLVER_DEFAULT
¶ A SymbolicConstant specifying the type of matrix storage. Possible values are SYMMETRIC, UNSYMMETRIC, and SOLVER_DEFAULT. The default value is SOLVER_DEFAULT.
- solutionTechnique=
FULL_NEWTON
¶ 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.
- reformKernel=
8
¶ An Int specifying the number of quasi-Newton iterations allowed before the kernel matrix is reformed.. The default value is 8.
- convertSDI=
PROPAGATED
¶ 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.
- utol=
None
¶ None or a Float specifying the tolerance for maximum change of displacements. The default value is None.
- timePeriod=
1
¶ A Float specifying the total time period. The default value is 1.0. Note: This parameter is ignored unless timeIncrementationMethod = AUTOMATIC.
- timeIncrementationMethod=
AUTOMATIC
¶ A SymbolicConstant specifying the time incrementation method to be used. Possible values are FIXED and AUTOMATIC. The default value is AUTOMATIC.
- initialInc=
None
¶ A Float specifying the initial time increment. The default value is the total time period for the step. Note: This parameter is ignored unless timeIncrementationMethod = AUTOMATIC.
- minInc=
None
¶ 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. Note: This parameter is ignored unless timeIncrementationMethod = AUTOMATIC.
- maxInc=
None
¶ A Float specifying the maximum time increment allowed. The default value is the total time period for the step. Note: This parameter is ignored unless timeIncrementationMethod = AUTOMATIC.
- description=
- 抛出:¶
RangeError –
-
solutionTechnique : --is-rst--SymbolicConstant =
'FULL_NEWTON'
[源代码]¶ 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.
-
solverControl : --is-rst--SolverControl =
<abaqus.StepMiscellaneous.SolverControl.SolverControl object>
[源代码]¶ A SolverControl object.
-
suppressed : --is-rst--Boolean =
0
[源代码]¶ A Boolean specifying whether the step is suppressed or not. The default value is OFF.
-
timeIncrementationMethod : --is-rst--SymbolicConstant =
'AUTOMATIC'
[源代码]¶ A SymbolicConstant specifying the time incrementation method to be used. Possible values are FIXED and AUTOMATIC. The default value is AUTOMATIC.
- class HeatTransferStep(
- name,
- previous,
- description=
''
, - response=
TRANSIENT
, - timePeriod=
1
, - timeIncrementationMethod=
AUTOMATIC
, - maxNumInc=
100
, - initialInc=
None
, - minInc=
None
, - maxInc=
None
, - end=
None
, - deltmx=
0
, - mxdem=
0
, - amplitude=
STEP
, - extrapolation=
LINEAR
, - matrixSolver=
DIRECT
, - matrixStorage=
SOLVER_DEFAULT
, - maintainAttributes=
False
, - solutionTechnique=
FULL_NEWTON
, - reformKernel=
8
, - convertSDI=
PROPAGATED
, 基类:
AnalysisStep
The HeatTransferStep object is used to control uncoupled heat transfer for either transient or steady- state response. The HeatTransferStep object is derived from the AnalysisStep object.
备注
This object can be accessed by:
import step mdb.models[name].steps[name]
The corresponding analysis keywords are:
HEAT TRANSFER
STEP
备注
Member Details:
-
adaptiveMeshConstraintStates : --is-rst--dict[str, AdaptiveMeshConstraintState] =
{}
[源代码]¶ A repository of AdaptiveMeshConstraintState objects.
-
adaptiveMeshDomains : --is-rst--dict[str, AdaptiveMeshDomain] =
{}
[源代码]¶ A repository of AdaptiveMeshDomain objects.
-
amplitude : --is-rst--SymbolicConstant =
'STEP'
[源代码]¶ A SymbolicConstant specifying the amplitude variation for loading magnitudes during the step. The default is STEP. Possible values are STEP and RAMP.
-
boundaryConditionStates : --is-rst--dict[str, BoundaryConditionState] =
{}
[源代码]¶ A repository of BoundaryConditionState objects.
-
control : --is-rst--Control =
<abaqus.StepMiscellaneous.Control.Control object>
[源代码]¶ A Control object.
-
convertSDI : --is-rst--SymbolicConstant =
'PROPAGATED'
[源代码]¶ 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.
-
deltmx : --is-rst--float =
0
[源代码]¶ A Float specifying the maximum temperature change to be allowed in an increment during a transient heat transfer analysis. The default value is 0.0.
-
description : --is-rst--str =
''
[源代码]¶ A String specifying a description of the new step. The default value is an empty string.
-
diagnosticPrint : --is-rst--DiagnosticPrint =
<abaqus.StepOutput.DiagnosticPrint.DiagnosticPrint object>
[源代码]¶ A DiagnosticPrint object.
-
end : --is-rst--float | None =
None
[源代码]¶ None or a Float specifying the temperature change rate (temperature per time) used to define steady state. When all nodal temperatures are changing at less than this rate, the solution terminates. The default value is None. Note: This parameter is ignored unless response = STEADY_STATE.
- explicit : --is-rst--SymbolicConstant[源代码]¶
A SymbolicConstant specifying whether the step has an explicit procedure type (procedureType = ANNEAL, DYNAMIC_EXPLICIT, or DYNAMIC_TEMP_DISPLACEMENT).
-
extrapolation : --is-rst--SymbolicConstant =
'LINEAR'
[源代码]¶ A SymbolicConstant specifying the type of extrapolation to use in determining the incremental solution for a nonlinear analysis. Possible values are NONE, LINEAR, and PARABOLIC. The default value is LINEAR.
-
fieldOutputRequestState : --is-rst--dict[str, FieldOutputRequestState] =
{}
[源代码]¶ A repository of FieldOutputRequestState objects.
-
historyOutputRequestState : --is-rst--dict[str, HistoryOutputRequestState] =
{}
[源代码]¶ A repository of HistoryOutputRequestState objects.
-
initialInc : --is-rst--float | None =
None
[源代码]¶ A Float specifying the initial time increment. The default value is the total time period for the step.
-
matrixSolver : --is-rst--SymbolicConstant =
'DIRECT'
[源代码]¶ A SymbolicConstant specifying the type of solver. Possible values are DIRECT and ITERATIVE. The default value is DIRECT.
-
matrixStorage : --is-rst--SymbolicConstant =
'SOLVER_DEFAULT'
[源代码]¶ A SymbolicConstant specifying the type of matrix storage. Possible values are SYMMETRIC, UNSYMMETRIC, and SOLVER_DEFAULT. The default value is SOLVER_DEFAULT.
-
maxInc : --is-rst--float | None =
None
[源代码]¶ A Float specifying the maximum time increment allowed. The default value is the total time period for the step.
-
maxNumInc : --is-rst--int =
100
[源代码]¶ An Int specifying the maximum number of increments in a step. The default value is 100.
-
minInc : --is-rst--float | None =
None
[源代码]¶ A Float specifying the minimum time increment allowed. The default value is the smaller of 0.8 times the initial time increment or 10−5 times the total time period.
-
mxdem : --is-rst--float =
0
[源代码]¶ A Float specifying the maximum allowable emissivity change with temperature and field variables during an increment. The default value is 0.1.
-
nonmechanical : --is-rst--Boolean =
0
[源代码]¶ A Boolean specifying whether the step has a mechanical procedure type.
-
perturbation : --is-rst--Boolean =
0
[源代码]¶ A Boolean specifying whether the step has a perturbation procedure type.
-
predefinedFieldStates : --is-rst--dict[str, PredefinedFieldState] =
{}
[源代码]¶ A repository of PredefinedFieldState objects.
-
previous : --is-rst--str =
''
[源代码]¶ A String specifying the name of the previous step. The new step appears after this step in the list of analysis steps.
- procedureType : --is-rst--SymbolicConstant[源代码]¶
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
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
-
reformKernel : --is-rst--int =
8
[源代码]¶ An Int specifying the number of quasi-Newton iterations allowed before the kernel matrix is reformed.. The default value is 8.
-
response : --is-rst--SymbolicConstant =
'TRANSIENT'
[源代码]¶ A SymbolicConstant specifying the analysis type. Possible values are STEADY_STATE and TRANSIENT. The default value is TRANSIENT.
- setValues(
- description=
''
, - response=
TRANSIENT
, - timePeriod=
1
, - timeIncrementationMethod=
AUTOMATIC
, - maxNumInc=
100
, - initialInc=
None
, - minInc=
None
, - maxInc=
None
, - end=
None
, - deltmx=
0
, - mxdem=
0
, - amplitude=
STEP
, - extrapolation=
LINEAR
, - matrixSolver=
DIRECT
, - matrixStorage=
SOLVER_DEFAULT
, - solutionTechnique=
FULL_NEWTON
, - reformKernel=
8
, - convertSDI=
PROPAGATED
, This method modifies the HeatTransferStep object.
- 参数:¶
- description=
''
¶ A String specifying a description of the new step. The default value is an empty string.
- response=
TRANSIENT
¶ A SymbolicConstant specifying the analysis type. Possible values are STEADY_STATE and TRANSIENT. The default value is TRANSIENT.
- timePeriod=
1
¶ A Float specifying the total time period. The default value is 1.0.
- timeIncrementationMethod=
AUTOMATIC
¶ A SymbolicConstant specifying the time incrementation method to be used. Possible values are FIXED and AUTOMATIC. The default value is AUTOMATIC.
- maxNumInc=
100
¶ An Int specifying the maximum number of increments in a step. The default value is 100.
- initialInc=
None
¶ A Float specifying the initial time increment. The default value is the total time period for the step.
- minInc=
None
¶ A Float specifying the minimum time increment allowed. The default value is the smaller of 0.8 times the initial time increment or 10−5 times the total time period.
- maxInc=
None
¶ A Float specifying the maximum time increment allowed. The default value is the total time period for the step.
- end=
None
¶ None or a Float specifying the temperature change rate (temperature per time) used to define steady state. When all nodal temperatures are changing at less than this rate, the solution terminates. The default value is None. Note: This parameter is ignored unless response = STEADY_STATE.
- deltmx=
0
¶ A Float specifying the maximum temperature change to be allowed in an increment during a transient heat transfer analysis. The default value is 0.0.
- mxdem=
0
¶ A Float specifying the maximum allowable emissivity change with temperature and field variables during an increment. The default value is 0.1.
- amplitude=
STEP
¶ A SymbolicConstant specifying the amplitude variation for loading magnitudes during the step. The default is STEP. Possible values are STEP and RAMP.
- extrapolation=
LINEAR
¶ A SymbolicConstant specifying the type of extrapolation to use in determining the incremental solution for a nonlinear analysis. Possible values are NONE, LINEAR, and PARABOLIC. The default value is LINEAR.
- matrixSolver=
DIRECT
¶ A SymbolicConstant specifying the type of solver. Possible values are DIRECT and ITERATIVE. The default value is DIRECT.
- matrixStorage=
SOLVER_DEFAULT
¶ A SymbolicConstant specifying the type of matrix storage. Possible values are SYMMETRIC, UNSYMMETRIC, and SOLVER_DEFAULT. The default value is SOLVER_DEFAULT.
- solutionTechnique=
FULL_NEWTON
¶ 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.
- reformKernel=
8
¶ An Int specifying the number of quasi-Newton iterations allowed before the kernel matrix is reformed.. The default value is 8.
- convertSDI=
PROPAGATED
¶ 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.
- description=
- 抛出:¶
RangeError –
-
solutionTechnique : --is-rst--SymbolicConstant =
'FULL_NEWTON'
[源代码]¶ 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.
-
solverControl : --is-rst--SolverControl =
<abaqus.StepMiscellaneous.SolverControl.SolverControl object>
[源代码]¶ A SolverControl object.
-
suppressed : --is-rst--Boolean =
0
[源代码]¶ A Boolean specifying whether the step is suppressed or not. The default value is OFF.
- class ImplicitDynamicsStep(
- name,
- previous,
- description=
''
, - timePeriod=
1
, - nlgeom=
0
, - matrixStorage=
SOLVER_DEFAULT
, - application=
ANALYSIS_PRODUCT_DEFAULT
, - adiabatic=
0
, - timeIncrementationMethod=
AUTOMATIC
, - maxNumInc=
100
, - initialInc=
None
, - minInc=
None
, - maxInc=
DEFAULT
, - hafTolMethod=
VALUE
, - haftol=
None
, - halfIncScaleFactor=
None
, - nohaf=
0
, - amplitude=
STEP
, - alpha=
DEFAULT
, - initialConditions=
DEFAULT
, - extrapolation=
ANALYSIS_PRODUCT_DEFAULT
, - noStop=
0
, - maintainAttributes=
False
, - solutionTechnique=
FULL_NEWTON
, - reformKernel=
8
, - convertSDI=
PROPAGATED
, 基类:
AnalysisStep
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.
备注
This object can be accessed by:
import step mdb.models[name].steps[name]
The corresponding analysis keywords are:
DYNAMIC
STEP
Member Details:
-
adaptiveMeshConstraintStates : --is-rst--dict[str, AdaptiveMeshConstraintState] =
{}
[源代码]¶ A repository of AdaptiveMeshConstraintState objects.
-
adaptiveMeshDomains : --is-rst--dict[str, AdaptiveMeshDomain] =
{}
[源代码]¶ A repository of AdaptiveMeshDomain objects.
-
adiabatic : --is-rst--Boolean =
0
[源代码]¶ A Boolean specifying whether an adiabatic stress analysis is to be performed. The default value is OFF.
-
alpha : --is-rst--Union[SymbolicConstant, float] =
'DEFAULT'
[源代码]¶ 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.
-
amplitude : --is-rst--SymbolicConstant =
'STEP'
[源代码]¶ A SymbolicConstant specifying the amplitude variation for loading magnitudes during the step. Possible values are STEP and RAMP. The default value is STEP.
-
application : --is-rst--SymbolicConstant =
'ANALYSIS_PRODUCT_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.
-
boundaryConditionStates : --is-rst--dict[str, BoundaryConditionState] =
{}
[源代码]¶ A repository of BoundaryConditionState objects.
-
control : --is-rst--Control =
<abaqus.StepMiscellaneous.Control.Control object>
[源代码]¶ A Control object.
-
convertSDI : --is-rst--SymbolicConstant =
'PROPAGATED'
[源代码]¶ 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.
-
description : --is-rst--str =
''
[源代码]¶ A String specifying a description of the new step. The default value is an empty string.
-
diagnosticPrint : --is-rst--DiagnosticPrint =
<abaqus.StepOutput.DiagnosticPrint.DiagnosticPrint object>
[源代码]¶ A DiagnosticPrint object.
- explicit : --is-rst--SymbolicConstant[源代码]¶
A SymbolicConstant specifying whether the step has an explicit procedure type (procedureType = ANNEAL, DYNAMIC_EXPLICIT, or DYNAMIC_TEMP_DISPLACEMENT).
-
extrapolation : --is-rst--SymbolicConstant =
'ANALYSIS_PRODUCT_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.
-
fieldOutputRequestState : --is-rst--dict[str, FieldOutputRequestState] =
{}
[源代码]¶ A repository of FieldOutputRequestState objects.
-
hafTolMethod : --is-rst--SymbolicConstant =
'VALUE'
[源代码]¶ 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.
-
haftol : --is-rst--float | None =
None
[源代码]¶ None or a Float specifying the half-increment residual tolerance to be used with the automatic time incrementation scheme. The default value is None.
-
halfIncScaleFactor : --is-rst--float | None =
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.
-
historyOutputRequestState : --is-rst--dict[str, HistoryOutputRequestState] =
{}
[源代码]¶ A repository of HistoryOutputRequestState objects.
-
initialConditions : --is-rst--SymbolicConstant =
'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.
-
initialInc : --is-rst--float | None =
None
[源代码]¶ A Float specifying the initial time increment. The default value is the total time period for the step.
-
matrixStorage : --is-rst--SymbolicConstant =
'SOLVER_DEFAULT'
[源代码]¶ A SymbolicConstant specifying the type of matrix storage. Possible values are SYMMETRIC, UNSYMMETRIC, and SOLVER_DEFAULT. The default value is SOLVER_DEFAULT.
-
maxInc : --is-rst--Union[SymbolicConstant, float, None] =
None
[源代码]¶ The SymbolicConstant DEFAULT or a Float specifying the maximum time increment allowed.
-
maxNumInc : --is-rst--int =
100
[源代码]¶ An Int specifying the maximum number of increments in a step. The default value is 100.
-
minInc : --is-rst--float | None =
None
[源代码]¶ 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.
-
nlgeom : --is-rst--Boolean =
0
[源代码]¶ A Boolean specifying whether geometric nonlinearities should be accounted for during the step. The default value is based on the previous step.
-
noStop : --is-rst--Boolean =
0
[源代码]¶ 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.
-
nohaf : --is-rst--Boolean =
0
[源代码]¶ A Boolean specifying whether to suppress calculation of the half-increment residual. The default value is OFF.
-
nonmechanical : --is-rst--Boolean =
0
[源代码]¶ A Boolean specifying whether the step has a mechanical procedure type.
-
perturbation : --is-rst--Boolean =
0
[源代码]¶ A Boolean specifying whether the step has a perturbation procedure type.
-
predefinedFieldStates : --is-rst--dict[str, PredefinedFieldState] =
{}
[源代码]¶ A repository of PredefinedFieldState objects.
-
previous : --is-rst--str =
''
[源代码]¶ A String specifying the name of the previous step. The new step appears after this step in the list of analysis steps.
- procedureType : --is-rst--SymbolicConstant[源代码]¶
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
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
-
reformKernel : --is-rst--int =
8
[源代码]¶ An Int specifying the number of quasi-Newton iterations allowed before the kernel matrix is reformed.. The default value is 8.
- setValues(
- description=
''
, - timePeriod=
1
, - nlgeom=
0
, - matrixStorage=
SOLVER_DEFAULT
, - application=
ANALYSIS_PRODUCT_DEFAULT
, - adiabatic=
0
, - timeIncrementationMethod=
AUTOMATIC
, - maxNumInc=
100
, - initialInc=
None
, - minInc=
None
, - maxInc=
DEFAULT
, - hafTolMethod=
VALUE
, - haftol=
None
, - halfIncScaleFactor=
None
, - nohaf=
0
, - amplitude=
STEP
, - alpha=
DEFAULT
, - initialConditions=
DEFAULT
, - extrapolation=
ANALYSIS_PRODUCT_DEFAULT
, - noStop=
0
, - solutionTechnique=
FULL_NEWTON
, - reformKernel=
8
, - convertSDI=
PROPAGATED
, This method modifies the ImplicitDynamicsStep object.
- 参数:¶
- description=
''
¶ A String specifying a description of the new step. The default value is an empty string.
- timePeriod=
1
¶ A Float specifying the total time period of the step. The default value is 1.0.
- nlgeom=
0
¶ A Boolean specifying whether geometric nonlinearities should be accounted for during the step. The default value is based on the previous step.
- matrixStorage=
SOLVER_DEFAULT
¶ A SymbolicConstant specifying the type of matrix storage. Possible values are SYMMETRIC, UNSYMMETRIC, and SOLVER_DEFAULT. The default value is SOLVER_DEFAULT.
- application=
ANALYSIS_PRODUCT_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.
- adiabatic=
0
¶ A Boolean specifying whether an adiabatic stress analysis is to be performed. The default value is OFF.
- timeIncrementationMethod=
AUTOMATIC
¶ A SymbolicConstant specifying the time incrementation method to be used. Possible values are FIXED and AUTOMATIC. The default value is AUTOMATIC.
- maxNumInc=
100
¶ An Int specifying the maximum number of increments in a step. The default value is 100.
- initialInc=
None
¶ A Float specifying the initial time increment. The default value is the total time period for the step.
- minInc=
None
¶ 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.
- maxInc=
DEFAULT
¶ The SymbolicConstant DEFAULT or a Float specifying the maximum time increment allowed.
- hafTolMethod=
VALUE
¶ 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.
- haftol=
None
¶ None or a Float specifying the half-increment residual tolerance to be used with the automatic time incrementation scheme. The default value is None.
- halfIncScaleFactor=
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.
- nohaf=
0
¶ A Boolean specifying whether to suppress calculation of the half-increment residual. The default value is OFF.
- amplitude=
STEP
¶ A SymbolicConstant specifying the amplitude variation for loading magnitudes during the step. Possible values are STEP and RAMP. The default value is STEP.
- alpha=
DEFAULT
¶ 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.
- initialConditions=
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.
- extrapolation=
ANALYSIS_PRODUCT_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.
- noStop=
0
¶ 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.
- solutionTechnique=
FULL_NEWTON
¶ 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.
- reformKernel=
8
¶ An Int specifying the number of quasi-Newton iterations allowed before the kernel matrix is reformed.. The default value is 8.
- convertSDI=
PROPAGATED
¶ 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.
- description=
- 抛出:¶
RangeError –
-
solutionTechnique : --is-rst--SymbolicConstant =
'FULL_NEWTON'
[源代码]¶ 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.
-
solverControl : --is-rst--SolverControl =
<abaqus.StepMiscellaneous.SolverControl.SolverControl object>
[源代码]¶ A SolverControl object.
-
suppressed : --is-rst--Boolean =
0
[源代码]¶ A Boolean specifying whether the step is suppressed or not. The default value is OFF.
- class InitialStep[源代码]¶
基类:
AnalysisStep
The InitialStep object is a placeholder that you cannot create, delete, or modify. The InitialStep object exists in every model by default and is used to allow the preexisting boundary conditions and interactions to be defined in the model. The InitialStep object is derived from the AnalysisStep object.
备注
This object can be accessed by:
import step mdb.models[name].steps[name]
备注
Member Details:
-
adaptiveMeshConstraintStates : --is-rst--dict[str, AdaptiveMeshConstraintState] =
{}
[源代码]¶ A repository of AdaptiveMeshConstraintState objects.
-
adaptiveMeshDomains : --is-rst--dict[str, AdaptiveMeshDomain] =
{}
[源代码]¶ A repository of AdaptiveMeshDomain objects.
-
boundaryConditionStates : --is-rst--dict[str, BoundaryConditionState] =
{}
[源代码]¶ A repository of BoundaryConditionState objects.
-
control : --is-rst--Control =
<abaqus.StepMiscellaneous.Control.Control object>
[源代码]¶ A Control object.
-
diagnosticPrint : --is-rst--DiagnosticPrint =
<abaqus.StepOutput.DiagnosticPrint.DiagnosticPrint object>
[源代码]¶ A DiagnosticPrint object.
- explicit : --is-rst--SymbolicConstant[源代码]¶
A SymbolicConstant specifying whether the step has an explicit procedure type (procedureType = ANNEAL, DYNAMIC_EXPLICIT, or DYNAMIC_TEMP_DISPLACEMENT).
-
fieldOutputRequestState : --is-rst--dict[str, FieldOutputRequestState] =
{}
[源代码]¶ A repository of FieldOutputRequestState objects.
-
historyOutputRequestState : --is-rst--dict[str, HistoryOutputRequestState] =
{}
[源代码]¶ A repository of HistoryOutputRequestState objects.
-
nonmechanical : --is-rst--Boolean =
0
[源代码]¶ A Boolean specifying whether the step has a mechanical procedure type.
-
perturbation : --is-rst--Boolean =
0
[源代码]¶ A Boolean specifying whether the step has a perturbation procedure type.
-
predefinedFieldStates : --is-rst--dict[str, PredefinedFieldState] =
{}
[源代码]¶ A repository of PredefinedFieldState objects.
- procedureType : --is-rst--SymbolicConstant[源代码]¶
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
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
-
adaptiveMeshConstraintStates : --is-rst--dict[str, AdaptiveMeshConstraintState] =
- class MassDiffusionStep(
- name,
- previous,
- description=
''
, - response=
TRANSIENT
, - timePeriod=
1
, - timeIncrementationMethod=
AUTOMATIC
, - maxNumInc=
100
, - initialInc=
None
, - minInc=
None
, - maxInc=
None
, - end=
PERIOD
, - dcmax=
0
, - amplitude=
STEP
, - extrapolation=
LINEAR
, - maintainAttributes=
False
, - convertSDI=
PROPAGATED
, 基类:
AnalysisStep
The MassDiffusionStep object is used to control uncoupled transient or steady-state mass diffusion analysis. The MassDiffusionStep object is derived from the AnalysisStep object.
备注
This object can be accessed by:
import step mdb.models[name].steps[name]
The corresponding analysis keywords are:
MASS DIFFUSION
STEP
备注
Member Details:
-
adaptiveMeshConstraintStates : --is-rst--dict[str, AdaptiveMeshConstraintState] =
{}
[源代码]¶ A repository of AdaptiveMeshConstraintState objects.
-
adaptiveMeshDomains : --is-rst--dict[str, AdaptiveMeshDomain] =
{}
[源代码]¶ A repository of AdaptiveMeshDomain objects.
-
amplitude : --is-rst--SymbolicConstant =
'STEP'
[源代码]¶ A SymbolicConstant specifying the amplitude variation for loading magnitudes during the step. The default is STEP. Possible values are STEP and RAMP.
-
boundaryConditionStates : --is-rst--dict[str, BoundaryConditionState] =
{}
[源代码]¶ A repository of BoundaryConditionState objects.
-
control : --is-rst--Control =
<abaqus.StepMiscellaneous.Control.Control object>
[源代码]¶ A Control object.
-
convertSDI : --is-rst--SymbolicConstant =
'PROPAGATED'
[源代码]¶ 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.
-
dcmax : --is-rst--float =
0
[源代码]¶ A Float specifying the maximum normalized concentration change to be allowed in an increment. The default value is 0.0.
-
description : --is-rst--str =
''
[源代码]¶ A String specifying a description of the new step. The default value is an empty string.
-
diagnosticPrint : --is-rst--DiagnosticPrint =
<abaqus.StepOutput.DiagnosticPrint.DiagnosticPrint object>
[源代码]¶ A DiagnosticPrint object.
-
end : --is-rst--SymbolicConstant =
'PERIOD'
[源代码]¶ A SymbolicConstant specifying the time period to be analyzed in a transient analysis. Possible values are PERIOD and SS. The default value is PERIOD.
- explicit : --is-rst--SymbolicConstant[源代码]¶
A SymbolicConstant specifying whether the step has an explicit procedure type (procedureType = ANNEAL, DYNAMIC_EXPLICIT, or DYNAMIC_TEMP_DISPLACEMENT).
-
extrapolation : --is-rst--SymbolicConstant =
'LINEAR'
[源代码]¶ A SymbolicConstant specifying the type of extrapolation to use in determining the incremental solution for a nonlinear analysis. Possible values are NONE, LINEAR, and PARABOLIC. The default value is LINEAR.
-
fieldOutputRequestState : --is-rst--dict[str, FieldOutputRequestState] =
{}
[源代码]¶ A repository of FieldOutputRequestState objects.
-
historyOutputRequestState : --is-rst--dict[str, HistoryOutputRequestState] =
{}
[源代码]¶ A repository of HistoryOutputRequestState objects.
-
initialInc : --is-rst--float | None =
None
[源代码]¶ A Float specifying the initial time increment. The default value is the total time period for the step.
-
maxInc : --is-rst--float | None =
None
[源代码]¶ A Float specifying the maximum time increment allowed. The default value is the total time period for the step.
-
maxNumInc : --is-rst--int =
100
[源代码]¶ An Int specifying the maximum number of increments in a step. The default value is 100.
-
minInc : --is-rst--float | None =
None
[源代码]¶ A Float specifying the minimum time increment allowed. The default value is the smaller of 0.8 times the initial time increment or 10−5 times the total time period.
-
nonmechanical : --is-rst--Boolean =
0
[源代码]¶ A Boolean specifying whether the step has a mechanical procedure type.
-
perturbation : --is-rst--Boolean =
0
[源代码]¶ A Boolean specifying whether the step has a perturbation procedure type.
-
predefinedFieldStates : --is-rst--dict[str, PredefinedFieldState] =
{}
[源代码]¶ A repository of PredefinedFieldState objects.
-
previous : --is-rst--str =
''
[源代码]¶ A String specifying the name of the previous step. The new step appears after this step in the list of analysis steps.
- procedureType : --is-rst--SymbolicConstant[源代码]¶
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
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
-
response : --is-rst--SymbolicConstant =
'TRANSIENT'
[源代码]¶ A SymbolicConstant specifying the analysis type. Possible values are STEADY_STATE and TRANSIENT. The default value is TRANSIENT.
- setValues(
- description=
''
, - response=
TRANSIENT
, - timePeriod=
1
, - timeIncrementationMethod=
AUTOMATIC
, - maxNumInc=
100
, - initialInc=
None
, - minInc=
None
, - maxInc=
None
, - end=
PERIOD
, - dcmax=
0
, - amplitude=
STEP
, - extrapolation=
LINEAR
, - convertSDI=
PROPAGATED
, This method modifies the MassDiffusionStep object.
- 参数:¶
- description=
''
¶ A String specifying a description of the new step. The default value is an empty string.
- response=
TRANSIENT
¶ A SymbolicConstant specifying the analysis type. Possible values are STEADY_STATE and TRANSIENT. The default value is TRANSIENT.
- timePeriod=
1
¶ A Float specifying the total time period. The default value is 1.0.
- timeIncrementationMethod=
AUTOMATIC
¶ A SymbolicConstant specifying the time incrementation method to be used. Possible values are FIXED and AUTOMATIC. The default value is AUTOMATIC.
- maxNumInc=
100
¶ An Int specifying the maximum number of increments in a step. The default value is 100.
- initialInc=
None
¶ A Float specifying the initial time increment. The default value is the total time period for the step.
- minInc=
None
¶ A Float specifying the minimum time increment allowed. The default value is the smaller of 0.8 times the initial time increment or 10−5 times the total time period.
- maxInc=
None
¶ A Float specifying the maximum time increment allowed. The default value is the total time period for the step.
- end=
PERIOD
¶ A SymbolicConstant specifying the time period to be analyzed in a transient analysis. Possible values are PERIOD and SS. The default value is PERIOD.
- dcmax=
0
¶ A Float specifying the maximum normalized concentration change to be allowed in an increment. The default value is 0.0.
- amplitude=
STEP
¶ A SymbolicConstant specifying the amplitude variation for loading magnitudes during the step. The default is STEP. Possible values are STEP and RAMP.
- extrapolation=
LINEAR
¶ A SymbolicConstant specifying the type of extrapolation to use in determining the incremental solution for a nonlinear analysis. Possible values are NONE, LINEAR, and PARABOLIC. The default value is LINEAR.
- convertSDI=
PROPAGATED
¶ 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.
- description=
- 抛出:¶
RangeError –
-
solverControl : --is-rst--SolverControl =
<abaqus.StepMiscellaneous.SolverControl.SolverControl object>
[源代码]¶ A SolverControl object.
-
suppressed : --is-rst--Boolean =
0
[源代码]¶ A Boolean specifying whether the step is suppressed or not. The default value is OFF.
- class ModalDynamicsStep(
- name,
- previous,
- description=
''
, - continueAnalysis=
0
, - timePeriod=
1
, - incSize=
1
, - directDamping=
None
, - compositeDamping=
None
, - rayleighDamping=
None
, - amplitude=
STEP
, - maintainAttributes=
False
, - directDampingByFrequency=
None
, - rayleighDampingByFrequency=
None
, 基类:
AnalysisStep
The ModalDynamicsStep object is used to provide dynamic time history response as a linear perturbation procedure using modal superposition. The ModalDynamicsStep object is derived from the AnalysisStep object.
备注
This object can be accessed by:
import step mdb.models[name].steps[name]
The corresponding analysis keywords are:
DAMPING
MODAL DAMPING
MODAL DYNAMIC
STEP
备注
Member Details:
-
adaptiveMeshConstraintStates : --is-rst--dict[str, AdaptiveMeshConstraintState] =
{}
[源代码]¶ A repository of AdaptiveMeshConstraintState objects.
-
adaptiveMeshDomains : --is-rst--dict[str, AdaptiveMeshDomain] =
{}
[源代码]¶ A repository of AdaptiveMeshDomain objects.
-
amplitude : --is-rst--SymbolicConstant =
'STEP'
[源代码]¶ A SymbolicConstant specifying the amplitude variation for loading magnitudes during the step. Possible values are STEP and RAMP. The default value is STEP.
-
boundaryConditionStates : --is-rst--dict[str, BoundaryConditionState] =
{}
[源代码]¶ A repository of BoundaryConditionState objects.
-
compositeDamping : --is-rst--CompositeDamping =
<abaqus.StepMiscellaneous.CompositeDamping.CompositeDamping object>
[源代码]¶ A CompositeDamping object.
-
continueAnalysis : --is-rst--Boolean =
0
[源代码]¶ A Boolean specifying that the step starts with zero initial conditions. The default value is OFF.
-
control : --is-rst--Control =
<abaqus.StepMiscellaneous.Control.Control object>
[源代码]¶ A Control object.
-
description : --is-rst--str =
''
[源代码]¶ A String specifying a description of the new step. The default value is an empty string.
-
diagnosticPrint : --is-rst--DiagnosticPrint =
<abaqus.StepOutput.DiagnosticPrint.DiagnosticPrint object>
[源代码]¶ A DiagnosticPrint object.
-
directDamping : --is-rst--DirectDamping =
<abaqus.StepMiscellaneous.DirectDamping.DirectDamping object>
[源代码]¶ A DirectDamping object.
-
directDampingByFrequency : --is-rst--DirectDampingByFrequency =
<abaqus.StepMiscellaneous.DirectDampingByFrequency.DirectDampingByFrequency object>
[源代码]¶ A DirectDampingByFrequency object.
- explicit : --is-rst--SymbolicConstant[源代码]¶
A SymbolicConstant specifying whether the step has an explicit procedure type (procedureType = ANNEAL, DYNAMIC_EXPLICIT, or DYNAMIC_TEMP_DISPLACEMENT).
-
fieldOutputRequestState : --is-rst--dict[str, FieldOutputRequestState] =
{}
[源代码]¶ A repository of FieldOutputRequestState objects.
-
historyOutputRequestState : --is-rst--dict[str, HistoryOutputRequestState] =
{}
[源代码]¶ A repository of HistoryOutputRequestState objects.
-
incSize : --is-rst--float =
1
[源代码]¶ A Float specifying the time increment to be used. The default value is 1.0.
-
nonmechanical : --is-rst--Boolean =
0
[源代码]¶ A Boolean specifying whether the step has a mechanical procedure type.
-
perturbation : --is-rst--Boolean =
0
[源代码]¶ A Boolean specifying whether the step has a perturbation procedure type.
-
predefinedFieldStates : --is-rst--dict[str, PredefinedFieldState] =
{}
[源代码]¶ A repository of PredefinedFieldState objects.
-
previous : --is-rst--str =
''
[源代码]¶ A String specifying the name of the previous step. The new step appears after this step in the list of analysis steps.
- procedureType : --is-rst--SymbolicConstant[源代码]¶
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
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
-
rayleighDamping : --is-rst--RayleighDamping =
<abaqus.StepMiscellaneous.RayleighDamping.RayleighDamping object>
[源代码]¶ A RayleighDamping object.
-
rayleighDampingByFrequency : --is-rst--RayleighDampingByFrequency =
<abaqus.StepMiscellaneous.RayleighDampingByFrequency.RayleighDampingByFrequency object>
[源代码]¶ A RayleighDampingByFrequency object.
- setValues(
- description=
''
, - continueAnalysis=
0
, - timePeriod=
1
, - incSize=
1
, - directDamping=
None
, - compositeDamping=
None
, - rayleighDamping=
None
, - amplitude=
STEP
, - directDampingByFrequency=
None
, - rayleighDampingByFrequency=
None
, This method modifies the ModalDynamicsStep object.
- 参数:¶
- description=
''
¶ A String specifying a description of the new step. The default value is an empty string.
- continueAnalysis=
0
¶ A Boolean specifying that the step starts with zero initial conditions. The default value is OFF.
- timePeriod=
1
¶ A Float specifying the total time period. The default value is 1.0.
- incSize=
1
¶ A Float specifying the time increment to be used. The default value is 1.0.
- directDamping=
None
¶ A DirectDamping object.
- compositeDamping=
None
¶ A CompositeDamping object.
- rayleighDamping=
None
¶ A RayleighDamping object.
- amplitude=
STEP
¶ A SymbolicConstant specifying the amplitude variation for loading magnitudes during the step. Possible values are STEP and RAMP. The default value is STEP.
- directDampingByFrequency=
None
¶ A DirectDampingByFrequency object.
- rayleighDampingByFrequency=
None
¶ A RayleighDampingByFrequency object.
- description=
- 抛出:¶
RangeError –
-
solverControl : --is-rst--SolverControl =
<abaqus.StepMiscellaneous.SolverControl.SolverControl object>
[源代码]¶ A SolverControl object.
- class RandomResponseStep(
- name,
- previous,
- freq,
- description=
''
, - scale=
LOG
, - directDamping=
None
, - compositeDamping=
None
, - rayleighDamping=
None
, - structuralDamping=
None
, - directDampingByFrequency=
None
, - rayleighDampingByFrequency=
None
, - structuralDampingByFrequency=
None
, - maintainAttributes=
False
, 基类:
AnalysisStep
The RandomResponseStep object is used to give the linearized response of a model to random excitation. The RandomResponseStep object is derived from the AnalysisStep object.
备注
This object can be accessed by:
import step mdb.models[name].steps[name]
The corresponding analysis keywords are:
DAMPING
MODAL DAMPING
RANDOM RESPONSE
STEP
备注
Member Details:
-
adaptiveMeshConstraintStates : --is-rst--dict[str, AdaptiveMeshConstraintState] =
{}
[源代码]¶ A repository of AdaptiveMeshConstraintState objects.
-
adaptiveMeshDomains : --is-rst--dict[str, AdaptiveMeshDomain] =
{}
[源代码]¶ A repository of AdaptiveMeshDomain objects.
-
boundaryConditionStates : --is-rst--dict[str, BoundaryConditionState] =
{}
[源代码]¶ A repository of BoundaryConditionState objects.
-
compositeDamping : --is-rst--CompositeDamping =
<abaqus.StepMiscellaneous.CompositeDamping.CompositeDamping object>
[源代码]¶ A CompositeDamping object.
-
control : --is-rst--Control =
<abaqus.StepMiscellaneous.Control.Control object>
[源代码]¶ A Control object.
-
description : --is-rst--str =
''
[源代码]¶ A String specifying a description of the new step. The default value is an empty string.
-
diagnosticPrint : --is-rst--DiagnosticPrint =
<abaqus.StepOutput.DiagnosticPrint.DiagnosticPrint object>
[源代码]¶ A DiagnosticPrint object.
-
directDamping : --is-rst--DirectDamping =
<abaqus.StepMiscellaneous.DirectDamping.DirectDamping object>
[源代码]¶ A DirectDamping object.
-
directDampingByFrequency : --is-rst--DirectDampingByFrequency =
<abaqus.StepMiscellaneous.DirectDampingByFrequency.DirectDampingByFrequency object>
[源代码]¶ A DirectDampingByFrequency object.
- explicit : --is-rst--SymbolicConstant[源代码]¶
A SymbolicConstant specifying whether the step has an explicit procedure type (procedureType = ANNEAL, DYNAMIC_EXPLICIT, or DYNAMIC_TEMP_DISPLACEMENT).
-
fieldOutputRequestState : --is-rst--dict[str, FieldOutputRequestState] =
{}
[源代码]¶ A repository of FieldOutputRequestState objects.
-
freq : --is-rst--RandomResponseFrequencyArray =
[]
[源代码]¶ A RandomResponseFrequencyArray object specifying frequencies over ranges of modes.
-
historyOutputRequestState : --is-rst--dict[str, HistoryOutputRequestState] =
{}
[源代码]¶ A repository of HistoryOutputRequestState objects.
-
nonmechanical : --is-rst--Boolean =
0
[源代码]¶ A Boolean specifying whether the step has a mechanical procedure type.
-
perturbation : --is-rst--Boolean =
0
[源代码]¶ A Boolean specifying whether the step has a perturbation procedure type.
-
predefinedFieldStates : --is-rst--dict[str, PredefinedFieldState] =
{}
[源代码]¶ A repository of PredefinedFieldState objects.
-
previous : --is-rst--str =
''
[源代码]¶ A String specifying the name of the previous step. The new step appears after this step in the list of analysis steps.
- procedureType : --is-rst--SymbolicConstant[源代码]¶
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
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
-
rayleighDamping : --is-rst--RayleighDamping =
<abaqus.StepMiscellaneous.RayleighDamping.RayleighDamping object>
[源代码]¶ A RayleighDamping object.
-
rayleighDampingByFrequency : --is-rst--RayleighDampingByFrequency =
<abaqus.StepMiscellaneous.RayleighDampingByFrequency.RayleighDampingByFrequency object>
[源代码]¶ A RayleighDampingByFrequency object.
-
scale : --is-rst--SymbolicConstant =
'LOG'
[源代码]¶ A SymbolicConstant specifying the frequency scale. Possible values are LINEAR and LOG. The default value is LOG.
- setValues(
- description=
''
, - scale=
LOG
, - directDamping=
None
, - compositeDamping=
None
, - rayleighDamping=
None
, - structuralDamping=
None
, - directDampingByFrequency=
None
, - rayleighDampingByFrequency=
None
, - structuralDampingByFrequency=
None
, This method modifies the RandomResponseStep object.
- 参数:¶
- description=
''
¶ A String specifying a description of the new step. The default value is an empty string.
- scale=
LOG
¶ A SymbolicConstant specifying the frequency scale. Possible values are LINEAR and LOG. The default value is LOG.
- directDamping=
None
¶ A DirectDamping object.
- compositeDamping=
None
¶ A CompositeDamping object.
- rayleighDamping=
None
¶ A RayleighDamping object.
- structuralDamping=
None
¶ A StructuralDamping object.
- directDampingByFrequency=
None
¶ A DirectDampingByFrequency object.
- rayleighDampingByFrequency=
None
¶ A RayleighDampingByFrequency object.
- structuralDampingByFrequency=
None
¶ A StructuralDampingByFrequency object.
- description=
- 抛出:¶
RangeError –
-
solverControl : --is-rst--SolverControl =
<abaqus.StepMiscellaneous.SolverControl.SolverControl object>
[源代码]¶ A SolverControl object.
-
structuralDamping : --is-rst--StructuralDamping =
<abaqus.StepMiscellaneous.StructuralDamping.StructuralDamping object>
[源代码]¶ A StructuralDamping object.
- class ResponseSpectrumStep(
- name,
- previous,
- components,
- description=
''
, - comp=
SINGLE_DIRECTION
, - sum=
ABS
, - directDamping=
None
, - compositeDamping=
None
, - rayleighDamping=
None
, - directDampingByFrequency=
None
, - rayleighDampingByFrequency=
None
, - maintainAttributes=
False
, 基类:
AnalysisStep
The ResponseSpectrumStep object is used to calculate estimates of peak values of displacements and stresses based on user-supplied response spectra and on the natural modes of the system. The ResponseSpectrumStep object is derived from the AnalysisStep object.
备注
This object can be accessed by:
import step mdb.models[name].steps[name]
The corresponding analysis keywords are:
RESPONSE SPECTRUM
STEP
Member Details:
-
adaptiveMeshConstraintStates : --is-rst--dict[str, AdaptiveMeshConstraintState] =
{}
[源代码]¶ A repository of AdaptiveMeshConstraintState objects.
-
adaptiveMeshDomains : --is-rst--dict[str, AdaptiveMeshDomain] =
{}
[源代码]¶ A repository of AdaptiveMeshDomain objects.
-
boundaryConditionStates : --is-rst--dict[str, BoundaryConditionState] =
{}
[源代码]¶ A repository of BoundaryConditionState objects.
-
comp : --is-rst--SymbolicConstant =
'SINGLE_DIRECTION'
[源代码]¶ A SymbolicConstant specifying the order and method used to sum the components. Possible values are SINGLE_DIRECTION, MULTIPLE_DIRECTION_ABSOLUTE_SUM, MULTIPLE_DIRECTION_SRSS_SUM, MULTIPLE_DIRECTION_THIRTY_PERCENT_RULE, and MULTIPLE_DIRECTION_FORTY_PERCENT_RULE. The default value is SINGLE_DIRECTION.
-
components : --is-rst--ResponseSpectrumComponentArray =
[]
[源代码]¶ A ResponseSpectrumComponentArray object.
-
compositeDamping : --is-rst--CompositeDamping =
<abaqus.StepMiscellaneous.CompositeDamping.CompositeDamping object>
[源代码]¶ A CompositeDamping object.
-
control : --is-rst--Control =
<abaqus.StepMiscellaneous.Control.Control object>
[源代码]¶ A Control object.
-
description : --is-rst--str =
''
[源代码]¶ A String specifying a description of the new step. The default value is an empty string.
-
diagnosticPrint : --is-rst--DiagnosticPrint =
<abaqus.StepOutput.DiagnosticPrint.DiagnosticPrint object>
[源代码]¶ A DiagnosticPrint object.
-
directDamping : --is-rst--DirectDamping =
<abaqus.StepMiscellaneous.DirectDamping.DirectDamping object>
[源代码]¶ A DirectDamping object.
-
directDampingByFrequency : --is-rst--DirectDampingByFrequency =
<abaqus.StepMiscellaneous.DirectDampingByFrequency.DirectDampingByFrequency object>
[源代码]¶ A DirectDampingByFrequency object.
- explicit : --is-rst--SymbolicConstant[源代码]¶
A SymbolicConstant specifying whether the step has an explicit procedure type (procedureType = ANNEAL, DYNAMIC_EXPLICIT, or DYNAMIC_TEMP_DISPLACEMENT).
-
fieldOutputRequestState : --is-rst--dict[str, FieldOutputRequestState] =
{}
[源代码]¶ A repository of FieldOutputRequestState objects.
-
historyOutputRequestState : --is-rst--dict[str, HistoryOutputRequestState] =
{}
[源代码]¶ A repository of HistoryOutputRequestState objects.
-
nonmechanical : --is-rst--Boolean =
0
[源代码]¶ A Boolean specifying whether the step has a mechanical procedure type.
-
perturbation : --is-rst--Boolean =
0
[源代码]¶ A Boolean specifying whether the step has a perturbation procedure type.
-
predefinedFieldStates : --is-rst--dict[str, PredefinedFieldState] =
{}
[源代码]¶ A repository of PredefinedFieldState objects.
-
previous : --is-rst--str =
''
[源代码]¶ A String specifying the name of the previous step. The new step appears after this step in the list of analysis steps.
- procedureType : --is-rst--SymbolicConstant[源代码]¶
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
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
-
rayleighDamping : --is-rst--RayleighDamping =
<abaqus.StepMiscellaneous.RayleighDamping.RayleighDamping object>
[源代码]¶ A RayleighDamping object.
-
rayleighDampingByFrequency : --is-rst--RayleighDampingByFrequency =
<abaqus.StepMiscellaneous.RayleighDampingByFrequency.RayleighDampingByFrequency object>
[源代码]¶ A RayleighDampingByFrequency object.
- setValues(
- description=
''
, - comp=
SINGLE_DIRECTION
, - sum=
ABS
, - directDamping=
None
, - compositeDamping=
None
, - rayleighDamping=
None
, - directDampingByFrequency=
None
, - rayleighDampingByFrequency=
None
, This method modifies the ResponseSpectrumStep object.
- 参数:¶
- description=
''
¶ A String specifying a description of the new step. The default value is an empty string.
- comp=
SINGLE_DIRECTION
¶ A SymbolicConstant specifying the order and method used to sum the components. Possible values are SINGLE_DIRECTION, MULTIPLE_DIRECTION_ABSOLUTE_SUM, MULTIPLE_DIRECTION_SRSS_SUM, MULTIPLE_DIRECTION_THIRTY_PERCENT_RULE, and MULTIPLE_DIRECTION_FORTY_PERCENT_RULE. The default value is SINGLE_DIRECTION.
- sum=
ABS
¶ A SymbolicConstant specifying the method used to sum the components. Possible values are ABS, CQC, NRL, SRSS, TENP, DSC, and GRP. The default value is ABS.
- directDamping=
None
¶ A DirectDamping object.
- compositeDamping=
None
¶ A CompositeDamping object.
- rayleighDamping=
None
¶ A RayleighDamping object.
- directDampingByFrequency=
None
¶ A DirectDampingByFrequency object.
- rayleighDampingByFrequency=
None
¶ A RayleighDampingByFrequency object.
- description=
- 抛出:¶
RangeError –
-
solverControl : --is-rst--SolverControl =
<abaqus.StepMiscellaneous.SolverControl.SolverControl object>
[源代码]¶ A SolverControl object.
-
structuralDamping : --is-rst--StructuralDamping =
<abaqus.StepMiscellaneous.StructuralDamping.StructuralDamping object>
[源代码]¶ A StructuralDamping object.
-
structuralDampingByFrequency : --is-rst--StructuralDampingByFrequency =
<abaqus.StepMiscellaneous.StructuralDampingByFrequency.StructuralDampingByFrequency object>
[源代码]¶ A StructuralDampingByFrequency object.
- class SoilsStep(
- name,
- previous,
- description=
''
, - response=
TRANSIENT
, - timePeriod=
1
, - nlgeom=
0
, - stabilizationMethod=
NONE
, - stabilizationMagnitude=
None
, - creep=
1
, - timeIncrementationMethod=
AUTOMATIC
, - initialInc=
None
, - minInc=
None
, - maxInc=
None
, - maxNumInc=
100
, - end=
PERIOD
, - utol=
None
, - cetol=
0
, - amplitude=
STEP
, - extrapolation=
LINEAR
, - matrixSolver=
DIRECT
, - matrixStorage=
SOLVER_DEFAULT
, - maintainAttributes=
False
, - solutionTechnique=
FULL_NEWTON
, - reformKernel=
8
, - convertSDI=
PROPAGATED
, - adaptiveDampingRatio=
0
, - continueDampingFactors=
0
, 基类:
AnalysisStep
The SoilsStep object is used to specify transient (consolidation) or steady-state response analysis of partially or fully saturated fluid-filled porous media. The SoilsStep object is derived from the AnalysisStep object.
备注
This object can be accessed by:
import step mdb.models[name].steps[name]
The corresponding analysis keywords are:
SOILS
STEP
备注
Member Details:
-
adaptiveDampingRatio : --is-rst--float =
0
[源代码]¶ A Float specifying the maximum allowable ratio of the stabilization energy to the total strain energy and can be used only if stabilizationMethod is not NONE. The default value is 0.05.
-
adaptiveMeshConstraintStates : --is-rst--dict[str, AdaptiveMeshConstraintState] =
{}
[源代码]¶ A repository of AdaptiveMeshConstraintState objects.
-
adaptiveMeshDomains : --is-rst--dict[str, AdaptiveMeshDomain] =
{}
[源代码]¶ A repository of AdaptiveMeshDomain objects.
-
amplitude : --is-rst--Literal[C.STEP, C.RAMP] =
'STEP'
[源代码]¶ A SymbolicConstant specifying the amplitude variation for loading magnitudes during the step. The default value is STEP. Possible values are STEP and RAMP.
-
boundaryConditionStates : --is-rst--dict[str, BoundaryConditionState] =
{}
[源代码]¶ A repository of BoundaryConditionState objects.
-
cetol : --is-rst--float =
0
[源代码]¶ A Float specifying the maximum allowable difference in the creep strain increment calculated from the creep strain rates at the beginning and end of the increment. The default value is 0.0.
-
continueDampingFactors : --is-rst--Boolean =
0
[源代码]¶ A Boolean specifying whether this step will carry over the damping factors from the results of the preceding general step. This parameter must be used in conjunction with the adaptiveDampingRatio parameter. The default value is OFF.
-
control : --is-rst--Control =
<abaqus.StepMiscellaneous.Control.Control object>
[源代码]¶ A Control object.
-
convertSDI : --is-rst--Literal[C.PROPAGATED, C.CONVERT_SDI_OFF, C.CONVERT_SDI_ON] =
'PROPAGATED'
[源代码]¶ 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.
-
creep : --is-rst--Boolean =
1
[源代码]¶ A Boolean specifying whether a creep response occurs during this step. The default value is ON.
-
description : --is-rst--str =
''
[源代码]¶ A String specifying a description of the new step. The default value is an empty string.
-
diagnosticPrint : --is-rst--DiagnosticPrint =
<abaqus.StepOutput.DiagnosticPrint.DiagnosticPrint object>
[源代码]¶ A DiagnosticPrint object.
-
end : --is-rst--Literal[C.SS, C.PERIOD] =
'PERIOD'
[源代码]¶ A SymbolicConstant specifying the time period to be analyzed in a transient analysis. Possible values are PERIOD and SS. The default value is PERIOD.
- explicit : --is-rst--SymbolicConstant[源代码]¶
A SymbolicConstant specifying whether the step has an explicit procedure type (procedureType = ANNEAL, DYNAMIC_EXPLICIT, or DYNAMIC_TEMP_DISPLACEMENT).
-
extrapolation : --is-rst--Literal[C.PARABOLIC, C.LINEAR] =
'LINEAR'
[源代码]¶ A SymbolicConstant specifying the type of extrapolation to use in determining the incremental solution for a nonlinear analysis. Possible values are NONE, LINEAR, and PARABOLIC. The default value is LINEAR.
-
fieldOutputRequestState : --is-rst--dict[str, FieldOutputRequestState] =
{}
[源代码]¶ A repository of FieldOutputRequestState objects.
-
historyOutputRequestState : --is-rst--dict[str, HistoryOutputRequestState] =
{}
[源代码]¶ A repository of HistoryOutputRequestState objects.
-
initialInc : --is-rst--float | None =
None
[源代码]¶ A Float specifying the initial time increment. The default value is the total time period for the step.
-
matrixSolver : --is-rst--Literal[C.ITERATIVE, C.DIRECT] =
'DIRECT'
[源代码]¶ A SymbolicConstant specifying the type of solver. Possible values are DIRECT and ITERATIVE. The default value is DIRECT.
-
matrixStorage : --is-rst--Literal[C.SYMMETRIC, C.UNSYMMETRIC, C.SOLVER_DEFAULT] =
'SOLVER_DEFAULT'
[源代码]¶ A SymbolicConstant specifying the type of matrix storage. Possible values are SYMMETRIC, UNSYMMETRIC, and SOLVER_DEFAULT. The default value is SOLVER_DEFAULT.
-
maxInc : --is-rst--float | None =
None
[源代码]¶ A Float specifying the maximum time increment allowed. The default value is the total time period for the step.
-
maxNumInc : --is-rst--int =
100
[源代码]¶ An Int specifying the maximum number of increments in a step. The default value is 100.
-
minInc : --is-rst--float | None =
None
[源代码]¶ 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.
-
nlgeom : --is-rst--Boolean =
0
[源代码]¶ A Boolean specifying whether geometric nonlinearities should be accounted for during the step. The default value is OFF.
-
nonmechanical : --is-rst--Boolean =
0
[源代码]¶ A Boolean specifying whether the step has a mechanical procedure type.
-
perturbation : --is-rst--Boolean =
0
[源代码]¶ A Boolean specifying whether the step has a perturbation procedure type.
-
predefinedFieldStates : --is-rst--dict[str, PredefinedFieldState] =
{}
[源代码]¶ A repository of PredefinedFieldState objects.
-
previous : --is-rst--str =
''
[源代码]¶ A String specifying the name of the previous step. The new step appears after this step in the list of analysis steps.
- procedureType : --is-rst--SymbolicConstant[源代码]¶
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
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
-
reformKernel : --is-rst--int =
8
[源代码]¶ An Int specifying the number of quasi-Newton iterations allowed before the kernel matrix is reformed.. The default value is 8.
-
response : --is-rst--Literal[C.STEADY_STATE, C.TRANSIENT] =
'TRANSIENT'
[源代码]¶ A SymbolicConstant specifying the analysis type. Possible values are STEADY_STATE and TRANSIENT. The default value is TRANSIENT.
- setValues(
- description=
''
, - response=
TRANSIENT
, - timePeriod=
1
, - nlgeom=
0
, - stabilizationMethod=
NONE
, - stabilizationMagnitude=
None
, - creep=
1
, - timeIncrementationMethod=
AUTOMATIC
, - initialInc=
None
, - minInc=
None
, - maxInc=
None
, - maxNumInc=
100
, - end=
PERIOD
, - utol=
None
, - cetol=
0
, - amplitude=
STEP
, - extrapolation=
LINEAR
, - matrixSolver=
DIRECT
, - matrixStorage=
SOLVER_DEFAULT
, - solutionTechnique=
FULL_NEWTON
, - reformKernel=
8
, - convertSDI=
PROPAGATED
, - adaptiveDampingRatio=
0
, - continueDampingFactors=
0
, This method modifies the SoilsStep object.
备注
- 参数:¶
- description=
''
¶ A String specifying a description of the new step. The default value is an empty string.
- response=
TRANSIENT
¶ A SymbolicConstant specifying the analysis type. Possible values are STEADY_STATE and TRANSIENT. The default value is TRANSIENT.
- timePeriod=
1
¶ A Float specifying the total time period. The default value is 1.0.
- nlgeom=
0
¶ A Boolean specifying whether geometric nonlinearities should be accounted for during the step. The default value is OFF.
- stabilizationMethod=
NONE
¶ A SymbolicConstant specifying the stabilization type. Possible values are NONE, DISSIPATED_ENERGY_FRACTION, and DAMPING_FACTOR. The default value is NONE.
- stabilizationMagnitude=
None
¶ A Float specifying the damping intensity of the automatic damping algorithm if the problem is expected to be unstable, and stabilizationMethod is not NONE. The default value is 2x10⁻⁴.
- creep=
1
¶ A Boolean specifying whether a creep response occurs during this step. The default value is ON.
- timeIncrementationMethod=
AUTOMATIC
¶ A SymbolicConstant specifying the time incrementation method to be used. Possible values are FIXED and AUTOMATIC. The default value is AUTOMATIC.
- initialInc=
None
¶ A Float specifying the initial time increment. The default value is the total time period for the step.
- minInc=
None
¶ 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.
- maxInc=
None
¶ A Float specifying the maximum time increment allowed. The default value is the total time period for the step.
- maxNumInc=
100
¶ An Int specifying the maximum number of increments in a step. The default value is 100.
- end=
PERIOD
¶ A SymbolicConstant specifying the time period to be analyzed in a transient analysis. Possible values are PERIOD and SS. The default value is PERIOD.
- utol=
None
¶ None or a Float specifying the maximum pore pressure change permitted in any increment (in pressure units) in a transient consolidation analysis. The default value is None.
- cetol=
0
¶ A Float specifying the maximum allowable difference in the creep strain increment calculated from the creep strain rates at the beginning and end of the increment. The default value is 0.0.
- amplitude=
STEP
¶ A SymbolicConstant specifying the amplitude variation for loading magnitudes during the step. The default value is STEP. Possible values are STEP and RAMP.
- extrapolation=
LINEAR
¶ A SymbolicConstant specifying the type of extrapolation to use in determining the incremental solution for a nonlinear analysis. Possible values are NONE, LINEAR, and PARABOLIC. The default value is LINEAR.
- matrixSolver=
DIRECT
¶ A SymbolicConstant specifying the type of solver. Possible values are DIRECT and ITERATIVE. The default value is DIRECT.
- matrixStorage=
SOLVER_DEFAULT
¶ A SymbolicConstant specifying the type of matrix storage. Possible values are SYMMETRIC, UNSYMMETRIC, and SOLVER_DEFAULT. The default value is SOLVER_DEFAULT.
- solutionTechnique=
FULL_NEWTON
¶ 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.
- reformKernel=
8
¶ An Int specifying the number of quasi-Newton iterations allowed before the kernel matrix is reformed.. The default value is 8.
- convertSDI=
PROPAGATED
¶ 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.
- adaptiveDampingRatio=
0
¶ A Float specifying the maximum allowable ratio of the stabilization energy to the total strain energy and can be used only if stabilizationMethod is not NONE. The default value is 0.05.
- continueDampingFactors=
0
¶ A Boolean specifying whether this step will carry over the damping factors from the results of the preceding general step. This parameter must be used in conjunction with the adaptiveDampingRatio parameter. The default value is OFF.
- description=
- 抛出:¶
RangeError –
-
solutionTechnique : --is-rst--Literal[C.FULL_NEWTON, C.QUASI_NEWTON] =
'FULL_NEWTON'
[源代码]¶ 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.
-
solverControl : --is-rst--SolverControl =
<abaqus.StepMiscellaneous.SolverControl.SolverControl object>
[源代码]¶ A SolverControl object.
-
stabilizationMagnitude : --is-rst--float | None =
None
[源代码]¶ A Float specifying the damping intensity of the automatic damping algorithm if the problem is expected to be unstable, and stabilizationMethod is not NONE. The default value is 2x10⁻⁴.
-
stabilizationMethod : --is-rst--Literal[C.NONE, C.DISSIPATED_ENERGY_FRACTION, C.DAMPING_FACTOR] =
'NONE'
[源代码]¶ A SymbolicConstant specifying the stabilization type. Possible values are NONE, DISSIPATED_ENERGY_FRACTION, and DAMPING_FACTOR. The default value is NONE.
-
suppressed : --is-rst--Boolean =
0
[源代码]¶ A Boolean specifying whether the step is suppressed or not. The default value is OFF.
-
timeIncrementationMethod : --is-rst--Literal[C.FIXED, C.AUTOMATIC] =
'AUTOMATIC'
[源代码]¶ A SymbolicConstant specifying the time incrementation method to be used. Possible values are FIXED and AUTOMATIC. The default value is AUTOMATIC.
- class StaticLinearPerturbationStep(
- name,
- previous,
- description=
''
, - matrixSolver=
DIRECT
, - matrixStorage=
SOLVER_DEFAULT
, - maintainAttributes=
False
, - solutionTechnique=
FULL_NEWTON
, - gapDistance=
0.0
, - scaleFactor=
1.0
, 基类:
AnalysisStep
The StaticLinearPerturbationStep object is used to indicate that the static step should be analyzed as a linear perturbation load step. The StaticLinearPerturbationStep object is derived from the AnalysisStep object.
备注
This object can be accessed by:
import step mdb.models[name].steps[name]
The corresponding analysis keywords are:
STATIC
STEP
Member Details:
-
adaptiveMeshConstraintStates : --is-rst--dict[str, AdaptiveMeshConstraintState] =
{}
[源代码]¶ A repository of AdaptiveMeshConstraintState objects.
-
adaptiveMeshDomains : --is-rst--dict[str, AdaptiveMeshDomain] =
{}
[源代码]¶ A repository of AdaptiveMeshDomain objects.
-
boundaryConditionStates : --is-rst--dict[str, BoundaryConditionState] =
{}
[源代码]¶ A repository of BoundaryConditionState objects.
-
control : --is-rst--Control =
<abaqus.StepMiscellaneous.Control.Control object>
[源代码]¶ A Control object.
-
description : --is-rst--str =
''
[源代码]¶ A String specifying a description of the new step. The default value is an empty string.
-
diagnosticPrint : --is-rst--DiagnosticPrint =
<abaqus.StepOutput.DiagnosticPrint.DiagnosticPrint object>
[源代码]¶ A DiagnosticPrint object.
- explicit : --is-rst--SymbolicConstant[源代码]¶
A SymbolicConstant specifying whether the step has an explicit procedure type (procedureType = ANNEAL, DYNAMIC_EXPLICIT, or DYNAMIC_TEMP_DISPLACEMENT).
-
fieldOutputRequestState : --is-rst--dict[str, FieldOutputRequestState] =
{}
[源代码]¶ A repository of FieldOutputRequestState objects.
-
gapDistance : --is-rst--float =
0.0
[源代码]¶ A Float specifying the zone within which potential contact constraints are exposed to the LCP solver, applicable when solutionTechnique is LCP_CONTACT.
Added in version 2024: The attribute
gapDistance
was added.
-
historyOutputRequestState : --is-rst--dict[str, HistoryOutputRequestState] =
{}
[源代码]¶ A repository of HistoryOutputRequestState objects.
-
matrixSolver : --is-rst--SymbolicConstant =
'DIRECT'
[源代码]¶ A SymbolicConstant specifying the type of solver. Possible values are DIRECT and ITERATIVE. The default value is DIRECT.
-
matrixStorage : --is-rst--SymbolicConstant =
'SOLVER_DEFAULT'
[源代码]¶ A SymbolicConstant specifying the type of matrix storage. Possible values are SYMMETRIC, UNSYMMETRIC, and SOLVER_DEFAULT. The default value is SOLVER_DEFAULT.
-
nonmechanical : --is-rst--Boolean =
0
[源代码]¶ A Boolean specifying whether the step has a mechanical procedure type.
-
perturbation : --is-rst--Boolean =
0
[源代码]¶ A Boolean specifying whether the step has a perturbation procedure type.
-
predefinedFieldStates : --is-rst--dict[str, PredefinedFieldState] =
{}
[源代码]¶ A repository of PredefinedFieldState objects.
-
previous : --is-rst--str =
''
[源代码]¶ A String specifying the name of the previous step. The new step appears after this step in the list of analysis steps.
- procedureType : --is-rst--SymbolicConstant[源代码]¶
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
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
-
scaleFactor : --is-rst--float =
1.0
[源代码]¶ A Float specifying the scaling factor for the initial gap distance specified by gapDistance or the internally computed (contact) pair-wise gap distances, applicable when solutionTechnique is LCP_CONTACT.
Added in version 2024: The attribute
scaleFactor
was added.
- setValues(
- description=
''
, - matrixSolver=
DIRECT
, - matrixStorage=
SOLVER_DEFAULT
, - solutionTechnique=
FULL_NEWTON
, - gapDistance=
0.0
, - scaleFactor=
1.0
, This method modifies the StaticLinearPerturbationStep object.
- 参数:¶
- description=
''
¶ A String specifying a description of the new step. The default value is an empty string.
- matrixSolver=
DIRECT
¶ A SymbolicConstant specifying the type of solver. Possible values are DIRECT and ITERATIVE. The default value is DIRECT.
- matrixStorage=
SOLVER_DEFAULT
¶ A SymbolicConstant specifying the type of matrix storage. Possible values are SYMMETRIC, UNSYMMETRIC, and SOLVER_DEFAULT. The default value is SOLVER_DEFAULT.
- solutionTechnique=
FULL_NEWTON
¶ A SymbolicConstant specifying the technique used for solving nonlinear equations. Possible values are FULL_NEWTON and LCP_CONTACT.
Added in version 2024: The argument
solutionTechnique
was added.- gapDistance=
0.0
¶ A Float specifying the zone within which potential contact constraints are exposed to the LCP solver, applicable when solutionTechnique is LCP_CONTACT.
Added in version 2024: The argument
gapDistance
was added.- scaleFactor=
1.0
¶ A Float specifying the scaling factor for the initial gap distance specified by gapDistance or the internally computed (contact) pair-wise gap distances, applicable when solutionTechnique is LCP_CONTACT.
Added in version 2024: The argument
scaleFactor
was added.
- description=
- 抛出:¶
RangeError –
-
solutionTechnique : --is-rst--SymbolicConstant =
'FULL_NEWTON'
[源代码]¶ A SymbolicConstant specifying the technique used for solving nonlinear equations. Possible values are FULL_NEWTON and LCP_CONTACT.
Added in version 2024: The attribute
solutionTechnique
was added.
- class StaticRiksStep(
- name,
- previous,
- description=
''
, - nlgeom=
0
, - adiabatic=
0
, - maxLPF=
None
, - nodeOn=
0
, - maximumDisplacement=
0
, - dof=
0
, - region=
None
, - timeIncrementationMethod=
AUTOMATIC
, - maxNumInc=
100
, - totalArcLength=
1
, - initialArcInc=
None
, - minArcInc=
None
, - maxArcInc=
None
, - matrixStorage=
SOLVER_DEFAULT
, - extrapolation=
LINEAR
, - fullyPlastic=
''
, - noStop=
0
, - maintainAttributes=
False
, - useLongTermSolution=
0
, - convertSDI=
PROPAGATED
, 基类:
AnalysisStep
The StaticRiksStep object is used to indicate that the step should be analyzed as a static load step using the modified Riks method for proportional loading cases. The StaticRiksStep object is derived from the AnalysisStep object.
备注
This object can be accessed by:
import step mdb.models[name].steps[name]
The corresponding analysis keywords are:
STATIC
STEP
备注
Member Details:
-
adaptiveMeshConstraintStates : --is-rst--dict[str, AdaptiveMeshConstraintState] =
{}
[源代码]¶ A repository of AdaptiveMeshConstraintState objects.
-
adaptiveMeshDomains : --is-rst--dict[str, AdaptiveMeshDomain] =
{}
[源代码]¶ A repository of AdaptiveMeshDomain objects.
-
adiabatic : --is-rst--Boolean =
0
[源代码]¶ A Boolean specifying whether to perform an adiabatic stress analysis. The default value is OFF.
-
boundaryConditionStates : --is-rst--dict[str, BoundaryConditionState] =
{}
[源代码]¶ A repository of BoundaryConditionState objects.
-
control : --is-rst--Control =
<abaqus.StepMiscellaneous.Control.Control object>
[源代码]¶ A Control object.
-
convertSDI : --is-rst--SymbolicConstant =
'PROPAGATED'
[源代码]¶ 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.
-
description : --is-rst--str =
''
[源代码]¶ A String specifying a description of the new step. The default value is an empty string.
-
diagnosticPrint : --is-rst--DiagnosticPrint =
<abaqus.StepOutput.DiagnosticPrint.DiagnosticPrint object>
[源代码]¶ A DiagnosticPrint object.
-
dof : --is-rst--int =
0
[源代码]¶ An Int specifying the degree of freedom being monitored. This argument is required when nodeOn = ON. The default value is 0.
- explicit : --is-rst--SymbolicConstant[源代码]¶
A SymbolicConstant specifying whether the step has an explicit procedure type (procedureType = ANNEAL, DYNAMIC_EXPLICIT, or DYNAMIC_TEMP_DISPLACEMENT).
-
extrapolation : --is-rst--SymbolicConstant =
'LINEAR'
[源代码]¶ A SymbolicConstant specifying the type of extrapolation to use in determining the incremental solution for a nonlinear analysis. Possible values are NONE, LINEAR, and PARABOLIC. The default value is LINEAR.
-
fieldOutputRequestState : --is-rst--dict[str, FieldOutputRequestState] =
{}
[源代码]¶ A repository of FieldOutputRequestState objects.
-
fullyPlastic : --is-rst--str =
''
[源代码]¶ A String specifying the name of the region being monitored for fully Plastic behavior. The default value is an empty string.
-
historyOutputRequestState : --is-rst--dict[str, HistoryOutputRequestState] =
{}
[源代码]¶ A repository of HistoryOutputRequestState objects.
-
initialArcInc : --is-rst--float | None =
None
[源代码]¶ A Float specifying the initial load proportionality factor. The default value is the total load proportionality factor for the step.
-
matrixStorage : --is-rst--SymbolicConstant =
'SOLVER_DEFAULT'
[源代码]¶ A SymbolicConstant specifying the type of matrix storage. Possible values are SYMMETRIC, UNSYMMETRIC, and SOLVER_DEFAULT. The default value is SOLVER_DEFAULT.
-
maxArcInc : --is-rst--float | None =
None
[源代码]¶ A Float specifying the maximum arc length increment allowed. The default value is the total load proportionality factor for the step.
-
maxLPF : --is-rst--float | None =
None
[源代码]¶ None or a Float specifying the maximum value of the load proportionality factor. The default value is None.
-
maxNumInc : --is-rst--int =
100
[源代码]¶ An Int specifying the maximum number of increments in a step. The default value is 100.
-
maximumDisplacement : --is-rst--float =
0
[源代码]¶ A Float specifying the value of the total displacement (or rotation) at the node and degree of freedom that, if crossed during an increment, ends the step at the current increment. This argument is required when nodeOn = ON. The default value is 0.0.
-
minArcInc : --is-rst--float | None =
None
[源代码]¶ A Float specifying the minimum arc length increment allowed. The default value is the smaller of the suggested initial load proportionality factor or 10−5 times the total load proportionality factor for the step.
-
nlgeom : --is-rst--Boolean =
0
[源代码]¶ A Boolean specifying whether to allow for geometric nonlinearity. The default value is OFF.
-
noStop : --is-rst--Boolean =
0
[源代码]¶ 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 = ON only in special cases when you have a thorough understanding of how to interpret the results.
-
nodeOn : --is-rst--Boolean =
0
[源代码]¶ A Boolean specifying whether to monitor the finishing displacement value at a node. The default value is OFF.
-
nonmechanical : --is-rst--Boolean =
0
[源代码]¶ A Boolean specifying whether the step has a mechanical procedure type.
-
perturbation : --is-rst--Boolean =
0
[源代码]¶ A Boolean specifying whether the step has a perturbation procedure type.
-
predefinedFieldStates : --is-rst--dict[str, PredefinedFieldState] =
{}
[源代码]¶ A repository of PredefinedFieldState objects.
-
previous : --is-rst--str =
''
[源代码]¶ A String specifying the name of the previous step. The new step appears after this step in the list of analysis steps.
- procedureType : --is-rst--SymbolicConstant[源代码]¶
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
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
-
region : --is-rst--Region =
<abaqus.Region.Region.Region object>
[源代码]¶ A Region object specifying the vertex at which the finishing displacement value is being monitored. This argument is required when nodeOn = ON.
- setValues(
- description=
''
, - nlgeom=
0
, - adiabatic=
0
, - maxLPF=
None
, - nodeOn=
0
, - maximumDisplacement=
0
, - dof=
0
, - region=
None
, - timeIncrementationMethod=
AUTOMATIC
, - maxNumInc=
100
, - totalArcLength=
1
, - initialArcInc=
None
, - minArcInc=
None
, - maxArcInc=
None
, - matrixStorage=
SOLVER_DEFAULT
, - extrapolation=
LINEAR
, - fullyPlastic=
''
, - noStop=
0
, - useLongTermSolution=
0
, - convertSDI=
PROPAGATED
, This method modifies the StaticRiksStep object.
- 参数:¶
- description=
''
¶ A String specifying a description of the new step. The default value is an empty string.
- nlgeom=
0
¶ A Boolean specifying whether to allow for geometric nonlinearity. The default value is OFF.
- adiabatic=
0
¶ A Boolean specifying whether to perform an adiabatic stress analysis. The default value is OFF.
- maxLPF=
None
¶ None or a Float specifying the maximum value of the load proportionality factor. The default value is None.
- nodeOn=
0
¶ A Boolean specifying whether to monitor the finishing displacement value at a node. The default value is OFF.
- maximumDisplacement=
0
¶ A Float specifying the value of the total displacement (or rotation) at the node and degree of freedom that, if crossed during an increment, ends the step at the current increment. This argument is required when nodeOn = ON. The default value is 0.0.
- dof=
0
¶ An Int specifying the degree of freedom being monitored. This argument is required when nodeOn = ON. The default value is 0.
- region=
None
¶ A Region object specifying the vertex at which the finishing displacement value is being monitored. This argument is required when nodeOn = ON.
- timeIncrementationMethod=
AUTOMATIC
¶ A SymbolicConstant specifying the time incrementation method to be used. Possible values are FIXED and AUTOMATIC. The default value is AUTOMATIC.
- maxNumInc=
100
¶ An Int specifying the maximum number of increments in a step. The default value is 100.
- totalArcLength=
1
¶ A Float specifying the total load proportionality factor associated with the load in this step. The default value is 1.0.
- initialArcInc=
None
¶ A Float specifying the initial load proportionality factor. The default value is the total load proportionality factor for the step.
- minArcInc=
None
¶ A Float specifying the minimum arc length increment allowed. The default value is the smaller of the suggested initial load proportionality factor or 10−5 times the total load proportionality factor for the step.
- maxArcInc=
None
¶ A Float specifying the maximum arc length increment allowed. The default value is the total load proportionality factor for the step.
- matrixStorage=
SOLVER_DEFAULT
¶ A SymbolicConstant specifying the type of matrix storage. Possible values are SYMMETRIC, UNSYMMETRIC, and SOLVER_DEFAULT. The default value is SOLVER_DEFAULT.
- extrapolation=
LINEAR
¶ A SymbolicConstant specifying the type of extrapolation to use in determining the incremental solution for a nonlinear analysis. Possible values are NONE, LINEAR, and PARABOLIC. The default value is LINEAR.
- fullyPlastic=
''
¶ A String specifying the name of the region being monitored for fully Plastic behavior. The default value is an empty string.
- noStop=
0
¶ 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 = ON only in special cases when you have a thorough understanding of how to interpret the results.
- useLongTermSolution=
0
¶ A Boolean specifying wether to obtain the fully relaxed long-term elastic solution with time-domain viscoelasticity or the long-term elastic-Plastic solution for two-layer viscoplasticity. The default value is OFF.
- convertSDI=
PROPAGATED
¶ 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.
- description=
- 抛出:¶
RangeError –
-
solverControl : --is-rst--SolverControl =
<abaqus.StepMiscellaneous.SolverControl.SolverControl object>
[源代码]¶ A SolverControl object.
-
suppressed : --is-rst--Boolean =
0
[源代码]¶ A Boolean specifying whether the step is suppressed or not. The default value is OFF.
-
timeIncrementationMethod : --is-rst--SymbolicConstant =
'AUTOMATIC'
[源代码]¶ A SymbolicConstant specifying the time incrementation method to be used. Possible values are FIXED and AUTOMATIC. The default value is AUTOMATIC.
- class StaticStep(
- name,
- previous,
- description=
''
, - timePeriod=
1
, - nlgeom=
0
, - stabilizationMethod=
NONE
, - stabilizationMagnitude=
None
, - adiabatic=
0
, - timeIncrementationMethod=
AUTOMATIC
, - maxNumInc=
100
, - initialInc=
None
, - minInc=
None
, - maxInc=
None
, - matrixSolver=
DIRECT
, - matrixStorage=
SOLVER_DEFAULT
, - amplitude=
RAMP
, - extrapolation=
LINEAR
, - fullyPlastic=
''
, - noStop=
0
, - maintainAttributes=
False
, - useLongTermSolution=
0
, - solutionTechnique=
FULL_NEWTON
, - reformKernel=
8
, - convertSDI=
PROPAGATED
, - adaptiveDampingRatio=
0
, - continueDampingFactors=
0
, 基类:
AnalysisStep
The StaticStep object is used to indicate that the step should be analyzed as a static load step. The StaticStep object is derived from the AnalysisStep object.
备注
This object can be accessed by:
import step mdb.models[name].steps[name]
The corresponding analysis keywords are:
STATIC
STEP
备注
Member Details:
-
adaptiveDampingRatio : --is-rst--float =
0
[源代码]¶ A Float specifying the maximum allowable ratio of the stabilization energy to the total strain energy and can be used only if stabilizationMethod is not NONE. The default value is 0.05.
-
adaptiveMeshConstraintStates : --is-rst--dict[str, AdaptiveMeshConstraintState] =
{}
[源代码]¶ A repository of AdaptiveMeshConstraintState objects.
-
adaptiveMeshDomains : --is-rst--dict[str, AdaptiveMeshDomain] =
{}
[源代码]¶ A repository of AdaptiveMeshDomain objects.
-
adiabatic : --is-rst--Boolean =
0
[源代码]¶ A Boolean specifying whether to perform an adiabatic stress analysis. The default value is OFF.
-
amplitude : --is-rst--SymbolicConstant =
'RAMP'
[源代码]¶ A SymbolicConstant specifying the amplitude variation for loading magnitudes during the step. Possible values are STEP and RAMP. The default value is RAMP.
-
boundaryConditionStates : --is-rst--dict[str, BoundaryConditionState] =
{}
[源代码]¶ A repository of BoundaryConditionState objects.
-
continueDampingFactors : --is-rst--Boolean =
0
[源代码]¶ A Boolean specifying whether this step will carry over the damping factors from the results of the preceding general step. This parameter must be used in conjunction with the adaptiveDampingRatio parameter. The default value is OFF.
-
control : --is-rst--Control =
<abaqus.StepMiscellaneous.Control.Control object>
[源代码]¶ A Control object.
-
convertSDI : --is-rst--SymbolicConstant =
'PROPAGATED'
[源代码]¶ 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.
-
description : --is-rst--str =
''
[源代码]¶ A String specifying a description of the new step. The default value is an empty string.
-
diagnosticPrint : --is-rst--DiagnosticPrint =
<abaqus.StepOutput.DiagnosticPrint.DiagnosticPrint object>
[源代码]¶ A DiagnosticPrint object.
- explicit : --is-rst--SymbolicConstant[源代码]¶
A SymbolicConstant specifying whether the step has an explicit procedure type (procedureType = ANNEAL, DYNAMIC_EXPLICIT, or DYNAMIC_TEMP_DISPLACEMENT).
-
extrapolation : --is-rst--SymbolicConstant =
'LINEAR'
[源代码]¶ A SymbolicConstant specifying the type of extrapolation to use in determining the incremental solution for a nonlinear analysis. Possible values are NONE, LINEAR, and PARABOLIC. The default value is LINEAR.
-
fieldOutputRequestState : --is-rst--dict[str, FieldOutputRequestState] =
{}
[源代码]¶ A repository of FieldOutputRequestState objects.
-
fullyPlastic : --is-rst--str =
''
[源代码]¶ A String specifying the region being monitored for fully Plastic behavior. The default value is an empty string.
-
historyOutputRequestState : --is-rst--dict[str, HistoryOutputRequestState] =
{}
[源代码]¶ A repository of HistoryOutputRequestState objects.
-
initialInc : --is-rst--float | None =
None
[源代码]¶ A Float specifying the initial time increment. The default value is the total time period for the step.
-
matrixSolver : --is-rst--SymbolicConstant =
'DIRECT'
[源代码]¶ A SymbolicConstant specifying the type of solver. Possible values are DIRECT and ITERATIVE. The default value is DIRECT.
-
matrixStorage : --is-rst--SymbolicConstant =
'SOLVER_DEFAULT'
[源代码]¶ A SymbolicConstant specifying the type of matrix storage. Possible values are SYMMETRIC, UNSYMMETRIC, and SOLVER_DEFAULT. The default value is SOLVER_DEFAULT.
-
maxInc : --is-rst--float | None =
None
[源代码]¶ A Float specifying the maximum time increment allowed. The default value is the total time period for the step.
-
maxNumInc : --is-rst--int =
100
[源代码]¶ An Int specifying the maximum number of increments in a step. The default value is 100.
-
minInc : --is-rst--float | None =
None
[源代码]¶ A Float specifying the minimum time increment allowed. The default value is the smaller of the suggested initial time increment or 10⁻⁵ times the total time period.
-
nlgeom : --is-rst--Boolean =
0
[源代码]¶ A Boolean specifying whether to allow for geometric nonlinearity. The default value is OFF.
-
noStop : --is-rst--Boolean =
0
[源代码]¶ A Boolean specifying whether to accept the solution to an increment after the maximum number of iterations allowed has been completed, even if the equilibrium tolerances are not satisfied. The default value is OFF.Warning:You should set noStop = ON only in special cases when you have a thorough understanding of how to interpret the results.
-
nonmechanical : --is-rst--Boolean =
0
[源代码]¶ A Boolean specifying whether the step has a mechanical procedure type.
-
perturbation : --is-rst--Boolean =
0
[源代码]¶ A Boolean specifying whether the step has a perturbation procedure type.
-
predefinedFieldStates : --is-rst--dict[str, PredefinedFieldState] =
{}
[源代码]¶ A repository of PredefinedFieldState objects.
-
previous : --is-rst--str =
''
[源代码]¶ A String specifying the name of the previous step. The new step appears after this step in the list of analysis steps.
- procedureType : --is-rst--SymbolicConstant[源代码]¶
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
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
-
reformKernel : --is-rst--int =
8
[源代码]¶ An Int specifying the number of quasi-Newton iterations allowed before the kernel matrix is reformed.. The default value is 8.
- setValues(
- description=
''
, - timePeriod=
1
, - nlgeom=
0
, - stabilizationMethod=
NONE
, - stabilizationMagnitude=
None
, - adiabatic=
0
, - timeIncrementationMethod=
AUTOMATIC
, - maxNumInc=
100
, - initialInc=
None
, - minInc=
None
, - maxInc=
None
, - matrixSolver=
DIRECT
, - matrixStorage=
SOLVER_DEFAULT
, - amplitude=
RAMP
, - extrapolation=
LINEAR
, - fullyPlastic=
''
, - noStop=
0
, - useLongTermSolution=
0
, - solutionTechnique=
FULL_NEWTON
, - reformKernel=
8
, - convertSDI=
PROPAGATED
, - adaptiveDampingRatio=
0
, - continueDampingFactors=
0
, This method modifies the StaticStep object.
- 参数:¶
- description=
''
¶ A String specifying a description of the new step. The default value is an empty string.
- timePeriod=
1
¶ A Float specifying the total time period. The default value is 1.0.
- nlgeom=
0
¶ A Boolean specifying whether to allow for geometric nonlinearity. The default value is OFF.
- stabilizationMethod=
NONE
¶ A SymbolicConstant specifying the stabilization type. Possible values are NONE, DISSIPATED_ENERGY_FRACTION, and DAMPING_FACTOR. The default value is NONE.
- stabilizationMagnitude=
None
¶ A Float specifying the damping intensity of the automatic damping algorithm if the problem is expected to be unstable, and stabilizationMethod is not NONE. The default value is 2x10⁻⁴.
- adiabatic=
0
¶ A Boolean specifying whether to perform an adiabatic stress analysis. The default value is OFF.
- timeIncrementationMethod=
AUTOMATIC
¶ A SymbolicConstant specifying the time incrementation method to be used. Possible values are FIXED and AUTOMATIC. The default value is AUTOMATIC.
- maxNumInc=
100
¶ An Int specifying the maximum number of increments in a step. The default value is 100.
- initialInc=
None
¶ A Float specifying the initial time increment. The default value is the total time period for the step.
- minInc=
None
¶ A Float specifying the minimum time increment allowed. The default value is the smaller of the suggested initial time increment or 10⁻⁵ times the total time period.
- maxInc=
None
¶ A Float specifying the maximum time increment allowed. The default value is the total time period for the step.
- matrixSolver=
DIRECT
¶ A SymbolicConstant specifying the type of solver. Possible values are DIRECT and ITERATIVE. The default value is DIRECT.
- matrixStorage=
SOLVER_DEFAULT
¶ A SymbolicConstant specifying the type of matrix storage. Possible values are SYMMETRIC, UNSYMMETRIC, and SOLVER_DEFAULT. The default value is SOLVER_DEFAULT.
- amplitude=
RAMP
¶ A SymbolicConstant specifying the amplitude variation for loading magnitudes during the step. Possible values are STEP and RAMP. The default value is RAMP.
- extrapolation=
LINEAR
¶ A SymbolicConstant specifying the type of extrapolation to use in determining the incremental solution for a nonlinear analysis. Possible values are NONE, LINEAR, and PARABOLIC. The default value is LINEAR.
- fullyPlastic=
''
¶ A String specifying the region being monitored for fully Plastic behavior. The default value is an empty string.
- noStop=
0
¶ A Boolean specifying whether to accept the solution to an increment after the maximum number of iterations allowed has been completed, even if the equilibrium tolerances are not satisfied. The default value is OFF.Warning:You should set noStop = ON only in special cases when you have a thorough understanding of how to interpret the results.
- useLongTermSolution=
0
¶ A Boolean specifying wether to obtain the fully relaxed long-term elastic solution with time-domain viscoelasticity or the long-term elastic-Plastic solution for two-layer viscoplasticity. The default value is OFF.
- solutionTechnique=
FULL_NEWTON
¶ 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.
- reformKernel=
8
¶ An Int specifying the number of quasi-Newton iterations allowed before the kernel matrix is reformed.. The default value is 8.
- convertSDI=
PROPAGATED
¶ 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.
- adaptiveDampingRatio=
0
¶ A Float specifying the maximum allowable ratio of the stabilization energy to the total strain energy and can be used only if stabilizationMethod is not NONE. The default value is 0.05.
- continueDampingFactors=
0
¶ A Boolean specifying whether this step will carry over the damping factors from the results of the preceding general step. This parameter must be used in conjunction with the adaptiveDampingRatio parameter. The default value is OFF.
- description=
- 抛出:¶
RangeError –
-
solutionTechnique : --is-rst--SymbolicConstant =
'FULL_NEWTON'
[源代码]¶ 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.
-
solverControl : --is-rst--SolverControl =
<abaqus.StepMiscellaneous.SolverControl.SolverControl object>
[源代码]¶ A SolverControl object.
-
stabilizationMagnitude : --is-rst--float | None =
None
[源代码]¶ A Float specifying the damping intensity of the automatic damping algorithm if the problem is expected to be unstable, and stabilizationMethod is not NONE. The default value is 2x10⁻⁴.
-
stabilizationMethod : --is-rst--SymbolicConstant =
'NONE'
[源代码]¶ A SymbolicConstant specifying the stabilization type. Possible values are NONE, DISSIPATED_ENERGY_FRACTION, and DAMPING_FACTOR. The default value is NONE.
-
suppressed : --is-rst--Boolean =
0
[源代码]¶ A Boolean specifying whether the step is suppressed or not. The default value is OFF.
-
timeIncrementationMethod : --is-rst--SymbolicConstant =
'AUTOMATIC'
[源代码]¶ A SymbolicConstant specifying the time incrementation method to be used. Possible values are FIXED and AUTOMATIC. The default value is AUTOMATIC.
- class SteadyStateDirectStep(
- name,
- previous,
- frequencyRange,
- description=
''
, - factorization=
COMPLEX
, - scale=
LOGARITHMIC
, - matrixStorage=
SOLVER_DEFAULT
, - maintainAttributes=
False
, - subdivideUsingEigenfrequencies=
0
, - frictionDamping=
0
, 基类:
AnalysisStep
The SteadyStateDirectStep object is used to calculate the linearized steady-state response of the system to harmonic excitation in terms of the physical degrees of freedom of the model. The SteadyStateDirectStep object is derived from the AnalysisStep object.
备注
This object can be accessed by:
import step mdb.models[name].steps[name]
The corresponding analysis keywords are:
STEADY STATE DYNAMICS
STEP
Member Details:
-
adaptiveMeshConstraintStates : --is-rst--dict[str, AdaptiveMeshConstraintState] =
{}
[源代码]¶ A repository of AdaptiveMeshConstraintState objects.
-
adaptiveMeshDomains : --is-rst--dict[str, AdaptiveMeshDomain] =
{}
[源代码]¶ A repository of AdaptiveMeshDomain objects.
-
boundaryConditionStates : --is-rst--dict[str, BoundaryConditionState] =
{}
[源代码]¶ A repository of BoundaryConditionState objects.
-
control : --is-rst--Control =
<abaqus.StepMiscellaneous.Control.Control object>
[源代码]¶ A Control object.
-
description : --is-rst--str =
''
[源代码]¶ A String specifying a description of the new step. The default value is an empty string.
-
diagnosticPrint : --is-rst--DiagnosticPrint =
<abaqus.StepOutput.DiagnosticPrint.DiagnosticPrint object>
[源代码]¶ A DiagnosticPrint object.
- explicit : --is-rst--SymbolicConstant[源代码]¶
A SymbolicConstant specifying whether the step has an explicit procedure type (procedureType = ANNEAL, DYNAMIC_EXPLICIT, or DYNAMIC_TEMP_DISPLACEMENT).
-
factorization : --is-rst--SymbolicConstant =
'COMPLEX'
[源代码]¶ 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.
-
fieldOutputRequestState : --is-rst--dict[str, FieldOutputRequestState] =
{}
[源代码]¶ A repository of FieldOutputRequestState objects.
-
frequencyRange : --is-rst--SteadyStateDirectFrequencyArray =
[]
[源代码]¶ A SteadyStateDirectFrequencyArray object.
-
frictionDamping : --is-rst--Boolean =
0
[源代码]¶ A Boolean specifying whether to add to the damping matrix contributions due to friction effects. The default value is OFF.
-
historyOutputRequestState : --is-rst--dict[str, HistoryOutputRequestState] =
{}
[源代码]¶ A repository of HistoryOutputRequestState objects.
-
matrixStorage : --is-rst--SymbolicConstant =
'SOLVER_DEFAULT'
[源代码]¶ A SymbolicConstant specifying the type of matrix storage. Possible values are SYMMETRIC, UNSYMMETRIC, and SOLVER_DEFAULT. The default value is SOLVER_DEFAULT.
-
nonmechanical : --is-rst--Boolean =
0
[源代码]¶ A Boolean specifying whether the step has a mechanical procedure type.
-
perturbation : --is-rst--Boolean =
0
[源代码]¶ A Boolean specifying whether the step has a perturbation procedure type.
-
predefinedFieldStates : --is-rst--dict[str, PredefinedFieldState] =
{}
[源代码]¶ A repository of PredefinedFieldState objects.
-
previous : --is-rst--str =
''
[源代码]¶ A String specifying the name of the previous step. The new step appears after this step in the list of analysis steps.
- procedureType : --is-rst--SymbolicConstant[源代码]¶
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
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
-
scale : --is-rst--SymbolicConstant =
'LOGARITHMIC'
[源代码]¶ A SymbolicConstant specifying whether a logarithmic or linear scale is used for output. Possible values are LOGARITHMIC and LINEAR. The default value is LOGARITHMIC.
- setValues(
- description=
''
, - factorization=
COMPLEX
, - scale=
LOGARITHMIC
, - matrixStorage=
SOLVER_DEFAULT
, - subdivideUsingEigenfrequencies=
0
, - frictionDamping=
0
, This method modifies the SteadyStateDirectStep object.
- 参数:¶
- description=
''
¶ A String specifying a description of the new step. The default value is an empty string.
- factorization=
COMPLEX
¶ 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.
- scale=
LOGARITHMIC
¶ A SymbolicConstant specifying whether a logarithmic or linear scale is used for output. Possible values are LOGARITHMIC and LINEAR. The default value is LOGARITHMIC.
- matrixStorage=
SOLVER_DEFAULT
¶ A SymbolicConstant specifying the type of matrix storage. Possible values are SYMMETRIC, UNSYMMETRIC, and SOLVER_DEFAULT. The default value is SOLVER_DEFAULT.
- subdivideUsingEigenfrequencies=
0
¶ A Boolean specifying whether to subdivide each frequency range using the eigenfrequencies of the system. The default value is OFF.
- frictionDamping=
0
¶ A Boolean specifying whether to add to the damping matrix contributions due to friction effects. The default value is OFF.
- description=
- 抛出:¶
RangeError –
-
solverControl : --is-rst--SolverControl =
<abaqus.StepMiscellaneous.SolverControl.SolverControl object>
[源代码]¶ A SolverControl object.
- class SteadyStateModalStep(
- name,
- previous,
- frequencyRange,
- description=
''
, - scale=
LOGARITHMIC
, - directDamping=
None
, - compositeDamping=
None
, - rayleighDamping=
None
, - structuralDamping=
None
, - directDampingByFrequency=
None
, - rayleighDampingByFrequency=
None
, - structuralDampingByFrequency=
None
, - maintainAttributes=
False
, - subdivideUsingEigenfrequencies=
1
, 基类:
AnalysisStep
He SteadyStateModalStep object is used to calculate the linearized steady-state response of the system to harmonic excitation. The SteadyStateModalStep object is derived from the AnalysisStep object.
备注
This object can be accessed by:
import step mdb.models[name].steps[name]
The corresponding analysis keywords are:
DAMPING
MODAL DAMPING
STEADY STATE DYNAMICS
STEP
Member Details:
-
adaptiveMeshConstraintStates : --is-rst--dict[str, AdaptiveMeshConstraintState] =
{}
[源代码]¶ A repository of AdaptiveMeshConstraintState objects.
-
adaptiveMeshDomains : --is-rst--dict[str, AdaptiveMeshDomain] =
{}
[源代码]¶ A repository of AdaptiveMeshDomain objects.
-
boundaryConditionStates : --is-rst--dict[str, BoundaryConditionState] =
{}
[源代码]¶ A repository of BoundaryConditionState objects.
-
compositeDamping : --is-rst--CompositeDamping =
<abaqus.StepMiscellaneous.CompositeDamping.CompositeDamping object>
[源代码]¶ A CompositeDamping object.
-
control : --is-rst--Control =
<abaqus.StepMiscellaneous.Control.Control object>
[源代码]¶ A Control object.
-
description : --is-rst--str =
''
[源代码]¶ A String specifying a description of the new step. The default value is an empty string.
-
diagnosticPrint : --is-rst--DiagnosticPrint =
<abaqus.StepOutput.DiagnosticPrint.DiagnosticPrint object>
[源代码]¶ A DiagnosticPrint object.
-
directDamping : --is-rst--DirectDamping =
<abaqus.StepMiscellaneous.DirectDamping.DirectDamping object>
[源代码]¶ A DirectDamping object.
-
directDampingByFrequency : --is-rst--DirectDampingByFrequency =
<abaqus.StepMiscellaneous.DirectDampingByFrequency.DirectDampingByFrequency object>
[源代码]¶ A DirectDampingByFrequency object.
- explicit : --is-rst--SymbolicConstant[源代码]¶
A SymbolicConstant specifying whether the step has an explicit procedure type (procedureType = ANNEAL, DYNAMIC_EXPLICIT, or DYNAMIC_TEMP_DISPLACEMENT).
-
fieldOutputRequestState : --is-rst--dict[str, FieldOutputRequestState] =
{}
[源代码]¶ A repository of FieldOutputRequestState objects.
-
frequencyRange : --is-rst--SteadyStateModalFrequencyArray =
[]
[源代码]¶ A SteadyStateModalFrequencyArray object.
-
historyOutputRequestState : --is-rst--dict[str, HistoryOutputRequestState] =
{}
[源代码]¶ A repository of HistoryOutputRequestState objects.
-
nonmechanical : --is-rst--Boolean =
0
[源代码]¶ A Boolean specifying whether the step has a mechanical procedure type.
-
perturbation : --is-rst--Boolean =
0
[源代码]¶ A Boolean specifying whether the step has a perturbation procedure type.
-
predefinedFieldStates : --is-rst--dict[str, PredefinedFieldState] =
{}
[源代码]¶ A repository of PredefinedFieldState objects.
-
previous : --is-rst--str =
''
[源代码]¶ A String specifying the name of the previous step. The new step appears after this step in the list of analysis steps.
- procedureType : --is-rst--SymbolicConstant[源代码]¶
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
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
-
rayleighDamping : --is-rst--RayleighDamping =
<abaqus.StepMiscellaneous.RayleighDamping.RayleighDamping object>
[源代码]¶ A RayleighDamping object.
-
rayleighDampingByFrequency : --is-rst--RayleighDampingByFrequency =
<abaqus.StepMiscellaneous.RayleighDampingByFrequency.RayleighDampingByFrequency object>
[源代码]¶ A RayleighDampingByFrequency object.
-
scale : --is-rst--SymbolicConstant =
'LOGARITHMIC'
[源代码]¶ A SymbolicConstant specifying whether a logarithmic or linear scale is used for output. Possible values are LOGARITHMIC and LINEAR. The default value is LOGARITHMIC.
- setValues(
- description=
''
, - scale=
LOGARITHMIC
, - directDamping=
None
, - compositeDamping=
None
, - rayleighDamping=
None
, - structuralDamping=
None
, - directDampingByFrequency=
None
, - rayleighDampingByFrequency=
None
, - structuralDampingByFrequency=
None
, - subdivideUsingEigenfrequencies=
1
, This method modifies the SteadyStateModalStep object.
- 参数:¶
- description=
''
¶ A String specifying a description of the new step. The default value is an empty string.
- scale=
LOGARITHMIC
¶ A SymbolicConstant specifying whether a logarithmic or linear scale is used for output. Possible values are LOGARITHMIC and LINEAR. The default value is LOGARITHMIC.
- directDamping=
None
¶ A DirectDamping object.
- compositeDamping=
None
¶ A CompositeDamping object.
- rayleighDamping=
None
¶ A RayleighDamping object.
- structuralDamping=
None
¶ A StructuralDamping object.
- directDampingByFrequency=
None
¶ A DirectDampingByFrequency object.
- rayleighDampingByFrequency=
None
¶ A RayleighDampingByFrequency object.
- structuralDampingByFrequency=
None
¶ A StructuralDampingByFrequency object.
- subdivideUsingEigenfrequencies=
1
¶ A Boolean specifying whether to subdivide each frequency range using the eigenfrequencies of the system. The default value is ON.
- description=
- 抛出:¶
RangeError –
-
solverControl : --is-rst--SolverControl =
<abaqus.StepMiscellaneous.SolverControl.SolverControl object>
[源代码]¶ A SolverControl object.
-
structuralDamping : --is-rst--StructuralDamping =
<abaqus.StepMiscellaneous.StructuralDamping.StructuralDamping object>
[源代码]¶ A StructuralDamping object.
-
structuralDampingByFrequency : --is-rst--StructuralDampingByFrequency =
<abaqus.StepMiscellaneous.StructuralDampingByFrequency.StructuralDampingByFrequency object>
[源代码]¶ A StructuralDampingByFrequency object.
- class SteadyStateSubspaceStep(
- name,
- previous,
- frequencyRange,
- description=
''
, - factorization=
COMPLEX
, - scale=
LOGARITHMIC
, - matrixStorage=
SOLVER_DEFAULT
, - maintainAttributes=
False
, - subdivideUsingEigenfrequencies=
1
, - projection=
ALL_FREQUENCIES
, - maxDampingChange=
0
, - maxStiffnessChange=
0
, - frictionDamping=
0
, 基类:
AnalysisStep
The SteadyStateSubspaceStep object is used to calculate the linearized steady-state response of the system to harmonic excitation on the basis of the subspace projection method. The SteadyStateSubspaceStep object is derived from the AnalysisStep object.
备注
This object can be accessed by:
import step mdb.models[name].steps[name]
The corresponding analysis keywords are:
STEADY STATE DYNAMICS
STEP
Member Details:
-
adaptiveMeshConstraintStates : --is-rst--dict[str, AdaptiveMeshConstraintState] =
{}
[源代码]¶ A repository of AdaptiveMeshConstraintState objects.
-
adaptiveMeshDomains : --is-rst--dict[str, AdaptiveMeshDomain] =
{}
[源代码]¶ A repository of AdaptiveMeshDomain objects.
-
boundaryConditionStates : --is-rst--dict[str, BoundaryConditionState] =
{}
[源代码]¶ A repository of BoundaryConditionState objects.
-
control : --is-rst--Control =
<abaqus.StepMiscellaneous.Control.Control object>
[源代码]¶ A Control object.
-
description : --is-rst--str =
''
[源代码]¶ A String specifying a description of the new step. The default value is an empty string.
-
diagnosticPrint : --is-rst--DiagnosticPrint =
<abaqus.StepOutput.DiagnosticPrint.DiagnosticPrint object>
[源代码]¶ A DiagnosticPrint object.
- explicit : --is-rst--SymbolicConstant[源代码]¶
A SymbolicConstant specifying whether the step has an explicit procedure type (procedureType = ANNEAL, DYNAMIC_EXPLICIT, or DYNAMIC_TEMP_DISPLACEMENT).
-
factorization : --is-rst--SymbolicConstant =
'COMPLEX'
[源代码]¶ 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.
-
fieldOutputRequestState : --is-rst--dict[str, FieldOutputRequestState] =
{}
[源代码]¶ A repository of FieldOutputRequestState objects.
-
frequencyRange : --is-rst--SteadyStateSubspaceFrequencyArray =
[]
[源代码]¶ A SteadyStateSubspaceFrequencyArray object.
-
frictionDamping : --is-rst--Boolean =
0
[源代码]¶ A Boolean specifying whether to add to the damping matrix contributions due to friction effects. The default value is OFF.
-
historyOutputRequestState : --is-rst--dict[str, HistoryOutputRequestState] =
{}
[源代码]¶ A repository of HistoryOutputRequestState objects.
-
matrixStorage : --is-rst--SymbolicConstant =
'SOLVER_DEFAULT'
[源代码]¶ A SymbolicConstant specifying the type of matrix storage. Possible values are SYMMETRIC, UNSYMMETRIC, and SOLVER_DEFAULT. The default value is SOLVER_DEFAULT.
-
maxDampingChange : --is-rst--float =
0
[源代码]¶ A Float specifying the maximum relative change in damping material properties before a new projection is to be performed. The default value is 0.1.
-
maxStiffnessChange : --is-rst--float =
0
[源代码]¶ A Float specifying the maximum relative change in stiffness material properties before a new projection is to be performed. The default value is 0.1.
-
nonmechanical : --is-rst--Boolean =
0
[源代码]¶ A Boolean specifying whether the step has a mechanical procedure type.
-
perturbation : --is-rst--Boolean =
0
[源代码]¶ A Boolean specifying whether the step has a perturbation procedure type.
-
predefinedFieldStates : --is-rst--dict[str, PredefinedFieldState] =
{}
[源代码]¶ A repository of PredefinedFieldState objects.
-
previous : --is-rst--str =
''
[源代码]¶ A String specifying the name of the previous step. The new step appears after this step in the list of analysis steps.
- procedureType : --is-rst--SymbolicConstant[源代码]¶
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
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
-
projection : --is-rst--SymbolicConstant =
'ALL_FREQUENCIES'
[源代码]¶ A SymbolicConstant specifying how often to perform subspace projections onto the modal subspace. Possible values are ALL_FREQUENCIES, CONSTANT, EIGENFREQUENCY, PROPERTY_CHANGE, and RANGE. The default value is ALL_FREQUENCIES.
-
scale : --is-rst--SymbolicConstant =
'LOGARITHMIC'
[源代码]¶ A SymbolicConstant specifying whether a logarithmic or linear scale is used for output. Possible values are LOGARITHMIC and LINEAR. The default value is LOGARITHMIC.
- setValues(
- description=
''
, - factorization=
COMPLEX
, - scale=
LOGARITHMIC
, - matrixStorage=
SOLVER_DEFAULT
, - subdivideUsingEigenfrequencies=
1
, - projection=
ALL_FREQUENCIES
, - maxDampingChange=
0
, - maxStiffnessChange=
0
, - frictionDamping=
0
, This method modifies the SteadyStateSubspaceStep object.
- 参数:¶
- description=
''
¶ A String specifying a description of the new step. The default value is an empty string.
- factorization=
COMPLEX
¶ 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.
- scale=
LOGARITHMIC
¶ A SymbolicConstant specifying whether a logarithmic or linear scale is used for output. Possible values are LOGARITHMIC and LINEAR. The default value is LOGARITHMIC.
- matrixStorage=
SOLVER_DEFAULT
¶ A SymbolicConstant specifying the type of matrix storage. Possible values are SYMMETRIC, UNSYMMETRIC, and SOLVER_DEFAULT. The default value is SOLVER_DEFAULT.
- subdivideUsingEigenfrequencies=
1
¶ A Boolean specifying whether to subdivide each frequency range using the eigenfrequencies of the system. The default value is ON.
- projection=
ALL_FREQUENCIES
¶ A SymbolicConstant specifying how often to perform subspace projections onto the modal subspace. Possible values are ALL_FREQUENCIES, CONSTANT, EIGENFREQUENCY, PROPERTY_CHANGE, and RANGE. The default value is ALL_FREQUENCIES.
- maxDampingChange=
0
¶ A Float specifying the maximum relative change in damping material properties before a new projection is to be performed. The default value is 0.1.
- maxStiffnessChange=
0
¶ A Float specifying the maximum relative change in stiffness material properties before a new projection is to be performed. The default value is 0.1.
- frictionDamping=
0
¶ A Boolean specifying whether to add to the damping matrix contributions due to friction effects. The default value is OFF.
- description=
- 抛出:¶
RangeError –
-
solverControl : --is-rst--SolverControl =
<abaqus.StepMiscellaneous.SolverControl.SolverControl object>
[源代码]¶ A SolverControl object.
- class StepBase[源代码]¶
基类:
object
The Step object stores the parameters that determine the context of the step. The Step object is the abstract base type for other Step objects. The Step object has no explicit constructor. The methods and members of the Step object are common to all objects derived from the Step.
备注
This object can be accessed by:
import step mdb.models[name].steps[name]
备注
Member Details:
-
activateElements : --is-rst--:py:class:`dict`\ \[:py:class:`str`, :py:class:`~abaqus.TableCollection.ActivateElements.ActivateElements`] =
{}
[源代码]¶ A repository of ActivateElements objects.
-
adaptiveMeshConstraintStates : --is-rst--:py:class:`dict`\ \[:py:class:`str`, :py:class:`~abaqus.Adaptivity.AdaptiveMeshConstraintState.AdaptiveMeshConstraintState`] =
{}
[源代码]¶ A repository of AdaptiveMeshConstraintState objects.
-
adaptiveMeshDomains : --is-rst--:py:class:`dict`\ \[:py:class:`str`, :py:class:`~abaqus.Adaptivity.AdaptiveMeshDomain.AdaptiveMeshDomain`] =
{}
[源代码]¶ A repository of AdaptiveMeshDomain objects.
-
boundaryConditionStates : --is-rst--:py:class:`dict`\ \[:py:class:`str`, :py:class:`~abaqus.BoundaryCondition.BoundaryConditionState.BoundaryConditionState`] =
{}
[源代码]¶ A repository of BoundaryConditionState objects.
-
control : --is-rst--:py:class:`~abaqus.StepMiscellaneous.Control.Control` =
<abaqus.StepMiscellaneous.Control.Control object>
[源代码]¶ A Control object.
-
diagnosticPrint : --is-rst--:py:class:`~abaqus.StepOutput.DiagnosticPrint.DiagnosticPrint` =
<abaqus.StepOutput.DiagnosticPrint.DiagnosticPrint object>
[源代码]¶ A DiagnosticPrint object.
- explicit : --is-rst--:py:class:`~abaqus.UtilityAndView.SymbolicConstant.SymbolicConstant`[源代码]¶
A SymbolicConstant specifying whether the step has an explicit procedure type (procedureType = ANNEAL, DYNAMIC_EXPLICIT, or DYNAMIC_TEMP_DISPLACEMENT).
-
fieldOutputRequestState : --is-rst--:py:class:`dict`\ \[:py:class:`str`, :py:class:`~abaqus.StepOutput.FieldOutputRequestState.FieldOutputRequestState`] =
{}
[源代码]¶ A repository of FieldOutputRequestState objects.
-
historyOutputRequestState : --is-rst--:py:class:`dict`\ \[:py:class:`str`, :py:class:`~abaqus.StepOutput.HistoryOutputRequestState.HistoryOutputRequestState`] =
{}
[源代码]¶ A repository of HistoryOutputRequestState objects.
-
interactionStates : --is-rst--:py:class:`int` | :py:obj:`None` =
None
[源代码]¶ A repository of InteractionState objects.
-
loadCases : --is-rst--:py:class:`dict`\ \[:py:class:`str`, :py:class:`~abaqus.Load.LoadCase.LoadCase`] =
{}
[源代码]¶ A repository of LoadCase objects.
-
loadStates : --is-rst--:py:class:`dict`\ \[:py:class:`str`, :py:class:`~abaqus.Load.LoadState.LoadState`] =
{}
[源代码]¶ A repository of LoadState objects.
-
monitor : --is-rst--:py:class:`~abaqus.StepOutput.Monitor.Monitor` | :py:obj:`None` =
None
[源代码]¶ A Monitor object.
-
nonmechanical : --is-rst--:py:data:`~typing.Union`\ \[:py:class:`~abaqus.UtilityAndView.AbaqusBoolean.AbaqusBoolean`, :py:class:`bool`] =
0
[源代码]¶ A Boolean specifying whether the step has a mechanical procedure type.
-
perturbation : --is-rst--:py:data:`~typing.Union`\ \[:py:class:`~abaqus.UtilityAndView.AbaqusBoolean.AbaqusBoolean`, :py:class:`bool`] =
0
[源代码]¶ A Boolean specifying whether the step has a perturbation procedure type.
-
predefinedFieldStates : --is-rst--:py:class:`dict`\ \[:py:class:`str`, :py:class:`~abaqus.PredefinedField.PredefinedFieldState.PredefinedFieldState`] =
{}
[源代码]¶ A repository of PredefinedFieldState objects.
- procedureType : --is-rst--:py:class:`~abaqus.UtilityAndView.SymbolicConstant.SymbolicConstant`[源代码]¶
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
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
-
restart : --is-rst--:py:class:`~abaqus.StepOutput.Restart.Restart` =
<abaqus.StepOutput.Restart.Restart object>
[源代码]¶ A Restart object.
-
activateElements : --is-rst--:py:class:`dict`\ \[:py:class:`str`, :py:class:`~abaqus.TableCollection.ActivateElements.ActivateElements`] =
- class SubspaceDynamicsStep(
- name,
- previous,
- description=
''
, - timePeriod=
1
, - vectors=
ALL
, - nlgeom=
0
, - maxNumInc=
100
, - incSize=
0
, - amplitude=
STEP
, - maintainAttributes=
False
, 基类:
AnalysisStep
The SubspaceDynamicsStep object is used to calculate the linearized steady-state response of the system to harmonic excitation on the basis of the subspace projection method. The SubspaceDynamicsStep object is derived from the AnalysisStep object.
备注
This object can be accessed by:
import step mdb.models[name].steps[name]
The corresponding analysis keywords are:
DYNAMIC
STEP
Member Details:
-
adaptiveMeshConstraintStates : --is-rst--dict[str, AdaptiveMeshConstraintState] =
{}
[源代码]¶ A repository of AdaptiveMeshConstraintState objects.
-
adaptiveMeshDomains : --is-rst--dict[str, AdaptiveMeshDomain] =
{}
[源代码]¶ A repository of AdaptiveMeshDomain objects.
-
amplitude : --is-rst--SymbolicConstant =
'STEP'
[源代码]¶ A SymbolicConstant specifying the amplitude variation for loading magnitudes during the step. Possible values are STEP and RAMP. The default value is STEP.
-
boundaryConditionStates : --is-rst--dict[str, BoundaryConditionState] =
{}
[源代码]¶ A repository of BoundaryConditionState objects.
-
control : --is-rst--Control =
<abaqus.StepMiscellaneous.Control.Control object>
[源代码]¶ A Control object.
-
description : --is-rst--str =
''
[源代码]¶ A String specifying a description of the new step. The default value is an empty string.
-
diagnosticPrint : --is-rst--DiagnosticPrint =
<abaqus.StepOutput.DiagnosticPrint.DiagnosticPrint object>
[源代码]¶ A DiagnosticPrint object.
- explicit : --is-rst--SymbolicConstant[源代码]¶
A SymbolicConstant specifying whether the step has an explicit procedure type (procedureType = ANNEAL, DYNAMIC_EXPLICIT, or DYNAMIC_TEMP_DISPLACEMENT).
-
fieldOutputRequestState : --is-rst--dict[str, FieldOutputRequestState] =
{}
[源代码]¶ A repository of FieldOutputRequestState objects.
-
historyOutputRequestState : --is-rst--dict[str, HistoryOutputRequestState] =
{}
[源代码]¶ A repository of HistoryOutputRequestState objects.
-
incSize : --is-rst--float =
0
[源代码]¶ A Float specifying the suggested time increment. The default value is 0.0.
-
maxNumInc : --is-rst--int =
100
[源代码]¶ An Int specifying the maximum number of increments in a step. The default value is 100.
-
nlgeom : --is-rst--Boolean =
0
[源代码]¶ A Boolean specifying whether to allow for geometric nonlinearity. The default value is OFF.
-
nonmechanical : --is-rst--Boolean =
0
[源代码]¶ A Boolean specifying whether the step has a mechanical procedure type.
-
perturbation : --is-rst--Boolean =
0
[源代码]¶ A Boolean specifying whether the step has a perturbation procedure type.
-
predefinedFieldStates : --is-rst--dict[str, PredefinedFieldState] =
{}
[源代码]¶ A repository of PredefinedFieldState objects.
-
previous : --is-rst--str =
''
[源代码]¶ A String specifying the name of the previous step. The new step appears after this step in the list of analysis steps.
- procedureType : --is-rst--SymbolicConstant[源代码]¶
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
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
- setValues(
- description=
''
, - timePeriod=
1
, - vectors=
ALL
, - nlgeom=
0
, - maxNumInc=
100
, - incSize=
0
, - amplitude=
STEP
, This method modifies the SubspaceDynamicsStep object.
- 参数:¶
- description=
''
¶ A String specifying a description of the new step. The default value is an empty string.
- timePeriod=
1
¶ A Float specifying the total time period of the step. The default value is 1.0.
- vectors=
ALL
¶ The SymbolicConstant ALL or an Int specifying the number of modes to be used for subspace projection. The possible value for the SymbolicConstant is ALL. The default value is ALL.
- nlgeom=
0
¶ A Boolean specifying whether to allow for geometric nonlinearity. The default value is OFF.
- maxNumInc=
100
¶ An Int specifying the maximum number of increments in a step. The default value is 100.
- incSize=
0
¶ A Float specifying the suggested time increment. The default value is 0.0.
- amplitude=
STEP
¶ A SymbolicConstant specifying the amplitude variation for loading magnitudes during the step. Possible values are STEP and RAMP. The default value is STEP.
- description=
- 抛出:¶
RangeError –
-
solverControl : --is-rst--SolverControl =
<abaqus.StepMiscellaneous.SolverControl.SolverControl object>
[源代码]¶ A SolverControl object.
-
suppressed : --is-rst--Boolean =
0
[源代码]¶ A Boolean specifying whether the step is suppressed or not. The default value is OFF.
- class SubstructureGenerateStep(
- name,
- previous,
- substructureIdentifier,
- description=
''
, - recoveryMatrix=
WHOLE_MODEL
, - recoveryRegion=
None
, - computeGravityLoadVectors=
False
, - computeReducedMassMatrix=
False
, - computeReducedStructuralDampingMatrix=
False
, - computeReducedViscousDampingMatrix=
False
, - evaluateFrequencyDependentProperties=
False
, - frequency=
0
, - retainedEigenmodesMethod=
NONE
, - modeRange=
None
, - frequencyRange=
None
, - globalDampingField=
NONE
, - alphaDampingRatio=
0
, - betaDampingRatio=
0
, - structuralDampingRatio=
0
, - viscousDampingControl=
NONE
, - structuralDampingControl=
NONE
, 基类:
AnalysisStep
TheSubstructureGenerateStep object is used to generate a substructure. The SubstructureGenerateStep object is derived from the AnalysisStep object.
备注
This object can be accessed by:
import step mdb.models[name].steps[name]
The corresponding analysis keywords are:
SUBSTRUCTURE GENERATE
STEP
Member Details:
-
adaptiveMeshConstraintStates : --is-rst--dict[str, AdaptiveMeshConstraintState] =
{}
[源代码]¶ A repository of AdaptiveMeshConstraintState objects.
-
adaptiveMeshDomains : --is-rst--dict[str, AdaptiveMeshDomain] =
{}
[源代码]¶ A repository of AdaptiveMeshDomain objects.
-
alphaDampingRatio : --is-rst--float =
0
[源代码]¶ A Float specifying the factor to create global Rayleigh mass proportional damping. The default value is 0.0.
-
betaDampingRatio : --is-rst--float =
0
[源代码]¶ A Float specifying the factor to create global Rayleigh stiffness proportional damping. The default value is 0.0.
-
boundaryConditionStates : --is-rst--dict[str, BoundaryConditionState] =
{}
[源代码]¶ A repository of BoundaryConditionState objects.
-
control : --is-rst--Control =
<abaqus.StepMiscellaneous.Control.Control object>
[源代码]¶ A Control object.
-
description : --is-rst--str =
''
[源代码]¶ A String specifying a description of the new step. The default value is an empty string.
-
diagnosticPrint : --is-rst--DiagnosticPrint =
<abaqus.StepOutput.DiagnosticPrint.DiagnosticPrint object>
[源代码]¶ A DiagnosticPrint object.
- explicit : --is-rst--SymbolicConstant[源代码]¶
A SymbolicConstant specifying whether the step has an explicit procedure type (procedureType = ANNEAL, DYNAMIC_EXPLICIT, or DYNAMIC_TEMP_DISPLACEMENT).
-
fieldOutputRequestState : --is-rst--dict[str, FieldOutputRequestState] =
{}
[源代码]¶ A repository of FieldOutputRequestState objects.
-
frequency : --is-rst--float =
0
[源代码]¶ A Float specifying the frequency at which to evaluate the frequency dependent properties. The default value is 0.0.
-
frequencyRange : --is-rst--SubstructureGenerateFrequencyArray =
[]
[源代码]¶ A SubstructureGenerateFrequencyArray object.
-
globalDampingField : --is-rst--SymbolicConstant =
'NONE'
[源代码]¶ A SymbolicConstant specifying the field to which the global damping factors should be applied. Possible values are ALL, ACOUSTIC, MECHANICAL, and NONE. The default value is NONE.
-
historyOutputRequestState : --is-rst--dict[str, HistoryOutputRequestState] =
{}
[源代码]¶ A repository of HistoryOutputRequestState objects.
-
modeRange : --is-rst--SubstructureGenerateModesArray =
[]
[源代码]¶ A SubstructureGenerateModesArray object.
-
nonmechanical : --is-rst--Boolean =
0
[源代码]¶ A Boolean specifying whether the step has a mechanical procedure type.
-
perturbation : --is-rst--Boolean =
0
[源代码]¶ A Boolean specifying whether the step has a perturbation procedure type.
-
predefinedFieldStates : --is-rst--dict[str, PredefinedFieldState] =
{}
[源代码]¶ A repository of PredefinedFieldState objects.
-
previous : --is-rst--str =
''
[源代码]¶ A String specifying the name of the previous step. The new step appears after this step in the list of analysis steps.
- procedureType : --is-rst--SymbolicConstant[源代码]¶
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
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
-
recoveryMatrix : --is-rst--SymbolicConstant =
'WHOLE_MODEL'
[源代码]¶ A SymbolicConstant specifying the subtructure recovery to be computed. Possible values are WHOLE_MODEL, REGION, and NONE. The default value is WHOLE_MODEL.
-
recoveryRegion : --is-rst--Region =
<abaqus.Region.Region.Region object>
[源代码]¶ A Region object specifying the region for substructure recovery. This argument is required when recoveryMatrix = REGION.
-
retainedEigenmodesMethod : --is-rst--SymbolicConstant =
'NONE'
[源代码]¶ A SymbolicConstant specifying the eigenmodes to be retained. Possible values are MODE_RANGE, FREQUENCY_RANGE, and NONE. The default value is NONE.
- setValues(
- description=
''
, - recoveryMatrix=
WHOLE_MODEL
, - recoveryRegion=
None
, - computeGravityLoadVectors=
False
, - computeReducedMassMatrix=
False
, - computeReducedStructuralDampingMatrix=
False
, - computeReducedViscousDampingMatrix=
False
, - evaluateFrequencyDependentProperties=
False
, - frequency=
0
, - retainedEigenmodesMethod=
NONE
, - modeRange=
None
, - frequencyRange=
None
, - globalDampingField=
NONE
, - alphaDampingRatio=
0
, - betaDampingRatio=
0
, - structuralDampingRatio=
0
, - viscousDampingControl=
NONE
, - structuralDampingControl=
NONE
, This method modifies the SubstructureGenerateStep object.
- 参数:¶
- description=
''
¶ A String specifying a description of the new step. The default value is an empty string.
- recoveryMatrix=
WHOLE_MODEL
¶ A SymbolicConstant specifying the subtructure recovery to be computed. Possible values are WHOLE_MODEL, REGION, and NONE. The default value is WHOLE_MODEL.
- recoveryRegion=
None
¶ A Region object specifying the region for substructure recovery. This argument is required when recoveryMatrix = REGION.
- computeGravityLoadVectors=
False
¶ A Boolean specifying whether to compute the gravity load vectors. The default value is False.
- computeReducedMassMatrix=
False
¶ A Boolean specifying whether to compute the reduced mass matrix. The default value is False.
- computeReducedStructuralDampingMatrix=
False
¶ A Boolean specifying whether to compute the reduced structural damping matrix. The default value is False.
- computeReducedViscousDampingMatrix=
False
¶ A Boolean specifying whether to compute the reduced viscous damping matrix. The default value is False.
- evaluateFrequencyDependentProperties=
False
¶ A Boolean specifying whether to evaluate the frequency dependent properties. The default value is False.
- frequency=
0
¶ A Float specifying the frequency at which to evaluate the frequency dependent properties. The default value is 0.0.
- retainedEigenmodesMethod=
NONE
¶ A SymbolicConstant specifying the eigenmodes to be retained. Possible values are MODE_RANGE, FREQUENCY_RANGE, and NONE. The default value is NONE.
- modeRange=
None
¶ A SubstructureGenerateModesArray object.
- frequencyRange=
None
¶ A SubstructureGenerateFrequencyArray object.
- globalDampingField=
NONE
¶ A SymbolicConstant specifying the field to which the global damping factors should be applied. Possible values are ALL, ACOUSTIC, MECHANICAL, and NONE. The default value is NONE.
- alphaDampingRatio=
0
¶ A Float specifying the factor to create global Rayleigh mass proportional damping. The default value is 0.0.
- betaDampingRatio=
0
¶ A Float specifying the factor to create global Rayleigh stiffness proportional damping. The default value is 0.0.
- structuralDampingRatio=
0
¶ A Float specifying the factor to create frequency-independent stiffness proportional structural damping. The default value is 0.0.
- viscousDampingControl=
NONE
¶ A SymbolicConstant specifying the damping control to include the viscous damping matrix. Possible values are ELEMENT, FACTOR, COMBINED, and NONE. The default value is NONE.
- structuralDampingControl=
NONE
¶ A SymbolicConstant specifying the damping control to include the structural damping matrix. Possible values are ELEMENT, FACTOR, COMBINED, and NONE. The default value is NONE.
- description=
- 抛出:¶
RangeError –
-
solverControl : --is-rst--SolverControl =
<abaqus.StepMiscellaneous.SolverControl.SolverControl object>
[源代码]¶ A SolverControl object.
-
structuralDampingControl : --is-rst--SymbolicConstant =
'NONE'
[源代码]¶ A SymbolicConstant specifying the damping control to include the structural damping matrix. Possible values are ELEMENT, FACTOR, COMBINED, and NONE. The default value is NONE.
-
structuralDampingRatio : --is-rst--float =
0
[源代码]¶ A Float specifying the factor to create frequency-independent stiffness proportional structural damping. The default value is 0.0.
-
substructureIdentifier : --is-rst--str =
''
[源代码]¶ A String specifying a unique identifier for the substructure. The default value is an empty string.
- class TempDisplacementDynamicsStep(
- name,
- previous,
- description=
''
, - timePeriod=
1
, - nlgeom=
0
, - timeIncrementationMethod=
AUTOMATIC_GLOBAL
, - maxIncrement=
None
, - scaleFactor=
1
, - userDefinedInc=
None
, - massScaling=
PREVIOUS_STEP
, - linearBulkViscosity=
0
, - quadBulkViscosity=
1
, - maintainAttributes=
False
, - improvedDtMethod=
1
, 基类:
AnalysisStep
The TempDisplacementDynamicsStep object is used to perform a dynamic coupled thermal-stress analysis using explicit integration. The TempDisplacementDynamicsStep object is derived from the AnalysisStep object.
备注
This object can be accessed by:
import step mdb.models[name].steps[name]
The corresponding analysis keywords are:
BULK VISCOSITY
DYNAMIC
FIXED MASS SCALING
BULK VISCOSITY
DYNAMIC
VARIABLE MASS SCALING
Member Details:
-
adaptiveMeshConstraintStates : --is-rst--dict[str, AdaptiveMeshConstraintState] =
{}
[源代码]¶ A repository of AdaptiveMeshConstraintState objects.
-
adaptiveMeshDomains : --is-rst--dict[str, AdaptiveMeshDomain] =
{}
[源代码]¶ A repository of AdaptiveMeshDomain objects.
-
boundaryConditionStates : --is-rst--dict[str, BoundaryConditionState] =
{}
[源代码]¶ A repository of BoundaryConditionState objects.
-
control : --is-rst--Control =
<abaqus.StepMiscellaneous.Control.Control object>
[源代码]¶ A Control object.
-
description : --is-rst--str =
''
[源代码]¶ A String specifying a description of the new step. The default value is an empty string.
-
diagnosticPrint : --is-rst--DiagnosticPrint =
<abaqus.StepOutput.DiagnosticPrint.DiagnosticPrint object>
[源代码]¶ A DiagnosticPrint object.
- explicit : --is-rst--SymbolicConstant[源代码]¶
A SymbolicConstant specifying whether the step has an explicit procedure type (procedureType = ANNEAL, DYNAMIC_EXPLICIT, or DYNAMIC_TEMP_DISPLACEMENT).
-
fieldOutputRequestState : --is-rst--dict[str, FieldOutputRequestState] =
{}
[源代码]¶ A repository of FieldOutputRequestState objects.
-
historyOutputRequestState : --is-rst--dict[str, HistoryOutputRequestState] =
{}
[源代码]¶ A repository of HistoryOutputRequestState objects.
-
improvedDtMethod : --is-rst--Boolean =
1
[源代码]¶ A Boolean specifying whether to use the “improved” (improvedDtMethod = ON) or “conservative” (improvedDtMethod = OFF) method to estimate the element stable time increment for three-dimensional continuum elements and elements with plane stress formulations (shell, membrane, and two-dimensional plane stress elements). The default value is ON.
Added in version 2018: The
improvedDtMethod
attribute was added.
-
linearBulkViscosity : --is-rst--float =
0
[源代码]¶ A Float specifying the linear bulk viscosity parameter, b1b1. The default value is 0.06.
-
massScaling : --is-rst--Union[MassScalingArray, Literal[C.PREVIOUS_STEP]] =
'PREVIOUS_STEP'
[源代码]¶ A MassScalingArray object specifying mass scaling controls. The default value is PREVIOUS_STEP.
-
maxIncrement : --is-rst--float | None =
None
[源代码]¶ None or a Float specifying the maximum time increment allowed. If there is no upper limit, maxIncrement = None. The default value is None.
-
nlgeom : --is-rst--Boolean =
0
[源代码]¶ A Boolean specifying whether geometric nonlinearities should be accounted for during the step. The default value is OFF.
-
nonmechanical : --is-rst--Boolean =
0
[源代码]¶ A Boolean specifying whether the step has a mechanical procedure type.
-
perturbation : --is-rst--Boolean =
0
[源代码]¶ A Boolean specifying whether the step has a perturbation procedure type.
-
predefinedFieldStates : --is-rst--dict[str, PredefinedFieldState] =
{}
[源代码]¶ A repository of PredefinedFieldState objects.
-
previous : --is-rst--str =
''
[源代码]¶ A String specifying the name of the previous step. The new step appears after this step in the list of analysis steps.
- procedureType : --is-rst--SymbolicConstant[源代码]¶
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
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
-
quadBulkViscosity : --is-rst--float =
1
[源代码]¶ A Float specifying the quadratic bulk viscosity parameter, b2b2. The default value is 1.2.
-
scaleFactor : --is-rst--float =
1
[源代码]¶ 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.
- setValues(
- description=
''
, - timePeriod=
1
, - nlgeom=
0
, - timeIncrementationMethod=
AUTOMATIC_GLOBAL
, - maxIncrement=
None
, - scaleFactor=
1
, - userDefinedInc=
None
, - massScaling=
PREVIOUS_STEP
, - linearBulkViscosity=
0
, - quadBulkViscosity=
1
, - improvedDtMethod=
1
, This method modifies the TempDisplacementDynamicsStep object.
- 参数:¶
- description=
''
¶ A String specifying a description of the new step. The default value is an empty string.
- timePeriod=
1
¶ A Float specifying the time period of the step. The default value is 1.0.
- nlgeom=
0
¶ A Boolean specifying whether geometric nonlinearities should be accounted for during the step. The default value is OFF.
- timeIncrementationMethod=
AUTOMATIC_GLOBAL
¶ 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
¶ None or a Float specifying the maximum time increment allowed. If there is no upper limit, maxIncrement = None. The default value is None.
- scaleFactor=
1
¶ 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.
- userDefinedInc=
None
¶ None or a Float specifying the user-defined time increment. The default value is None.
- massScaling=
PREVIOUS_STEP
¶ A MassScalingArray object specifying mass scaling controls. The default value is PREVIOUS_STEP.
- linearBulkViscosity=
0
¶ A Float specifying the linear bulk viscosity parameter, b1b1. The default value is 0.06.
- quadBulkViscosity=
1
¶ A Float specifying the quadratic bulk viscosity parameter, b2b2. The default value is 1.2.
- improvedDtMethod=
1
¶ A Boolean specifying whether to use the “improved” (improvedDtMethod = ON) or “conservative” (improvedDtMethod = OFF) method to estimate the element stable time increment for three-dimensional continuum elements and elements with plane stress formulations (shell, membrane, and two-dimensional plane stress elements). The default value is ON.
Added in version 2018: The improvedDtMethod argument was added.
- description=
- 抛出:¶
RangeError –
-
solverControl : --is-rst--SolverControl =
<abaqus.StepMiscellaneous.SolverControl.SolverControl object>
[源代码]¶ A SolverControl object.
-
suppressed : --is-rst--Boolean =
0
[源代码]¶ A Boolean specifying whether the step is suppressed or not. The default value is OFF.
-
timeIncrementationMethod : --is-rst--SymbolicConstant =
'AUTOMATIC_GLOBAL'
[源代码]¶ 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.
- class ViscoStep(
- name,
- previous,
- description=
''
, - timePeriod=
1
, - nlgeom=
0
, - stabilizationMethod=
NONE
, - stabilizationMagnitude=
None
, - timeIncrementationMethod=
AUTOMATIC
, - matrixSolver=
DIRECT
, - matrixStorage=
SOLVER_DEFAULT
, - initialInc=
None
, - maxNumInc=
100
, - minInc=
None
, - maxInc=
1
, - integration=
IMPLICIT_EXPLICIT
, - cetol=
0
, - amplitude=
STEP
, - extrapolation=
LINEAR
, - maintainAttributes=
False
, - solutionTechnique=
FULL_NEWTON
, - reformKernel=
8
, - convertSDI=
PROPAGATED
, - adaptiveDampingRatio=
0
, - continueDampingFactors=
0
, 基类:
AnalysisStep
The ViscoStep object is used to obtain a transient static response in an analysis with time-dependent material behavior (creep, swelling, and viscoelasticity). The ViscoStep object is derived from the AnalysisStep object.
备注
This object can be accessed by:
import step mdb.models[name].steps[name]
The corresponding analysis keywords are:
VISCO
STEP
备注
Member Details:
-
adaptiveDampingRatio : --is-rst--float =
0
[源代码]¶ A Float specifying the maximum allowable ratio of the stabilization energy to the total strain energy and can be used only if stabilizationMethod is not NONE. The default value is 0.05.
-
adaptiveMeshConstraintStates : --is-rst--dict[str, AdaptiveMeshConstraintState] =
{}
[源代码]¶ A repository of AdaptiveMeshConstraintState objects.
-
adaptiveMeshDomains : --is-rst--dict[str, AdaptiveMeshDomain] =
{}
[源代码]¶ A repository of AdaptiveMeshDomain objects.
-
amplitude : --is-rst--SymbolicConstant =
'STEP'
[源代码]¶ A SymbolicConstant specifying the amplitude variation for loading magnitudes during the step. Possible values are STEP and RAMP. The default value is STEP.
-
boundaryConditionStates : --is-rst--dict[str, BoundaryConditionState] =
{}
[源代码]¶ A repository of BoundaryConditionState objects.
-
cetol : --is-rst--float =
0
[源代码]¶ A Float specifying the maximum difference in the creep strain increment calculated from the creep strain rates at the beginning and end of the increment. The default value is 0.0.
-
continueDampingFactors : --is-rst--Boolean =
0
[源代码]¶ A Boolean specifying whether this step will carry over the damping factors from the results of the preceding general step. This parameter must be used in conjunction with the adaptiveDampingRatio parameter. The default value is OFF.
-
control : --is-rst--Control =
<abaqus.StepMiscellaneous.Control.Control object>
[源代码]¶ A Control object.
-
convertSDI : --is-rst--SymbolicConstant =
'PROPAGATED'
[源代码]¶ 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.
-
description : --is-rst--str =
''
[源代码]¶ A String specifying a description of the new step. The default value is an empty string.
-
diagnosticPrint : --is-rst--DiagnosticPrint =
<abaqus.StepOutput.DiagnosticPrint.DiagnosticPrint object>
[源代码]¶ A DiagnosticPrint object.
- explicit : --is-rst--SymbolicConstant[源代码]¶
A SymbolicConstant specifying whether the step has an explicit procedure type (procedureType = ANNEAL, DYNAMIC_EXPLICIT, or DYNAMIC_TEMP_DISPLACEMENT).
-
extrapolation : --is-rst--SymbolicConstant =
'LINEAR'
[源代码]¶ A SymbolicConstant specifying the type of extrapolation to use in determining the incremental solution for a nonlinear analysis. Possible values are NONE, LINEAR, and PARABOLIC. The default value is LINEAR.
-
fieldOutputRequestState : --is-rst--dict[str, FieldOutputRequestState] =
{}
[源代码]¶ A repository of FieldOutputRequestState objects.
-
historyOutputRequestState : --is-rst--dict[str, HistoryOutputRequestState] =
{}
[源代码]¶ A repository of HistoryOutputRequestState objects.
-
initialInc : --is-rst--float | None =
None
[源代码]¶ A Float specifying the initial time increment. The default value is the total time period for the step.
-
integration : --is-rst--SymbolicConstant =
'IMPLICIT_EXPLICIT'
[源代码]¶ A SymbolicConstant specifying which type of integration to use throughout the step. Possible values are IMPLICIT_EXPLICIT and EXPLICIT_ONLY. The default value is IMPLICIT_EXPLICIT.
-
matrixSolver : --is-rst--SymbolicConstant =
'DIRECT'
[源代码]¶ A SymbolicConstant specifying the type of solver. Possible values are DIRECT and ITERATIVE. The default value is DIRECT.
-
matrixStorage : --is-rst--SymbolicConstant =
'SOLVER_DEFAULT'
[源代码]¶ A SymbolicConstant specifying the type of matrix storage. Possible values are SYMMETRIC, UNSYMMETRIC, and SOLVER_DEFAULT. The default value is SOLVER_DEFAULT.
-
maxInc : --is-rst--float =
1
[源代码]¶ A Float specifying the maximum time increment allowed. The default is the total time period for the step. The default value is 1.0.
-
maxNumInc : --is-rst--int =
100
[源代码]¶ An Int specifying the maximum number of increments in a step. The default value is 100.
-
minInc : --is-rst--float | None =
None
[源代码]¶ 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.
-
nlgeom : --is-rst--Boolean =
0
[源代码]¶ A Boolean specifying whether to allow for geometric nonlinearity. The default value is OFF.
-
nonmechanical : --is-rst--Boolean =
0
[源代码]¶ A Boolean specifying whether the step has a mechanical procedure type.
-
perturbation : --is-rst--Boolean =
0
[源代码]¶ A Boolean specifying whether the step has a perturbation procedure type.
-
predefinedFieldStates : --is-rst--dict[str, PredefinedFieldState] =
{}
[源代码]¶ A repository of PredefinedFieldState objects.
-
previous : --is-rst--str =
''
[源代码]¶ A String specifying the name of the previous step. The new step appears after this step in the list of analysis steps.
- procedureType : --is-rst--SymbolicConstant[源代码]¶
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
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
-
reformKernel : --is-rst--int =
8
[源代码]¶ An Int specifying the number of quasi-Newton iterations allowed before the kernel matrix is reformed.. The default value is 8.
- setValues(
- description=
''
, - timePeriod=
1
, - nlgeom=
0
, - stabilizationMethod=
NONE
, - stabilizationMagnitude=
None
, - timeIncrementationMethod=
AUTOMATIC
, - matrixSolver=
DIRECT
, - matrixStorage=
SOLVER_DEFAULT
, - initialInc=
None
, - maxNumInc=
100
, - minInc=
None
, - maxInc=
1
, - integration=
IMPLICIT_EXPLICIT
, - cetol=
0
, - amplitude=
STEP
, - extrapolation=
LINEAR
, - solutionTechnique=
FULL_NEWTON
, - reformKernel=
8
, - convertSDI=
PROPAGATED
, - adaptiveDampingRatio=
0
, - continueDampingFactors=
0
, This method modifies the ViscoStep object.
备注
- 参数:¶
- description=
''
¶ A String specifying a description of the new step. The default value is an empty string.
- timePeriod=
1
¶ A Float specifying the total time period. The default value is 1.0.
- nlgeom=
0
¶ A Boolean specifying whether to allow for geometric nonlinearity. The default value is OFF.
- stabilizationMethod=
NONE
¶ A SymbolicConstant specifying the stabilization type. Possible values are NONE, DISSIPATED_ENERGY_FRACTION, and DAMPING_FACTOR. The default value is NONE.
- stabilizationMagnitude=
None
¶ A Float specifying the damping intensity of the automatic damping algorithm if the problem is expected to be unstable, and stabilizationMethod is not NONE. The default value is 2x10⁻⁴.
- timeIncrementationMethod=
AUTOMATIC
¶ A SymbolicConstant specifying the time incrementation method to be used. Possible values are FIXED and AUTOMATIC. The default value is AUTOMATIC.
- matrixSolver=
DIRECT
¶ A SymbolicConstant specifying the type of solver. Possible values are DIRECT and ITERATIVE. The default value is DIRECT.
- matrixStorage=
SOLVER_DEFAULT
¶ A SymbolicConstant specifying the type of matrix storage. Possible values are SYMMETRIC, UNSYMMETRIC, and SOLVER_DEFAULT. The default value is SOLVER_DEFAULT.
- initialInc=
None
¶ A Float specifying the initial time increment. The default value is the total time period for the step.
- maxNumInc=
100
¶ An Int specifying the maximum number of increments in a step. The default value is 100.
- minInc=
None
¶ 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.
- maxInc=
1
¶ A Float specifying the maximum time increment allowed. The default is the total time period for the step. The default value is 1.0.
- integration=
IMPLICIT_EXPLICIT
¶ A SymbolicConstant specifying which type of integration to use throughout the step. Possible values are IMPLICIT_EXPLICIT and EXPLICIT_ONLY. The default value is IMPLICIT_EXPLICIT.
- cetol=
0
¶ A Float specifying the maximum difference in the creep strain increment calculated from the creep strain rates at the beginning and end of the increment. The default value is 0.0.
- amplitude=
STEP
¶ A SymbolicConstant specifying the amplitude variation for loading magnitudes during the step. Possible values are STEP and RAMP. The default value is STEP.
- extrapolation=
LINEAR
¶ A SymbolicConstant specifying the type of extrapolation to use in determining the incremental solution for a nonlinear analysis. Possible values are NONE, LINEAR, and PARABOLIC. The default value is LINEAR.
- solutionTechnique=
FULL_NEWTON
¶ 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.
- reformKernel=
8
¶ An Int specifying the number of quasi-Newton iterations allowed before the kernel matrix is reformed.. The default value is 8.
- convertSDI=
PROPAGATED
¶ 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.
- adaptiveDampingRatio=
0
¶ A Float specifying the maximum allowable ratio of the stabilization energy to the total strain energy and can be used only if stabilizationMethod is not NONE. The default value is 0.05.
- continueDampingFactors=
0
¶ A Boolean specifying whether this step will carry over the damping factors from the results of the preceding general step. This parameter must be used in conjunction with the adaptiveDampingRatio parameter. The default value is OFF.
- description=
- 抛出:¶
RangeError –
-
solutionTechnique : --is-rst--SymbolicConstant =
'FULL_NEWTON'
[源代码]¶ 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.
-
solverControl : --is-rst--SolverControl =
<abaqus.StepMiscellaneous.SolverControl.SolverControl object>
[源代码]¶ A SolverControl object.
-
stabilizationMagnitude : --is-rst--float | None =
None
[源代码]¶ A Float specifying the damping intensity of the automatic damping algorithm if the problem is expected to be unstable, and stabilizationMethod is not NONE. The default value is 2x10⁻⁴.
-
stabilizationMethod : --is-rst--SymbolicConstant =
'NONE'
[源代码]¶ A SymbolicConstant specifying the stabilization type. Possible values are NONE, DISSIPATED_ENERGY_FRACTION, and DAMPING_FACTOR. The default value is NONE.
-
suppressed : --is-rst--Boolean =
0
[源代码]¶ A Boolean specifying whether the step is suppressed or not. The default value is OFF.