Background
I’m using CalculiX CrunchiX to do finite element analysis. My input model consists of tetrahedal elements. To visualize, I run cgx -c myfile.inp
command. Then, I use these menu items to check for bad elements:
Viewing > Show Bad Elements
But, CGX logs this:
WARNING: No check was performed for elements in set:-NOCHECK
Question
Why no check is done on bad elements? How can I force double-checking of bad elements?
inp
file
This is my inp
file, for reference:
**
** Structure: finite elements of a 3D model.
** Generated by: https://github.com/deadsy/sdfx
**
*HEADING
Model: 3D model Date: 2023-May-29 UTC
*NODE
*INCLUDE,INPUT=teapot-tet4.inp.nodes
*ELEMENT, TYPE=C3D4, ELSET=Eall
*INCLUDE,INPUT=teapot-tet4.inp.elements
*BOUNDARY
*INCLUDE,INPUT=teapot-tet4.inp.boundary
*MATERIAL, name=resin
*ELASTIC,TYPE=ISO
9.000000e+02,3.000000e-01,0
*DENSITY
1.250000e-09
*SOLID SECTION,MATERIAL=resin,ELSET=Eall
*STEP
*STATIC
*DLOAD
Eall,GRAV,9810.,0.,0.,1.
*EL FILE
S
*NODE FILE
U
*END STEP
Note
Adding these to inp
file didn’t help, they are not recognized at all:
*ETYPE,CHECK
*CHECK,Reduced Integration
Note again
Adding these to inp
file didn’t help. 339439
is total element count:
*ELSET, ELSET=ECheck, GENERATE
1, 339439