Skip to content

Commit 461f1b0

Browse files
bradcarmanoxinabox
authored andcommitted
remove broken link (SciML#183)
1 parent d403f55 commit 461f1b0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/src/API/hydraulic.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# ModelingToolkit Standard Library: Hydraulic Components
1+
# [ModelingToolkit Standard Library: Hydraulic Components](@id hydraulic)
22

33
```@contents
44
Pages = ["hydraulic.md"]

docs/src/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The following are the constituant libraries of the ModelingToolkit Standard Libr
2828
- [Electrical Components](https://docs.sciml.ai/ModelingToolkitStandardLibrary/stable/API/electrical/)
2929
- [Magnetic Components](https://docs.sciml.ai/ModelingToolkitStandardLibrary/stable/API/magnetic/)
3030
- [Thermal Components](https://docs.sciml.ai/ModelingToolkitStandardLibrary/stable/API/thermal/)
31-
- [Hydraulic Components](https://docs.sciml.ai/ModelingToolkitStandardLibrary/stable/API/hydraulic/)
31+
- [Hydraulic Components](@ref hydraulic)
3232

3333
## Contributing
3434

src/Hydraulic/IsothermalCompressible/utils.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Connector port for hydraulic components.
3434
end
3535

3636
"""
37-
HydraulicFluid(; density=997, bulk_modulus=2.09e9, viscosity=0.0010016, name)
37+
HydraulicFluid(; density = 997, bulk_modulus = 2.09e9, viscosity = 0.0010016, gas_density = 0.0073955, gas_pressure = -1000, n = 1, let_gas = 1, name)
3838
3939
Fluid parameter setter for isothermal compressible fluid domain. Defaults given for water at 20°C and 0Pa gage (1atm absolute) reference pressure. Density is modeled using the Tait equation of state. For pressures below the reference pressure, density is linearly interpolated to the gas state (when `let_gas` is set to 1), this helps prevent pressures from going below the reference pressure.
4040

0 commit comments

Comments
 (0)