Hans Olsson
Hans Olsson
@AHaumer @christiankral any comment?
> (While I know it isn't a popular idea in our community, a remedy to this is often to declare the variability as `constant` instead; then one doesn't need `final`...
> > The weird part is if you only load ModelicaServices and try to use it (because then it has references to Modelica but no uses-annotation so the tool needs...
> ...I did put some thought into this recently, and there are two reasons I came up with: > > 1. Built-in functions(min, max, sin, cos, log, etc, etc.) are...
> Is there a way to detect uninitialized variables systematically? It seems it is being/was added in Wolfram SystemModeler (I think), and I'm pretty confident that other tools will add...
> The function `ModelicaTest.Math.Matrices3` contains > > ``` > import Modelica.Math.Matrices; > Real N[:,:]= fill(0,0,0); > Real Xn[0,0]; > Integer n; > algorithm > (Xn, n) := Matrices.nullSpace(N); > ```...
I agree that we should move towards IEEE 754 definitions. However, I would propose that we view `Modelica.Constants.inf` as DBL_MAX not as true "infinite" see #2056 for a number of...
> It sounds like a mistake to couple the definitions of `max` and `Modelica.Constants.inf`. That is the current case. > To get sensible properties of `max` and `min`, they really...
> It is hard (appears artificial) to restrict Modelica `Real` to finite values, because almost all models are executed on IEEE 754 machines. There are two parts of this: -...
Assuming you want to connect to something like `ports[...]` of `Modelica.Fluid.Vessels.OpenTank` the answer should be to just connect and it will be automatically updated. That's the intention of `Dialog.connectorSizing` in...