Collection of models that illustrate model use and test models
This package contains examples for the use of models that can be found in Annex60.BoundaryConditions.WeatherData.BaseClasses.
Extends from Modelica.Icons.ExamplesPackage (Icon for packages containing runnable examples).
Name | Description |
---|---|
CheckBlackBodySkyTemperature | Test model for CheckBlackBodySkyTemperature |
CheckCeilingHeight | Test model for ceiling height check |
CheckPressure | Test model for pressure check |
CheckRadiation | Test model for CheckRadiation |
CheckRelativeHumidity | Test model for CheckRelativeHumidity |
CheckSkyCover | Test model for checking sky cover |
CheckTemperature | Test model for CheckTemperature |
CheckWindDirection | Test model for wind direction check |
CheckWindSpeed | Test model for wind speed check |
ConvertRadiation | Test model for ConvertRadiation |
ConvertRelativeHumidity | Test model for converting relative humidity and checking its validity |
ConvertTime | Test model for converting time |
EquationOfTime | Test model for equation of time |
GetAbsolutePath | Test model to get the absolute path of a URI |
GetHeaderElement | Test model to get header element |
LocalCivilTime | Test model for calculate local civil time |
SolarTime | Test model for solar time |
Test model for CheckBlackBodySkyTemperature
This example tests the model that checks the black-body sky temperature.
Extends from Modelica.Icons.Example (Icon for runnable examples).
Test model for ceiling height check
This example tests the model that constrains the ceiling height.
Extends from Modelica.Icons.Example (Icon for runnable examples).
Test model for pressure check
This example tests the model that asserts that the pressure is within acceptable bounds.
Extends from Modelica.Icons.Example (Icon for runnable examples).
Test model for CheckRadiation
This example tests the model that constrains the radiation.
Extends from Annex60.BoundaryConditions.WeatherData.BaseClasses.Examples.ConvertRadiation (Test model for ConvertRadiation).
Test model for CheckRelativeHumidity
This example tests the model that constrains the relative humidity.
Extends from Annex60.BoundaryConditions.WeatherData.BaseClasses.Examples.ConvertRelativeHumidity (Test model for converting relative humidity and checking its validity).
Test model for checking sky cover
This example tests the model that constrains the sky cover.
Extends from Modelica.Icons.Example (Icon for runnable examples).
Test model for CheckTemperature
This example tests the model that checks the temperature.
Extends from Modelica.Icons.Example (Icon for runnable examples).
Test model for wind direction check
This example tests the model that constrains the wind direction.
Extends from Modelica.Icons.Example (Icon for runnable examples).
Test model for wind speed check
This example tests the model that constrains the wind speed.
Extends from Modelica.Icons.Example (Icon for runnable examples).
Test model for ConvertRadiation
This example tests the model that converts radiation.
Extends from Modelica.Icons.Example (Icon for runnable examples).
Test model for converting relative humidity and checking its validity
This example tests the model that converts relative humidity.
Extends from Modelica.Icons.Example (Icon for runnable examples).
Test model for converting time
This example tests the model that converts time.
Extends from Modelica.Icons.Example (Icon for runnable examples).
Test model for equation of time
This example tests the model that computes the equation of time.
Extends from Modelica.Icons.Example (Icon for runnable examples).
Test model to get the absolute path of a URI
This model tests the function that gets the absolute path of a URI.
Extends from Modelica.Icons.Example (Icon for runnable examples).
Type | Name | Default | Description |
---|---|---|---|
String | f | "modelica://Annex60/package.... | Name of a file that exists |
String | fAbs | Annex60.BoundaryConditions.W... | Absolute path of f |
Test model to get header element
This example tests getting the header of the TMY3 weather data file.
Extends from Modelica.Icons.Example (Icon for runnable examples).
Type | Name | Default | Description |
---|---|---|---|
Angle | longitude | Longitude [rad] | |
Angle | latitude | Latitude [rad] | |
Time | timeZone | Time zone [s] | |
String | filNam | "modelica://Annex60/Resource... | Name of weather data file |
Test model for calculate local civil time
This example tests the model that computes the local civil time.
Extends from Modelica.Icons.Example (Icon for runnable examples).
Test model for solar time
This example tests the model that computes the solar time.
Extends from Modelica.Icons.Example (Icon for runnable examples).