|
Harmony
HARMONic stabilitY assessment of PE-penetrated power systems
|
Simulation configuration for a DQsym run. More...
#include <DQsym.h>

Public Attributes | |
| double | dt = 0.0 |
| double | t_start = 0.0 |
| double | t_end = 0.0 |
| double | f = 0.0 |
| double | omega = 0.0 |
| int | nKeep = 1 |
| Eigen::VectorXd | swOnRes |
| Eigen::VectorXd | swOffRes |
| Eigen::VectorXi | swType |
| std::function< Eigen::VectorXi(int step, double t)> | breakerFunction |
| std::vector< Bus * > | outputBuses |
Simulation configuration for a DQsym run.
| std::function<Eigen::VectorXi(int step, double t)> Config::breakerFunction |
Referenced by example_DQsym_MMC_controlled(), example_DQsym_Simple_MMC(), and DQsym::run().
| double Config::dt = 0.0 |
Referenced by example_DQsym_MMC_controlled(), example_DQsym_Simple_MMC(), and DQsym::run().
| double Config::f = 0.0 |
Referenced by example_DQsym_MMC_controlled(), example_DQsym_Simple_MMC(), and DQsym::run().
| int Config::nKeep = 1 |
Referenced by example_DQsym_MMC_controlled(), example_DQsym_Simple_MMC(), and DQsym::run().
| double Config::omega = 0.0 |
Referenced by example_DQsym_MMC_controlled(), and example_DQsym_Simple_MMC().
| std::vector<Bus*> Config::outputBuses |
Referenced by example_DQsym_MMC_controlled(), example_DQsym_Simple_MMC(), and DQsym::run().
| Eigen::VectorXd Config::swOffRes |
Referenced by example_DQsym_MMC_controlled(), example_DQsym_Simple_MMC(), and DQsym::run().
| Eigen::VectorXd Config::swOnRes |
Referenced by example_DQsym_MMC_controlled(), example_DQsym_Simple_MMC(), and DQsym::run().
| Eigen::VectorXi Config::swType |
Referenced by example_DQsym_MMC_controlled(), example_DQsym_Simple_MMC(), and DQsym::run().
| double Config::t_end = 0.0 |
Referenced by example_DQsym_MMC_controlled(), example_DQsym_Simple_MMC(), and DQsym::run().
| double Config::t_start = 0.0 |
Referenced by example_DQsym_MMC_controlled(), example_DQsym_Simple_MMC(), and DQsym::run().