Skip to content

Commit 8a58d68

Browse files
Remove redundant docs after moving to SimVascular website (#137)
1 parent e3d4baa commit 8a58d68

File tree

6 files changed

+25
-625
lines changed

6 files changed

+25
-625
lines changed

docs/pages/GUI.md

+2-25
Original file line numberDiff line numberDiff line change
@@ -27,29 +27,6 @@ interactive elements and graphical networks.
2727
This architecture supports an intuitive user experience for
2828
generating and managing 0D input files through a graphical interface.
2929

30+
# User guide
3031

31-
# How to Use
32-
1. Create a virtual environment with the required `flask` dependency. If using `conda`, use the below commands:
33-
```bash
34-
conda create -n svZeroDGUI python=3.10 flask
35-
conda activate svZeroDGUI
36-
```
37-
2. Navigate to the `applications` folder and then to the `create_0dmodel` subdirectory.
38-
3. Launch the `app.py` file.
39-
```bash
40-
python applications/svZeroDGUI/app.py
41-
```
42-
4. Select a node type and name the node.
43-
- For vessels, after drawing the node, click on it to open a form
44-
where you can enter details such as vessel length, diameter, and more.
45-
- For junctions, click the node to specify if it’s a Normal %Junction
46-
or a Blood Vessel %Junction.
47-
5. To draw edges between nodes, toggle the `Draw on` button on the right.
48-
Once active, you can start connecting nodes by drawing edges between them.
49-
6. When you wish to stop drawing edges and continue adding or moving nodes,
50-
click the `Draw off` button.
51-
7. Once you’ve completed the network, click `Export to JSON` on the right.
52-
If there are any incorrect connections or patterns, an alert will prompt you
53-
to make necessary changes so the network can be processed by svZeroDSolver.
54-
8. Open the downloaded JSON file and add any additional information,
55-
such as boundary condition data, before running it through svZeroDSolver.
32+
A user guide is available on the [SimVascular website](https://simvascular.github.io/documentation/rom_simulation.html#0d-solver-gui).

docs/pages/add_block.md

+6
Original file line numberDiff line numberDiff line change
@@ -156,3 +156,9 @@ system.dC_dy.coeffRef(global_eqn_ids[current_block_equation_id], global_var_ids[
156156

157157
* Add `MyNewBlock.h` and `MyNewBlock.cpp` to `src/model/CMakeLists.txt`
158158

159+
<p> <br> </p>
160+
161+
## 5. Add the new block to svZeroDVisualization.
162+
163+
* Follow the instructions [here](@ref visualization) to make sure your new block can be visualized graphically.
164+

0 commit comments

Comments
 (0)