28 std::shared_ptr<EMT::Ph3::Resistor> mSubResistor;
30 std::shared_ptr<EMT::Ph3::Inductor> mSubInductor;
33 std::shared_ptr<EMT::Ph3::Resistor> mSubSnubResistor1;
35 std::shared_ptr<EMT::Ph3::Resistor> mSubSnubResistor2;
37 std::shared_ptr<EMT::Ph3::Capacitor> mSubSnubCapacitor1;
39 std::shared_ptr<EMT::Ph3::Capacitor> mSubSnubCapacitor2;
42 Matrix mSnubberResistance1;
44 Matrix mSnubberResistance2;
46 Matrix mSnubberCapacitance1;
48 Matrix mSnubberCapacitance2;
51 Bool mWithResistiveLosses;
57 Bool withResistiveLosses =
false);
AttributePointer< Attribute< T > > Ptr
CompositePowerComp(String uid, String name, Bool hasPreStep, Bool hasPostStep, Logger::Level logLevel)
String uid()
Returns unique id.
spdlog::level::level_enum Level
std::shared_ptr< SimPowerComp< VarType > > Ptr
Eigen::Matrix< Real, Eigen::Dynamic, Eigen::Dynamic, Eigen::ColMajor > Matrix
Dense matrix for real numbers.
Eigen::SparseMatrix< Real, Eigen::RowMajor > SparseMatrixRow
Sparse matrix for real numbers (row major).