modelMoistAirEnthalpyFlowRate
Test model for the sensible and latent enthalpy flow rate sensors
Extends from Modelica.Icons.Example (Icon for runnable examples).
Information
This example tests the sensible and latent enthalpy sensors. It compares the output from the enthalpy sensor with the sum of the sensible and latent enthalpy sensors.
Components
| Type | Name | Default | Description |
|---|---|---|---|
| IBPSA.Fluid.Sensors.EnthalpyFlowRate | senH_flow | Sensor for enthalpy flow rate | |
| IBPSA.Fluid.Sources.MassFlowSource_T | sou | Flow boundary condition | |
| IBPSA.Fluid.Sources.Boundary_pT | sin | Flow boundary condition | |
| Modelica.Blocks.Sources.Ramp | ramp | ||
| IBPSA.Fluid.Sensors.SpecificEnthalpyTwoPort | senH | Specific enthalpy sensor | |
| IBPSA.Fluid.Sensors.MassFlowRate | senM_flow | Mass flow rate sensor | |
| Modelica.Blocks.Math.Product | pro | Product to compute enthalpy flow rate | |
| IBPSA.Fluid.Sensors.LatentEnthalpyFlowRate | senHLat_flow | Latent enthalpy flow rate sensor | |
| IBPSA.Fluid.Sensors.SensibleEnthalpyFlowRate | senHSen_flow | Sensible enthalpy flow rate sensor | |
| Modelica.Blocks.Math.Add | add | Outputs the sensible plus latent enthalpy flow rate |
Contents
| Name | Description |
|---|---|
Revisions
-
November 2, 2016, by Michael Wetter:
Removed assertion and added the enthalpy flow rates instead to the plot window so that they become part of the regression tests.
This is for issue 564. -
January 23 2013, by Michael Wetter:
Changed time constant ofsenHso that it has the same transient response model assenH_flow.