ansys.mapdl.core.Mapdl.vcum#

Mapdl.vcum(key='', **kwargs)#

Allows array parameter results to add to existing results.

Mechanical APDL Command: *VCUM

Parameters:
keystr

Accumulation key:

  • 0 - Overwrite results.

  • 1 - Add results to the current value of the results parameter.

Notes

Warning

This function contains specificities regarding the argument definitions. Please refer to the command documentation for further explanations.

Argument Descriptions

  • key : str - Accumulation key:

    • 0 - Overwrite results.

    • 1 - Add results to the current value of the results parameter.

Allows results from certain *V XX and *M XX operations to overwrite or add to existing results. The cumulative operation is of the form: ParR = ParR + ParR(Previous)

The cumulative setting is reset to the default (overwrite) after each *V XX or *M XX operation. Use vstat to list settings.

This command is valid in any processor.