blockRectifierRegulationCharacteristic
Characteristic function of rectifier regulation
Extends from Modelica.Blocks.Interfaces.SISO (Single Input Single Output continuous control block).
Information
This characteristic function is defined by five different modes :- Two constant modes (below 0 and above 1)
- Two linear modes (between 0 and ULow, between UHigh and 1)
- One non-linear mode (between ULow and UHigh)
If A1 * A2 = 1, the characteristic is a symmetry : for any value of u between 0 and 1, y(y(u)) = u.
With the default values of UHigh and ULow :
- A1 = 1 / sqrt(3)
- A2 = sqrt(3)
- The characteristic is thus a symmetry
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Real | UHigh | 0.75 | Upper limit of non-linear mode |
| Real | ULow | sqrt(3)/4 | Lower limit of non-linear mode |
| Real | A1 | if ULow == 0 then 0 else (1 - sqrt(UHigh - ULow^2))/ULow | Characteristic coefficient of first linear mode |
| Real | A2 | if UHigh == 1 then 0 else sqrt(UHigh/(1 - UHigh)) | Characteristic coefficient of second linear mode |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| RealInput | u (from SISO) | Connector of Real input signal | |
| RealOutput | y (from SISO) | Connector of Real output signal |