The TensionStiffening object defines the retained tensile stress normal to a crack in a Concrete model.
import material mdb.models[name].materials[name].concrete.tensionStiffening import odbMaterial session.odbs[name].materials[name].concrete.tensionStiffening
This method creates a TensionStiffening object.
mdb.models[name].materials[name].concrete.TensionStiffening session.odbs[name].materials[name].concrete.TensionStiffening
Required argument
A sequence of sequences of Floats specifying the items described below.
Optional arguments
A SymbolicConstant specifying how the postcracking behavior is defined. Possible values are DISPLACEMENT and STRAIN. The default value is STRAIN.
A Boolean specifying whether the data depend on temperature. The default value is OFF.
An Int specifying the number of field variable dependencies. The default value is 0.
Table data
If type=STRAIN, the table data specify the following:
Fraction of remaining stress to stress at cracking.
Absolute value of the direct strain minus the direct strain at cracking.
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.
Displacement, , at which a linear loss of strength after cracking gives zero stress.
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 TensionStiffening object.
Exceptions
RangeError.
This method modifies the TensionStiffening object.
Required arguments
Optional arguments
The optional arguments to setValues are the same as the arguments to the TensionStiffening method.
Return value
Exceptions
RangeError.
The TensionStiffening object has members with the same names and descriptions as the arguments to the TensionStiffening method.