modelPrimaryBalancingControllerDeadband
Primary balancing controller with deadband but without limit (limit must be defined by plant)
Extends from TransiEnt.Producer.Electrical.Controllers.Base.PartialPrimaryBalancingController (Base primary balancing power (used for replaceable class option)).
Information
1. Purpose of model
Primary balancing controller with deadband but without limit (limit must be defined by plant).
2. Level of detail, physical effects considered, and physical insight
(no remarks)
3. Limits of validity
(no remarks)
4. Interfaces
delta_f: input for frequency in Hz (connector of real input signal)
P_PBP_set: output for electric power in W (primary balancing setpoint)
5. Nomenclature
(no remarks)
6. Governing Equations
(no remarks)
7. Remarks for Usage
(no remarks)
8. Validation
(no remarks)
9. References
(no remarks)
10. Version History
Model created by Pascal Dubucq (dubucq@tuhh.de) on 01.10.2014
Quality check (Code conventions) by Rebekka Denninger on 01.10.2016
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| SI.Power | P_n (from PartialPrimaryBalancingController) | simCenter.P_n_low | |
| Boolean | use_SlewRateLimiter (from PartialPrimaryBalancingController) | true | True if Gradient of Primary Balancing Power shall be limited |
| Real | delta_pr | 0.2 | droop of primary balancing control (delta_pr = delta_f / delta_P) |
| SI.Frequency | delta_f_db | 0.01 | Frequency deadband of primary control |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| TransiEnt.Basics.Interfaces.General.FrequencyIn | delta_f (from PartialPrimaryBalancingController) | Connector of Real input signal | |
| TransiEnt.Basics.Interfaces.Electrical.ElectricPowerOut | P_PBP_set (from PartialPrimaryBalancingController) | Primary balancing setpoint |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| TransiEnt.SimCenter | simCenter (from PartialPrimaryBalancingController) | ||
| TransiEnt.Basics.Blocks.DeadZoneLinear | deadband | ||
| Modelica.Blocks.Math.Gain | gain | ||
| Modelica.Blocks.Math.Gain | delta_f_star | ||
| Modelica.Blocks.Nonlinear.Limiter | P_PBP_limit_star | ||
| Modelica.Blocks.Math.Gain | P_PBP |