SimVascular / svZeroDSolver

A C++ lumped-parameter solver for blood flow and pressure in hemodynamic networks
https://simvascular.github.io/documentation/rom_simulation.html#0d-solver
Other
7 stars 18 forks source link

Documentation for external_solver_coupling blocks #104

Open menon-karthik opened 8 months ago

menon-karthik commented 8 months ago

Problem

The external_solver_coupling blocks are not documented anywhere. This is because they are not stand-alone classes, and are actually special use cases for the flow and pressure blocks.

Solution

We should have documentation to make it easy for users to interface between svZeroDSolver and other codes. The only current "documentation" are the examples in the tests/test_interface test cases.

Additional context

No response

Code of Conduct