Skip to content

Hydraulic Library Update #352

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 13 commits into from
Apr 10, 2025
2 changes: 1 addition & 1 deletion docs/src/connectors/sign_convention.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ A positive input mass flow leads to an increasing pressure (in this case we get
```@example sign_convention
@mtkmodel System begin
@components begin
volume = FixedVolume(; vol = 10.0)
volume = FixedVolume(; vol = 10.0, p_int = 1e5)
flow = ConstantMassFlow(; dm = 1)
fluid = HydraulicFluid()
end
Expand Down
Loading
Loading