11#include <dpsim-models/CompositePowerComp.h>
12#include <dpsim-models/EMT/EMT_Ph3_Capacitor.h>
13#include <dpsim-models/EMT/EMT_Ph3_Resistor.h>
14#include <dpsim-models/Solver/MNAInterface.h>
28 std::shared_ptr<Capacitor> mSubCapacitor;
30 std::shared_ptr<Resistor> mSubResistor;
34 Shunt(String
uid, String name, Logger::Level logLevel = Logger::Level::off);
37 Shunt(String name, Logger::Level logLevel = Logger::Level::off)
38 :
Shunt(name, name, logLevel) {}
50 AttributeBase::List &prevStepDependencies,
51 AttributeBase::List &attributeDependencies,
52 AttributeBase::List &modifiedAttributes)
final;
61 Attribute<Matrix>::Ptr &leftVector)
final;
65 AttributeBase::List &attributeDependencies,
66 AttributeBase::List &modifiedAttributes,
67 Attribute<Matrix>::Ptr &leftVector)
final;
CompositePowerComp(String uid, String name, Bool hasPreStep, Bool hasPostStep, Logger::Level logLevel)
void mnaParentPostStep(Real time, Int timeStepCount, Attribute< Matrix >::Ptr &leftVector) final
MNA post-step operations.
void mnaCompUpdateVoltage(const Matrix &leftVector) final
Updates internal voltage variable of the component.
void mnaParentPreStep(Real time, Int timeStepCount) final
MNA pre step operations.
void mnaParentAddPreStepDependencies(AttributeBase::List &prevStepDependencies, AttributeBase::List &attributeDependencies, AttributeBase::List &modifiedAttributes) final
Add MNA pre step dependencies.
void mnaParentAddPostStepDependencies(AttributeBase::List &prevStepDependencies, AttributeBase::List &attributeDependencies, AttributeBase::List &modifiedAttributes, Attribute< Matrix >::Ptr &leftVector) final
add MNA post-step dependencies
void initializeParentFromNodesAndTerminals(Real frequency) final
Initializes component from power flow data.
Shunt(String name, Logger::Level logLevel=Logger::Level::off)
Defines name and logging level.
void setParameters(Real conductance, Real susceptance)
Set shunt specific parameters.
Shunt(String uid, String name, Logger::Level logLevel=Logger::Level::off)
Defines UID, name, component parameters and logging level.
void mnaCompUpdateCurrent(const Matrix &leftVector) final
Updates internal current variable of the component.
String uid()
Returns unique id.