CIM++ Adapted CIM Codebase
WindGenTurbineType3IEC.h
1 // WindGenTurbineType3IEC.h
3 // Implementation of the Class WindGenTurbineType3IEC
4 // Original author: civanov
6 
7 #ifndef WINDGENTURBINETYPE3IEC_H
8 #define WINDGENTURBINETYPE3IEC_H
9 
10 #include "IEC61970/Base/Domain/PU.h"
11 #include "IEC61970/Dynamics/StandardModels/WindDynamics/WindTurbineType3or4IEC.h"
12 
13 namespace IEC61970
14 {
15  namespace Dynamics
16  {
17  namespace StandardModels
18  {
19  namespace WindDynamics
20  {
25  {
26 
27  public:
29  virtual ~WindGenTurbineType3IEC();
40 
41  };
42 
43  }
44 
45  }
46 
47  }
48 
49 }
50 #endif // WINDGENTURBINETYPE3IEC_H
Definition: AuxiliaryEquipment.h:13
Definition: PU.h:23
IEC61970::Base::Domain::PU diqmax
Definition: WindGenTurbineType3IEC.h:39
IEC61970::Base::Domain::PU dipmax
Definition: WindGenTurbineType3IEC.h:34