FlowSource
model FlowSource import Modelica.Units.SI; extends HydraulicsByFluidon.Components.Sources.Base.PartialFlowSource(outVolumeFlow = volumeFlow); parameter SI.VolumeFlowRate volumeFlow(displayUnit = "l/min") = 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;