-
### Description of Issue
Because the state estimator uses a Jacobian of the system model, it is possible for the algorithm to diverge.
Options for improving the robustness of the state estimator …
-
1. Paragraaf 2.2, omschrijving processtap inwinnen,
• Wat is het verschil tussen gegevens en eigenschappen? Het zinsdeel “over objecten en/of eigenschappen daarvan” is overbodig. Dat geldt voor alle…
-
```julia
using Sundials, SparseArrays
# Test for Jacobian usage
function Lotka(du, u, p, t)
du[1] = u[1] - u[1] * u[2] # REPL[7], line 3:
du[2] = -3 * u[2] + 1 * u[1] * u[2]
nothing
end…
-
There are hard-codes dependencies that force to use conda. For example, here: [build_cvodes.py](https://github.com/aseyboldt/sunode/blob/master/sunode/build_cvodes.py)
-
Follow-up on the investigation of the Ybus matrix, the estimated condition of the matrix to be inverted is several orders of magnitude higher than that of the Ybus. For the 9500 node model, the condit…
-
### Description of Issue
Because the state estimator uses a Jacobian of the system model, it is possible for the algorithm to diverge. Instability can be caused the initial condition or by a large ch…
-
# Impediment
In een resultaattype kan je een 'Bepaling brondatum archiefprocedure'-gedeelte inrichten om de zaak te laten vervallen n.a.v. het belang van een 'afleidingswijze brondatum'. Laat ik eers…
-
Hi, I discovered this plugin and installed version 2.0.2.
After doing a test print there is only a spinning wheel on the stats page without anything else showing.
![image](https://user-images.git…
-
Good morning,
I currently have a problem using GridCal.
I have a .raw document (from PSS/E) describing a grid.
I would like to load this file, do its power flow and get the results has matrices, …
-