CrushStressVelocityFactor object

The CrushStressVelocityFactor object defines how the approach velocity at a crushing interface influences a material's resistance to crushing.

This page discusses:

Access

import material
mdb.models[name].materials[name].crushStress.crushStressVelocityFactor
import odbMaterial
session.odbs[name].materials[name].crushStress.crushStressVelocityFactor

CrushStressVelocityFactor(...)

This method creates a CrushStressVelocityFactor object.

Path

mdb.models[name].materials[name].crushStress.CrushStressVelocityFactor
session.odbs[name].materials[name].crushStress.CrushStressVelocityFactor

Required arguments

crushStressVelocityFactorTable

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

Table data

The table data specify the following:

  • Scaling factor.

  • Relative velocity.

Return value

A CrushStressVelocityFactor object.

Exceptions

None.

setValues(...)

This method modifies the CrushStressVelocityFactor object.

Required arguments

None.

Optional arguments

The optional arguments to setValues are the same as the arguments to the CrushStressVelocityFactor method.

Return value

None.

Exceptions

None.

Members

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