DPsim
|
Interface to be used by synchronous generators. More...
#include <MNASyncGenInterface.h>
Public Types | |
typedef std::shared_ptr< MNASyncGenInterface > | Ptr |
typedef std::vector< Ptr > | List |
Public Member Functions | |
virtual void | correctorStep ()=0 |
virtual void | updateVoltage (const Matrix &leftVector)=0 |
virtual bool | requiresIteration () |
void | setMaxIterations (Int maxIterations) |
void | setTolerance (Real Tolerance) |
Protected Member Functions | |
MNASyncGenInterface () | |
Constructor. | |
Protected Attributes | |
Attribute< Int >::Ptr | mNumIter |
Int | mMaxIter = 25 |
Real | mTolerance = 1e-6 |
Interface to be used by synchronous generators.
Definition at line 17 of file MNASyncGenInterface.h.
|
inline |
Setters
Definition at line 42 of file MNASyncGenInterface.h.