ansys.mapdl.core.Mapdl.rmodif#

Mapdl.rmodif(nset='', stloc='', v1='', v2='', v3='', v4='', v5='', v6='', **kwargs)#

Modifies real constant sets.

Mechanical APDL Command: RMODIF

Parameters:
nsetstr

Number of existing real constant set to be modified.

The labels CONT and GCN are also valid input for defining or modifying real constants associated with contact elements (see Notes).

stlocstr

Starting location in table for modifying data. For example, if STLOC = 1, data input in the V1 field is the first constant in the set. If STLOC = 7, data input in the V1 field is the seventh constant in the set, etc. Must be greater than zero.

v1str

New values assigned to constants in the next five locations. If blank, the value remains unchanged.

v2str

New values assigned to constants in the next five locations. If blank, the value remains unchanged.

v3str

New values assigned to constants in the next five locations. If blank, the value remains unchanged.

v4str

New values assigned to constants in the next five locations. If blank, the value remains unchanged.

v5str

New values assigned to constants in the next five locations. If blank, the value remains unchanged.

v6str

New values assigned to constants in the next five locations. If blank, the value remains unchanged.

Notes

Allows modifying (or adding) real constants to an existing set ( r ) at any location.

Specify NSET = CONT to define or modify real constants for all real constant sets associated with contact elements in pair-based contact definitions. Specify NSET = GCN to define or modify real constants for real constant sets that were previously assigned by the gcdef command; that is, real constants used in general contact interactions.

This command is also valid in SOLUTION. For important information about using this command within the solution phase, see in the Advanced Analysis Guide.