OpenTank

model OpenTank
    parameter Boolean useEnvironmentPressure = true "Pressure at the fluid port equals environment.pAmbient";
    parameter Modelica.SIunits.AbsolutePressure pressure = environment.pAmbient "Pressure at the fluid port if useAmbientPressure = false";
    HydraulicsByFluidon.Interfaces.FluidPort fluidPort(p(start = pressure, nominal = 100000)) "Hydraulic port";
equation
    /* Implementation is Protected */
end OpenTank;