Matt Stinson

Results 13 issues of Matt Stinson

- Block is useful for applying asserts via graphical layer (rather than via equations)

L: Blocks

This block adds a key missing mathematical function that is not available in Modelica.Blocks.Math. It was previously discussed here: https://github.com/modelica/ModelicaStandardLibrary/discussions/3967 Note that ideally this block should be called "Power" while...

enhancement
L: Blocks

- Fixes made for all structure cases: av_b, a_vb, a_v_b, and av_vb - The updated discretization terms give more accurate derivatives associated with the volumes - Energy is now properly...

bug
L: Fluid

...reading through some of the recent activity in the Modelica spec(https://github.com/modelica/ModelicaSpecification/issues/3259 and https://github.com/modelica/ModelicaSpecification/issues/2127 and others), it seems like it might be a natural step to specify the units for the...

L: Constants

Any plans to add patch testing releases as channels in the future? As the last patch release (1.10.1) has demonstrated, regressions can still get through. I think getting these testing...

upstream

Currently, the distributive mode AHP is used for priority calculations. I would suggest adding the ideal mode AHP as an additional option. It's a strong alternative approach that has many...

enhancement
help wanted

I am not sure why consistency checks are not a part of geomean and normalized mean methods. I would argue they should always be used and included. Either lamdaMax could...

enhancement
help wanted

I'm trying to use the FanMech model in the gas package. There appears to be various issues and I'm not able to resolve. The system is found to be structurally...

I faced a surprising issue today when using GLM for fitting a basic cubic polynomial. See my script and plot below. For my dataset, if I fit a quadratic polynomial...