Skip to content

Commit 485e287

Browse files
author
Brad Carman
committed
fix HydraulicFluid doc
1 parent 4741693 commit 485e287

File tree

1 file changed

+1
-1
lines changed
  • src/Hydraulic/IsothermalCompressible

1 file changed

+1
-1
lines changed

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)