FlowSource
model FlowSource extends HydraulicsByFluidon.Components.Sources.Base.PartialFlowSource(outVolumeFlow = volumeFlow); parameter Modelica.SIunits.VolumeFlowRate volumeFlow = 5e-4 "Volume flow"; annotation (Documentation(info = "<html>\n <p>\n The component FlowSource provides a constant volume flow. The resulting mass flow\n at fluidPort depends the calculated density.\n </p></html>")); end FlowSource;