Skip to content

Commit 43009d8

Browse files
Brad Carmanoxinabox
authored andcommitted
hydrualic.md docs
1 parent f51111b commit 43009d8

File tree

2 files changed

+45
-0
lines changed

2 files changed

+45
-0
lines changed

docs/pages.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ pages = [
1414
"Magnetic Components" => "API/magnetic.md",
1515
"Mechanical Components" => "API/mechanical.md",
1616
"Thermal Components" => "API/thermal.md",
17+
"Hydraulic Components" => "API/hydrualic.md",
1718
"Linear Analysis" => "API/linear_analysis.md",
1819
],
1920
]

docs/src/API/hydraulic.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
# ModelingToolkit Standard Library: Hydrualic Components
2+
3+
```@contents
4+
Pages = ["hydraulic.md"]
5+
Depth = 3
6+
```
7+
8+
## Index
9+
10+
```@index
11+
Pages = ["hydraulic.md"]
12+
```
13+
14+
## IsothermalCompressible Components
15+
16+
```@meta
17+
CurrentModule = ModelingToolkitStandardLibrary.Hydraulic.IsothermalCompressible
18+
```
19+
20+
### IsothermalCompressible Utils
21+
22+
```@docs
23+
HydraulicPort
24+
HydraulicFluid
25+
friction_factor
26+
```
27+
28+
### IsothermalCompressible Components
29+
30+
```@docs
31+
Cap
32+
TubeBase
33+
Tube
34+
FixedVolume
35+
DynamicVolume
36+
```
37+
38+
### IsothermalCompressible Sources
39+
40+
```@docs
41+
MassFlow
42+
Pressure
43+
FixedPressure
44+
```

0 commit comments

Comments
 (0)