Published December 24, 2023
| Version v0.3.1
Software
Open
Circulatory System Models
Authors/Creators
Description
CirculatorySystemModels v0.3.1
Breaking changes since version 0.1.X:
- The Double-Hill chamber
DHChamberis now in terms ofdV/dtrather thandp/dtwhich increases computation speed by an order of magnitude. The old form can be recovered using theinPargument. The parameterEvhas been removed. Please use the ventricular volume as an initial condition instead of the pressure. This can be calculated as $V = p/E_{min}$ ComplianceandElastanceare now in terms of dV/dt. Use the new argumentinP=trueto recover the old form. Initial conditions need to be changed accordingly.ComplianceandElastancehave options for external pressure as parameterhas_epand as a connector pin to connect other pressures tohas_variable_ep- the latter can take an equation likeC.ep.p ~ LV.p * K.- Chamber has been deleted and replaced with
VariableCompliancewhich can take a function forE(t)and has external pressure options like the other compliances and elastances. ShiChamberalready was formulated in terms of dV/dt. It now has the argumentinP=trueto allow thedp/dtform. Initial conditions need to be changed accordingly.
*NOTE: the use of inP is strongly discouraged, since it needs the first derivative of the Elastance function, is less stable, and an order of magnitude slower. If you want to define initial condtions in pressure, it is advised to calculate the corresponding initial volume.*
Files
TS-CUBED/CirculatorySystemModels.jl-v0.3.1.zip
Files
(2.0 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:c1ed1c67b64cb98dfa444e7bbac5b7ed
|
2.0 MB | Preview Download |
Additional details
Related works
- Is supplement to
- Software: https://github.com/TS-CUBED/CirculatorySystemModels.jl/tree/v0.3.1 (URL)