cesgen#
- ConstraintEquations.cesgen(itime='', inc='', nset1='', nset2='', ninc='', **kwargs)#
Generates a set of constraint equations from existing sets.
Mechanical APDL Command: CESGEN
- 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 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 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 maximum set number) are used as the sets to be repeated.
- itime
Notes
Generates additional sets of constraint equations (with same labels) from existing sets. Node numbers between sets may be uniformly incremented.