Henrik Tidefelt

Results 99 issues of Henrik Tidefelt

In https://mbe.modelica.university/behavior/functions/nonlinear/, the code block defining the model `ImplicitEvaluation` has `time + 1` on the left hand side of the equation, whereas the rest of the text seems to use...

It looks like there's a truncated "Modelica" → "Ica" in some metadata picked up by Google: ![Screen Shot 2022-06-13 at 13 20 14](https://user-images.githubusercontent.com/25294143/173343172-e8e7becf-d04e-4e57-b772-4cfc0f04999c.png)

needsinput

Leaving this parameter unevaluated seems like making things overly complicated, and as far as I can see there is nothing that clearly requires the parameter to be treated structurally. Hence,...

L: Electrical.Polyphase

Opening this based on [recent comment](https://github.com/modelica/ModelicaStandardLibrary/pull/3915#issuecomment-994041105) by @AHaumer. The point of the change is to take advantage of optimized tool implementations of Boolean array reductions.

enhancement
L: Math

In the name of this PR, _the game_ refers to the simplified modeling language being defined in this MCP. The goal of this PR is to settle a name for...

MCP0031

It occurs wrong to me that the `noDerivative` annotation is attached to the derivative function rather than the function to which the derivative belongs. To illustrate, I believe this is...

enhancement
discussion

I'd like to get confirmation that both assignments in the following model have variability violations: ``` model RecordAssignmentVariability record R Real x; Integer k; end R; function makeR "Wrapper around...

This is a follow-up to a discussion about character set restrictions applying to string content where it was noted that we say that `Q-IDENT` may contain any printable ASCII character,...

Understanding the design of `spatialDistribution` isn't easy, see https://specification.modelica.org/master/operators-and-expressions.html#spatialdistribution. Here, I'm bringing up one small detail and one question. **Small detail:** In the following, the `v` is not the name...

clarification

What started with the intention of just fixing a minor formatting issue related to `missingInngerMessage` ended up as a wider sweep of modernizing the presentation of annotations using tables. With...