The GasketThicknessBehavior object defines the behavior in the thickness direction for a gasket.
import material mdb.models[name].materials[name].gasketThicknessBehavior import odbMaterial session.odbs[name].materials[name].gasketThicknessBehavior
This method creates a GasketThicknessBehavior object.
mdb.models[name].materials[name].GasketThicknessBehavior session.odbs[name].materials[name].GasketThicknessBehavior
Required argument
A sequence of sequences of Floats specifying loading data. The first sequence must contain only 0. At least two sequences must be specified if type=DAMAGE, and at least 3 sequences must be specified if type=ELASTIC_PLASTIC. The items in the table data are described below.
Optional arguments
A Boolean specifying whether the loading data depend on temperature. The default value is OFF.
An Int specifying the number of field variable dependencies included in the definition of the loading data, in addition to temperature. The default value is 0.
A Float specifying the fraction of the initial compressive stiffness that defines the stiffness in tension. The default value is 10–3.
A SymbolicConstant specifying a damage elasticity model or an elastic-plastic model for gasket thickness-direction behavior. Possible values are ELASTIC_PLASTIC and DAMAGE. The default value is ELASTIC_PLASTIC.
An Int specifying the number of field variable dependencies included in the definition of the unloading data, in addition to temperature. The default value is 0.
A Boolean specifying whether unloading data depends on temperature. The default value is OFF.
A SymbolicConstant specifying the behavior in terms of units of force (or force in unit length) versus closure or pressure versus closure. Possible values are STRESS and FORCE. The default value is STRESS.
A Float specifying the closure value at which the onset of yield occurs or the relative drop in slope on the loading curve that defines the onset of plastic deformation (depending on the value of yieldOnsetMethod). The default value is 0.1.
A SymbolicConstant specifying the method used to determine yield onset. Possible values are RELATIVE_SLOPE_DROP and CLOSURE_VALUE. The default value is RELATIVE_SLOPE_DROP.
A sequence of sequences of Floats specifying unloading data. The items in the table data are described below. The default value is an empty sequence.
Table data
If variableUnits=STRESS, the loading table data specify the following:
Pressure; this value must be positive.
Closure; this value must be positive.
Temperature, if the data depend on temperature.
Value of the first field variable, if the data depend on field variables.
Value of the second field variable.
Etc.
Force or force per unit length; this value must be positive.
Closure; this value must be positive.
Temperature, if the data depend on temperature.
Value of the first field variable, if the data depend on field variables.
Value of the second field variable.
Etc.
Pressure; this value must be positive.
Closure; this value must be positive.
Plastic closure; this value must be positive.
Temperature, if the data depend on temperature.
Value of the first field variable, if the data depend on field variables.
Value of the second field variable.
Etc.
Pressure; this value must be positive.
Closure; this value must be positive.
Plastic closure; this value must be positive.
Temperature, if the data depend on temperature.
Value of the first field variable, if the data depend on field variables.
Value of the second field variable.
Etc.
Pressure; this value must be positive.
Closure; this value must be positive.
Maximum closure reached while loading the gasket; this value must be positive.
Temperature, if the data depend on temperature.
Value of the first field variable, if the data depend on field variables.
Value of the second field variable.
Etc.
Force or force per unit length; this value must be positive.
Closure; this value must be positive.
Maximum closure reached while loading the gasket; this value must be positive.
Temperature, if the data depend on temperature.
Value of the first field variable, if the data depend on field variables.
Value of the second field variable.
Etc.
Return value
A GasketThicknessBehavior object.
Exceptions
RangeError.
This method modifies the GasketThicknessBehavior object.
Required arguments
Optional arguments
The optional arguments to setValues are the same as the arguments to the GasketThicknessBehavior method.
Return value
Exceptions
RangeError.
The GasketThicknessBehavior object has members with the same names and descriptions as the arguments to the GasketThicknessBehavior method.
In addition, the GasketThicknessBehavior object can have the following member:
A ContactArea object.