TS-CUBED / CirculatorySystemModels.jl

MIT License
16 stars 5 forks source link

Chamber p0 #26

Closed justidy1 closed 9 months ago

justidy1 commented 9 months ago

Adds unstressed pressure to Chamber() method

https://github.com/TS-CUBED/CirculatorySystemModels.jl/issues/23

TS-CUBED commented 9 months ago

I'm just in the process of refactoring the Compliances and Elastances.

This will add a

VariableElastance which will replace the Chamber and include options for both constant and variable external pressure (or pressure offset). The variable pressure offset can be connected to an additional pin.

This will consolidate Elastance_ep and allow flexible definition of vessels with muscle activity as well as simple chambers.

Give me an hour or so for testing. Will merge into main today. If tests pass I'll release version 0.3.0 soon after.

TS-CUBED commented 9 months ago

Closing this for now, will be fixed in next commit.