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

Hydraulic Library Update #352

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open

Hydraulic Library Update #352

wants to merge 6 commits into from

Conversation

bradcarman
Copy link
Contributor

Implements the following changes:

Note: a new version release is needed, DynamicVolume function has changed, removing the N input because discretization is not possible with the Initialization System and solving with Rodas5P. This was an advanced feature that can be added back in the proper way with a future research project.

@ChrisRackauckas
Copy link
Member

The initial Jacobian is singular, the initialization solution has an index-2 DAE at the starting point of the time stepping.

Main.LinearAlgebra.cond(W) = 1.9507933081280378e12
Main.LinearAlgebra.cond(W) = 1.8757802497588914e12
Main.LinearAlgebra.cond(W) = 1.9100754482497002e12
Main.LinearAlgebra.cond(W) = 1.9291032293541746e12
Main.LinearAlgebra.cond(W) = 1.9449040001602686e12
Main.LinearAlgebra.cond(W) = 1.956880525752231e12
Main.LinearAlgebra.cond(W) = 1.8642642846288142e12
Main.LinearAlgebra.cond(W) = 1.8840317888731355e12
Main.LinearAlgebra.cond(W) = 1.896847421636734e12
Main.LinearAlgebra.cond(W) = 1.925558550278289e12
Main.LinearAlgebra.cond(W) = 1.8469820435050667e12
Main.LinearAlgebra.cond(W) = 1.873127333970352e12
Main.LinearAlgebra.cond(W) = 1.85940822577763e12
Main.LinearAlgebra.cond(W) = 1.9505801274429348e12
Main.LinearAlgebra.cond(W) = 1.9439521531702615e12
Main.LinearAlgebra.cond(W) = 1.9630631453906282e12

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants