CIM++ Adapted CIM_SINERGIEN Codebase
AsynchronousMachineTimeConstantReactance.h
1 // AsynchronousMachineTimeConstantReactance.h
3 // Implementation of the Class AsynchronousMachineTimeConstantReactance
4 // Original author: ppbr003
6 
7 #ifndef ASYNCHRONOUSMACHINETIMECONSTANTREACTANCE_H
8 #define ASYNCHRONOUSMACHINETIMECONSTANTREACTANCE_H
9 
10 #include "IEC61970/Base/Domain/Seconds.h"
11 #include "IEC61970/Base/Domain/PU.h"
12 #include "IEC61970/Dynamics/StandardModels/AsynchronousMachineDynamics/AsynchronousMachineDynamics.h"
13 
14 namespace IEC61970
15 {
16  namespace Dynamics
17  {
18  namespace StandardModels
19  {
20  namespace AsynchronousMachineDynamics
21  {
49  {
50 
51  public:
74 
75  };
76 
77  }
78 
79  }
80 
81  }
82 
83 }
84 #endif // ASYNCHRONOUSMACHINETIMECONSTANTREACTANCE_H
Definition: AuxiliaryEquipment.h:13
IEC61970::Base::Domain::Seconds tppo
Definition: AsynchronousMachineTimeConstantReactance.h:61
Definition: Seconds.h:22
IEC61970::Base::Domain::PU xpp
Definition: AsynchronousMachineTimeConstantReactance.h:69
IEC61970::Base::Domain::PU xs
Definition: AsynchronousMachineTimeConstantReactance.h:73
IEC61970::Base::Domain::Seconds tpo
Definition: AsynchronousMachineTimeConstantReactance.h:57
IEC61970::Base::Domain::PU xp
Definition: AsynchronousMachineTimeConstantReactance.h:65
Definition: PU.h:23