Francesco Casella
Francesco Casella
[Buildings.Electrical.AC.OnePhase.Loads.Examples.ParallelLoads](https://libraries.openmodelica.org/branches/master/Buildings_latest/files/Buildings_latest_Buildings.Electrical.AC.OnePhase.Loads.Examples.ParallelLoads.sim) now simulates correctly. Buildings.Experimental.DHC.EnergyTransferStations.Combined.Validation.ChillerBorefield needs #12190 to be solved.
I agree. However, we have a lot of higher priority issues to fix first.
Adding @perost, @AndreaBartolini to the loop.
I agree with @AndreaBartolini's comment. Though there could potentially be some application for parameter-depending StopTime, applications needing that can readily use terminate(). The use-case requirement here is to be able...
@adeas31, the original model used MSL 3.2.3 but had a bogus uses annotation. [RL3.mo.txt](https://github.com/OpenModelica/OpenModelica/files/15017197/RL3.mo.txt) fixes that. What is strange is that I cannot set the inductor's current start and and...
> @casella are you sure you tested with `Modelica.Electrical.MultiPhase.Basic.Inductor` (for MSL 4.0.0 it is `Modelica.Electrical.Polyphase.Basic.Inductor`) and not with `Modelica.Electrical.Analog.Basic.Inductor`? Of course you're right, sorry 😅
@ceraolo your test model uses `Modelica.Electrical.MultiPhase.Basic.Inductor,` which is implemented internally by instantiating an array of N basic `inductor` components. Hence, the fixed attribute must be applied to a nested modifier,...
@adeas31 as I understand you should ignore `"` and `//` in the syntax highlighting logic if they are inside a Q-IDENT.
Oops, I ran Check on @AnHeuermann's provided model and I got this error: ``` [1] 23:37:41 Syntax Error [M: 2:11-2:11]: Lexer got ''a"' but failed to recognize the rest: 'b';...
I guess I should try with a new nightly build 😅