modelPartialThermostat
Blueprint for thermostat models
Extends from TransiEnt.Basics.Icons.Controller (Icon for controller).
Information
1. Purpose of model
This model is a partial model of a simple 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 | 279.15 | Setpoint temperature |
| SI.TemperatureDifference | delta | 2 | Hysteresis deadband in K |
| Boolean | q0 | false | Thermostat state at startup |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| TransiEnt.Basics.Interfaces.General.TemperatureIn | T_is | Measured value of controlled temperature | |
| Modelica.Blocks.Interfaces.BooleanOutput | q | Boolean, true=Compressor on |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| SI.Temperature | T_set_new | New setpoint |