CIM++ Adapted CIM_SINERGIEN Codebase
SynchronousMachineModelKind.h
1 // SynchronousMachineModelKind.h
3 // Implementation of the Class SynchronousMachineModelKind
4 // Original author: ppbr003
6 
7 #ifndef SYNCHRONOUSMACHINEMODELKIND_H
8 #define SYNCHRONOUSMACHINEMODELKIND_H
9 
10 namespace IEC61970
11 {
12  namespace Dynamics
13  {
14  namespace StandardModels
15  {
16  namespace SynchronousMachineDynamics
17  {
21  enum class SynchronousMachineModelKind
22  {
26  subtransient,
30  subtransientTypeF,
34  subtransientTypeJ,
39  subtransientSimplified,
44  subtransientSimplifiedDirectAxis
45  };
46 
47  }
48 
49  }
50 
51  }
52 
53 }
54 #endif // SYNCHRONOUSMACHINEMODELKIND_H
Definition: AuxiliaryEquipment.h:13