25 WTtype3(
const string& symbol,
const std::string& location,
const vector<double>& parameters);
33 double Lr = 0.0644e-3;
35 double Nsr = 1.0 / 0.33;
37 double Ls = 0.1356e-3;
40 double Kp_pll = 48.873;
41 double Ki_pll = 3070.1;
42 double V1_mag = 564.1;
43 double V1_theta_deg = -59;
50 double Ir_theta_deg = -22;
56 double Ic_mag = 152.3;
57 double Ic_theta_deg = 114;
Base class for renewable energy source (RES) plant models.
Combined AC/DC optimal power flow solver.
Definition Powerflow.h:49
Common base for wind and PV plant elements.
Definition RES_base.h:16
Type 3 wind turbine with DFIG, RSC/GSC converters, and filter.
Definition WT_type_3.h:16
~WTtype3()
Definition WT_type_3.h:27