File tree Expand file tree Collapse file tree 3 files changed +6
-14
lines changed Expand file tree Collapse file tree 3 files changed +6
-14
lines changed Original file line number Diff line number Diff line change 1
1
#=
2
- # Dynamic Flow in Simple Gas Network
2
+ # [ Dynamic Flow in Simple Gas Network](@id gas-example)
3
3
4
4
This example is based on the paper
5
5
Original file line number Diff line number Diff line change 2
2
# [Tutorial on Stepwise Initialization of a Complex Model](@id init-tutorial)
3
3
4
4
This example demonstrates how to initialize a complex network model with both static
5
- and dynamic components. We'll create a simple gas network model with three nodes
5
+ and dynamic components.
6
+ The models are closely related to the ones used in the [gas network example](@ref gas-network),
7
+ but greatly simplified for the sake of this tutorial.
8
+ We'll create a gas network model with three nodes
6
9
and pipes connecting them, and show how to:
7
10
8
11
1. Create static models for initialization
361
364
362
365
fig
363
366
end
364
-
365
- #=
366
- ## Interactive Visualization
367
-
368
- You can also visualize the results interactively using NetworkDynamicsInspector:
369
-
370
- ```julia
371
- using NetworkDynamicsInspector
372
- inspect(sol)
373
- ```
374
- =#
Original file line number Diff line number Diff line change @@ -63,8 +63,8 @@ kwargs = (;
63
63
# "Delay differential equations" => "generated/kuramoto_delay.md",
64
64
" Cascading Failure" => " generated/cascading_failure.md" ,
65
65
" Stress on Truss" => " generated/stress_on_truss.md" ,
66
- " Gas Network" => " generated/gas_network.md" ,
67
66
" Initialization" => " generated/init_tutorial.md" ,
67
+ " Gas Network" => " generated/gas_network.md" ,
68
68
]
69
69
],
70
70
draft= false ,
You can’t perform that action at this time.
0 commit comments