Skip to content

Commit 76b66a5

Browse files
Update sign_convention.md
1 parent 586a108 commit 76b66a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/connectors/sign_convention.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ A positive input mass flow leads to an increasing pressure (in this case we get
175175
```@example sign_convention
176176
@mtkmodel System begin
177177
@components begin
178-
volume = FixedVolume(; vol = 10.0)
178+
volume = FixedVolume(; vol = 10.0, p_int = 1e5)
179179
flow = ConstantMassFlow(; dm = 1)
180180
fluid = HydraulicFluid()
181181
end

0 commit comments

Comments
 (0)