Harmony
HARMONic stabilitY assessment of PE-penetrated power systems
Loading...
Searching...
No Matches
Transformer_Delta_Y.h
Go to the documentation of this file.
1#ifndef TRANSFORMER_DELTA_Y_H
2#define TRANSFORMER_DELTA_Y_H
3
10
17public:
25 TransformerDeltaY(const std::string& symbol, const std::string& location, int pins, const std::vector<double>& values);
26
28
29
30private:
31 // inherited from parent class
32};
33
34#endif // TRANSFORMER_DELTA_Y_H
Classic two-winding transformer with mutual inductance.
Delta-wye connected classic transformer.
Definition Transformer_Delta_Y.h:16
~TransformerDeltaY() override
Classic transformer with primary, secondary, and mutual inductance.
Definition Transformer_classic.h:16