ResistorTableQpx

model ResistorTableQpx
    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";

    extends HydraulicsByFluidon.Components.Base.PartialResistorBase;

    Modelica.Blocks.Interfaces.RealInput u;
equation
    /* Implementation is Protected */
end ResistorTableQpx;