27 std::shared_ptr<DP::Ph1::Resistor> mSubResistor;
29 std::shared_ptr<DP::Ph1::Inductor> mSubInductor;
32 std::shared_ptr<DP::Ph1::Resistor> mSubSnubResistor1;
34 std::shared_ptr<DP::Ph1::Resistor> mSubSnubResistor2;
36 std::shared_ptr<DP::Ph1::Capacitor> mSubSnubCapacitor1;
38 std::shared_ptr<DP::Ph1::Capacitor> mSubSnubCapacitor2;
41 Real mSnubberResistance1;
43 Real mSnubberResistance2;
45 Real mSnubberCapacitance1;
47 Real mSnubberCapacitance2;
50 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).