|
Harmony
HARMONic stabilitY assessment of PE-penetrated power systems
|
This is the complete list of members for Cable, including all inherited members.
| addConductor(const std::string &key, Conductor *conductor) | Cable | inline |
| addInsulator(const std::string &key, Insulator *insulator) | Cable | inline |
| addPosition(double x, double y) | Cable | inline |
| apply_transformation(std::vector< std::vector< complex< double > > > &Y1, std::vector< std::vector< complex< double > > > &Y2) | Element | virtual |
| attachBus(Bus *, int) | Element | |
| Cable() | Cable | inline |
| Cable(const string &symbol, const std::string &location, int pins, const string &type_constructor, double length_constructor, std::tuple< double, double, double > earth, std::map< string, Conductor * > conductors_constructor, std::map< string, Insulator * > insulators_constructor, std::vector< std::pair< double, double > > positions_constructor) | Cable | |
| compute_y_parameters(double frequency) override | Cable | virtual |
| computePowerFlow(std::map< std::string, double > &branchData, std::map< std::string, double > &globalParams) const | Element | inlinevirtual |
| connections | Element | protected |
| Element(const std::string &symbol, const std::string &location, int inputPins, int outputPins) | Element | inline |
| element_location | Element | protected |
| element_OPF_info | Element | protected |
| element_symbol | Element | protected |
| get_y_parameters() | Element | inlinevirtual |
| getBuses() | Element | |
| getBusIndex(Bus *bus) | Element | inline |
| getCableConductors() const | Cable | inline |
| getCableInsulators() const | Cable | inline |
| getConductor(const std::string &key) | Cable | inline |
| getConfiguration() const | Cable | inline |
| getConnections() const | Element | inline |
| getConnections() | Element | inline |
| getEarthParameters() const | Cable | inline |
| getElementLocation() const | Element | inline |
| getElementSymbol() const | Element | inline |
| getEliminate() const | Cable | inline |
| getInputPins() const | Element | inline |
| getInsulator(const std::string &key) | Cable | inline |
| getLength() const | Cable | inline |
| getNumberOfInternalStates() const | Element | inlinevirtual |
| getNumberOfPlantStates() const | Element | inlinevirtual |
| getOPFInfo() const | Element | inline |
| getOtherBus(Bus *) | Element | |
| getOutputPins() const | Element | inline |
| getParameterSubstitutions() const | Element | inlinevirtual |
| getPositions() const | Cable | inline |
| getType() const | Cable | inline |
| getVirtualInputSymbols() const | Element | inlinevirtual |
| hasProperty(const std::string &key) | Cable | inline |
| input_pins | Element | protected |
| isConductor(const std::string &key) | Cable | inline |
| isInsulator(const std::string &key) | Cable | inline |
| output_pins | Element | protected |
| plotEigenvalues() | Element | inlinevirtual |
| plotParticipationFactors() | Element | inlinevirtual |
| plotYParameters(double start_frequency, double end_frequency, int number_of_points) | Element | |
| printElementInfo() const | Element | inline |
| printElementValues() override | Cable | virtual |
| removeConductor(const std::string &key) | Cable | inline |
| setConfiguration(const std::string &newConfig) | Cable | inline |
| setEarthParameters(double mu, double epsilon, double rho) | Cable | inline |
| setEliminate(bool value) | Cable | inline |
| setInputPins(int pins) | Element | inline |
| setLength(double newLength) | Cable | inline |
| setOPFInfo(std::map< std::string, double > &info) | Element | inline |
| setOutputPins(int pins) | Element | inline |
| setTransformation(bool flag) | Element | inline |
| simulateInputStep(const std::vector< MatrixXcd > &states, int nKeep) const | Element | inlinevirtual |
| transformation | Element | protected |
| updateConductor(const std::string &key, Conductor *conductor) | Cable | inline |
| updateInsulator(const std::string &key, Insulator *insulator) | Cable | inline |
| updateLayers() | Cable | |
| writeFile(double start_frequency, double end_frequency, int number_of_points) | Element | |
| writeMNAmatrix(SymEngine::DenseMatrix &, std::unordered_map< Bus *, int > &, int, std::map< Element *, std::vector< RCP< const Basic > > > &) | Element | inlinevirtual |
| Y_matrix | Element | protected |
| ~Cable() | Cable | |
| ~Element() | Element | virtual |