SuperElasticHardeningModifications object

The SuperElasticHardeningModifications object specifies the variation of the transformation stress levels of a material model.

This page discusses:

Access

materialApi.materials()[name].superElasticity()\
.superElasticHardeningModifications()

SuperElasticHardeningModifications(...)

This method creates a SuperElasticHardeningModifications object.

Path

materialApi.materials()[name].superElasticity()\
.SuperElasticHardeningModifications

Prototype

odb_SuperElasticHardeningModifications&
SuperElasticHardeningModifications(const odb_SequenceSequenceDouble& table);

Required arguments

table

A sequence of sequences of Floats specifying the items described below or user-defined data if the dependence of the transformation stress levels on plastic strain is specified in a user subroutine.

Table data

  • Start of Transformation (Loading).

  • End of Transformation (Loading).

  • Start of Transformation (Unloading).

  • End of Transformation (Unloading).

  • Plastic Strain.

Return value

A SuperElasticHardeningModifications object.

Exceptions

RangeError.