CIM++ Adapted CIM_SINERGIEN Codebase
GovGAST.h
1 // GovGAST.h
3 // Implementation of the Class GovGAST
4 // Original author: tsaxton
6 
7 #ifndef GOVGAST_H
8 #define GOVGAST_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  GovGAST();
31  virtual ~GovGAST();
78 
79  };
80 
81  }
82 
83  }
84 
85  }
86 
87 }
88 #endif // GOVGAST_H
IEC61970::Base::Domain::PU dturb
Definition: GovGAST.h:39
IEC61970::Base::Domain::PU kt
Definition: GovGAST.h:43
Definition: AuxiliaryEquipment.h:13
Definition: ActivePower.h:23
Definition: Seconds.h:22
IEC61970::Base::Domain::PU vmin
Definition: GovGAST.h:77
IEC61970::Base::Domain::ActivePower mwbase
Definition: GovGAST.h:47
IEC61970::Base::Domain::PU at
Definition: GovGAST.h:35
IEC61970::Base::Domain::PU vmax
Definition: GovGAST.h:73
IEC61970::Base::Domain::Seconds t3
Definition: GovGAST.h:69
IEC61970::Base::Domain::PU r
Definition: GovGAST.h:51
IEC61970::Base::Domain::Seconds t1
Definition: GovGAST.h:57
Definition: PU.h:23
IEC61970::Base::Domain::Seconds t2
Definition: GovGAST.h:65