PropPRVstatic

model PropPRVstatic
    parameter Real InputScaling = 1e+7 "Input scaling";
    parameter Modelica.SIunits.VolumeFlowRate NominalVolumeFlow = 5e-4 "Nominal volume flow";
    parameter Modelica.SIunits.Pressure NominalPressureDifference = 500000 "Nominal pressure difference";
    parameter Modelica.SIunits.Density ReferenceDensity = 860 "Reference density for volume flow and pressure difference";
    parameter Modelica.SIunits.Volume deadVolume(final min = 1e-9) = 1e-6 "Dead volume at ports";
    parameter Boolean Balanced = true "Balanced valve";
    parameter Boolean exact = false "Find exact opening point";

    extends HydraulicsByFluidon.Components.Valves.Base.PartialPRV;

    Modelica.Blocks.Interfaces.RealInput Input "Set value of opening pressure";
equation
    /* Implementation is Protected */
end PropPRVstatic;