SuperElasticHardening object

The SuperElasticHardening object specifies the dependence of the yield stress on the total strain to define the piecewise linear hardening of a martensite material model.

This page discusses:

Access

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

SuperElasticHardening(...)

This method creates a SuperElasticHardening object.

Path

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

Prototype

odb_SuperElasticHardening&
SuperElasticHardening(const odb_SequenceSequenceDouble& table);

Required arguments

table

A sequence of sequences of Floats specifying the items described below.

Table data

  • Yield Stress.

  • Total Strain.

Return value

A SuperElasticHardening object.

Exceptions

RangeError.

Members

The SuperElasticHardeningobject has members with the same names and descriptions as the arguments to the SuperElasticHardening method.