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
| Type | Name | Default | Description |
|---|---|---|---|
| FastHVAC.Media.BaseClasses.MediumSimple | medium | FastHVAC.Media.WaterSimple() | Standard charastics for water (heat capacity, density, thermal conductivity) |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Blocks.Interfaces.RealInput | dotm_setValue | External real input to set the mass flow rate | |
| FastHVAC.Interfaces.EnthalpyPort_a | enthalpyPort_a | Thermal port for input values (temperature, mass flow rate, specific enthalpy, constant specific heat capacity) | |
| FastHVAC.Interfaces.EnthalpyPort_b | enthalpyPort_b | Thermal port for output values (temperature, mass flow rate, specific enthalpy, constant specific heat capacity) |
Revisions
-
December 16, 2014 by Konstantin Finkbeiner:
Implemented