modelPump

Ideal pump

Extends from AixLib.Obsolete.BaseClasses.ObsoleteModel (Icon for classes that are obsolete and will be removed in later versions).

Information

Overview

Model for an ideal pump.

Assumptions

Ideal pump

Concept

The input and output of the pump include respectively following values:

  • mass flow rate
  • temperature
  • specific enthalpy
  • specific heat capacity

The pump uses the real input to set the mass flow rate. The specific heat capacity of the medium can be set as a parameter, default value is referred to the record SimpleMedium. The temperature and the specific enthalpy remain constant.

Example Results

Examples can be found in Pump

Parameters

TypeNameDefaultDescription
FastHVAC.Media.BaseClasses.MediumSimplemediumFastHVAC.Media.WaterSimple()Standard charastics for water (heat capacity, density, thermal conductivity)

Connectors

TypeNameDefaultDescription
Modelica.Blocks.Interfaces.RealInputdotm_setValueExternal real input to set the mass flow rate
FastHVAC.Interfaces.EnthalpyPort_aenthalpyPort_aThermal port for input values (temperature, mass flow rate, specific enthalpy, constant specific heat capacity)
FastHVAC.Interfaces.EnthalpyPort_benthalpyPort_bThermal port for output values (temperature, mass flow rate, specific enthalpy, constant specific heat capacity)

Revisions

  • December 16, 2014  by Konstantin Finkbeiner:
    Implemented