Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New version: CirculatorySystemModels v0.3.0 #95670

Conversation

JuliaRegistrator
Copy link
Contributor

## Breaking changes:

1. The Double-Hill chamber `DHChamber` is now in terms of `dV/dt` rather than `dp/dt` which increases computation speed by an order of magnitude. The old form can be recovered using the `inP` argument. The parameter `Ev` has been removed. Please use the ventricular volume as an initial condition instead of the pressure. This can be calculated as $V = p/E_{min}$
2. Compliance and Elastance are now in terms of dV/dt. Use the new argument `inP=true` to recover the old form. Initial conditions need to be changed accordingly.
3. Compliance and Elastance have options for external pressure as parameter `has_ep` and as a connector pin to connect other pressures to `has_variable_ep` - the latter can take an equation like `C.ep.p ~ LV.p * K`.
4. Chamber has been deleted and replaced with `VariableCompliance` which can take a function for `E(t)` and has external pressure options like the other compliances and elastances.

UUID: 4211d73e-f4e8-40c4-b600-92e4b82f0e1a
Repo: https://github.com/TS-CUBED/CirculatorySystemModels.jl.git
Tree: ddc01c10b3c6353d71374fa3fb76ad7333040690

Registrator tree SHA: 17aec322677d9b81cdd6b9b9236b09a3f1374c6a
Copy link
Contributor

Your new version pull request met all of the guidelines for auto-merging and is scheduled to be merged in the next round.


If you want to prevent this pull request from being auto-merged, simply leave a comment. If you want to post a comment without blocking auto-merging, you must include the text [noblock] in your comment. You can edit blocking comments, adding [noblock] to them in order to unblock auto-merging.

@JuliaTagBot JuliaTagBot merged commit 646fe50 into master Nov 20, 2023
17 checks passed
@JuliaTagBot JuliaTagBot deleted the registrator-circulatorysystemmodels-4211d73e-v0.3.0-16ca45172b branch November 20, 2023 23:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants