Requirements

Simple Indentation Model

Set Up

The simple Indentation test takes a 30 x 30 x 10 mm deformable box and a slightly curved rigid indenting surface.

The base of the boxed is held completely unmoving. The indentor is moved into contact with the box by a controlled displacement and contact is continued until the box is compressed to half of its original thickness(5mm). The force required for this compression is a key measure.

FEBio Simulations

The setup is simulated run multiple times with the mesh of the box altered to be of hexahedral and tetrahedral elements at different stages of refinement. This allows us to determine if the topology of the mesh has an influence on the outcome and except when the mesh is extremely coarse the force required to reach this displacement is quite similar (less than 5%).

SOFA Framework Simulation

The SOFA Framework prioritizes speed and stability to produce real-time medical simulation. However it is important for us to understand the differences that such a focus can influence. An identical mesh used with FEBio was used in the Sofa framework.

FEBio

SOFA

Starting

Febio_Begin.png

Sofa_Begin.png

Deformed

Febio_Final.png

Sofa_Final.png

The comparison looks quite similar with the differences being primarily due to the 3D rendering and lighting. But there is also a small but noticeable offset in the symmetry.

However when looking at displacement of the indentor with respect to the applied force some differences can be seen. Here Sofa is using a TetrahedronFEMForceField (that is linear elastic) and FEBio is using a neo-Hookean material. In both cases the materials have been set to have Poisson's Ratio 0.3 with Young's Modulus set to 10 MPa.

-- aerdemir 2016-05-27 11:52:08 What are the exact material models and coefficients for the models? Is it neo-Hookean in FEBio? If so, is it fully incompressible? Is it linear elastic in SOFA? What is the Poison's ratio?

Cylindrical Leg Indentation Model

Input

-- aerdemir 2016-02-29 23:34:55 For this specification surface geometry of skin, fat, muscle, bone, material properties, and indenter specifics. It will be useful to mention in what format these come. Also, when referring to software, please also make a note version. It does not matter which version you use, we just need to report it.

Procedures

-- aerdemir 2016-02-29 23:34:55 Ben, we need to detail model generation steps, e.g. geometry generation, meshing, assembly, material property assessment, definition of loading and boundary conditions, simulation, extraction of simulation results.

Geometry Creation in PreView

Using External Meshes to Create FEBio Input File

PreView allows for external meshes to be imported and used. Instead of the first three step above File>Import will allow the user to import a mesh to be used as described above.

Alternatively a python script has been developed to read external meshes and generate the input file directly. This script uses some naming conventions to create node sets and surfaces. And also to generate boundary conditions. Currently external meshes can be stl and gmsh(.msh) formats.

MeshToFebio.py

Run FEBio simulation

FEBio runs from the command line. Once launched it will continue to completion or non-convergence unless interrupted by the user.

Post-process Result with PostView

When FEBio simulates it will write results to an output file, extension .xplt, that can be visualized with the help of the PostView program distributed with FEBio.

Output

-- aerdemir 2016-02-29 23:34:55 We need to detail output metrics in here, e.g. indentation forces, tissue thickness change, etc.