blockVoltageToAngle
Reference voltage to firing angle converter
Extends from Modelica.Blocks.Icons.Block (Basic graphical layout of input/output block).
Information
This block calculates firing angle from desired voltage,
choosing either a linear (Lin) relationship or prescribing the first harmonic (H01) or the root mean square (RMS) .
Since calculating the firing angle from both the H01 and the RMS involves a nonlinear equation,
both relationships have been precalculated and are interpolated from a table.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| SI.Voltage | VNominal | Nominal voltage | |
| PowerConverters.Types.Voltage2AngleType | voltage2Angle | PowerConverters.Types.Voltage2AngleType.Lin | Select type of calculation |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Blocks.Interfaces.RealInput | vRef | Reference voltage | |
| Modelica.Blocks.Interfaces.RealOutput | firingAngle | Firing angle |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Blocks.Math.Gain | gain_v | ||
| Modelica.Blocks.Nonlinear.Limiter | limiter | ||
| Modelica.Blocks.Tables.CombiTable1Ds | combiTable1Ds | ||
| Modelica.Blocks.Math.Gain | gain_alpha |