CIM++ Adapted CIM Codebase
UnderexcLim2Simplified.h
1 // UnderexcLim2Simplified.h
3 // Implementation of the Class UnderexcLim2Simplified
4 // Original author: ppbr003
6 
7 #ifndef UNDEREXCLIM2SIMPLIFIED_H
8 #define UNDEREXCLIM2SIMPLIFIED_H
9 
10 #include "IEC61970/Base/Domain/PU.h"
11 #include "IEC61970/Dynamics/StandardModels/UnderexcitationLimiterDynamics/UnderexcitationLimiterDynamics.h"
12 
13 namespace IEC61970
14 {
15  namespace Dynamics
16  {
17  namespace StandardModels
18  {
19  namespace UnderexcitationLimiterDynamics
20  {
27  {
28 
29  public:
31  virtual ~UnderexcLim2Simplified();
60 
61  };
62 
63  }
64 
65  }
66 
67  }
68 
69 }
70 #endif // UNDEREXCLIM2SIMPLIFIED_H
Definition: AuxiliaryEquipment.h:13
IEC61970::Base::Domain::PU q1
Definition: UnderexcLim2Simplified.h:51
IEC61970::Base::Domain::PU p1
Definition: UnderexcLim2Simplified.h:43
IEC61970::Base::Domain::PU vuimax
Definition: UnderexcLim2Simplified.h:55
IEC61970::Base::Domain::PU p0
Definition: UnderexcLim2Simplified.h:39
IEC61970::Base::Domain::PU q0
Definition: UnderexcLim2Simplified.h:47
IEC61970::Base::Domain::PU vuimin
Definition: UnderexcLim2Simplified.h:59
Definition: PU.h:23
IEC61970::Base::Domain::PU kui
Definition: UnderexcLim2Simplified.h:35