cpsgen#
- CoupledDof.cpsgen(itime='', inc='', nset1='', nset2='', ninc='', **kwargs)#
Generates sets of coupled nodes from existing sets.
Mechanical APDL Command: CPSGEN
- Parameters:
- itime
str Do this generation operation a total of
ITIMEs, incrementing all nodes in the existing sets byINCeach time after the first.ITIMEmust be > 1 for generation to occur.- inc
str Do this generation operation a total of
ITIMEs, incrementing all nodes in the existing sets byINCeach time after the first.ITIMEmust be > 1 for generation to occur.- nset1
str Generate sets from sets beginning with
NSET1toNSET2(defaults toNSET1) in steps ofNINC(defaults to 1). IfNSET1is negative,NSET2andNINCare ignored and the last |NSET1| sets (in sequence from the maximum set number) are used as the sets to be repeated.- nset2
str Generate sets from sets beginning with
NSET1toNSET2(defaults toNSET1) in steps ofNINC(defaults to 1). IfNSET1is negative,NSET2andNINCare ignored and the last |NSET1| sets (in sequence from the maximum set number) are used as the sets to be repeated.- ninc
str Generate sets from sets beginning with
NSET1toNSET2(defaults toNSET1) in steps ofNINC(defaults to 1). IfNSET1is negative,NSET2andNINCare ignored and the last |NSET1| sets (in sequence from the maximum set number) are used as the sets to be repeated.
- itime
Notes
Generates additional sets of coupled nodes (with the same labels) from existing sets. Node numbers between sets may be uniformly incremented.