FlowSource

model FlowSource
    extends HydraulicsByFluidon.Components.Sources.Base.PartialFlowSource(outVolumeFlow = volumeFlow);

    parameter Modelica.SIunits.VolumeFlowRate volumeFlow = 5e-4 "Volume flow";
equation
    /* Implementation is Protected */
end FlowSource;