ThreeWayFlowControlValve

model ThreeWayFlowControlValve
    extends HydraulicsByFluidon.Components.Valves.Base.PartialPressureFlowValve;

    parameter Modelica.SIunits.Pressure PRVNominalPressureDifference = 10000 "Nominal pressure difference PRV";
    HydraulicsByFluidon.Interfaces.FluidPort fluidPortT(nominal = 100000, start = 101325) "Hydraulic port T";
equation
    /* Implementation is Protected */
end ThreeWayFlowControlValve;