packageBaseClasses
Package with base classes for Buildings.Occupants
Extends from Modelica.Icons.BasesPackage (Icon for packages containing base classes).
Information
This package contains base functions which will be used in the Modelica Building Occupancy simulation module. The functions included in this package would map the inputs, for instance the indoor/output temperature, to two kinds of outputs: on/off state or the duration of a specific state.
Contents
| Name | Description |
|---|---|
| Binary variables random generator | |
| Random variable generator from the exponential distribution | |
| Mapping a continuous input to a binary output through a linear relation | |
| Mapping a continuous input to a binary output through a logistic relation | |
| Mapping a continuous input to a binary output through a quadratic logistic relation | |
| Mapping two continuous inputs to a binary output through a 2-dimension logistic relation | |
| Mapping a continuous input to a binary output through a Weibull distribution relation | |
| Mapping a continuous input to a binary output through a Weibull distribution relation | |
| Random variable generator from the Weibull distribution | |
| Package with examples to validate functions in BaseClasses package |