TensileFailure object

The TensileFailure object specifies the material tensile failure.

This page discusses:

Access

materialApi.materials()[name].plastic().tensileFailure()
materialApi.materials()[name].eos().tensileFailure()

TensileFailure(...)

This method creates a TensileFailure object.

Path

materialApi.materials()[name].plastic().TensileFailure
materialApi.materials()[name].plastic().TensileFailure

Prototype

odb_TensileFailure&
TensileFailure(const odb_SequenceSequenceDouble& table,
                  int dependencies);

Required arguments

table

An odb_SequenceSequenceDouble specifying the items described below.

Optional arguments

dependencies

An Int specifying the number of field variable dependencies. The default value is 0.

temperatureDependency

A boolean specifying whether the data depend on temperature. The default value is OFF.

elementDeletion

A boolean specifying whether element deletion is allowed. The default value is True.

pressure

An odb_String specifying the pressure stress. The Possible values are BRITTLE and DUCTILE.

shear

An odb_String specifying the deviatoric stress. Possible values are BRITTLE and DUCTILE.

Table data

  • The Hydrostatic cutoff stress (positive in tension).

  • 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 TensileFailure object.

Exceptions

RangeError.

Members

The TensileFailure object has members with the same names and descriptions as the arguments to the TensileFailure method.