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