What Are Invalid Cell Vertex References
Invalid cell or vertex references usually originate from the mesh exporter/importer or the mesh generation process and must be fixed before proceeding any further. Deleting the cell and replacing it is usually the quickest and easiest solution to this problem.
STAR-CCM+ stores the mesh connectivity as an array of cells that are adjacent to each face together with a list of vertices belonging to the face. In a valid mesh, each cell interior face belongs to exactly two cells. Invalid cell and vertex references arise when the arrays storing the cell connectivity and vertices have entries that make reference to faces or vertices that fall outside the expected range of values.