Skip to content

Commit f51111b

Browse files
Brad Carmanoxinabox
authored andcommitted
Tube doc string
1 parent 61bc146 commit f51111b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Hydraulic/IsothermalCompressible/components.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ end
120120
"""
121121
Tube(N, add_inertia=true; p_int, area, length, head_factor=1, perimeter = 2 * sqrt(area * pi), shape_factor = 64, name)
122122
123-
Constant length internal flow model with volume discretized by `N` which models the fully developed flow friction, compressibility, and inertia effects when `add_inertia = true`
123+
Constant length internal flow model discretized by `N` (`FixedVolume`: `N`, `TubeBase`:`N-1`) which models the fully developed flow friction, compressibility (when `N>1`), and inertia effects when `add_inertia = true`. See `TubeBase` and `FixedVolume` for more information.
124124
125125
# Parameters:
126126
- `p_int`: [Pa] initial pressure

0 commit comments

Comments
 (0)