modelPartialActivationType
Partial Model for different types of Secondary Control Activation
Extends from TransiEnt.Basics.Icons.SystemOperator.
Information
1. Purpose of model
Partial Model/BaseClass for different types of Secondary Control Activation without technical or physical insight. Only input and outputs are defined.
2. Level of detail, physical effects considered, and physical insight
(no remarks)
3. Limits of validity
(no remarks)
4. Interfaces
P_R_pos[nout]: Inputs for reserved positive control power (values are supposed to be positive)
P_R_neg[nout]: Inputs for reserved negative control power (values are supposed to be positive)
u: Control input from controller
y[nout]: Outputs for power plant models
c[nout]: Outputs for participation factors
nout: Number of considered power plants
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) in 10/2014
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Integer | nout | simCenter.generationPark.nDispPlants | Number of plants |
| Modelica.Units.SI.Power[nout] | P_max | simCenter.generationPark.P_max | |
| Real[nout] | P_grad_max_star | simCenter.generationPark.P_grad_max_star | Specific Power gradient in 1/s |
| Modelica.Units.SI.Power | P_respond | simCenter.P_el_small | Minimum absolute set value for response of one power plant (Ansprechempfindlichkeit) |
| Modelica.Units.SI.Time | Td | 1 | Derivative time constant of slew rate limiter |
| Modelica.Units.SI.Power | P_SB_max | 57e6 | Maximum power reserve |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| TransiEnt.Basics.Interfaces.Electrical.ElectricPowerIn[nout] | P_R_pos | Reserved positive control power (values are supposed to be positive) | |
| TransiEnt.Basics.Interfaces.Electrical.ElectricPowerIn[nout] | P_R_neg | Reserved negative control power (values are supposed to be positive) | |
| Modelica.Blocks.Interfaces.RealInput | u | ||
| Modelica.Blocks.Interfaces.RealOutput[nout] | y | ||
| Modelica.Blocks.Interfaces.RealOutput[nout] | c | participation factors |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| TransiEnt.SimCenter | simCenter |