modelTemperatureDryBulb
Test model for the dry bulb temperature sensor
Extends from Modelica.Icons.Example (Icon for runnable examples).
Information
This example tests the dry bulb temperature sensors. One sensor is configured to be a steady-state model, a second sensor is configured to be a dynamic sensor and the third sensors is a dynamic sensor with heat transfer. There is also a sensor that measures the temperature difference.
Components
| Type | Name | Default | Description |
|---|---|---|---|
| IBPSA.Fluid.Sources.Boundary_pT | amb | Ambient conditions, used to test the relative temperature sensor | |
| IBPSA.Fluid.Sources.MassFlowSource_T | masFloRat | Flow boundary condition | |
| Modelica.Blocks.Sources.Ramp | TDryBul | Dry bulb temperature | |
| IBPSA.Fluid.Sensors.TemperatureTwoPort | temSteSta | Steady state temperature sensor | |
| Modelica.Blocks.Sources.Pulse | m_flow1 | Mass flow rate | |
| IBPSA.Fluid.Sensors.TemperatureTwoPort | temDyn | Dynamic temperature sensor | |
| RelativeTemperature | senRelTem | Temperature difference sensor | |
| IBPSA.Fluid.Sources.Boundary_pT | sin | Flow boundary condition | |
| IBPSA.Fluid.Sensors.TemperatureTwoPort | temDynLoss | Dynamic temperature sensor with heat transfer | |
| Modelica.Blocks.Math.Add | add_m_flow | Add two pulse functions for mass flow rate | |
| Modelica.Blocks.Sources.Pulse | m_flow2 | Mass flow rate |
Contents
| Name | Description |
|---|---|
| Medium model |
Revisions
-
June 19, 2015 by Filip Jorissen:
Extended example with demonstration of thermal losses. -
September 10, 2008 by Michael Wetter:
First implementation.