Models =========================== This module contains computational models relevant to bone remodelling. The :ref:`ruffoni_model` contains the implementation of the bone mineralisation model by Ruffoni et al. (2008, 2009) to describe the evolution of BMDD curves over time depending on mineralization kinetics. The :ref:`mineralisation_modiz_model` contains the implementation of the bone mineralisation model by Modiz et al. (2026) to analyze porosity-dependent mineralization based on the boomerang-shaped curve, that is observed experimentally between apparent and material bone density. .. _ruffoni_model: Ruffoni Model -------------------------------------- .. automodule:: bone_models.bone_mineralisation_models.models.ruffoni_model :members: :undoc-members: :show-inheritance: .. _mineralisation_modiz_model: Modiz Model -------------------------------------- .. automodule:: bone_models.bone_mineralisation_models.models.modiz_model :members: :undoc-members: :show-inheritance: