modelInit
Smooth transition between two values
Information
Smooth transition between u1 and u2 (C1-continuous). Allows initiating the simulation with constant values, which avoids initialization issues.
S.Quoilin (University of Liège)
July 2013
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.SIunits.Time | t_init | 10 | Starting time of the transition |
| Modelica.SIunits.Time | length | 3 | Duration of the transition |
| Boolean | noevent | false | Avoids the generation of events during the transition |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Blocks.Interfaces.RealInput | u1 | Connector of Real input signal | |
| Modelica.Blocks.Interfaces.RealInput | u2 | Connector of Real input signal | |
| Modelica.Blocks.Interfaces.RealOutput | y | Connector of Real input signal |