Depvar object

The Depvar object specifies solution-dependent state variables.

The following topics are discussed:

Access

materialApi.materials()[name].depvar()

Depvar(...)

This method creates a Depvar object.

Path

materialApi.materials()[name].Depvar

Prototype

odb_Depvar&
Depvar(int deleteVar,
       int n);

Required arguments

None.

Optional arguments

deleteVar

An Int specifying the state variable number controlling the element deletion flag. The default value is 0.

This argument applies only to Abaqus/Explicit analyses.

n

An Int specifying the number of solution-dependent state variables required at each integration point. The default value is 0.

Return value

A Depvar object.

Exceptions

RangeError.

Members

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

Corresponding analysis keywords