UserOutputVariables object

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

The following topics are discussed:

Access

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

UserOutputVariables(...)

This method creates a UserOutputVariables object.

Path

materialApi.materials()[name].UserOutputVariables

Prototype

odb_UserOutputVariables&
UserOutputVariables(int n);

Required arguments

None.

Optional arguments

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.

Members

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

Corresponding analysis keywords