First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
1 | initial version |
Hi Perolofl,
Initialization does belong to the title because that is what I need.
I'll try to clarify the question.
When a user model is initialized it will go through Mode 4 then mode 1, mode 2 and exit after mode 3.
Inside Mode 3 I have various Propotional Integrators (PIs) responses that have to go to the correct position and in my case I have to estimate the correct voltage to bring those PIs to the correct position.
To do that I go through various loops within the same timestep in Mode 3 and so it doesn't inject any currents back to the network.
That brings to my problem because I would like to inject the currents that the model calculates into the network but without moving to the next time step.
You are correct, I would like to solve the network and check the convergence within the same timestep. I say this because I don't need to do that when I run the dynamic model just when I initialize it.
Is this a bit clearer?
Thanks