Skip to content

Changes

Summary

  1. Give a proper definition of machine constants. (details)
  2. Update description in ModelicaServices as well. (details)
  3. And values. (details)
  4. Fix unit error in RobotR3.OneAxis (details)
  5. Fix unit error in CCCVcharging (details)
  6. Use SI.Radius instead of SI.Length (details)
  7. unify spelling of controllers (details)
  8. Rename RiCurrent -> Isc (details)
  9. Adapt to renamed variable (details)
  10. Make it public, as suggested (details)
  11. lower case for controller in Modelica/Blocks/Continuous.mo (details)
  12. lower case for controller in Modelica/Clocked/Examples/Systems/ControlledMixingUnit.mo (details)
  13. unify spelling of controllers (details)
  14. Fix false calculation of w (omega) when resolveInFrame == frame_resolve (details)
  15. Add rotation about x-axis to enable a spatial motion (details)
  16. Have a flag for avoiding unnecssary discontinuities. (details)
  17. Add smooth. (details)
  18. ExpSine is more complicated. (details)
  19. oops (details)
  20. Fix syntax. (details)
  21. Simplify the mean formula. (details)
  22. Add startTime as well. (details)
  23. Restore the use of t_eps just in case, but allow setting it to zero. (details)
  24. And update description. (details)
  25. Avoid smoothness. (details)
  26. Update Modelica/Blocks/Sources.mo (details)
  27. Update Modelica/Blocks/Sources.mo (details)
  28. Rephrase (details)
  29. Simpler. (details)
  30. If the limits don't make sense use linear interpolation. (details)
  31. Fix typo (details)
  32. Omit modifiers of animation parameters (details)
  33. Documentation and description for FluidHeatFlow library improved (#4141) (details)
  34. Update Modelica/Blocks/Sources.mo (details)
  35. Remove unit-casting (details)
  36. Remove all uses of unitFrequency. That was previously necessary when Gain.k had unit 1 (details)
  37. Add Evaluate=true. (details)
  38. Added units to mathematical constants (#4155) (details)
  39. Delete redundant points of polygon annotation of 'Spice3' connectors (#4135) (details)
  40. Fix unit for mu0. (details)
  41. Simpler. (details)
  42. Removed out-of-date/incorrect comment about epsilon_0 (details)
  43. Fix codespell exceptions (CI) (#4165) (details)
  44. Delete successful and skipped workflow runs (#4177) (details)
  45. Meke internally used ports of optional housing port and optional thermal port protected (details)
  46. Update annotations to be correct. (details)
  47. Update Modelica/Magnetic/QuasiStatic/FundamentalWave/Examples/BasicMachines/SynchronousMachines/SMR_CurrentSource.mo (details)
  48. Apply suggestions from code review (details)
  49. refs #4180 Fix Text annotation (details)
  50. Update Modelica/Magnetic/QuasiStatic/FluxTubes/package.mo (details)
  51. Restore documentation (#4184) (details)
  52. Fix regex to optionally ignore quoted strings (#4183) (details)
  53. Fix unit errors in ExternalCombiTimeTable constructor (#4188) (details)
  54. Remove use of unknown variable useReset (details)
  55. Remove unknown parameter multiColoredSurface. Note that the actual surface has =false for it. (details)
  56. The parameter 'target' does not exist. (details)
  57. Correct use of incorrect parameter and enumeration. However, the basic design doesn't work. (details)
  58. Remove unknown parameter useMeanDensity (details)
  59. KC and DP_Fric do not exist in this class (details)
  60. Cleanup (details)
  61. As indicated in #4046 it we need to revert part of #4155 since it is causing too many regressions for a minor release. (details)
  62. Correct units for normalizing vectors. (details)
  63. Fix link to Holman2010 (#4199) (details)
  64. Fix and add ITEA links (#4196) (details)
  65. Fix broken links (#4202) (details)
  66. Remove public (details)
  67. Coordination of #4101: Fix unit errors (details)
  68. Fix instance names (details)
  69. Close #4101: Fix unit error in a single PR (details)
  70. Remove blanks (details)
  71. Remove redundant diagram text for most Analog examples (details)
  72. Remove diagram text of CompareTransformers (details)
  73. Fix factor 2 in calculation (details)
  74. Update .mailmap file (details)
  75. Remove duplicates in SignalNames of 10 examples of ModelicaTest (#4179) (details)
  76. Fix codespell exceptions (#4203) (details)
  77. Remove real relation in non-discrete-time controlled if-statement. (details)
  78. Remove unnecessary noEvent (details)
  79. Fix broken link (#4211) (details)
  80. Use 1.14 instead of sqrt(1.3) (details)
  81. Update matio library to 1.5.24 (#4222) (details)
  82. Add all defined outputs of the test example into reference signals (details)
  83. Initialize output array C even when multiColoredSurface=false (details)
  84. Set modifier of 'C' being 'final' (details)
  85. Documentation: modifier 'C' shall be 'final' (details)
Commit 879247ef41338550c5e10dea5d055ce2502cf552 by Hans.Olsson
Give a proper definition of machine constants.
They are compatible with C, and usable.
Closes #2056
The file was modified Modelica/Constants.mo (diff)
Commit 080e592082a3f543bbc180900ecf5bbf7cfb26c2 by Hans.Olsson
Update description in ModelicaServices as well.
The file was modified ModelicaServices/package.mo (diff)
The file was modified ModelicaServices/package.mo (diff)
Commit eccdade37e27f856b79ba1308071812679ce00b6 by Tidefelt Henrik
Fix unit error in RobotR3.OneAxis
The file was modified Modelica/Mechanics/MultiBody/Examples/Systems/RobotR3/OneAxis.mo (diff)
Commit 183fe6d26cc8429cef7fcccbe03f2692bd4bdb59 by Tidefelt Henrik
Fix unit error in CCCVcharging
The file was modified Modelica/Electrical/Batteries/Examples/CCCVcharging.mo (diff)
Commit d2b2e2983f2439e6df44ba20c1aed308f3ca3b0d by Tidefelt Henrik
Use SI.Radius instead of SI.Length
The file was modified Modelica/Mechanics/MultiBody/Examples/Systems/RobotR3/OneAxis.mo (diff)
Commit 520ee5c6acf2883836bcb8fa8bbb63ce5e4b41b6 by 124154466+arunkumar-narasimhan
unify spelling of controllers

unify spelling of controllers by omitting dash in description and documentation
The file was modified Modelica/Blocks/Continuous.mo (diff)
The file was modified Modelica/Clocked/Examples/Systems/ControlledMixingUnit.mo (diff)
The file was modified Modelica/Electrical/Machines/Utilities/DQCurrentController.mo (diff)
The file was modified Modelica/Electrical/Machines/Examples/ControlledDCDrives/Utilities/LimitedPI.mo (diff)
The file was modified Modelica/Mechanics/MultiBody/Examples/Systems/RobotR3/Utilities/Controller.mo (diff)
Commit 1f85689a989cd91108e89914edf7d6ff77bc384b by noreply
Rename RiCurrent -> Isc

Co-authored-by: Hans Olsson <HansOlsson@users.noreply.github.com>
The file was modified Modelica/Electrical/Batteries/Examples/CCCVcharging.mo (diff)
Commit 1f422fc272dfc859b973cfc225897b755782b8cf by noreply
Adapt to renamed variable

Co-authored-by: Hans Olsson <HansOlsson@users.noreply.github.com>
The file was modified Modelica/Electrical/Batteries/Examples/CCCVcharging.mo (diff)
Commit 1969bc16e4ce9061608c5f4537677ce0153e38cc by noreply
Make it public, as suggested

Co-authored-by: Hans Olsson <HansOlsson@users.noreply.github.com>
The file was modified Modelica/Electrical/Batteries/Examples/CCCVcharging.mo (diff)
Commit a5851fae93f7c75db3dba8039b9743fde758e289 by noreply
lower case for controller in Modelica/Blocks/Continuous.mo

Co-authored-by: tobolar <tobolar@users.noreply.github.com>
The file was modified Modelica/Blocks/Continuous.mo (diff)
Commit bbc9464318aaeaadca3801135c78a16143553703 by noreply
lower case for controller in Modelica/Clocked/Examples/Systems/ControlledMixingUnit.mo

Co-authored-by: tobolar <tobolar@users.noreply.github.com>
The file was modified Modelica/Clocked/Examples/Systems/ControlledMixingUnit.mo (diff)
Commit 509f9b18e4c39f3b7c22a5bc0b25ce8e3e320041 by 124154466+arunkumar-narasimhan
unify spelling of controllers

unify spelling of controllers and lower case.
The file was modified Modelica/Thermal/HeatTransfer/Examples/ControlledTemperature.mo (diff)
The file was modified Modelica/Electrical/Machines/Utilities/VfController.mo (diff)
The file was modified Modelica/Magnetic/QuasiStatic/FundamentalWave/Utilities/VfController.mo (diff)
Commit 8c24779fa5e367932fcb5fc4d3d0f42d68775536 by jakub.tobolar
Fix false calculation of w (omega) when resolveInFrame == frame_resolve
The file was modified Modelica/Mechanics/MultiBody/Sensors/Internal/BasicAbsoluteAngularVelocity.mo (diff)
Commit 82d1b167e20e0decf632a8c9a2ea58f3c92415cb by jakub.tobolar
Add rotation about x-axis to enable a spatial motion
The file was modified ModelicaTest/MultiBody.mo (diff)
Commit 8196629c927d8e84ec1874de4d2dae3984060c01 by Hans.Olsson
Have a flag for avoiding unnecssary discontinuities.
Closes #3548
The file was modified Modelica/Blocks/Sources.mo (diff)
The file was modified Modelica/Blocks/Sources.mo (diff)
Commit e2d701435048d323071b5d838051657f0e5bb915 by Hans.Olsson
ExpSine is more complicated.
The file was modified Modelica/Blocks/Sources.mo (diff)
The file was modified Modelica/Blocks/Sources.mo (diff)
The file was modified Modelica/Blocks/Sources.mo (diff)
Commit 9a779840a267e7be41f600ce60fa4c4ce1f0cce3 by Hans.Olsson
Simplify the mean formula.
Closes #3906
The file was modified Modelica/Blocks/Math.mo (diff)
Commit 0aaecbb690c325297a2c87a45f26ebd3642fe8d2 by Hans.Olsson
Add startTime as well.
The file was modified Modelica/Blocks/Math.mo (diff)
Commit c4f4388f67c03eb5d9571ccf9ac794a1def4fefd by Hans.Olsson
Restore the use of t_eps just in case, but allow setting it to zero.
The file was modified Modelica/Blocks/Math.mo (diff)
Commit a93f6eb4aba876fe40da80c88fcc3476cbb01c84 by Hans.Olsson
And update description.
The file was modified Modelica/Blocks/Math.mo (diff)
The file was modified Modelica/Blocks/Sources.mo (diff)
Commit da7adc0caeb2e3bb83a3319113b88f45630ecd04 by noreply
Update Modelica/Blocks/Sources.mo

Co-authored-by: Henrik Tidefelt <henrikt@wolfram.com>
The file was modified Modelica/Blocks/Sources.mo (diff)
Commit 373ce59d249c434158cea370c26be51e645c3277 by noreply
Update Modelica/Blocks/Sources.mo

Co-authored-by: Henrik Tidefelt <henrikt@wolfram.com>
The file was modified Modelica/Blocks/Sources.mo (diff)
The file was modified Modelica/Blocks/Sources.mo (diff)
The file was modified Modelica/Blocks/Math.mo (diff)
Commit 930456a53476f9973ada6f44dbf7dda595ee4cba by Hans.Olsson
If the limits don't make sense use linear interpolation.
See https://github.com/modelica/ModelicaStandardLibrary/issues/4128#issuecomment-1589465543
The file was modified Modelica/Fluid/Utilities.mo (diff)
Commit dec16deb6ed0cc4062121631c1bcc2b24eadb54e by noreply
Fix typo

Co-authored-by: Thomas Beutlich <modelica@tbeu.de>
The file was modified ModelicaTest/MultiBody.mo (diff)
Commit 5eb42c52755a6823baa2c22b6b40097076689c75 by jakub.tobolar
Omit modifiers of animation parameters
The file was modified ModelicaTest/MultiBody.mo (diff)
Commit 4b0dbf652d725797960540a2bbdd8c2ebbd38f3b by noreply
Documentation and description for FluidHeatFlow library improved (#4141)

* Improved doc strings and documentation

* Improved documentation Updated

* Update ParallelCooling

* Lower case spelling of coolant

* Corrected misspelling of coolant in documentation of IndirectCooling.mo

Corrected misspelling of coolant in two instances of documentation

---------

Co-authored-by: Christian Kral <dr.christian.kral@gmail.com>
Co-authored-by: arunkumar-narasimhan <124154466+arunkumar-narasimhan@users.noreply.github.com>
The file was modified Modelica/Thermal/FluidHeatFlow/Examples/SimpleCooling.mo (diff)
The file was modified Modelica/Thermal/FluidHeatFlow/Examples/TwoMass.mo (diff)
The file was modified Modelica/Thermal/FluidHeatFlow/Examples/IndirectCooling.mo (diff)
The file was modified Modelica/Thermal/FluidHeatFlow/Examples/OneMass.mo (diff)
The file was modified Modelica/Thermal/FluidHeatFlow/Examples/ParallelCooling.mo (diff)
The file was modified Modelica/Thermal/FluidHeatFlow/Examples/ParallelPumpDropOut.mo (diff)
The file was modified Modelica/Thermal/FluidHeatFlow/Examples/PumpAndValve.mo (diff)
The file was modified Modelica/Thermal/FluidHeatFlow/Examples/PumpDropOut.mo (diff)
Commit e5a8ea165c21bad5a45ee39e8b893e50533dcfec by noreply
Update Modelica/Blocks/Sources.mo

Co-authored-by: Henrik Tidefelt <henrikt@wolfram.com>
The file was modified Modelica/Blocks/Sources.mo (diff)
The file was modified Modelica/Magnetic/FluxTubes/Shapes/HysteresisAndMagnets/GenericHystTellinenPermanentMagnet.mo (diff)
The file was modified Modelica/Magnetic/FundamentalWave/Examples/BasicMachines/SynchronousMachines/SMPM_Braking.mo (diff)
The file was modified Modelica/Electrical/Machines/Examples/SynchronousMachines/SMPM_Braking.mo (diff)
Commit 840729224b142a4290523a7462cac084b90f0a88 by Hans.Olsson
Remove all uses of unitFrequency. That was previously necessary when Gain.k had unit 1
The file was modified Modelica/Electrical/Machines/Examples/InductionMachines/IMC_Conveyor.mo (diff)
The file was modified Modelica/Magnetic/FundamentalWave/Examples/BasicMachines/InductionMachines/IMC_Conveyor.mo (diff)
The file was modified Modelica/Magnetic/QuasiStatic/FundamentalWave/Examples/BasicMachines/InductionMachines/IMC_Conveyor.mo (diff)
The file was modified Modelica/Blocks/Sources.mo (diff)
Commit f5f6ffb4ab2386f0584c086f98d704f269c3f7d9 by noreply
Added units to mathematical constants (#4155)

* Added units to mathematical constants
The file was modified Modelica/Constants.mo (diff)
Commit c64cc2c4a6e673ff0144890a095a58084e4768ab by noreply
Delete redundant points of polygon annotation of 'Spice3' connectors (#4135)

The file was modified Modelica/Electrical/Spice3.mo (diff)
Commit f31e29ee6a452cdfce97bf222dae66358f4fbff1 by Hans.Olsson
Fix unit for mu0.
This corrects an error introduced by #4155
The file was modified Modelica/Constants.mo (diff)
The file was modified Modelica/Constants.mo (diff)
Commit ddf880ed1d03e91bb086aab7504e9d5ff63b6b1f by 11094799+mestinso
Removed out-of-date/incorrect comment about epsilon_0
The file was modified Modelica/Constants.mo (diff)
Commit e55884bab622a7393af9234958c218ef5984fc70 by noreply
Fix codespell exceptions (CI) (#4165)

* Fix typos
* Fix codespell exceptions
The file was modified .github/workflows/checkCron.yml (diff)
The file was modified ModelicaTest/Electrical/Machines.mo (diff)
The file was modified Modelica/Magnetic/FundamentalWave/UsersGuide/Polyphase.mo (diff)
The file was modified ModelicaTest/Resources/Scripts/Dymola/pressureLoss/channel/dp_internalFlowOverall_DPMFLOW.mos (diff)
Commit ce36c079036c3ade1c2b9f6626daf358ca7fb05f by noreply
Delete successful and skipped workflow runs (#4177)

refs #4134
The file was modified .github/workflows/checkCron.yml (diff)
Commit b97253e89932b8683f50b8d5c738be71f048f0bb by modelica
Meke internally used ports of optional housing port and optional thermal port protected
The file was modified Modelica/Magnetic/QuasiStatic/FundamentalWave/BaseClasses/Machine.mo (diff)
The file was modified Modelica/Magnetic/FundamentalWave/BaseClasses/Machine.mo (diff)
Commit 64afc628ced4a5f79dafaec4f608ed7a67951768 by Hans.Olsson
Update annotations to be correct.
Fixes #4180
The file was modified Modelica/Magnetic/FundamentalWave/Examples/BasicMachines/InductionMachines/ComparisonPolyphase/IMS_Start_Polyphase.mo (diff)
The file was modified Modelica/Magnetic/QuasiStatic/FundamentalWave/Examples/BasicMachines/InductionMachines/IMC_Transformer.mo (diff)
The file was modified Modelica/Electrical/Polyphase/Examples/PolyphaseRectifier.mo (diff)
The file was modified Modelica/Magnetic/QuasiStatic/FundamentalWave/Examples/BasicMachines/InductionMachines/IMC_Conveyor.mo (diff)
The file was modified Modelica/Mechanics/Translational/Examples/Friction.mo (diff)
The file was modified Modelica/Units.mo (diff)
The file was modified Modelica/ComplexBlocks/ComplexMath/ComplexToReal.mo (diff)
The file was modified Modelica/Magnetic/QuasiStatic/FluxTubes/Basic/ElectroMagneticConverter.mo (diff)
The file was modified Modelica/Magnetic/QuasiStatic/FundamentalWave/Examples/BasicMachines/InductionMachines/IMS_Characteristics.mo (diff)
The file was modified Modelica/Clocked/RealSignals/Periodic/FIRbyCoefficients.mo (diff)
The file was modified Modelica/Magnetic/QuasiStatic/FundamentalWave/Examples/BasicMachines/SynchronousMachines/SMPM_Mains.mo (diff)
The file was modified Modelica/Magnetic/QuasiStatic/FluxTubes/package.mo (diff)
The file was modified Modelica/Magnetic/FundamentalWave/Examples/BasicMachines/SynchronousMachines/ComparisonPolyphase/SMPM_Inverter_Polyphase.mo (diff)
The file was modified Modelica/Magnetic/QuasiStatic/FluxTubes/Examples/FixedShapes/CuboidSections.mo (diff)
The file was modified Modelica/Magnetic/FundamentalWave/Examples/BasicMachines/InductionMachines/ComparisonPolyphase/IMC_DOL_Polyphase.mo (diff)
The file was modified Modelica/Clocked/ClockSignals/Interfaces/ClockInput.mo (diff)
The file was modified Modelica/Clocked/Examples/Systems/Utilities/ComponentsThrottleControl/Engine.mo (diff)
The file was modified Modelica/Magnetic/QuasiStatic/FluxTubes/Interfaces/AbsoluteSensor.mo (diff)
The file was modified Modelica/Magnetic/QuasiStatic/FluxTubes/Sensors/Transient/Permeability.mo (diff)
The file was modified Modelica/Mechanics/Translational/Components/Mass.mo (diff)
The file was modified Modelica/Magnetic/QuasiStatic/FluxTubes/Interfaces/PositiveMagneticPort.mo (diff)
The file was modified Modelica/Magnetic/QuasiStatic/FundamentalWave/Examples/BasicMachines/SynchronousMachines/SMPM_CurrentSource.mo (diff)
The file was modified Modelica/Clocked/ClockSignals/Clocks/Logical/PartialLogicalClock.mo (diff)
The file was modified Modelica/Magnetic/QuasiStatic/FundamentalWave/Examples/BasicMachines/SynchronousMachines/SMR_CurrentSource.mo (diff)
The file was modified Modelica/Clocked/RealSignals/Periodic/MovingAverage.mo (diff)
The file was modified Modelica/Electrical/Analog/Examples/OpAmps/OpAmpCircuits/Buffer.mo (diff)
The file was modified Modelica/Magnetic/QuasiStatic/FundamentalWave/Examples/BasicMachines/InductionMachines/IMC_Initialize.mo (diff)
The file was modified Modelica/Mechanics/Translational/Examples/SignConvention.mo (diff)
The file was modified Modelica/Magnetic/FundamentalWave/Examples/BasicMachines/SynchronousMachines/ComparisonPolyphase/SMR_Inverter_Polyphase.mo (diff)
The file was modified Modelica/Magnetic/QuasiStatic/FundamentalWave/Examples/BasicMachines/SynchronousMachines/SMPM_OpenCircuit.mo (diff)
The file was modified Modelica/Mechanics/MultiBody/package.mo (diff)
The file was modified Modelica/Magnetic/FundamentalWave/Examples/BasicMachines/SynchronousMachines/ComparisonPolyphase/SMEE_Generator_Polyphase.mo (diff)
The file was modified Modelica/Mechanics/MultiBody/Visualizers/Rectangle.mo (diff)
The file was modified Modelica/Magnetic/FundamentalWave/Examples/BasicMachines/InductionMachines/ComparisonPolyphase/IMC_DOL_CommonLeakage.mo (diff)
The file was modified Modelica/Magnetic/QuasiStatic/FluxTubes/Interfaces/NegativeMagneticPort.mo (diff)
The file was modified Modelica/Electrical/Machines/Sensors/SinCosResolver.mo (diff)
The file was modified Modelica/Magnetic/QuasiStatic/FluxTubes/Interfaces/RelativeSensor.mo (diff)
The file was modified Modelica/Clocked/Examples/Systems/ControlledMixingUnit.mo (diff)
The file was modified Modelica/Magnetic/QuasiStatic/FundamentalWave/Examples/BasicMachines/InductionMachines/IMC_YD.mo (diff)
Commit 0caca64996d7be30472e0cef98f5e3331549bb1a by noreply
Update Modelica/Magnetic/QuasiStatic/FundamentalWave/Examples/BasicMachines/SynchronousMachines/SMR_CurrentSource.mo
The file was modified Modelica/Magnetic/QuasiStatic/FundamentalWave/Examples/BasicMachines/SynchronousMachines/SMR_CurrentSource.mo (diff)
Commit 752257e809a510a1e91e60104809f5c044fe4a4b by noreply
Apply suggestions from code review

Revert
The file was modified Modelica/Mechanics/MultiBody/package.mo (diff)
The file was modified Modelica/Mechanics/MultiBody/Visualizers/Rectangle.mo (diff)
Commit b7fc17a62a8bf690dd37abb4a7cdbbd29b09963b by modelica
refs #4180 Fix Text annotation
The file was modified Modelica/Blocks/Discrete.mo (diff)
Commit 2db341bca680b8e75097e2df6668e191581877e8 by noreply
Update Modelica/Magnetic/QuasiStatic/FluxTubes/package.mo

Co-authored-by: tobolar <tobolar@users.noreply.github.com>
The file was modified Modelica/Magnetic/QuasiStatic/FluxTubes/package.mo (diff)
Commit 93695ee570dbd5689d0e6bfe9292965f571b0771 by noreply
Restore documentation (#4184)

Fix oversight of f2eec0eff074fe7e20a13593f8c9e07b8a20dd6f.
The file was modified Modelica/Mechanics/MultiBody/Visualizers/Internal/Lines.mo (diff)
Commit 76ec1028ea149c4c07ec8cb1d31defbdd3b0f502 by noreply
Fix regex to optionally ignore quoted strings (#4183)

Previously, a Text.lineColor annotation was not detected, if there was a closing parenthesis (within a quoted Text.textString annotation), e.g.

```
Text(extent={{-100,80},{-80,60}}, textString="1)", lineColor={0,0,255})
```
The file was modified .CI/check_deprecated_line_color.py (diff)
Commit 48988159d2ee243281be9a76a31d4c6a85b6d3a6 by noreply
Fix unit errors in ExternalCombiTimeTable constructor (#4188)

* Fix unit errors in ExternalCombiTimeTable constructor

The errors are in relation to how the constructor is called in Modelica.Blocks.Sources.CombiTimeTable.

* Don't assume use of scaled time
The file was modified Modelica/Blocks/Types.mo (diff)
Commit 85a329ec4dd113001f720730cafb9f7438044b15 by HansOlsson
Remove use of unknown variable useReset
The file was modified Modelica/Electrical/Analog/Examples/OpAmps/OpAmpCircuits/Integrator.mo (diff)
Commit e73cca103a749fd17d1ed3ca4d6c2e9621cae343 by HansOlsson
Remove unknown parameter multiColoredSurface. Note that the actual surface has =false for it.
The file was modified Modelica/Mechanics/MultiBody/Visualizers/Rectangle.mo (diff)
Commit aabd50b38f0311b1aa82f7a3b1af98f660d1197f by HansOlsson
The parameter 'target' does not exist.
The file was modified Modelica/Fluid/Dissipation.mo (diff)
Commit 25ca24b59f1df5726b7b1bf3a0804d1907987911 by HansOlsson
Correct use of incorrect parameter and enumeration. However, the basic design doesn't work.
The file was modified Modelica/Fluid/Dissipation.mo (diff)
Commit 30e4aa181cfe462e45177639f3247d1027ed2378 by HansOlsson
Remove unknown parameter useMeanDensity
The file was modified Modelica/Fluid/Dissipation.mo (diff)
Commit 2af5c182941b4465fd90d42acc8fba15b440aea3 by HansOlsson
KC and DP_Fric do not exist in this class
The file was modified Modelica/Fluid/Dissipation.mo (diff)
The file was modified Modelica/Fluid/Dissipation.mo (diff)
The file was modified Modelica/Mechanics/MultiBody/Visualizers/Rectangle.mo (diff)
Commit dbcda996c6017d70fe688d522a9af1c0dc88b56c by Hans.Olsson
As indicated in #4046 it we need to revert part of #4155 since it is causing too many regressions for a minor release.
With proposed unit-checking in Dymola this reduces the warnings from 2301 to 1224 (Most - but not all are unit-related.)

Obviously many of them could be corrected, but I don't see that we have the resources to focus on that for this minor release.
The first models found were CompareTransformers, SeriesResonance in Modelica.Electrical.Analog.Examples.
The file was modified Modelica/Constants.mo (diff)
Commit 4ada630599a3eb427f717c4f2c45e749dc2726c0 by Hans.Olsson
Correct units for normalizing vectors.
The file was modified Modelica/Mechanics/MultiBody/Frames/from_nxy.mo (diff)
The file was modified Modelica/Math/package.mo (diff)
The file was modified Modelica/Utilities/Internal.mo (diff)
The file was modified Modelica/Mechanics/MultiBody/Frames/TransformationMatrices/from_nxy.mo (diff)
Commit ecf5df5b2bbcb99239313eee3399946481314993 by noreply
Fix link to Holman2010 (#4199)

The file was modified Modelica/Thermal/HeatTransfer/UsersGuide/References.mo (diff)
Commit 010d6b9a25403634530b74f84006ab2d0d5f7d02 by noreply
Fix and add ITEA links (#4196)

The file was modified Modelica/Blocks/Continuous.mo (diff)
The file was modified Modelica/Fluid/Dissipation.mo (diff)
The file was modified Modelica/Fluid/package.mo (diff)
The file was modified Modelica/Electrical/Spice3.mo (diff)
The file was modified Modelica/package.mo (diff)
Commit 07a1839e9e243b3118fa8a69118ea94cd8257f87 by noreply
Fix broken links (#4202)

The file was modified Modelica/StateGraph.mo (diff)
The file was modified Modelica/Electrical/Batteries/Examples/CCCVcharging.mo (diff)
Commit 739babf23b20a7f34d1c04e5fb52f97cb71b728b by dr.christian.kral
Coordination of #4101: Fix unit errors
in other Batteries.Examples
The file was modified Modelica/Electrical/Batteries/Examples/CCCV_StackRC.mo (diff)
The file was modified Modelica/Electrical/Batteries/Examples/CCCV_Stack.mo (diff)
The file was modified Modelica/Electrical/Batteries/Examples/CCCV_CellRC.mo (diff)
The file was modified Modelica/Electrical/Batteries/Examples/CCCV_Cell.mo (diff)
The file was modified Modelica/Electrical/Batteries/Examples/CCCV_StackRC.mo (diff)
The file was modified Modelica/Electrical/Batteries/Examples/CCCV_Stack.mo (diff)
Commit 8450a8eb11d7925dc89475b2f63db2db563ba402 by dr.christian.kral
Close #4101: Fix unit error in a single PR
The file was modified Modelica/Electrical/Batteries/Examples/BatteryDischargeCharge.mo (diff)
The file was modified Modelica/Electrical/Batteries/Examples/CCCV_Cell.mo (diff)
Commit 8893d51aaef2b9f841be22dfc74e74878b494c97 by dr.christian.kral
Remove redundant diagram text for most Analog examples
The file was modified Modelica/Electrical/Analog/Examples/CharacteristicIdealDiodes.mo (diff)
The file was modified Modelica/Electrical/Analog/Examples/HeatingNPN_NORGate.mo (diff)
The file was modified Modelica/Electrical/Analog/Examples/CauerLowPassAnalog.mo (diff)
The file was modified Modelica/Electrical/Analog/Examples/ControlledSwitchWithArc.mo (diff)
The file was modified Modelica/Electrical/Analog/Examples/HeatingPNP_NORGate.mo (diff)
The file was modified Modelica/Electrical/Analog/Examples/CauerLowPassSC.mo (diff)
The file was modified Modelica/Electrical/Analog/Examples/HeatingMOSInverter.mo (diff)
The file was modified Modelica/Electrical/Analog/Examples/CauerLowPassOPV.mo (diff)
The file was modified Modelica/Electrical/Analog/Examples/DifferenceAmplifier.mo (diff)
The file was modified Modelica/Electrical/Analog/Examples/NandGate.mo (diff)
The file was modified Modelica/Electrical/Analog/Examples/ChuaCircuit.mo (diff)
The file was modified Modelica/Electrical/Analog/Examples/Rectifier.mo (diff)
The file was modified Modelica/Electrical/Analog/Examples/ShowVariableResistor.mo (diff)
The file was modified Modelica/Electrical/Analog/Examples/SwitchWithArc.mo (diff)
The file was modified Modelica/Electrical/Analog/Examples/CharacteristicThyristors.mo (diff)
The file was modified Modelica/Electrical/Analog/Examples/ShowSaturatingInductor.mo (diff)
The file was modified Modelica/Electrical/Analog/Examples/HeatingRectifier.mo (diff)
Commit 9ecd5a8474fcc5be2eef2087c279a3faa72fe727 by dr.christian.kral
Remove diagram text of CompareTransformers
The file was modified Modelica/Electrical/Analog/Examples/CompareTransformers.mo (diff)
Commit abb35f27c520d54b86ae55131e5ffbe6e163e21e by noreply
Fix factor 2 in calculation

Co-authored-by: Hans Olsson <HansOlsson@users.noreply.github.com>
The file was modified Modelica/Electrical/Batteries/Examples/CCCV_StackRC.mo (diff)
Commit 7e8ee42fb03dbdbd793140cf839ac16f003b80a1 by modelica
Update .mailmap file

Create by command

```
git log --raw | grep "^Author: " | sort | uniq | cut -d ' ' -f2- | sed 's/^//' > .mailmap
```

as reported by https://kevin.burke.dev/kevin/easy-maintenance-of-your-authors-file/
The file was modified .mailmap (diff)
Commit a2c282ea79f69e140853fe84c586d4d15a7ee99b by noreply
Remove duplicates in SignalNames of 10 examples of ModelicaTest (#4179)

See https://github.com/modelica/MAP-LIB_ReferenceResults/pull/6

Co-authored-by: Matthias Schaefer <matthias.schaefer@ltx.de>
The file was modified ModelicaTest/Resources/Reference/ModelicaTest/Blocks/Limiters/comparisonSignals.txt (diff)
The file was modified ModelicaTest/Resources/Reference/ModelicaTest/MultiBody/Joints/JointRRR/comparisonSignals.txt (diff)
The file was modified ModelicaTest/Resources/Reference/ModelicaTest/MultiBody/Joints/JointSSR/comparisonSignals.txt (diff)
The file was modified ModelicaTest/Resources/Reference/ModelicaTest/Fluid/Dissipation/Verifications/HeatTransfer/Channel/kc_evenGapLaminar/comparisonSignals.txt (diff)
The file was modified ModelicaTest/Resources/Reference/ModelicaTest/Fluid/Dissipation/Verifications/PressureLoss/Orifice/dp_thickEdgedOverall_DPMFLOW/comparisonSignals.txt (diff)
The file was modified ModelicaTest/Resources/Reference/ModelicaTest/MultiBody/Joints/JointRRP/comparisonSignals.txt (diff)
The file was modified ModelicaTest/Resources/Reference/ModelicaTest/MultiBody/Joints/JointUSR/comparisonSignals.txt (diff)
The file was modified ModelicaTest/Resources/Reference/ModelicaTest/Fluid/Dissipation/Verifications/PressureLoss/Orifice/dp_suddenChange_DPMFLOW/comparisonSignals.txt (diff)
The file was modified ModelicaTest/Resources/Reference/ModelicaTest/MultiBody/Joints/JointSSP/comparisonSignals.txt (diff)
The file was modified ModelicaTest/Resources/Reference/ModelicaTest/MultiBody/Joints/JointUSP/comparisonSignals.txt (diff)
Commit d3ad60c312774a1bf84a74e830ccd55abcfb09d2 by noreply
Fix codespell exceptions (#4203)

* Fix typos
* Fix codespell exceptions
The file was modified Modelica/Electrical/Analog/Examples/Lines/SmoothStep.mo (diff)
The file was modified .github/workflows/checkCron.yml (diff)
The file was modified Modelica/Electrical/PowerConverters/Examples/ACAC/Dimmer_RL.mo (diff)
Commit a66c9e086393e6a6cd51a980eeae4a1aca2bc9c7 by noreply
Remove real relation in non-discrete-time controlled if-statement.
The file was modified Modelica/Blocks/Sources.mo (diff)
Commit a112cfd77ded432bfedea66e3f01223c2376a11d by noreply
Remove unnecessary noEvent

Co-authored-by: Hans Olsson <HansOlsson@users.noreply.github.com>
The file was modified Modelica/Blocks/Sources.mo (diff)
Commit 7eb8241b8c99bfc122dc61f9d6ea144e7c940cc2 by noreply
Fix broken link (#4211)

The file was modified Modelica/Magnetic/FluxTubes/UsersGuide/Literature.mo (diff)
Commit 8923341bd5f7c3e20d3e1537dc24a530295e6ea0 by Tidefelt Henrik
Use 1.14 instead of sqrt(1.3)

Acting on thumbs up only for this change in PR discussion.
The file was modified Modelica/Mechanics/MultiBody/Examples/Systems/RobotR3/OneAxis.mo (diff)
Commit 84c308e21d709ee6f8d0a09f843f08b886ee051c by noreply
Update matio library to 1.5.24 (#4222)

The file was modified Modelica/Resources/C-Sources/ModelicaMatIO.c (diff)
The file was modified Modelica/Resources/Licenses/LICENSE_ModelicaMatIO.txt (diff)
The file was modified Modelica/Resources/C-Sources/ModelicaMatIO.h (diff)
Commit e2661ccf0b38e5e8deee1605d932f8e7d66f7df1 by tobolar
Add all defined outputs of the test example into reference signals
The file was modified ModelicaTest/Resources/Reference/ModelicaTest/Blocks/Mean/comparisonSignals.txt (diff)
Commit 0716d37371534f25c8eb8593f9dfebfe7eb5d94e by tobolar
Initialize output array C even when multiColoredSurface=false
The file was modified Modelica/Mechanics/MultiBody/Interfaces/partialSurfaceCharacteristic.mo (diff)
The file was modified Modelica/Mechanics/MultiBody/Visualizers/Advanced/SurfaceCharacteristics/rectangle.mo (diff)
The file was modified Modelica/Mechanics/MultiBody/Visualizers/Advanced/SurfaceCharacteristics/torus.mo (diff)
Commit f151cdad94b0a8123a8b20944d3dec43261db5e5 by tobolar
Set modifier of 'C' being 'final'
The file was modified Modelica/Mechanics/MultiBody/Visualizers/Advanced/SurfaceCharacteristics/torus.mo (diff)
The file was modified Modelica/Mechanics/MultiBody/Visualizers/Advanced/SurfaceCharacteristics/rectangle.mo (diff)
Commit f7f4aa8c785ff287ca5ac807146a51fb0b041085 by tobolar
Documentation: modifier 'C' shall be 'final'
The file was modified Modelica/Mechanics/MultiBody/Interfaces/partialSurfaceCharacteristic.mo (diff)