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 3eda1bf commit fac86f8Copy full SHA for fac86f8
README.md
@@ -70,7 +70,7 @@ import ModelingToolkitStandardLibrary.Blocks as B
70
71
systems = @named begin
72
stp = B.Step(;height = 10e5, start_time = 0.005)
73
- src = IC.InputSource(;p_int=0)
+ src = IC.FixedPressure(;p=0)
74
vol = IC.FixedVolume(;p_int=0, vol=10.0)
75
res = IC.Pipe(5; p_int=0, area=0.01, length=500.0)
76
end
0 commit comments