|
DPsim
|
#include <SteamTurbineGovernor.h>
Public Attributes | |
| Real | R = 0 |
| Droop — the value 1/K in the controller K(1+sT2)/(1+sT1) | |
| Real | T1 = 0 |
| T1 related to the lag in the controller K(1+sT2)/(1+sT1) | |
| Real | T2 = 0 |
| T2 related to the lead in the controller K(1+sT2) | |
| Real | T3 = 0 |
| Time constant T3 of the actuator. | |
| Real | dPmax = 0 |
| Maximum rate of change of Pgv (pu/s) | |
| Real | dPmin = 0 |
| Minimum rate of change of Pgv (pu/s) | |
| Real | Pmax = 0 |
| Maximum mechanical power (pu) | |
| Real | Pmin = 0 |
| Minimum mechanical power (pu) | |
| Real | OmRef = 0 |
| Speed setpoint (pu); typically 1. | |
| Real | Kbc = 0 |
| Anti-windup proportional gain. | |
Additional Inherited Members | |
Public Member Functions inherited from CPS::Base::GovernorParameters | |
| GovernorParameters () | |
| virtual | ~GovernorParameters ()=default |
Static Public Member Functions inherited from SharedFactory< SteamGovernorParameters > | |
| static std::shared_ptr< SteamGovernorParameters > | make (Args &&...args) |
Definition at line 13 of file SteamTurbineGovernor.h.
| Real CPS::Signal::SteamGovernorParameters::dPmax = 0 |
Maximum rate of change of Pgv (pu/s)
Definition at line 26 of file SteamTurbineGovernor.h.
| Real CPS::Signal::SteamGovernorParameters::dPmin = 0 |
Minimum rate of change of Pgv (pu/s)
Definition at line 28 of file SteamTurbineGovernor.h.
| Real CPS::Signal::SteamGovernorParameters::Kbc = 0 |
Anti-windup proportional gain.
Definition at line 38 of file SteamTurbineGovernor.h.
| Real CPS::Signal::SteamGovernorParameters::OmRef = 0 |
Speed setpoint (pu); typically 1.
Definition at line 35 of file SteamTurbineGovernor.h.
| Real CPS::Signal::SteamGovernorParameters::Pmax = 0 |
Maximum mechanical power (pu)
Definition at line 30 of file SteamTurbineGovernor.h.
| Real CPS::Signal::SteamGovernorParameters::Pmin = 0 |
Minimum mechanical power (pu)
Definition at line 32 of file SteamTurbineGovernor.h.
| Real CPS::Signal::SteamGovernorParameters::R = 0 |
Droop — the value 1/K in the controller K(1+sT2)/(1+sT1)
Definition at line 17 of file SteamTurbineGovernor.h.
| Real CPS::Signal::SteamGovernorParameters::T1 = 0 |
T1 related to the lag in the controller K(1+sT2)/(1+sT1)
Definition at line 19 of file SteamTurbineGovernor.h.
| Real CPS::Signal::SteamGovernorParameters::T2 = 0 |
T2 related to the lead in the controller K(1+sT2)
Definition at line 21 of file SteamTurbineGovernor.h.
| Real CPS::Signal::SteamGovernorParameters::T3 = 0 |
Time constant T3 of the actuator.
Definition at line 23 of file SteamTurbineGovernor.h.