Skip to content

Commit 3021900

Browse files
Merge pull request #352 from SciML/bgc/HydraulicUpdate
Hydraulic Library Update
2 parents a501a13 + 76b66a5 commit 3021900

File tree

4 files changed

+422
-402
lines changed

4 files changed

+422
-402
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)