rmodif#

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

APDL Command: RMODIF

Modifies real constant sets.

Parameters:
nset

Number of existing real constant set to be modified.

stloc

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.

v1

New value assigned to constant in location STLOC. If zero (or blank), a zero value will be assigned.

v2, v3, v4, … , v6

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 = GCN to define/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 What Are Nonstandard Uses? in the Advanced Analysis Guide.