You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
martinmoraga
changed the title
Allow initialisation of p_inj and q_inj in SP_NetworkInjection type PV Node
Allow initialisation of p_inj and q_inj in SP_NetworkInjection
Jun 21, 2024
Currently, it is not possible to initialise the active and reactive power of the NetworkInjection class for powerflow simulations.
This could be solved by adding the line:
sol_Q(pv->matrixNodeIndex()) += extnet->attributeTyped<CPS::Real>("q_inj")->get() / mBaseApparentPower;
in
dpsim/dpsim/src/PFSolverPowerPolar.cpp
Line 93 in ffc5080
The text was updated successfully, but these errors were encountered: