Quentin Lambert
Quentin Lambert
> I don't see how it would differ (I assume HelloWorld means a simple `k*der(x)=-x;` model where we don't derive unit for k?). I understand that solving it as a...
> Finding the location of a unit error still is not easy imho. I think that this is a tool issue, on our side we are both thinking of ways...
> Can someone please educate me on why adding `Real y = sin(x * time)` is "something that gives a unit to x"? We are operating on the assumptions that...
> Yes, that is the unit equation I missed. Thank you. So it would likely only be unclear if we did `Real y = sin(1 * x * time);` as...
We should also add `encapsulated` to all functions inside the different `Complex` operators. Otherwise `Modelica.ComplexBlocks.Examples.ShowTransferFunction`, in particular, breaks because of the explicit call to `Complex.'^'.complexPower` inside `Complex.'^'.integerPower`.
What about: > The dimension sizes not declared with colon (:) of each array result or array local variable (i.e., > a non-input component) of a function must be computable...
Sorry for the delay: ``` typedef Data = { var field : Float; } class Main { static public function main() { var d : Data = { field :...