Matthis Thorade

Results 104 comments of Matthis Thorade

Step 1: This message comes from this line: https://github.com/CoolProp/CoolProp/blob/84dcbda935e2116e6316bf7b440919abc3321a65/src/Backends/REFPROP/REFPROPMixtureBackend.cpp#L1830 with all supported input pairs handled above it.

Or maybe just ignore all .meta files? Unity seems to be generating these anyway.

I think we had a scenario where a non-empty directory was pushed to github and pulled by all other contributors, then later on when updating an asset from the store...

Full test model is here: ``` package HierarchicalConnector connector Hier_control Modelica.Blocks.Interfaces.RealOutput y; Modelica.Blocks.Interfaces.BooleanInput setOff_component; Modelica.Blocks.Interfaces.BooleanOutput setOff_control; end Hier_control; connector Hier_component Modelica.Blocks.Interfaces.RealInput y; Modelica.Blocks.Interfaces.BooleanInput setOff_control; Modelica.Blocks.Interfaces.BooleanOutput setOff_component; end Hier_component; model ValveHie...

Thank you Hans for the quick answer. I still fail to see why it would be problematic to use dot notation for predefined hierarchical connector.

Thanks. For the conceptual part, I thought of it more like the GPIOs on a board like a Raspberry, where you can connect each GPIO on its own, or you...

I would be interested in a solution as described in the comment by Hans Olsson, especially to use Boolean parameters for Evaluate=true/false, similar to the below: ```modelica model evalparam parameter...

Related SO question: https://stackoverflow.com/questions/55019892/modelica-annotation-inverse-of-function-is-ignored

Here is a small test model, there is an unexpected nonlinear system. ```modelica model Inverse_MSL_MoistAir replaceable package Medium = Modelica.Media.Air.MoistAir; Modelica.SIunits.AbsolutePressure p; // Modelica.SIunits.SpecificEnthalpy h1; // Modelica.SIunits.Temperature T1; Modelica.SIunits.SpecificEnthalpy h2;...

Sorry for being unclear. Dymola 2022 shows a nonlinear system, and this is unexpected, because the function that is being called has an annotation inverse. The SystemModeler behavior would then...