Skip to content

Commit fac86f8

Browse files
committed
Update InputSource -> FixedPressure
1 parent 3eda1bf commit fac86f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ import ModelingToolkitStandardLibrary.Blocks as B
7070

7171
systems = @named begin
7272
stp = B.Step(;height = 10e5, start_time = 0.005)
73-
src = IC.InputSource(;p_int=0)
73+
src = IC.FixedPressure(;p=0)
7474
vol = IC.FixedVolume(;p_int=0, vol=10.0)
7575
res = IC.Pipe(5; p_int=0, area=0.01, length=500.0)
7676
end

0 commit comments

Comments
 (0)