26 WPplant(
const string& symbol,
const std::string& location,
int turbine_type,
int number_WT,
const vector<double>& parameters);
Base class for renewable energy source (RES) plant models.
Common base for wind and PV plant elements.
Definition RES_base.h:16
Wind power plant composed of multiple wind turbine instances.
Definition WP_plant.h:16
~WPplant() override
Definition WP_plant.cpp:30