FinbarArgus / circulatory_autogen

This project aims to automate the process of combining CellML modules into a system model, then doing parameter identification to calibrate to clinical data. Common use cases include generating coupled neuron models, generating neuron to cardiomyocyte models, generating patient specific 0D blood flow networks and more.
Apache License 2.0
2 stars 10 forks source link

Cpp model generation from the cellml models #34

Open FinbarArgus opened 1 year ago

FinbarArgus commented 1 year ago

I am developing a class to generate cpp code from the cellml models. This uses libcellml.

In this generation we will be able to annotate the cellml models from module annotations in the module_config file. We will be able to generate cpp models that:

FinbarArgus commented 8 months ago

This is working, still improvements to be done, but working