FEBio


FEBio is a software package for finite element analysis and was specifically designed for applications in biomechanics and bioengineering. It was developed in collaboration with research groups from the University of Utah and Columbia University.
FEBio offers modeling scenarios, constitutive models, and boundary conditions that are relevant to numerous research areas and specializes in the analysis of 3D multiphysics models that can undergo large deformations. Users can solve problems in solid mechanics, contact analysis, porous media problems, fluid mechanics, and as of version 2.8, fluid-solid interaction problems as well. FEBio supports both quasi-static and dynamic analyses. A more detailed overview of FEBio's features follows below.
The source code for FEBio is publicly available and, as of version 2.9, distributed under the MIT opensource license.
FEBio supports a plugin framework that allows users to easily extend and customize the set of features for their specific needs. Using this plugin framework users can develop new constitutive models, boundary conditions, body loads, nonlinear constraints, and even new finite element solvers.

Overview

A brief overview of the available features follows. A more complete list can be found in the FEBio User's .
FEBio is a command-line application that only implements the solver algorithms. To assist with setting up FEBio models and analyzing the results, the FEBio Studio software was developed.
FEBio Studio is the newest development platform for creating, running, and analyzing FEBio models. It is currently available under a beta release from . It allows users to import geometry and meshes from various file formats, including some CAD formats and offers some tet mesh generation capabilities. Users can then setup boundary, loading, and contact conditions, and define material and analysis parameters. The models can be run with FEBio directly from the FEBio Studio interface, or exported to the xml-formatted FEBio input file. Models can be run locally or send to a remote server. After FEBio completes, the results can be loaded directly into FEBio Studio for visualization and analysis.

Legacy tools

Prior to FEBio Studio, users used the PreView software to setup FEBio models and PostView for visualization and analysis. Since FEBio Studio combines these two software packages, in addition to providing many more features, the PreView and PostView software are considered obsolete.
PreView is no longer under active development since it is replaced by FEBioStudio. We highly encourage PreView users to switch to FEBio Studio.
PostView will continue to be developed for the time being as it remains a convenient tool for analyzing and visualizing FEBio model results.

Support

Support for FEBio comes in various forms. A Theory manual and User manual are provided as part of the installation and are available online as well . Users can also ask questions on the FEBio User forums , as well as report bugs and make new feature requests.