DPsim
Loading...
Searching...
No Matches
CPS::Signal::HydroGovernorParameters Class Reference

#include <HydroTurbineGovernor.h>

Inheritance diagram for CPS::Signal::HydroGovernorParameters:
[legend]
Collaboration diagram for CPS::Signal::HydroGovernorParameters:
[legend]

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)
 

Detailed Description

Definition at line 13 of file HydroTurbineGovernor.h.

Member Data Documentation

◆ OmRef

Real CPS::Signal::HydroGovernorParameters::OmRef = 0

Speed setpoint (pu); typically 1.

Definition at line 29 of file HydroTurbineGovernor.h.

◆ Pmax

Real CPS::Signal::HydroGovernorParameters::Pmax = 0

Maximum mechanical power (pu)

Definition at line 25 of file HydroTurbineGovernor.h.

◆ Pmin

Real CPS::Signal::HydroGovernorParameters::Pmin = 0

Minimum mechanical power (pu)

Definition at line 27 of file HydroTurbineGovernor.h.

◆ R

Real CPS::Signal::HydroGovernorParameters::R = 0

Droop coefficient.

Definition at line 17 of file HydroTurbineGovernor.h.

◆ T1

Real CPS::Signal::HydroGovernorParameters::T1 = 0

Time constant of the first PT1 block (lag, denominator)

Definition at line 19 of file HydroTurbineGovernor.h.

◆ T2

Real CPS::Signal::HydroGovernorParameters::T2 = 0

Time constant of the lead numerator.

Definition at line 21 of file HydroTurbineGovernor.h.

◆ T3

Real CPS::Signal::HydroGovernorParameters::T3 = 0

Time constant of the second PT1 block (lag, denominator)

Definition at line 23 of file HydroTurbineGovernor.h.


The documentation for this class was generated from the following file: