cesel#
- ConstraintEquations.cesel(type_='', vmin='', vmax='', vinc='', **kwargs)#
Selects constraint equations via predefined reference numbers.
Mechanical APDL Command: CESEL
- Parameters:
- type_
str Label identifying the type of select:
S- Select a new set (default).A- Select an additional set and add it to the current set.U- Unselect a set from the current set.ALL- Restore the full set.NONE- Unselect the full set.INVE- Invert the current set (selected becomes unselected and vice versa).STAT- Display the current select status.
- vmin
str Minimum value of constraint equation reference number range.
- vmax
str Maximum value of constraint equation reference number range.
VMAXdefaults toVMIN.- vinc
str Value increment within the specified range. Defaults to 1.
- type_
Notes
Warning
This function contains specificities regarding the argument definitions. Please refer to the command documentation for further explanations.
The cesel command selects sets of constraint equations ( ce ) via specified reference numbers.
VMIN,VMAX, andVINCmust be positive integer values.For example, the following command selects a new set of constraint equations based on reference numbers 1 through 7:
CESEL,S,,,1,7,1
Data are flagged as selected and unselected; no data are actually deleted from the database.
Use celist to list constraint equations and their reference numbers. If a constraint equation is selected but involves unselected nodes, that constraint equation will not be listed by the celist command, and the solver ignores it.
Internal constraint equations are not affected by this command.
This command is also valid in POST1.