ValveEdgeTableQpx

model ValveEdgeTableQpx
    Modelica.Blocks.Interfaces.RealInput Input;
    Modelica.Blocks.Interfaces.RealInput Offset;
    Modelica.Blocks.Interfaces.RealInput InputMax;
    HydraulicsByFluidon.Interfaces.FluidPort portA;
    HydraulicsByFluidon.Interfaces.FluidPort portB;
    parameter String fileName = "NoFile" "File where look-up table is stored";
    parameter String tableName = "NoName" "Table name on file";
    parameter Modelica.SIunits.Density ReferenceDensity = 860 "Reference density";
    parameter Boolean forwardFluidProperties = true "Forward fluid properties between ports";
equation
    /* Implementation is Protected */
end ValveEdgeTableQpx;