modelTimeGeometric
Test case for geometric expansion of time vector
Extends from Modelica.Icons.Example (Icon for runnable examples).
Information
This example demonstrates the construction of vector of geometrically expanding time values.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Units.SI.Duration | dt | 2.0 | Minimum time step |
| Modelica.Units.SI.Time | t_max | 20.0 | Maximum value of time |
| Integer | nTim | 5 | Number of time values |
| Modelica.Units.SI.Time | t | Time vector |
Revisions
-
July 17, 2018, by Massimo Cimmino:
First implementation.