CellMLPhysiome.jl
CellML Models imported from cellml.org.
Usage Instructions
Loading an ODESystem
First, get the list of CellML models available
using CellMLPhysiome
available_models(CellMLPhysiome, "beard_2005")
model = load_model(CellMLPhysiome, "beard_2005")
It loads the model and returns an ODESystem
.