Skip to content

Commit

Permalink
Propagated m_flow_small.
Browse files Browse the repository at this point in the history
For #30.
  • Loading branch information
mwetter committed Oct 22, 2014
1 parent 8885417 commit f7719a1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Annex60/Fluid/Movers/BaseClasses/PartialFlowMachine.mo
Expand Up @@ -49,8 +49,9 @@ protected
Modelica.SIunits.Density rho_in "Density of inflowing fluid";

Annex60.Fluid.Movers.BaseClasses.IdealSource preSou(
redeclare package Medium = Medium,
allowFlowReversal=allowFlowReversal) "Pressure source"
redeclare final package Medium = Medium,
final m_flow_small=m_flow_small,
final allowFlowReversal=allowFlowReversal) "Pressure source"
annotation (Placement(transformation(extent={{20,-10},{40,10}})));

Modelica.Thermal.HeatTransfer.Sources.PrescribedHeatFlow prePow if addPowerToMedium
Expand Down

0 comments on commit f7719a1

Please sign in to comment.