We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1a5591 commit 7ee4371Copy full SHA for 7ee4371
icons/ModelingToolkitStandardLibrary/Hydraulic/IsothermalCompressible/Cap.svg
test/runtests.jl
@@ -27,13 +27,13 @@ D = Differential(t)
27
duration = Inf,
28
smooth = 0,
29
)
30
- src = IC.InputSource(; p_int = 0)
+ src = IC.Pressure(; p_int = 0)
31
vol = IC.FixedVolume(; p_int = 0, vol = 10.0)
32
- res = IC.Pipe(N; p_int = 0, area = 0.01, length = 500.0)
+ res = IC.Tube(N; p_int = 0, area = 0.01, length = 500.0)
33
end
34
35
eqs = Equation[
36
- connect(stp.output, src.input)
+ connect(stp.output, src.p)
37
connect(src.port, res.port_a)
38
connect(vol.port, res.port_b)
39
connect(src.port, fluid)
0 commit comments