{"id":33098344,"url":"https://github.com/computationalPhysiology/circulation","last_synced_at":"2025-11-19T14:01:56.463Z","repository":{"id":255690941,"uuid":"851685110","full_name":"ComputationalPhysiology/circulation","owner":"ComputationalPhysiology","description":"Cardiac Circulation Models","archived":false,"fork":false,"pushed_at":"2025-11-13T07:57:46.000Z","size":170,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-11-13T09:22:59.595Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://computationalphysiology.github.io/circulation/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ComputationalPhysiology.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-09-03T14:39:21.000Z","updated_at":"2025-11-13T07:57:50.000Z","dependencies_parsed_at":"2024-11-07T10:27:44.782Z","dependency_job_id":"fc3729f7-3562-4c22-97cf-3b096acc94d2","html_url":"https://github.com/ComputationalPhysiology/circulation","commit_stats":null,"previous_names":["computationalphysiology/circulation"],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/ComputationalPhysiology/circulation","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ComputationalPhysiology%2Fcirculation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ComputationalPhysiology%2Fcirculation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ComputationalPhysiology%2Fcirculation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ComputationalPhysiology%2Fcirculation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ComputationalPhysiology","download_url":"https://codeload.github.com/ComputationalPhysiology/circulation/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ComputationalPhysiology%2Fcirculation/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":285258051,"owners_count":27140780,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-11-19T02:00:05.673Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-11-14T21:00:19.921Z","updated_at":"2025-11-19T14:01:56.458Z","avatar_url":"https://github.com/ComputationalPhysiology.png","language":"Python","funding_links":[],"categories":["Simulation software"],"sub_categories":["Cardiac mechanics"],"readme":"# Cardiac circulation models\n\nThis package provides a set of models for the circulation of blood in the heart and the rest of the body.\n\n## Install\n\n```\npython -m pip install circulation\n```\n\n\n## Documentation\n\nSee https://computationalphysiology.github.io/circulation\n\n# Usage\n\n```python\nimport matplotlib.pyplot as plt\nimport circulation\n\n# Create a model\nmodel = circulation.regazzoni2020.Regazzoni2020()\n\n# Solve the model for 5 seconds with a  time step of 1 ms and an evaluation time step of 10 ms\nresults = model.solve(T=5.0, dt=1e-3, dt_eval=0.01)\n\n# Print some information about the pressure, flows and volumes inside the model\nmodel.print_info()\n\n# Plot the pressure-volume loop\nfig, ax = plt.subplots()\nax.plot(results[\"V_LV\"], results[\"p_LV\"])\nax.set_xlabel(\"V [mL]\")\nax.set_ylabel(\"p [mmHg]\")\nplt.show()\n```\n![_](https://raw.githubusercontent.com/ComputationalPhysiology/circulation/main/docs/_static/regazzoni.png)\n\nSee more examples in the [documentation](https://computationalphysiology.github.io/circulation).\n\n# License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FcomputationalPhysiology%2Fcirculation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FcomputationalPhysiology%2Fcirculation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FcomputationalPhysiology%2Fcirculation/lists"}