11 #include <dpsim-models/Base/Base_Ph1_Capacitor.h>
12 #include <dpsim-models/MNASimPowerComp.h>
13 #include <dpsim-models/Solver/MNAInterface.h>
37 Logger::Level logLevel = Logger::Level::off);
39 Capacitor(String name, Logger::Level logLevel = Logger::Level::off)
61 void mnaCompPreStep(Real time, Int timeStepCount)
override;
62 void mnaCompPostStep(Real time, Int timeStepCount,
67 AttributeBase::List &prevStepDependencies,
68 AttributeBase::List &attributeDependencies,
69 AttributeBase::List &modifiedAttributes)
override;
73 AttributeBase::List &attributeDependencies,
74 AttributeBase::List &modifiedAttributes,
void initializeFromNodesAndTerminals(Real frequency) override
Initializes component from power flow data.
Real mEquivCond
Equivalent conductance [S].
Capacitor(String name, Logger::Level logLevel=Logger::Level::off)
Defines name and logging level.
Capacitor(String uid, String name, Logger::Level logLevel=Logger::Level::off)
Defines UID, name and logging level.
SimPowerComp< Real >::Ptr clone(String name) override
Returns a modified copy of the component with the given suffix added to the name and without.
void mnaCompAddPostStepDependencies(AttributeBase::List &prevStepDependencies, AttributeBase::List &attributeDependencies, AttributeBase::List &modifiedAttributes, Attribute< Matrix >::Ptr &leftVector) override
Add MNA post step dependencies.
void mnaCompApplyRightSideVectorStamp(Matrix &rightVector) override
Stamps right side (source) vector.
void mnaCompUpdateCurrent(const Matrix &leftVector) override
Update interface current from MNA system result.
void mnaCompAddPreStepDependencies(AttributeBase::List &prevStepDependencies, AttributeBase::List &attributeDependencies, AttributeBase::List &modifiedAttributes) override
Add MNA pre step dependencies.
void mnaCompUpdateVoltage(const Matrix &leftVector) override
Update interface voltage from MNA system result.
Real mEquivCurrent
DC equivalent current source [A].
void mnaCompInitialize(Real omega, Real timeStep, Attribute< Matrix >::Ptr leftVector) override
Initializes internal variables of the component.
void mnaCompApplySystemMatrixStamp(SparseMatrixRow &systemMatrix) override
Stamps system matrix.
String uid()
Returns unique id.
Base class for all MNA components that are transmitting power.
Base class for all components that are transmitting power.