ConnectorOptions(...)
This method creates a connector options object to be used in conjunction with an allowable connector behavior option, derived component term, or connector section.
Path
mdb.models[name].sections[name].behaviorOptions[i]\ .connectorPotentials[i].derivedComponent.cdcTerms[i].ConnectorOptions mdb.models[name].sections[name].behaviorOptions[i].derivedComponent\ .cdcTerms[i].ConnectorOptions mdb.models[name].sections[name].behaviorOptions[i].ConnectorOptions mdb.models[name].sections[name].behaviorOptions[i]\ .evolutionPotentials[i].derivedComponent.cdcTerms[i].ConnectorOptions mdb.models[name].sections[name].behaviorOptions[i].ConnectorOptions mdb.models[name].sections[name].behaviorOptions[i]\ .initiationPotentials[i].derivedComponent.cdcTerms[i].ConnectorOptions mdb.models[name].sections[name].behaviorOptions[i].ConnectorOptions session.odbs[name].sections[name].behaviorOptions[i]\ .connectorPotentials[i].derivedComponent.cdcTerms[i].ConnectorOptions session.odbs[name].sections[name].behaviorOptions[i].derivedComponent\ .cdcTerms[i].ConnectorOptions session.odbs[name].sections[name].behaviorOptions[i].ConnectorOptions session.odbs[name].sections[name].behaviorOptions[i]\ .evolutionPotentials[i].derivedComponent.cdcTerms[i].ConnectorOptions session.odbs[name].sections[name].behaviorOptions[i].ConnectorOptions session.odbs[name].sections[name].behaviorOptions[i]\ .initiationPotentials[i].derivedComponent.cdcTerms[i].ConnectorOptions session.odbs[name].sections[name].behaviorOptions[i].ConnectorOptions
Required arguments
None.
Optional arguments
- useBehRegSettings
-
A Boolean specifying whether or not to use the behavior-level settings for regularization options. This argument is applicable only for an Abaqus/Explicit analysis. The default value is ON.
- regularize
-
A Boolean specifying whether or not the tabular data will be regularized. This argument is applicable only for an Abaqus/Explicit analysis and only if useBehRegSettings=OFF. The default value is ON.
- defaultTolerance
-
A Boolean specifying whether or not the analysis default regularization tolerance will be used. This argument is applicable only for an Abaqus/Explicit analysis and only if useBehRegSettings=OFF and regularize=ON. The default value is ON.
- regularization
-
A Float specifying the regularization increment to be used. This argument is applicable only for an Abaqus/Explicit analysis and only if useBehRegSettings=OFF, regularize=ON, and defaultTolerance=OFF. The default value is 0.03.
- defaultRateFactor
-
A Boolean specifying whether or not the analysis default rate filter factor will be used. This argument is applicable only for an Abaqus/Explicit analysis that includes isotropic hardening with tabular definition or damage initiation with plastic motion criteria. The default value is ON.
- rateFactor
-
A Float specifying the rate filter factor to be used. This argument is applicable only for an Abaqus/Explicit analysis that includes isotropic hardening with tabular definition or damage initiation with plastic motion criteria. This argument is also applicable only if defaultRateFactor=OFF. The default value is 0.9.
- interpolation
-
A SymbolicConstant specifying the type of interpolation increment to be used on rate-dependent tabular data. This argument is applicable only for an Abaqus/Explicit analysis that includes isotropic hardening with tabular definition or damage initiation with plastic motion criteria. Possible values are LINEAR and LOGARITHMIC. The default value is LINEAR.
- useBehExtSettings
-
A Boolean specifying whether or not to use the behavior-level settings for extrapolation options. The default value is ON.
- extrapolation
-
A SymbolicConstant specifying the extrapolation technique to be used. This argument is applicable only if useBehExtSettings=OFF. Possible values are CONSTANT and LINEAR. The default value is CONSTANT.
Return value
A ConnectorOptions object.
Exceptions
ValueError and TextError.