rmodif#
- RealConstants.rmodif(nset='', stloc='', v1='', v2='', v3='', v4='', v5='', v6='', **kwargs)#
Modifies real constant sets.
Mechanical APDL Command: RMODIF
- Parameters:
- nset
str 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).
- stloc
str Starting location in table for modifying data. For example, if
STLOC= 1, data input in theV1field is the first constant in the set. IfSTLOC= 7, data input in theV1field is the seventh constant in the set, etc. Must be greater than zero.- v1
str New values assigned to constants in the next five locations. If blank, the value remains unchanged.
- v2
str New values assigned to constants in the next five locations. If blank, the value remains unchanged.
- v3
str New values assigned to constants in the next five locations. If blank, the value remains unchanged.
- v4
str New values assigned to constants in the next five locations. If blank, the value remains unchanged.
- v5
str New values assigned to constants in the next five locations. If blank, the value remains unchanged.
- v6
str New values assigned to constants in the next five locations. If blank, the value remains unchanged.
- nset
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. SpecifyNSET= 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.