modelRegularThermostat
Regular hysteresis thermostat
Extends from Controller.PartialThermostat (Blueprint for thermostat models).
Information
1. Purpose of model
This model is a regular Thermostat. Full documentation is not available yet. Please see comments in code or contact author per mail.
2. Level of detail, physical effects considered, and physical insight
(no remarks)
3. Limits of validity
(no remarks)
4. Interfaces
T_is - measured value of controlled Temperature
q - boolean (on/off) signal
5. Nomenclature
(no remarks)
6. Governing Equations
(no remarks)
7. Remarks for Usage
(no remarks)
8. Validation
(no remarks)
9. References
(no remarks)
10. Version History
Model created by Pascal Dubucq (dubucq@tuhh.de) on 01.10.2014
Quality check (Code conventions) by Rebekka Denninger on 01.10.2016
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| SI.Temperature | T_set (from PartialThermostat) | 279.15 | Setpoint temperature |
| SI.TemperatureDifference | delta (from PartialThermostat) | 2 | Hysteresis deadband in K |
| Boolean | q0 (from PartialThermostat) | false | Thermostat state at startup |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| TransiEnt.Basics.Interfaces.General.TemperatureIn | T_is (from PartialThermostat) | Measured value of controlled temperature | |
| Modelica.Blocks.Interfaces.BooleanOutput | q (from PartialThermostat) | Boolean, true=Compressor on |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| SI.Temperature | T_set_new (from PartialThermostat) | New setpoint |