SimVascular / svZeroDSolver

A C++ lumped-parameter solver for blood flow and pressure in hemodynamic networks
Other
6 stars 18 forks source link

Register with PyPi #44

Open mrp089 opened 12 months ago

mrp089 commented 12 months ago

As a final step of the milestone, it would be cool to register the solver with PyPi. Then everybody can run those nice 0D simulations by simply typing

pip install svzerod
svzerod input.json

There are some steps outlined here. But I think there are more pressing issues now.

menon-karthik commented 11 months ago

This was briefly discussed with @richterjakob a few months/weeks ago. He mentioned there being some problems but I can't remember what. @richterjakob Do you remember this discussion?

mrp089 commented 11 months ago

@zasexton has done this for his synthetic vascular networks:

It looks straight forward! It might be a bit more challenging with our C++ and pybind11 combination.