This package contains utility models such as for thermal comfort calculation, input/output, co-simulation, psychrometric calculations and various functions that are used throughout the library.
Extends from Modelica.Icons.Package (Icon for standard packages).
Name | Description |
---|---|
Comfort | Library with models for comfort |
Diagnostics | Library with models to diagnose model errors |
IO | Package with I/O functions |
Math | Library with functions such as for smoothing |
Psychrometrics | Library with psychrometric functions |
Reports | Library with models that facilitates the reporting of values |
SimulationTime | Simulation time |
This component generates a time signal by using the simulation time. The model is used to allow the simulation to start from any time without having to set the parameters for the clock, as would be necessairy for the model Modelica.Blocks.Sources.Clock.
Extends from Modelica.Blocks.Interfaces.SO (Single Output continuous control block).
Type | Name | Description |
---|---|---|
output RealOutput | y | Connector of Real output signal |
block SimulationTime "Simulation time" extends Modelica.Blocks.Interfaces.SO; equation y = time;end SimulationTime;