ansys.mapdl.core.Mapdl.vcum#
- Mapdl.vcum(key='', **kwargs)#
Allows array parameter results to add to existing results.
Mechanical APDL Command: *VCUM
- Parameters:
- key
str
Accumulation key:
0
- Overwrite results.1
- Add results to the current value of the results parameter.
- key
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 *MXX
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 *MXX
operation. Use vstat to list settings.This command is valid in any processor.