pumpConstantSpeed.fmu

The pump with constant speed implements the following equations:

  outlet.m_flow = inlet.m_flow
  outlet.T = inlet.T
  outlet.p = inlet.p + dp0 * ( 1 - inlet.m_flow/m0_flow)
where inlet and outlet are the inlet and outlet ports, m_flow is the mass flow rate, T is the temperature and p is the absolute pressure. The parameters are dp0 and m0_flow, which define a linear pump curve.