|
DPsim
|
#include <HydroTurbineGovernor.h>
Public Attributes | |
| Real | R = 0 |
| Droop coefficient. | |
| Real | T1 = 0 |
| Time constant of the first PT1 block (lag, denominator) | |
| Real | T2 = 0 |
| Time constant of the lead numerator. | |
| Real | T3 = 0 |
| Time constant of the second PT1 block (lag, denominator) | |
| Real | Pmax = 0 |
| Maximum mechanical power (pu) | |
| Real | Pmin = 0 |
| Minimum mechanical power (pu) | |
| Real | OmRef = 0 |
| Speed setpoint (pu); typically 1. | |
Additional Inherited Members | |
Public Member Functions inherited from CPS::Base::GovernorParameters | |
| GovernorParameters () | |
| virtual | ~GovernorParameters ()=default |
Static Public Member Functions inherited from SharedFactory< HydroGovernorParameters > | |
| static std::shared_ptr< HydroGovernorParameters > | make (Args &&...args) |
Definition at line 13 of file HydroTurbineGovernor.h.
| Real CPS::Signal::HydroGovernorParameters::OmRef = 0 |
Speed setpoint (pu); typically 1.
Definition at line 29 of file HydroTurbineGovernor.h.
| Real CPS::Signal::HydroGovernorParameters::Pmax = 0 |
Maximum mechanical power (pu)
Definition at line 25 of file HydroTurbineGovernor.h.
| Real CPS::Signal::HydroGovernorParameters::Pmin = 0 |
Minimum mechanical power (pu)
Definition at line 27 of file HydroTurbineGovernor.h.
| Real CPS::Signal::HydroGovernorParameters::R = 0 |
Droop coefficient.
Definition at line 17 of file HydroTurbineGovernor.h.
| Real CPS::Signal::HydroGovernorParameters::T1 = 0 |
Time constant of the first PT1 block (lag, denominator)
Definition at line 19 of file HydroTurbineGovernor.h.
| Real CPS::Signal::HydroGovernorParameters::T2 = 0 |
Time constant of the lead numerator.
Definition at line 21 of file HydroTurbineGovernor.h.
| Real CPS::Signal::HydroGovernorParameters::T3 = 0 |
Time constant of the second PT1 block (lag, denominator)
Definition at line 23 of file HydroTurbineGovernor.h.