29.104 UserOutputVariables object

The UserOutputVariables object specifies the number of user-defined output variables.

Access
import material
mdb.models[name].materials[name].userOutputVariables
import odbMaterial
session.odbs[name].materials[name].userOutputVariables


29.104.1 UserOutputVariables(...)

This method creates a UserOutputVariables object.

Path
mdb.models[name].materials[name].UserOutputVariables
session.odbs[name].materials[name].UserOutputVariables

Required arguments

None.

Optional argument

n

An Int specifying the number of user-defined variables required at each material point. The default value is 0.

Return value

A UserOutputVariables object.

Exceptions

RangeError.


29.104.2 setValues(...)

This method modifies the UserOutputVariables object.

Required arguments

None.

Optional arguments

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

Return value

None

Exceptions

RangeError.


29.104.3  Members

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


29.104.4  Corresponding analysis keywords

*USER OUTPUT VARIABLES