Volumetric mesh of vertebrae - difficulty with meshing the interior

Once you have the solidified (and merged) segment, you can use SegmentMesher module to create a volumetric mesh. Or export as a surface mesh and use any other mesher.

You can specify material models, loads, boundary conditions, etc. in the preprocessor of your solver. If it helps, you can save the CT density values at each mesh point using “Probe volume with model” module.

People have asked about vertebral FEM modeling many times on this forum, but unfortunately we did not get much updates form them later, so we don’t know what workflow they ended up implementing - but a few tips:

  • Not many FEM tool can read VTK unstructured grids, but FEBio/FEBio Studio can, and it is free and works quite nicely for biomedical applications.
  • If you want to use SegmentMesher output in software that cannot read VTK unstructured grid files then you can use meshio Python package to convert to other formats.