Skip to content

Commit 67cca54

Browse files
Update 0D documentation links (#18)
Updating the links to the 0D documentation after moving from StanfordCBCL/svZeroDPlus to SimVascular/svZeroDSolver
1 parent bd52e76 commit 67cca54

File tree

1 file changed

+6
-6
lines changed
  • documentation/rom_simulation/0d-solver/solver

1 file changed

+6
-6
lines changed

documentation/rom_simulation/0d-solver/solver/readme.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,20 @@ Zero-dimensional (0D) models are lightweight methods to simulate bulk hemodynami
55
0D models are analogous to electrical circuits. The flow rate simulated by 0D models represents electrical current, while the pressure represents voltage. Three primary building blocks of 0D models are resistors, capacitors, and inductors. Resistance captures the viscous effects of blood flow, capacitance represents the compliance and distensibility of the vessel wall, and inductance represents the inertia of the blood flow. Different combinations of these building blocks, as well as others, can be formed to reflect the hemodynamics and physiology of different cardiovascular anatomies.
66

77
#### 0D Solver Theory
8-
We highlight here the theory behind the 0D solver. For equations and implementation details, we refer to the [documentation](https://stanfordcbcl.github.io/svZeroDPlus/index.html) throught this guide.
8+
We highlight here the theory behind the 0D solver. For equations and implementation details, we refer to the [documentation](https://simvascular.github.io/svZeroDSolver/index.html) throught this guide.
99

1010
#### Governing equations
11-
Flow rate, pressure, and other hemodynamic quantities in 0D models of vascular anatomies are governed by a system of nonlinear differential-algebraic equations, which are explained in more detail [here](https://stanfordcbcl.github.io/svZeroDPlus/class_sparse_system.html#details).
11+
Flow rate, pressure, and other hemodynamic quantities in 0D models of vascular anatomies are governed by a system of nonlinear differential-algebraic equations, which are explained in more detail [here](https://simvascular.github.io/svZeroDSolver/class_sparse_system.html#details).
1212

1313
#### Time integration
14-
We solve the differential-algebraic system implicitly in time, using the generalized-$\alpha$ method. The details to this method can be found [here](https://stanfordcbcl.github.io/svZeroDPlus/class_integrator.html#details).
14+
We solve the differential-algebraic system implicitly in time, using the generalized-$\alpha$ method. The details to this method can be found [here](https://simvascular.github.io/svZeroDSolver/class_integrator.html#details).
1515

1616
#### Assembly
17-
Similar to a finite element solver, the 0D solver defines local element contributions to the (sparse) [global system](https://stanfordcbcl.github.io/svZeroDPlus/class_sparse_system.html#details). The solver automatically assembles the local contributions into the global arrays. The local elements are referred to as blocks.
17+
Similar to a finite element solver, the 0D solver defines local element contributions to the (sparse) [global system](https://simvascular.github.io/svZeroDSolver/class_sparse_system.html#details). The solver automatically assembles the local contributions into the global arrays. The local elements are referred to as blocks.
1818

1919
#### Blocks
20-
An overview of all currently implemented blocks can be found [here](https://stanfordcbcl.github.io/svZeroDPlus/class_block.html). This collection of building blocks allows to model extensive and complex vascular networks. Many examples of vascular networks can be found [here](https://github.com/StanfordCBCL/svZeroDPlus/tree/master/tests/cases).
20+
An overview of all currently implemented blocks can be found [here](https://simvascular.github.io/svZeroDSolver/class_block.html). This collection of building blocks allows to model extensive and complex vascular networks. Many examples of vascular networks can be found [here](https://github.com/simvascular/svZeroDSolver/tree/master/tests/cases).
2121
<!-- Todo: write and add link to Doxygen guide on adding new blocks here-->
2222

2323
#### References
24-
Relevant literature can be found [here](https://stanfordcbcl.github.io/svZeroDPlus/citelist.html).
24+
Relevant literature can be found [here](https://simvascular.github.io/svZeroDSolver/citelist.html).

0 commit comments

Comments
 (0)