Matt Stinson
Matt Stinson
> On the other hand, I can't think of any simple solution to express that one wants to opt in for the wildcard effect. Although I'm generally not in favor...
> I would find it more natural to let something like `"*"` act as the special wildcard unit, but I still wonder if the construct would really be needed if...
> The problem I see with `1.0[""]` is the following: > > ``` > constant Real one(unit = "") = 1; > Real x(unit = "m") = 1; > Real...
Why not add this as a feature to the existing model: ie two exponent parameters (realExponont and integerExponent) and a boolean flag to switch between real and integer behavior?
> > Why not add this as a feature to the existing model: ie two exponent parameters (realExponont and integerExponent) and a boolean flag to switch between real and integer...
> I think that a `IntegerExponentiation` block has a chance of becoming the more important block if the Modelica specification is ever able to decide on unit semantics of the...
@casella Maybe I shouldn't have led with my space examples. That is neither my primary use case or my primary concern. Though I still think it's a valid concern at...