Francesco Casella
Francesco Casella
See also #8026
@AnHeuermann, @phannebohm can you have a look when you have time?
> Why? You don't want easier adoption on more systems? That's a good question 😅 In principle yes, though the more systems we support, the more issues we'll have 😉
@perost, this looks like an NF regression. Mind having a look? Thanks!
@benlandg would you mind trying out with the latest nightly build? Maybe the problem has been fixed already. Otherwise we can investigate further.
@kabdelhak, @phannebohm, this looks like something going wrong with the causalization of parameter equations. Could you please have a look?
I guess this is an error in the Modelica Standard Library. FermiEnergy is defined in the Modelica.Units.SI package as ```modelica type FermiEnergy = Real (final quantity="Energy", final unit="eV"); ``` Now,...
@adeas31 can you comment on that? In general, I believe you should fix the unit handling logic so it can handle eV as a proper unit and displayUnit, which is...
A further hint, the NF can handle equations like ```modelica v_start[i,j] = if mod(i+j,1) == 0 then Complex(Vg) else Vl; ``` that have such an expression in a _conditional expression_,...
A colleague of mine (@carlods) reported the same problem today. I suggested to empty the .openmodelica directory `(%APPDATA%/.openmodelica under Windows)` that was probably corrupt, and then everything worked fine. No...