Per Östlund

Results 245 comments of Per Östlund

> > Accepting two different formats is not a big deal, at least as long as they're different enough that we can easily distinguish between them. > > OK. I...

> If you use points, the size in pixel is automatically adapted to the screen DPI, i.e. resolution. From the screens in this ticket, and the many more I've made...

> Unfortunately `-d=execstat` doesn't give any output. You can probably see how far it gets if you also use `--showErrorMessages`, it'll print out messages when they are emitted instead of...

> What is the status of this, and is this related to #5694? The status is that there's not been any work on this yet, it keeps being pushed down...

The issue is that when you just have `y = x` we end up evaluating the component reference `x`, and the constant evaluation always expands `fill` calls. This isn't so...

It might be an issue with the code generation not handling quoted identifiers properly. For example, this model: ```Modelica package 'P' record 'fluid.R' Real x; end 'fluid.R'; model 'M' 'fluid.R'...

The specification doesn't explicitly say what the return type of `sign` is, but says that it expands to `noEvent(if v > 0 then 1 else if v < 0 then...

> Hello all. Apologies for the delay. Please find attached a simple model version which produces the error identical to the one observed. > > PLEASE NOTE: I have updated...

> Are you sure you are using the right versions of ThermofluidStream and ExternalMedia? Please make sure you are using the latest released ones. You may even need MSL 4.1.0,...

@SreejithModeliCon: I'm still getting the same error as before that `Medium.massFraction` doesn't exist, since only the mediums in `ThermofluidStream` have that function. I honestly have no clue why it works...