modelEnthalpyFlowRate
Test model for the enthalpy flow rate sensors
Extends from Modelica.Icons.Example (Icon for runnable examples).
Information
This example tests the enthalpy flow rate sensor and the specific enthalpy sensor. The model compares the output of the enthalpy flow rate sensor with the product of the output of the enthalpy and the mass flow rate sensor.
Components
| Type | Name | Default | Description |
|---|---|---|---|
| IBPSA.Fluid.Sensors.EnthalpyFlowRate | senH_flow | Enthalpy flow rate sensor | |
| IBPSA.Fluid.Sources.MassFlowSource_T | sou | Flow boundary condition | |
| IBPSA.Fluid.Sources.Boundary_pT | sin | Flow boundary condition | |
| Modelica.Blocks.Sources.Ramp | ramp | Input signal for mass flow rate | |
| IBPSA.Fluid.Sensors.SpecificEnthalpyTwoPort | senH | Specific enthalpy sensor | |
| IBPSA.Fluid.Sensors.MassFlowRate | senM_flow | Mass flow rate sensor | |
| Modelica.Blocks.Math.Add | cheEqu | Check for equality of the enthalpy flow rate computations | |
| Modelica.Blocks.Math.Product | pro | Computes the enthalphy flow rate |
Contents
| Name | Description |
|---|---|
| Medium model |
Revisions
-
November 2, 2016, by Michael Wetter:
Changed assertions to blocks that compute the difference, and added the difference to the regression results.
This is for issue 564. -
August 31, 2013, by Michael Wetter:
Changetau=0totau=1for sensors. Changed source model to use temperature instead of specific enthalpy as a parameter. -
September 29, 2009, by Michael Wetter:
First implementation.