@@ -27,29 +27,6 @@ interactive elements and graphical networks.
2727This architecture supports an intuitive user experience for
2828generating 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 ) .
0 commit comments