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

#include <SteamTurbineGovernor.h>

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

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)
 

Detailed Description

Definition at line 13 of file SteamTurbineGovernor.h.

Member Data Documentation

◆ dPmax

Real CPS::Signal::SteamGovernorParameters::dPmax = 0

Maximum rate of change of Pgv (pu/s)

Definition at line 26 of file SteamTurbineGovernor.h.

◆ dPmin

Real CPS::Signal::SteamGovernorParameters::dPmin = 0

Minimum rate of change of Pgv (pu/s)

Definition at line 28 of file SteamTurbineGovernor.h.

◆ Kbc

Real CPS::Signal::SteamGovernorParameters::Kbc = 0

Anti-windup proportional gain.

Definition at line 38 of file SteamTurbineGovernor.h.

◆ OmRef

Real CPS::Signal::SteamGovernorParameters::OmRef = 0

Speed setpoint (pu); typically 1.

Definition at line 35 of file SteamTurbineGovernor.h.

◆ Pmax

Real CPS::Signal::SteamGovernorParameters::Pmax = 0

Maximum mechanical power (pu)

Definition at line 30 of file SteamTurbineGovernor.h.

◆ Pmin

Real CPS::Signal::SteamGovernorParameters::Pmin = 0

Minimum mechanical power (pu)

Definition at line 32 of file SteamTurbineGovernor.h.

◆ R

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.

◆ T1

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.

◆ T2

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.

◆ T3

Real CPS::Signal::SteamGovernorParameters::T3 = 0

Time constant T3 of the actuator.

Definition at line 23 of file SteamTurbineGovernor.h.


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