check#
- Database.check(sele='', levl='', **kwargs)#
Checks current database items for completeness.
Mechanical APDL Command: CHECK
- Parameters:
- sele
str Specifies which elements are to be checked:
(blank)- Check all data.ESEL- Check only elements in the selected set and unselect any elements not producing geometry check messages. The remaining elements (those producing check messages) can then be displayed and corrected. A null set results if no elements produce a message. Issue esel,ALL to select all elements before proceeding.
- levl
str Used only with
Sele= ESEL:WARN- Select elements producing warning and error messages.ERR- Select only elements producing error messages (default).
- sele
Notes
This command will not work if shpp,OFF has been set. A similar, automatic check of all data is done before the solution begins.
If the Check Elements option is invoked through the GUI (menu path Main Menu> Preprocessor> Meshing> Check Elems ), the check,ESEL logic is used to highlight elements in the following way: good elements are blue, elements having warnings are yellow, and bad (error) elements are red. The currently selected set of elements is not changed by this GUI function.
This command is also valid in PREP7.