PressureCompensator

model PressureCompensator
    parameter Modelica.SIunits.Pressure pDifferential = 800000 "Differential pressure";

    extends HydraulicsByFluidon.Components.Valves.Base.PartialPressureFlowValve;

    HydraulicsByFluidon.Interfaces.FluidPort fluidPortX(p(start = environment.pAmbient, nominal = 100000)) "Hydraulic port X";
equation
    /* Implementation is Protected */
end PressureCompensator;