CIM++ Adapted CIM_SINERGIEN Codebase
GovSteamSGO.h
1 // GovSteamSGO.h
3 // Implementation of the Class GovSteamSGO
4 // Original author: tsaxton
6 
7 #ifndef GOVSTEAMSGO_H
8 #define GOVSTEAMSGO_H
9 
10 #include "IEC61970/Base/Domain/PU.h"
11 #include "IEC61970/Base/Domain/ActivePower.h"
12 #include "IEC61970/Base/Domain/Seconds.h"
13 #include "IEC61970/Dynamics/StandardModels/TurbineGovernorDynamics/TurbineGovernorDynamics.h"
14 
15 namespace IEC61970
16 {
17  namespace Dynamics
18  {
19  namespace StandardModels
20  {
21  namespace TurbineGovernorDynamics
22  {
27  {
28 
29  public:
30  GovSteamSGO();
31  virtual ~GovSteamSGO();
81 
82  };
83 
84  }
85 
86  }
87 
88  }
89 
90 }
91 #endif // GOVSTEAMSGO_H
IEC61970::Base::Domain::Seconds t4
Definition: GovSteamSGO.h:72
Definition: AuxiliaryEquipment.h:13
IEC61970::Base::Domain::ActivePower mwbase
Definition: GovSteamSGO.h:47
IEC61970::Base::Domain::Seconds t1
Definition: GovSteamSGO.h:59
IEC61970::Base::Domain::Seconds pmin
Definition: GovSteamSGO.h:55
IEC61970::Base::Domain::Seconds t2
Definition: GovSteamSGO.h:63
Definition: ActivePower.h:23
Definition: Seconds.h:22
IEC61970::Base::Domain::Seconds t5
Definition: GovSteamSGO.h:76
IEC61970::Base::Domain::PU pmax
Definition: GovSteamSGO.h:51
IEC61970::Base::Domain::PU k1
Definition: GovSteamSGO.h:35
IEC61970::Base::Domain::Seconds t3
Definition: GovSteamSGO.h:67
IEC61970::Base::Domain::Seconds t6
Definition: GovSteamSGO.h:80
IEC61970::Base::Domain::PU k2
Definition: GovSteamSGO.h:39
Definition: PU.h:23
IEC61970::Base::Domain::PU k3
Definition: GovSteamSGO.h:43