Trouble implementing a very simple mass flow source
问题 I am currently learning Modelica by trying some very simple examples. I have defined a connector Incompressible for an incompressible fluid like this: connector Incompressible flow Modelica.SIunits.VolumeFlowRate V_dot; Modelica.SIunits.SpecificEnthalpy h; Modelica.SIunits.Pressure p; end Incompressible; I now wish to define a mass or volume flow source: model Source_incompressible parameter Modelica.SIunits.VolumeFlowRate V_dot; parameter Modelica.SIunits.Temperature T; parameter Modelica