11#include <dpsim-models/CompositePowerComp.h>
12#include <dpsim-models/DP/DP_Ph1_Capacitor.h>
13#include <dpsim-models/DP/DP_Ph1_Resistor.h>
33 Shunt(String
uid, String name, Logger::Level logLevel = Logger::Level::off);
36 Shunt(String name, Logger::Level logLevel = Logger::Level::off)
37 :
Shunt(name, name, logLevel) {}
48 AttributeBase::List &prevStepDependencies,
49 AttributeBase::List &attributeDependencies,
50 AttributeBase::List &modifiedAttributes)
final;
59 Attribute<Matrix>::Ptr &leftVector)
final;
63 AttributeBase::List &attributeDependencies,
64 AttributeBase::List &modifiedAttributes,
65 Attribute<Matrix>::Ptr &leftVector)
final;
CompositePowerComp(String uid, String name, Bool hasPreStep, Bool hasPostStep, Logger::Level logLevel)
void mnaCompUpdateCurrent(const Matrix &leftVector) final
Updates internal current variable of the component.
const Attribute< Real >::Ptr mConductance
Conductance [S].
void mnaParentPreStep(Real time, Int timeStepCount) final
MNA pre step operations.
const Attribute< Real >::Ptr mSusceptance
Susceptance [S].
void mnaCompUpdateVoltage(const Matrix &leftVector) final
Updates internal voltage variable of the component.
std::shared_ptr< Resistor > mSubResistor
Resistor between terminal and ground.
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.
std::shared_ptr< Capacitor > mSubCapacitor
Capacitor between terminal and ground.
void initializeParentFromNodesAndTerminals(Real frequency)
Initializes component from power flow data.
void mnaParentPostStep(Real time, Int timeStepCount, Attribute< Matrix >::Ptr &leftVector) final
MNA post-step operations.
void mnaParentAddPreStepDependencies(AttributeBase::List &prevStepDependencies, AttributeBase::List &attributeDependencies, AttributeBase::List &modifiedAttributes) final
Add MNA pre step dependencies.
Shunt(String name, Logger::Level logLevel=Logger::Level::off)
Defines name and logging level.
void mnaParentAddPostStepDependencies(AttributeBase::List &prevStepDependencies, AttributeBase::List &attributeDependencies, AttributeBase::List &modifiedAttributes, Attribute< Matrix >::Ptr &leftVector) final
add MNA post-step dependencies
String uid()
Returns unique id.