Dag Brück
Dag Brück
Examples in Modelica-Fluid use non-SI units as parameters, for example `N_nominal` in Modelica.Fluid.Machines.BaseClasses.PartialPump and `N_const` in Modelica.Fluid.Machines.PrescribedPump. It would be desirable to replace them with SI unit-based type, possibly with...
Performance improvements as described in https://github.com/modelica/ModelicaStandardLibrary/issues/4639.
I suggest the following fairly simple performance improvements. They should be fully backwards compatible. 1. Special handling of `nx=2` - This is a small change that avoids the entire double...