-
Notifications
You must be signed in to change notification settings - Fork 36
Add simple blocks #155
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
Add simple blocks #155
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 4 out of 24 changed files in this pull request and generated no comments.
Files not reviewed (20)
- src/model/Block.h: Language not supported
- src/model/BlockType.h: Language not supported
- src/model/BloodVessel.h: Language not supported
- src/model/CMakeLists.txt: Language not supported
- src/model/Capacitance.cpp: Language not supported
- src/model/Capacitance.h: Language not supported
- src/model/Inductance.cpp: Language not supported
- src/model/Inductance.h: Language not supported
- src/model/Model.cpp: Language not supported
- src/model/Model.h: Language not supported
- src/model/Resistance.cpp: Language not supported
- src/model/Resistance.h: Language not supported
- src/solve/csv_writer.cpp: Language not supported
- tests/cases/dirgraph-results/pulsatileFlow_capacitance_directed_graph.dot: Language not supported
- tests/cases/dirgraph-results/pulsatileFlow_inductance_directed_graph.dot: Language not supported
- tests/cases/dirgraph-results/pulsatileFlow_resistance_directed_graph.dot: Language not supported
- tests/cases/pulsatileFlow_capacitance.json: Language not supported
- tests/cases/pulsatileFlow_inductance.json: Language not supported
- tests/cases/pulsatileFlow_resistance.json: Language not supported
- tests/cases/results/result_pulsatileFlow_capacitance.json: Language not supported
|
Something is wrong with the test. Looking into it |
|
Merging is blocked until #156 is merged. I added a test for the capacitor with (numerically near) zero outflow, which triggered a failure of the current testing code. |
|
Now that #166 is merged we can move forward on this! |
|
I'll still need to work on this, but I won't get to it before July. I'll close it for now. |
Current situation
Closes #151
Release Notes
Adds simple resistance (R), capacitance (C), and inductance (L) blocks.
Documentation
Added Doxygen for all blocks. @menon-karthik I'm not sure if I need to do anything else for the Python visualization tools.
Testing
Added a test case for each R, C, and L based on analytic solutions.
Code of Conduct & Contributing Guidelines