andresutrera / interFEBio

pre and post process Python interface for FEBio
MIT License
1 stars 0 forks source link

interFEBio

a python pre/post processor and fitting API for FEBio

This repository is based on siboles/pyFEBio repository and yskmt/feb-vtl-converter. The main modifications are related to update the writing and reading classes to the latest FEBio xml spec version and xplt binary structure.

The aim of this repository is to support post processing and automated analyses with FEBio, integrating a framework to generate model files (.feb) from a mesh file (just gmsh for now), to read binary files (.xplt) and to run flexible optimization problems with FEBio, using python's LMFIT library.

The implementation does not have all the features of FEBio, however, they will be added in future versions. Additionaly, the implementation could be improved in many ways.

Documentation

interFEBio Documentation

TODO