59.104 UserOutputVariables object

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

Access
materialApi.materials()[name].userOutputVariables()


59.104.1 UserOutputVariables(...)

This method creates a UserOutputVariables object.

Path
materialApi.materials()[name].UserOutputVariables
Prototype
odb_UserOutputVariables&
UserOutputVariables(int n);

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.


59.104.2  Members

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


59.104.3  Corresponding analysis keywords

*USER OUTPUT VARIABLES