kabdelhak

Results 55 comments of kabdelhak

> could you post a reference? i still dont know what state selection is lol https://www.researchgate.net/publication/235324214_Index_Reduction_in_Differential-Algebraic_Equations_Using_Dummy_Derivatives The dummy derivative method as a follow up for pantelides algorithm to resolve singular...

This actually fixes ticket #5170, but several other models like ../simulation/modelica/resolveLoops/ElectricalCircuit1.mos fail with different results. Feel free to comment the code!

Thank you, the commit was manly for me to get to used to the whole GIT-process. I stumpled upon it and asked Willi Braun about what that might be and...

`--newBackend` does imply not scalarizing ``` // set implied flags to true FlagsUtil.enableDebug(Flags.SCODE_INST); FlagsUtil.enableDebug(Flags.ARRAY_CONNECT); FlagsUtil.disableDebug(Flags.NF_SCALARIZE); ``` is at the start of the simcode new backend pipeline. Maybe this is not...

There is also other behaviour of scalarizing bindings that has changed. I would like to have list/array constructors in expression to stay as they are and not be scalarized so...

I am currently making back and forth progress. Trying to fix something leads to errors somewhere else that i didnt test while implementing. I will add the smallest of every...

The connector is not balanced, but equation wise this should be balanced. We have an equation for each potential variable (`p.v = {1.0, 2.0, 3.0}, x= 4.0`) and the flows...

> > For each non-partial non-expandable connector class the number of flow variables shall be equal to the number of variables that are neither parameter, constant, input, output, stream nor...

I tried to run the model and in the version i get installed using ``` installPackage(Buildings, "12.0.0-master", exactMatch=true); getErrorString(); loadModel(Buildings); getErrorString(); setCommandLineOptions("-d=optdaedump,execstat");getErrorString(); translateModel(Buildings.Fluid.Geothermal.ZonedBorefields.Examples.SeriesConnectedZones);getErrorString(); ``` cannot find the model. ``` "Error:...

> It works for me, I just reinstalled the library to make sure I haven't modified it manually and the model exists in the version I get. Maybe you have...