SimplePRVstatic

model SimplePRVstatic
    parameter Modelica.SIunits.Pressure OpeningPressure = 2e+7 "Opening pressure (relative value)";

    extends HydraulicsByFluidon.Components.Valves.Base.PartialPRVstatic annotation (IconMap(
        extent = {
            {-100, -100}, 
            {100, 100}},
        primitivesVisible = true));

equation
    /* Implementation is Protected */
end SimplePRVstatic;