modelDCcurrentControl
Takes reference DC current as input and generates modulated DC voltage
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| PI Controller Parameters | |||
| Real | k | 1 | Gain |
| Modelica.Units.SI.Time | T | Time Constant (T>0 required) | |
| Modelica.Blocks.Types.Init | initType | Modelica.Blocks.Types.Init.NoInit | Type of initialization (1: no init, 2: steady state, 3: initial state, 4: initial output) |
| Real | x_start | 0 | Initial or guess value of state |
| Real | y_start | 0 | Initial value of output |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Blocks.Interfaces.RealInput | Vc_eq | Equivalent Capacitor Votlage | |
| Modelica.Blocks.Interfaces.RealInput | idc | DC Current | |
| Modelica.Blocks.Interfaces.RealInput | Vdc | DC Voltage | |
| Modelica.Blocks.Interfaces.RealOutput | mdc | DC Moduilation Index | |
| Modelica.Blocks.Interfaces.RealInput | idc_ref | Reference DC Current | |
| Modelica.Blocks.Interfaces.RealOutput | Vmdc | Modulat4ed DC Voltage |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Blocks.Math.Add | add | ||
| OpenIPSL.NonElectrical.Nonlinear.Div0block | div0block | ||
| Modelica.Blocks.Continuous.PI | PI | ||
| Modelica.Blocks.Math.Add | add1 |