ResistorTableQp

model ResistorTableQp
    parameter Boolean tableFromFile = false "Table is provided by file";
    parameter String fileName = "NoFile" "File where look-up table is stored";
    parameter String tableName = "NoName" "Table name on file";
    parameter Real manualTable[:,:] = [-2e+7,-5e-4; 0,0; 2e+7,5e-4] "Manually provided look-up table";
    parameter Modelica.SIunits.Density ReferenceDensity = 860 "Reference density";

    extends HydraulicsByFluidon.Components.Base.PartialResistorBase;

equation
    /* Implementation is Protected */
end ResistorTableQp;