Skip to content

Changes

Summary

  1. Reduce guess for initial temperature difference across wall. (details)
  2. Use prefix style 'quantity' for FixedBoundary.X (details)
  3. Remove modification of 'quantity' (details)
  4. Remove empty modifications (details)
  5. Fix unit error in RobotR3.OneAxis (details)
  6. Fix unit errors in ArmatureStroke (details)
  7. Fix unit error in CCCVcharging (details)
  8. Use SI.Radius instead of SI.Length (details)
  9. Rename RiCurrent -> Isc (details)
  10. Adapt to renamed variable (details)
  11. Make it public, as suggested (details)
  12. Have a flag for avoiding unnecssary discontinuities. (details)
  13. Add smooth. (details)
  14. ExpSine is more complicated. (details)
  15. oops (details)
  16. Fix syntax. (details)
  17. Simplify the mean formula. (details)
  18. Add startTime as well. (details)
  19. Restore the use of t_eps just in case, but allow setting it to zero. (details)
  20. And update description. (details)
  21. Avoid smoothness. (details)
  22. Update Modelica/Blocks/Sources.mo (details)
  23. Update Modelica/Blocks/Sources.mo (details)
  24. Rephrase (details)
  25. Simpler. (details)
  26. Update Modelica/Blocks/Sources.mo (details)
  27. Remove unit-casting (details)
  28. Remove all uses of unitFrequency. That was previously necessary when Gain.k had unit 1 (details)
  29. Add Evaluate=true. (details)
  30. As indicated in #4046 it we need to revert part of #4155 since it is causing too many regressions for a minor release. (details)
  31. Correct units for normalizing vectors. (details)
  32. Fix and add ITEA links (#4196) (details)
  33. Fix broken links (#4202) (details)
  34. Remove public (details)
  35. Coordination of #4101: Fix unit errors (details)
  36. Fix instance names (details)
  37. Close #4101: Fix unit error in a single PR (details)
  38. Remove blanks (details)
  39. Remove redundant diagram text for most Analog examples (details)
  40. Remove diagram text of CompareTransformers (details)
  41. Fix factor 2 in calculation (details)
  42. Update .mailmap file (details)
  43. Remove duplicates in SignalNames of 10 examples of ModelicaTest (#4179) (details)
  44. Fix codespell exceptions (#4203) (details)
  45. Remove real relation in non-discrete-time controlled if-statement. (details)
  46. Remove unnecessary noEvent (details)
  47. Fix broken link (#4211) (details)
  48. Use 1.14 instead of sqrt(1.3) (details)
  49. Update matio library to 1.5.24 (#4222) (details)
  50. Add all defined outputs of the test example into reference signals (details)
  51. Initialize output array C even when multiColoredSurface=false (details)
  52. Set modifier of 'C' being 'final' (details)
  53. Documentation: modifier 'C' shall be 'final' (details)
  54. refs #4174: Fix (and rename) parameters (#4176) (details)
Commit e0ce0518577c60a4ca40cd7d78603cb419d65f4c by Hans.Olsson
Reduce guess for initial temperature difference across wall.

The reason is two-fold:
* It is an order of magnitude too large.
* In some configurations it can cause simulation problems.
The file was modified Modelica/Fluid/Examples/HeatExchanger.mo (diff)
Commit 5914d55120ebd6ba05bce95e13e99113eec54de3 by Tidefelt Henrik
Use prefix style 'quantity' for FixedBoundary.X

This follows the style in Modelica.Media.Interfaces.PartialMedium.MassFlowRate and gives tools a chance of making sense of the quantity.
The file was modified Modelica/Fluid/Sources.mo (diff)
Commit 29b261acb5017fe17153c1b2271b6d2500287017 by noreply
Remove modification of 'quantity'
The file was modified Modelica/Fluid/Sources.mo (diff)
Commit e5e9f2920219e45a561bc9318c7e40fb24836686 by Tidefelt Henrik
Remove empty modifications
The file was modified Modelica/Fluid/Sources.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 c0d8c3409a4f5b22124765bb46345d2bdcf21015 by Tidefelt Henrik
Fix unit errors in ArmatureStroke
The file was modified Modelica/Magnetic/FluxTubes/Examples/MovingCoilActuator/ArmatureStroke.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 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 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 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/Electrical/Machines/Examples/SynchronousMachines/SMPM_Braking.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)
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/QuasiStatic/FundamentalWave/Examples/BasicMachines/InductionMachines/IMC_Conveyor.mo (diff)
The file was modified Modelica/Magnetic/FundamentalWave/Examples/BasicMachines/InductionMachines/IMC_Conveyor.mo (diff)
The file was modified Modelica/Blocks/Sources.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/Utilities/Internal.mo (diff)
The file was modified Modelica/Math/package.mo (diff)
The file was modified Modelica/Mechanics/MultiBody/Frames/TransformationMatrices/from_nxy.mo (diff)
Commit 010d6b9a25403634530b74f84006ab2d0d5f7d02 by noreply
Fix and add ITEA links (#4196)

The file was modified Modelica/Electrical/Spice3.mo (diff)
The file was modified Modelica/Blocks/Continuous.mo (diff)
The file was modified Modelica/Fluid/package.mo (diff)
The file was modified Modelica/Fluid/Dissipation.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_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)
The file was modified Modelica/Electrical/Batteries/Examples/CCCV_CellRC.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/CauerLowPassOPV.mo (diff)
The file was modified Modelica/Electrical/Analog/Examples/ControlledSwitchWithArc.mo (diff)
The file was modified Modelica/Electrical/Analog/Examples/NandGate.mo (diff)
The file was modified Modelica/Electrical/Analog/Examples/ShowSaturatingInductor.mo (diff)
The file was modified Modelica/Electrical/Analog/Examples/CauerLowPassAnalog.mo (diff)
The file was modified Modelica/Electrical/Analog/Examples/HeatingMOSInverter.mo (diff)
The file was modified Modelica/Electrical/Analog/Examples/CharacteristicIdealDiodes.mo (diff)
The file was modified Modelica/Electrical/Analog/Examples/CharacteristicThyristors.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/HeatingPNP_NORGate.mo (diff)
The file was modified Modelica/Electrical/Analog/Examples/HeatingRectifier.mo (diff)
The file was modified Modelica/Electrical/Analog/Examples/HeatingNPN_NORGate.mo (diff)
The file was modified Modelica/Electrical/Analog/Examples/CauerLowPassSC.mo (diff)
The file was modified Modelica/Electrical/Analog/Examples/DifferenceAmplifier.mo (diff)
The file was modified Modelica/Electrical/Analog/Examples/ChuaCircuit.mo (diff)
The file was modified Modelica/Electrical/Analog/Examples/Rectifier.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/MultiBody/Joints/JointRRP/comparisonSignals.txt (diff)
The file was modified ModelicaTest/Resources/Reference/ModelicaTest/MultiBody/Joints/JointUSP/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/MultiBody/Joints/JointRRR/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/Blocks/Limiters/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/Fluid/Dissipation/Verifications/PressureLoss/Orifice/dp_thickEdgedOverall_DPMFLOW/comparisonSignals.txt (diff)
The file was modified ModelicaTest/Resources/Reference/ModelicaTest/MultiBody/Joints/JointSSR/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 Modelica/Electrical/PowerConverters/Examples/ACAC/Dimmer_RL.mo (diff)
The file was modified .github/workflows/checkCron.yml (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.h (diff)
The file was modified Modelica/Resources/C-Sources/ModelicaMatIO.c (diff)
The file was modified Modelica/Resources/Licenses/LICENSE_ModelicaMatIO.txt (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/Visualizers/Advanced/SurfaceCharacteristics/torus.mo (diff)
The file was modified Modelica/Mechanics/MultiBody/Visualizers/Advanced/SurfaceCharacteristics/rectangle.mo (diff)
The file was modified Modelica/Mechanics/MultiBody/Interfaces/partialSurfaceCharacteristic.mo (diff)
Commit f151cdad94b0a8123a8b20944d3dec43261db5e5 by tobolar
Set modifier of 'C' being 'final'
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 f7f4aa8c785ff287ca5ac807146a51fb0b041085 by tobolar
Documentation: modifier 'C' shall be 'final'
The file was modified Modelica/Mechanics/MultiBody/Interfaces/partialSurfaceCharacteristic.mo (diff)
Commit 26fc7f6698d655de44923f4799c7146fd2ea4f38 by noreply
refs #4174: Fix (and rename) parameters (#4176)

The file was modified Modelica/Electrical/Digital.mo (diff)

Summary

  1. Reduce guess for initial temperature difference across wall. (details)
  2. Use prefix style 'quantity' for FixedBoundary.X (details)
  3. Remove modification of 'quantity' (details)
  4. Remove empty modifications (details)
  5. Fix unit error in RobotR3.OneAxis (details)
  6. Fix unit errors in ArmatureStroke (details)
  7. Fix unit error in CCCVcharging (details)
  8. Use SI.Radius instead of SI.Length (details)
  9. Rename RiCurrent -> Isc (details)
  10. Adapt to renamed variable (details)
  11. Make it public, as suggested (details)
  12. Have a flag for avoiding unnecssary discontinuities. (details)
  13. Add smooth. (details)
  14. ExpSine is more complicated. (details)
  15. oops (details)
  16. Fix syntax. (details)
  17. Simplify the mean formula. (details)
  18. Add startTime as well. (details)
  19. Restore the use of t_eps just in case, but allow setting it to zero. (details)
  20. And update description. (details)
  21. Avoid smoothness. (details)
  22. Update Modelica/Blocks/Sources.mo (details)
  23. Update Modelica/Blocks/Sources.mo (details)
  24. Rephrase (details)
  25. Simpler. (details)
  26. Update Modelica/Blocks/Sources.mo (details)
  27. Remove unit-casting (details)
  28. Remove all uses of unitFrequency. That was previously necessary when Gain.k had unit 1 (details)
  29. Add Evaluate=true. (details)
  30. As indicated in #4046 it we need to revert part of #4155 since it is causing too many regressions for a minor release. (details)
  31. Correct units for normalizing vectors. (details)
  32. Fix and add ITEA links (#4196) (details)
  33. Fix broken links (#4202) (details)
  34. Remove public (details)
  35. Coordination of #4101: Fix unit errors (details)
  36. Fix instance names (details)
  37. Close #4101: Fix unit error in a single PR (details)
  38. Remove blanks (details)
  39. Remove redundant diagram text for most Analog examples (details)
  40. Remove diagram text of CompareTransformers (details)
  41. Fix factor 2 in calculation (details)
  42. Update .mailmap file (details)
  43. Remove duplicates in SignalNames of 10 examples of ModelicaTest (#4179) (details)
  44. Fix codespell exceptions (#4203) (details)
  45. Remove real relation in non-discrete-time controlled if-statement. (details)
  46. Remove unnecessary noEvent (details)
  47. Fix broken link (#4211) (details)
  48. Use 1.14 instead of sqrt(1.3) (details)
  49. Update matio library to 1.5.24 (#4222) (details)
  50. Add all defined outputs of the test example into reference signals (details)
  51. Initialize output array C even when multiColoredSurface=false (details)
  52. Set modifier of 'C' being 'final' (details)
  53. Documentation: modifier 'C' shall be 'final' (details)
  54. refs #4174: Fix (and rename) parameters (#4176) (details)
Commit e0ce0518577c60a4ca40cd7d78603cb419d65f4c by Hans.Olsson
Reduce guess for initial temperature difference across wall.

The reason is two-fold:
* It is an order of magnitude too large.
* In some configurations it can cause simulation problems.
The file was modified Modelica/Fluid/Examples/HeatExchanger.mo (diff)
Commit 5914d55120ebd6ba05bce95e13e99113eec54de3 by Tidefelt Henrik
Use prefix style 'quantity' for FixedBoundary.X

This follows the style in Modelica.Media.Interfaces.PartialMedium.MassFlowRate and gives tools a chance of making sense of the quantity.
The file was modified Modelica/Fluid/Sources.mo (diff)
Commit 29b261acb5017fe17153c1b2271b6d2500287017 by noreply
Remove modification of 'quantity'
The file was modified Modelica/Fluid/Sources.mo (diff)
Commit e5e9f2920219e45a561bc9318c7e40fb24836686 by Tidefelt Henrik
Remove empty modifications
The file was modified Modelica/Fluid/Sources.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 c0d8c3409a4f5b22124765bb46345d2bdcf21015 by Tidefelt Henrik
Fix unit errors in ArmatureStroke
The file was modified Modelica/Magnetic/FluxTubes/Examples/MovingCoilActuator/ArmatureStroke.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 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 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 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/Electrical/Machines/Examples/SynchronousMachines/SMPM_Braking.mo (diff)
The file was modified Modelica/Magnetic/FundamentalWave/Examples/BasicMachines/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/Magnetic/QuasiStatic/FundamentalWave/Examples/BasicMachines/InductionMachines/IMC_Conveyor.mo (diff)
The file was modified Modelica/Magnetic/FundamentalWave/Examples/BasicMachines/InductionMachines/IMC_Conveyor.mo (diff)
The file was modified Modelica/Electrical/Machines/Examples/InductionMachines/IMC_Conveyor.mo (diff)
The file was modified Modelica/Blocks/Sources.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/TransformationMatrices/from_nxy.mo (diff)
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)
Commit 010d6b9a25403634530b74f84006ab2d0d5f7d02 by noreply
Fix and add ITEA links (#4196)

The file was modified Modelica/Electrical/Spice3.mo (diff)
The file was modified Modelica/Blocks/Continuous.mo (diff)
The file was modified Modelica/package.mo (diff)
The file was modified Modelica/Fluid/package.mo (diff)
The file was modified Modelica/Fluid/Dissipation.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_CellRC.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)
The file was modified Modelica/Electrical/Batteries/Examples/CCCV_Cell.mo (diff)
The file was modified Modelica/Electrical/Batteries/Examples/CCCV_Stack.mo (diff)
The file was modified Modelica/Electrical/Batteries/Examples/CCCV_StackRC.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/NandGate.mo (diff)
The file was modified Modelica/Electrical/Analog/Examples/CauerLowPassAnalog.mo (diff)
The file was modified Modelica/Electrical/Analog/Examples/HeatingRectifier.mo (diff)
The file was modified Modelica/Electrical/Analog/Examples/HeatingPNP_NORGate.mo (diff)
The file was modified Modelica/Electrical/Analog/Examples/ShowSaturatingInductor.mo (diff)
The file was modified Modelica/Electrical/Analog/Examples/CauerLowPassOPV.mo (diff)
The file was modified Modelica/Electrical/Analog/Examples/ShowVariableResistor.mo (diff)
The file was modified Modelica/Electrical/Analog/Examples/HeatingNPN_NORGate.mo (diff)
The file was modified Modelica/Electrical/Analog/Examples/ChuaCircuit.mo (diff)
The file was modified Modelica/Electrical/Analog/Examples/ControlledSwitchWithArc.mo (diff)
The file was modified Modelica/Electrical/Analog/Examples/HeatingMOSInverter.mo (diff)
The file was modified Modelica/Electrical/Analog/Examples/DifferenceAmplifier.mo (diff)
The file was modified Modelica/Electrical/Analog/Examples/SwitchWithArc.mo (diff)
The file was modified Modelica/Electrical/Analog/Examples/CauerLowPassSC.mo (diff)
The file was modified Modelica/Electrical/Analog/Examples/CharacteristicThyristors.mo (diff)
The file was modified Modelica/Electrical/Analog/Examples/Rectifier.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/Fluid/Dissipation/Verifications/PressureLoss/Orifice/dp_suddenChange_DPMFLOW/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/MultiBody/Joints/JointSSP/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/JointRRR/comparisonSignals.txt (diff)
The file was modified ModelicaTest/Resources/Reference/ModelicaTest/MultiBody/Joints/JointUSP/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/Blocks/Limiters/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/Fluid/Dissipation/Verifications/HeatTransfer/Channel/kc_evenGapLaminar/comparisonSignals.txt (diff)
Commit d3ad60c312774a1bf84a74e830ccd55abcfb09d2 by noreply
Fix codespell exceptions (#4203)

* Fix typos
* Fix codespell exceptions
The file was modified Modelica/Electrical/PowerConverters/Examples/ACAC/Dimmer_RL.mo (diff)
The file was modified Modelica/Electrical/Analog/Examples/Lines/SmoothStep.mo (diff)
The file was modified .github/workflows/checkCron.yml (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.h (diff)
The file was modified Modelica/Resources/Licenses/LICENSE_ModelicaMatIO.txt (diff)
The file was modified Modelica/Resources/C-Sources/ModelicaMatIO.c (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/Visualizers/Advanced/SurfaceCharacteristics/rectangle.mo (diff)
The file was modified Modelica/Mechanics/MultiBody/Visualizers/Advanced/SurfaceCharacteristics/torus.mo (diff)
The file was modified Modelica/Mechanics/MultiBody/Interfaces/partialSurfaceCharacteristic.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)
Commit 26fc7f6698d655de44923f4799c7146fd2ea4f38 by noreply
refs #4174: Fix (and rename) parameters (#4176)

The file was modified Modelica/Electrical/Digital.mo (diff)

Summary

  1. Reduce guess for initial temperature difference across wall. (details)
  2. Use prefix style 'quantity' for FixedBoundary.X (details)
  3. Remove modification of 'quantity' (details)
  4. Remove empty modifications (details)
  5. Fix unit error in RobotR3.OneAxis (details)
  6. Fix unit errors in ArmatureStroke (details)
  7. Fix unit error in CCCVcharging (details)
  8. Use SI.Radius instead of SI.Length (details)
  9. Rename RiCurrent -> Isc (details)
  10. Adapt to renamed variable (details)
  11. Make it public, as suggested (details)
  12. Have a flag for avoiding unnecssary discontinuities. (details)
  13. Add smooth. (details)
  14. ExpSine is more complicated. (details)
  15. oops (details)
  16. Fix syntax. (details)
  17. Simplify the mean formula. (details)
  18. Add startTime as well. (details)
  19. Restore the use of t_eps just in case, but allow setting it to zero. (details)
  20. And update description. (details)
  21. Avoid smoothness. (details)
  22. Update Modelica/Blocks/Sources.mo (details)
  23. Update Modelica/Blocks/Sources.mo (details)
  24. Rephrase (details)
  25. Simpler. (details)
  26. Update Modelica/Blocks/Sources.mo (details)
  27. Remove unit-casting (details)
  28. Remove all uses of unitFrequency. That was previously necessary when Gain.k had unit 1 (details)
  29. Add Evaluate=true. (details)
  30. As indicated in #4046 it we need to revert part of #4155 since it is causing too many regressions for a minor release. (details)
  31. Correct units for normalizing vectors. (details)
  32. Fix and add ITEA links (#4196) (details)
  33. Fix broken links (#4202) (details)
  34. Remove public (details)
  35. Coordination of #4101: Fix unit errors (details)
  36. Fix instance names (details)
  37. Close #4101: Fix unit error in a single PR (details)
  38. Remove blanks (details)
  39. Remove redundant diagram text for most Analog examples (details)
  40. Remove diagram text of CompareTransformers (details)
  41. Fix factor 2 in calculation (details)
  42. Update .mailmap file (details)
  43. Remove duplicates in SignalNames of 10 examples of ModelicaTest (#4179) (details)
  44. Fix codespell exceptions (#4203) (details)
  45. Remove real relation in non-discrete-time controlled if-statement. (details)
  46. Remove unnecessary noEvent (details)
  47. Fix broken link (#4211) (details)
  48. Use 1.14 instead of sqrt(1.3) (details)
  49. Update matio library to 1.5.24 (#4222) (details)
  50. Add all defined outputs of the test example into reference signals (details)
  51. Initialize output array C even when multiColoredSurface=false (details)
  52. Set modifier of 'C' being 'final' (details)
  53. Documentation: modifier 'C' shall be 'final' (details)
  54. refs #4174: Fix (and rename) parameters (#4176) (details)
Commit e0ce0518577c60a4ca40cd7d78603cb419d65f4c by Hans.Olsson
Reduce guess for initial temperature difference across wall.

The reason is two-fold:
* It is an order of magnitude too large.
* In some configurations it can cause simulation problems.
The file was modified Modelica/Fluid/Examples/HeatExchanger.mo (diff)
Commit 5914d55120ebd6ba05bce95e13e99113eec54de3 by Tidefelt Henrik
Use prefix style 'quantity' for FixedBoundary.X

This follows the style in Modelica.Media.Interfaces.PartialMedium.MassFlowRate and gives tools a chance of making sense of the quantity.
The file was modified Modelica/Fluid/Sources.mo (diff)
Commit 29b261acb5017fe17153c1b2271b6d2500287017 by noreply
Remove modification of 'quantity'
The file was modified Modelica/Fluid/Sources.mo (diff)
Commit e5e9f2920219e45a561bc9318c7e40fb24836686 by Tidefelt Henrik
Remove empty modifications
The file was modified Modelica/Fluid/Sources.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 c0d8c3409a4f5b22124765bb46345d2bdcf21015 by Tidefelt Henrik
Fix unit errors in ArmatureStroke
The file was modified Modelica/Magnetic/FluxTubes/Examples/MovingCoilActuator/ArmatureStroke.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 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 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 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/Electrical/Machines/Examples/SynchronousMachines/SMPM_Braking.mo (diff)
The file was modified Modelica/Magnetic/FundamentalWave/Examples/BasicMachines/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/QuasiStatic/FundamentalWave/Examples/BasicMachines/InductionMachines/IMC_Conveyor.mo (diff)
The file was modified Modelica/Magnetic/FundamentalWave/Examples/BasicMachines/InductionMachines/IMC_Conveyor.mo (diff)
The file was modified Modelica/Blocks/Sources.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/Mechanics/MultiBody/Frames/TransformationMatrices/from_nxy.mo (diff)
The file was modified Modelica/Math/package.mo (diff)
The file was modified Modelica/Utilities/Internal.mo (diff)
Commit 010d6b9a25403634530b74f84006ab2d0d5f7d02 by noreply
Fix and add ITEA links (#4196)

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)
The file was modified Modelica/Blocks/Continuous.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_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)
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/ShowSaturatingInductor.mo (diff)
The file was modified Modelica/Electrical/Analog/Examples/CharacteristicIdealDiodes.mo (diff)
The file was modified Modelica/Electrical/Analog/Examples/CharacteristicThyristors.mo (diff)
The file was modified Modelica/Electrical/Analog/Examples/ControlledSwitchWithArc.mo (diff)
The file was modified Modelica/Electrical/Analog/Examples/HeatingNPN_NORGate.mo (diff)
The file was modified Modelica/Electrical/Analog/Examples/CauerLowPassSC.mo (diff)
The file was modified Modelica/Electrical/Analog/Examples/HeatingRectifier.mo (diff)
The file was modified Modelica/Electrical/Analog/Examples/ShowVariableResistor.mo (diff)
The file was modified Modelica/Electrical/Analog/Examples/Rectifier.mo (diff)
The file was modified Modelica/Electrical/Analog/Examples/DifferenceAmplifier.mo (diff)
The file was modified Modelica/Electrical/Analog/Examples/HeatingMOSInverter.mo (diff)
The file was modified Modelica/Electrical/Analog/Examples/HeatingPNP_NORGate.mo (diff)
The file was modified Modelica/Electrical/Analog/Examples/NandGate.mo (diff)
The file was modified Modelica/Electrical/Analog/Examples/SwitchWithArc.mo (diff)
The file was modified Modelica/Electrical/Analog/Examples/ChuaCircuit.mo (diff)
The file was modified Modelica/Electrical/Analog/Examples/CauerLowPassAnalog.mo (diff)
The file was modified Modelica/Electrical/Analog/Examples/CauerLowPassOPV.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/MultiBody/Joints/JointSSR/comparisonSignals.txt (diff)
The file was modified ModelicaTest/Resources/Reference/ModelicaTest/MultiBody/Joints/JointUSP/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/JointRRR/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/MultiBody/Joints/JointSSP/comparisonSignals.txt (diff)
The file was modified ModelicaTest/Resources/Reference/ModelicaTest/Blocks/Limiters/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/Fluid/Dissipation/Verifications/HeatTransfer/Channel/kc_evenGapLaminar/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 Modelica/Electrical/PowerConverters/Examples/ACAC/Dimmer_RL.mo (diff)
The file was modified .github/workflows/checkCron.yml (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/Licenses/LICENSE_ModelicaMatIO.txt (diff)
The file was modified Modelica/Resources/C-Sources/ModelicaMatIO.c (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/Visualizers/Advanced/SurfaceCharacteristics/rectangle.mo (diff)
The file was modified Modelica/Mechanics/MultiBody/Interfaces/partialSurfaceCharacteristic.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/rectangle.mo (diff)
The file was modified Modelica/Mechanics/MultiBody/Visualizers/Advanced/SurfaceCharacteristics/torus.mo (diff)
Commit f7f4aa8c785ff287ca5ac807146a51fb0b041085 by tobolar
Documentation: modifier 'C' shall be 'final'
The file was modified Modelica/Mechanics/MultiBody/Interfaces/partialSurfaceCharacteristic.mo (diff)
Commit 26fc7f6698d655de44923f4799c7146fd2ea4f38 by noreply
refs #4174: Fix (and rename) parameters (#4176)

The file was modified Modelica/Electrical/Digital.mo (diff)

Summary

  1. Reduce guess for initial temperature difference across wall. (details)
  2. Use prefix style 'quantity' for FixedBoundary.X (details)
  3. Remove modification of 'quantity' (details)
  4. Remove empty modifications (details)
  5. Fix unit error in RobotR3.OneAxis (details)
  6. Fix unit errors in ArmatureStroke (details)
  7. Fix unit error in CCCVcharging (details)
  8. Use SI.Radius instead of SI.Length (details)
  9. Rename RiCurrent -> Isc (details)
  10. Adapt to renamed variable (details)
  11. Make it public, as suggested (details)
  12. Have a flag for avoiding unnecssary discontinuities. (details)
  13. Add smooth. (details)
  14. ExpSine is more complicated. (details)
  15. oops (details)
  16. Fix syntax. (details)
  17. Simplify the mean formula. (details)
  18. Add startTime as well. (details)
  19. Restore the use of t_eps just in case, but allow setting it to zero. (details)
  20. And update description. (details)
  21. Avoid smoothness. (details)
  22. Update Modelica/Blocks/Sources.mo (details)
  23. Update Modelica/Blocks/Sources.mo (details)
  24. Rephrase (details)
  25. Simpler. (details)
  26. Update Modelica/Blocks/Sources.mo (details)
  27. Remove unit-casting (details)
  28. Remove all uses of unitFrequency. That was previously necessary when Gain.k had unit 1 (details)
  29. Add Evaluate=true. (details)
  30. As indicated in #4046 it we need to revert part of #4155 since it is causing too many regressions for a minor release. (details)
  31. Correct units for normalizing vectors. (details)
  32. Fix and add ITEA links (#4196) (details)
  33. Fix broken links (#4202) (details)
  34. Remove public (details)
  35. Coordination of #4101: Fix unit errors (details)
  36. Fix instance names (details)
  37. Close #4101: Fix unit error in a single PR (details)
  38. Remove blanks (details)
  39. Remove redundant diagram text for most Analog examples (details)
  40. Remove diagram text of CompareTransformers (details)
  41. Fix factor 2 in calculation (details)
  42. Update .mailmap file (details)
  43. Remove duplicates in SignalNames of 10 examples of ModelicaTest (#4179) (details)
  44. Fix codespell exceptions (#4203) (details)
  45. Remove real relation in non-discrete-time controlled if-statement. (details)
  46. Remove unnecessary noEvent (details)
  47. Fix broken link (#4211) (details)
  48. Use 1.14 instead of sqrt(1.3) (details)
  49. Update matio library to 1.5.24 (#4222) (details)
  50. Add all defined outputs of the test example into reference signals (details)
  51. Initialize output array C even when multiColoredSurface=false (details)
  52. Set modifier of 'C' being 'final' (details)
  53. Documentation: modifier 'C' shall be 'final' (details)
  54. refs #4174: Fix (and rename) parameters (#4176) (details)
Commit e0ce0518577c60a4ca40cd7d78603cb419d65f4c by Hans.Olsson
Reduce guess for initial temperature difference across wall.

The reason is two-fold:
* It is an order of magnitude too large.
* In some configurations it can cause simulation problems.
The file was modified Modelica/Fluid/Examples/HeatExchanger.mo (diff)
Commit 5914d55120ebd6ba05bce95e13e99113eec54de3 by Tidefelt Henrik
Use prefix style 'quantity' for FixedBoundary.X

This follows the style in Modelica.Media.Interfaces.PartialMedium.MassFlowRate and gives tools a chance of making sense of the quantity.
The file was modified Modelica/Fluid/Sources.mo (diff)
Commit 29b261acb5017fe17153c1b2271b6d2500287017 by noreply
Remove modification of 'quantity'
The file was modified Modelica/Fluid/Sources.mo (diff)
Commit e5e9f2920219e45a561bc9318c7e40fb24836686 by Tidefelt Henrik
Remove empty modifications
The file was modified Modelica/Fluid/Sources.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 c0d8c3409a4f5b22124765bb46345d2bdcf21015 by Tidefelt Henrik
Fix unit errors in ArmatureStroke
The file was modified Modelica/Magnetic/FluxTubes/Examples/MovingCoilActuator/ArmatureStroke.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 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 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 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/Electrical/Machines/Examples/SynchronousMachines/SMPM_Braking.mo (diff)
The file was modified Modelica/Magnetic/FundamentalWave/Examples/BasicMachines/SynchronousMachines/SMPM_Braking.mo (diff)
The file was modified Modelica/Magnetic/FluxTubes/Shapes/HysteresisAndMagnets/GenericHystTellinenPermanentMagnet.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/Magnetic/FundamentalWave/Examples/BasicMachines/InductionMachines/IMC_Conveyor.mo (diff)
The file was modified Modelica/Electrical/Machines/Examples/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 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/Math/package.mo (diff)
The file was modified Modelica/Mechanics/MultiBody/Frames/TransformationMatrices/from_nxy.mo (diff)
The file was modified Modelica/Mechanics/MultiBody/Frames/from_nxy.mo (diff)
The file was modified Modelica/Utilities/Internal.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/Electrical/Spice3.mo (diff)
The file was modified Modelica/Fluid/package.mo (diff)
The file was modified Modelica/package.mo (diff)
The file was modified Modelica/Fluid/Dissipation.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_Cell.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_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/NandGate.mo (diff)
The file was modified Modelica/Electrical/Analog/Examples/DifferenceAmplifier.mo (diff)
The file was modified Modelica/Electrical/Analog/Examples/ShowSaturatingInductor.mo (diff)
The file was modified Modelica/Electrical/Analog/Examples/HeatingNPN_NORGate.mo (diff)
The file was modified Modelica/Electrical/Analog/Examples/CauerLowPassOPV.mo (diff)
The file was modified Modelica/Electrical/Analog/Examples/CharacteristicIdealDiodes.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/Rectifier.mo (diff)
The file was modified Modelica/Electrical/Analog/Examples/SwitchWithArc.mo (diff)
The file was modified Modelica/Electrical/Analog/Examples/ControlledSwitchWithArc.mo (diff)
The file was modified Modelica/Electrical/Analog/Examples/ChuaCircuit.mo (diff)
The file was modified Modelica/Electrical/Analog/Examples/CauerLowPassAnalog.mo (diff)
The file was modified Modelica/Electrical/Analog/Examples/HeatingRectifier.mo (diff)
The file was modified Modelica/Electrical/Analog/Examples/ShowVariableResistor.mo (diff)
The file was modified Modelica/Electrical/Analog/Examples/CharacteristicThyristors.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/JointSSP/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/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/Fluid/Dissipation/Verifications/PressureLoss/Orifice/dp_suddenChange_DPMFLOW/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/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/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/C-Sources/ModelicaMatIO.h (diff)
The file was modified Modelica/Resources/Licenses/LICENSE_ModelicaMatIO.txt (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/Visualizers/Advanced/SurfaceCharacteristics/torus.mo (diff)
The file was modified Modelica/Mechanics/MultiBody/Visualizers/Advanced/SurfaceCharacteristics/rectangle.mo (diff)
The file was modified Modelica/Mechanics/MultiBody/Interfaces/partialSurfaceCharacteristic.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)
Commit 26fc7f6698d655de44923f4799c7146fd2ea4f38 by noreply
refs #4174: Fix (and rename) parameters (#4176)

The file was modified Modelica/Electrical/Digital.mo (diff)

Summary

  1. Reduce guess for initial temperature difference across wall. (details)
  2. Use prefix style 'quantity' for FixedBoundary.X (details)
  3. Remove modification of 'quantity' (details)
  4. Remove empty modifications (details)
  5. Fix unit error in RobotR3.OneAxis (details)
  6. Fix unit errors in ArmatureStroke (details)
  7. Fix unit error in CCCVcharging (details)
  8. Use SI.Radius instead of SI.Length (details)
  9. Rename RiCurrent -> Isc (details)
  10. Adapt to renamed variable (details)
  11. Make it public, as suggested (details)
  12. Have a flag for avoiding unnecssary discontinuities. (details)
  13. Add smooth. (details)
  14. ExpSine is more complicated. (details)
  15. oops (details)
  16. Fix syntax. (details)
  17. Simplify the mean formula. (details)
  18. Add startTime as well. (details)
  19. Restore the use of t_eps just in case, but allow setting it to zero. (details)
  20. And update description. (details)
  21. Avoid smoothness. (details)
  22. Update Modelica/Blocks/Sources.mo (details)
  23. Update Modelica/Blocks/Sources.mo (details)
  24. Rephrase (details)
  25. Simpler. (details)
  26. Update Modelica/Blocks/Sources.mo (details)
  27. Remove unit-casting (details)
  28. Remove all uses of unitFrequency. That was previously necessary when Gain.k had unit 1 (details)
  29. Add Evaluate=true. (details)
  30. As indicated in #4046 it we need to revert part of #4155 since it is causing too many regressions for a minor release. (details)
  31. Correct units for normalizing vectors. (details)
  32. Fix and add ITEA links (#4196) (details)
  33. Fix broken links (#4202) (details)
  34. Remove public (details)
  35. Coordination of #4101: Fix unit errors (details)
  36. Fix instance names (details)
  37. Close #4101: Fix unit error in a single PR (details)
  38. Remove blanks (details)
  39. Remove redundant diagram text for most Analog examples (details)
  40. Remove diagram text of CompareTransformers (details)
  41. Fix factor 2 in calculation (details)
  42. Update .mailmap file (details)
  43. Remove duplicates in SignalNames of 10 examples of ModelicaTest (#4179) (details)
  44. Fix codespell exceptions (#4203) (details)
  45. Remove real relation in non-discrete-time controlled if-statement. (details)
  46. Remove unnecessary noEvent (details)
  47. Fix broken link (#4211) (details)
  48. Use 1.14 instead of sqrt(1.3) (details)
  49. Update matio library to 1.5.24 (#4222) (details)
  50. Add all defined outputs of the test example into reference signals (details)
  51. Initialize output array C even when multiColoredSurface=false (details)
  52. Set modifier of 'C' being 'final' (details)
  53. Documentation: modifier 'C' shall be 'final' (details)
  54. refs #4174: Fix (and rename) parameters (#4176) (details)
Commit e0ce0518577c60a4ca40cd7d78603cb419d65f4c by Hans.Olsson
Reduce guess for initial temperature difference across wall.

The reason is two-fold:
* It is an order of magnitude too large.
* In some configurations it can cause simulation problems.
The file was modified Modelica/Fluid/Examples/HeatExchanger.mo (diff)
Commit 5914d55120ebd6ba05bce95e13e99113eec54de3 by Tidefelt Henrik
Use prefix style 'quantity' for FixedBoundary.X

This follows the style in Modelica.Media.Interfaces.PartialMedium.MassFlowRate and gives tools a chance of making sense of the quantity.
The file was modified Modelica/Fluid/Sources.mo (diff)
Commit 29b261acb5017fe17153c1b2271b6d2500287017 by noreply
Remove modification of 'quantity'
The file was modified Modelica/Fluid/Sources.mo (diff)
Commit e5e9f2920219e45a561bc9318c7e40fb24836686 by Tidefelt Henrik
Remove empty modifications
The file was modified Modelica/Fluid/Sources.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 c0d8c3409a4f5b22124765bb46345d2bdcf21015 by Tidefelt Henrik
Fix unit errors in ArmatureStroke
The file was modified Modelica/Magnetic/FluxTubes/Examples/MovingCoilActuator/ArmatureStroke.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 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 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 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/Electrical/Machines/Examples/SynchronousMachines/SMPM_Braking.mo (diff)
The file was modified Modelica/Magnetic/FundamentalWave/Examples/BasicMachines/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/Magnetic/FundamentalWave/Examples/BasicMachines/InductionMachines/IMC_Conveyor.mo (diff)
The file was modified Modelica/Electrical/Machines/Examples/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 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/Utilities/Internal.mo (diff)
The file was modified Modelica/Mechanics/MultiBody/Frames/TransformationMatrices/from_nxy.mo (diff)
The file was modified Modelica/Math/package.mo (diff)
The file was modified Modelica/Mechanics/MultiBody/Frames/from_nxy.mo (diff)
Commit 010d6b9a25403634530b74f84006ab2d0d5f7d02 by noreply
Fix and add ITEA links (#4196)

The file was modified Modelica/Fluid/Dissipation.mo (diff)
The file was modified Modelica/Blocks/Continuous.mo (diff)
The file was modified Modelica/Electrical/Spice3.mo (diff)
The file was modified Modelica/package.mo (diff)
The file was modified Modelica/Fluid/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_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_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/ChuaCircuit.mo (diff)
The file was modified Modelica/Electrical/Analog/Examples/ShowVariableResistor.mo (diff)
The file was modified Modelica/Electrical/Analog/Examples/HeatingMOSInverter.mo (diff)
The file was modified Modelica/Electrical/Analog/Examples/ControlledSwitchWithArc.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/HeatingNPN_NORGate.mo (diff)
The file was modified Modelica/Electrical/Analog/Examples/HeatingPNP_NORGate.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/CauerLowPassAnalog.mo (diff)
The file was modified Modelica/Electrical/Analog/Examples/CauerLowPassOPV.mo (diff)
The file was modified Modelica/Electrical/Analog/Examples/Rectifier.mo (diff)
The file was modified Modelica/Electrical/Analog/Examples/HeatingRectifier.mo (diff)
The file was modified Modelica/Electrical/Analog/Examples/CauerLowPassSC.mo (diff)
The file was modified Modelica/Electrical/Analog/Examples/SwitchWithArc.mo (diff)
The file was modified Modelica/Electrical/Analog/Examples/CharacteristicIdealDiodes.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/MultiBody/Joints/JointRRP/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/MultiBody/Joints/JointUSP/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/JointRRR/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/Blocks/Limiters/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/Fluid/Dissipation/Verifications/HeatTransfer/Channel/kc_evenGapLaminar/comparisonSignals.txt (diff)
The file was modified ModelicaTest/Resources/Reference/ModelicaTest/MultiBody/Joints/JointUSR/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 Modelica/Electrical/PowerConverters/Examples/ACAC/Dimmer_RL.mo (diff)
The file was modified .github/workflows/checkCron.yml (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/C-Sources/ModelicaMatIO.h (diff)
The file was modified Modelica/Resources/Licenses/LICENSE_ModelicaMatIO.txt (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/torus.mo (diff)
The file was modified Modelica/Mechanics/MultiBody/Visualizers/Advanced/SurfaceCharacteristics/rectangle.mo (diff)
Commit f151cdad94b0a8123a8b20944d3dec43261db5e5 by tobolar
Set modifier of 'C' being 'final'
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 f7f4aa8c785ff287ca5ac807146a51fb0b041085 by tobolar
Documentation: modifier 'C' shall be 'final'
The file was modified Modelica/Mechanics/MultiBody/Interfaces/partialSurfaceCharacteristic.mo (diff)
Commit 26fc7f6698d655de44923f4799c7146fd2ea4f38 by noreply
refs #4174: Fix (and rename) parameters (#4176)

The file was modified Modelica/Electrical/Digital.mo (diff)

Summary

  1. Reduce guess for initial temperature difference across wall. (details)
  2. Use prefix style 'quantity' for FixedBoundary.X (details)
  3. Remove modification of 'quantity' (details)
  4. Remove empty modifications (details)
  5. Fix unit error in RobotR3.OneAxis (details)
  6. Fix unit errors in ArmatureStroke (details)
  7. Fix unit error in CCCVcharging (details)
  8. Use SI.Radius instead of SI.Length (details)
  9. Rename RiCurrent -> Isc (details)
  10. Adapt to renamed variable (details)
  11. Make it public, as suggested (details)
  12. Have a flag for avoiding unnecssary discontinuities. (details)
  13. Add smooth. (details)
  14. ExpSine is more complicated. (details)
  15. oops (details)
  16. Fix syntax. (details)
  17. Simplify the mean formula. (details)
  18. Add startTime as well. (details)
  19. Restore the use of t_eps just in case, but allow setting it to zero. (details)
  20. And update description. (details)
  21. Avoid smoothness. (details)
  22. Update Modelica/Blocks/Sources.mo (details)
  23. Update Modelica/Blocks/Sources.mo (details)
  24. Rephrase (details)
  25. Simpler. (details)
  26. Update Modelica/Blocks/Sources.mo (details)
  27. Remove unit-casting (details)
  28. Remove all uses of unitFrequency. That was previously necessary when Gain.k had unit 1 (details)
  29. Add Evaluate=true. (details)
  30. As indicated in #4046 it we need to revert part of #4155 since it is causing too many regressions for a minor release. (details)
  31. Correct units for normalizing vectors. (details)
  32. Fix and add ITEA links (#4196) (details)
  33. Fix broken links (#4202) (details)
  34. Remove public (details)
  35. Coordination of #4101: Fix unit errors (details)
  36. Fix instance names (details)
  37. Close #4101: Fix unit error in a single PR (details)
  38. Remove blanks (details)
  39. Remove redundant diagram text for most Analog examples (details)
  40. Remove diagram text of CompareTransformers (details)
  41. Fix factor 2 in calculation (details)
  42. Update .mailmap file (details)
  43. Remove duplicates in SignalNames of 10 examples of ModelicaTest (#4179) (details)
  44. Fix codespell exceptions (#4203) (details)
  45. Remove real relation in non-discrete-time controlled if-statement. (details)
  46. Remove unnecessary noEvent (details)
  47. Fix broken link (#4211) (details)
  48. Use 1.14 instead of sqrt(1.3) (details)
  49. Update matio library to 1.5.24 (#4222) (details)
  50. Add all defined outputs of the test example into reference signals (details)
  51. Initialize output array C even when multiColoredSurface=false (details)
  52. Set modifier of 'C' being 'final' (details)
  53. Documentation: modifier 'C' shall be 'final' (details)
  54. refs #4174: Fix (and rename) parameters (#4176) (details)
Commit e0ce0518577c60a4ca40cd7d78603cb419d65f4c by Hans.Olsson
Reduce guess for initial temperature difference across wall.

The reason is two-fold:
* It is an order of magnitude too large.
* In some configurations it can cause simulation problems.
The file was modified Modelica/Fluid/Examples/HeatExchanger.mo (diff)
Commit 5914d55120ebd6ba05bce95e13e99113eec54de3 by Tidefelt Henrik
Use prefix style 'quantity' for FixedBoundary.X

This follows the style in Modelica.Media.Interfaces.PartialMedium.MassFlowRate and gives tools a chance of making sense of the quantity.
The file was modified Modelica/Fluid/Sources.mo (diff)
Commit 29b261acb5017fe17153c1b2271b6d2500287017 by noreply
Remove modification of 'quantity'
The file was modified Modelica/Fluid/Sources.mo (diff)
Commit e5e9f2920219e45a561bc9318c7e40fb24836686 by Tidefelt Henrik
Remove empty modifications
The file was modified Modelica/Fluid/Sources.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 c0d8c3409a4f5b22124765bb46345d2bdcf21015 by Tidefelt Henrik
Fix unit errors in ArmatureStroke
The file was modified Modelica/Magnetic/FluxTubes/Examples/MovingCoilActuator/ArmatureStroke.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 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 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 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/Magnetic/QuasiStatic/FundamentalWave/Examples/BasicMachines/InductionMachines/IMC_Conveyor.mo (diff)
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/Blocks/Sources.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/Mechanics/MultiBody/Frames/TransformationMatrices/from_nxy.mo (diff)
The file was modified Modelica/Utilities/Internal.mo (diff)
The file was modified Modelica/Math/package.mo (diff)
Commit 010d6b9a25403634530b74f84006ab2d0d5f7d02 by noreply
Fix and add ITEA links (#4196)

The file was modified Modelica/Fluid/Dissipation.mo (diff)
The file was modified Modelica/package.mo (diff)
The file was modified Modelica/Electrical/Spice3.mo (diff)
The file was modified Modelica/Blocks/Continuous.mo (diff)
The file was modified Modelica/Fluid/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_Stack.mo (diff)
The file was modified Modelica/Electrical/Batteries/Examples/CCCV_StackRC.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/HeatingRectifier.mo (diff)
The file was modified Modelica/Electrical/Analog/Examples/ShowVariableResistor.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/SwitchWithArc.mo (diff)
The file was modified Modelica/Electrical/Analog/Examples/ShowSaturatingInductor.mo (diff)
The file was modified Modelica/Electrical/Analog/Examples/CharacteristicIdealDiodes.mo (diff)
The file was modified Modelica/Electrical/Analog/Examples/Rectifier.mo (diff)
The file was modified Modelica/Electrical/Analog/Examples/CharacteristicThyristors.mo (diff)
The file was modified Modelica/Electrical/Analog/Examples/DifferenceAmplifier.mo (diff)
The file was modified Modelica/Electrical/Analog/Examples/ChuaCircuit.mo (diff)
The file was modified Modelica/Electrical/Analog/Examples/HeatingPNP_NORGate.mo (diff)
The file was modified Modelica/Electrical/Analog/Examples/ControlledSwitchWithArc.mo (diff)
The file was modified Modelica/Electrical/Analog/Examples/CauerLowPassSC.mo (diff)
The file was modified Modelica/Electrical/Analog/Examples/HeatingNPN_NORGate.mo (diff)
The file was modified Modelica/Electrical/Analog/Examples/NandGate.mo (diff)
The file was modified Modelica/Electrical/Analog/Examples/CauerLowPassAnalog.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/Fluid/Dissipation/Verifications/PressureLoss/Orifice/dp_suddenChange_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/Fluid/Dissipation/Verifications/HeatTransfer/Channel/kc_evenGapLaminar/comparisonSignals.txt (diff)
The file was modified ModelicaTest/Resources/Reference/ModelicaTest/Blocks/Limiters/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/JointRRR/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/JointSSR/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/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/PowerConverters/Examples/ACAC/Dimmer_RL.mo (diff)
The file was modified .github/workflows/checkCron.yml (diff)
The file was modified Modelica/Electrical/Analog/Examples/Lines/SmoothStep.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.h (diff)
The file was modified Modelica/Resources/Licenses/LICENSE_ModelicaMatIO.txt (diff)
The file was modified Modelica/Resources/C-Sources/ModelicaMatIO.c (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/rectangle.mo (diff)
The file was modified Modelica/Mechanics/MultiBody/Visualizers/Advanced/SurfaceCharacteristics/torus.mo (diff)
Commit f7f4aa8c785ff287ca5ac807146a51fb0b041085 by tobolar
Documentation: modifier 'C' shall be 'final'
The file was modified Modelica/Mechanics/MultiBody/Interfaces/partialSurfaceCharacteristic.mo (diff)
Commit 26fc7f6698d655de44923f4799c7146fd2ea4f38 by noreply
refs #4174: Fix (and rename) parameters (#4176)

The file was modified Modelica/Electrical/Digital.mo (diff)

Summary

  1. Reduce guess for initial temperature difference across wall. (details)
  2. Use prefix style 'quantity' for FixedBoundary.X (details)
  3. Remove modification of 'quantity' (details)
  4. Remove empty modifications (details)
  5. Fix unit error in RobotR3.OneAxis (details)
  6. Fix unit errors in ArmatureStroke (details)
  7. Fix unit error in CCCVcharging (details)
  8. Use SI.Radius instead of SI.Length (details)
  9. Rename RiCurrent -> Isc (details)
  10. Adapt to renamed variable (details)
  11. Make it public, as suggested (details)
  12. Have a flag for avoiding unnecssary discontinuities. (details)
  13. Add smooth. (details)
  14. ExpSine is more complicated. (details)
  15. oops (details)
  16. Fix syntax. (details)
  17. Simplify the mean formula. (details)
  18. Add startTime as well. (details)
  19. Restore the use of t_eps just in case, but allow setting it to zero. (details)
  20. And update description. (details)
  21. Avoid smoothness. (details)
  22. Update Modelica/Blocks/Sources.mo (details)
  23. Update Modelica/Blocks/Sources.mo (details)
  24. Rephrase (details)
  25. Simpler. (details)
  26. Update Modelica/Blocks/Sources.mo (details)
  27. Remove unit-casting (details)
  28. Remove all uses of unitFrequency. That was previously necessary when Gain.k had unit 1 (details)
  29. Add Evaluate=true. (details)
  30. As indicated in #4046 it we need to revert part of #4155 since it is causing too many regressions for a minor release. (details)
  31. Correct units for normalizing vectors. (details)
  32. Fix and add ITEA links (#4196) (details)
  33. Fix broken links (#4202) (details)
  34. Remove public (details)
  35. Coordination of #4101: Fix unit errors (details)
  36. Fix instance names (details)
  37. Close #4101: Fix unit error in a single PR (details)
  38. Remove blanks (details)
  39. Remove redundant diagram text for most Analog examples (details)
  40. Remove diagram text of CompareTransformers (details)
  41. Fix factor 2 in calculation (details)
  42. Update .mailmap file (details)
  43. Remove duplicates in SignalNames of 10 examples of ModelicaTest (#4179) (details)
  44. Fix codespell exceptions (#4203) (details)
  45. Remove real relation in non-discrete-time controlled if-statement. (details)
  46. Remove unnecessary noEvent (details)
  47. Fix broken link (#4211) (details)
  48. Use 1.14 instead of sqrt(1.3) (details)
  49. Update matio library to 1.5.24 (#4222) (details)
  50. Add all defined outputs of the test example into reference signals (details)
  51. Initialize output array C even when multiColoredSurface=false (details)
  52. Set modifier of 'C' being 'final' (details)
  53. Documentation: modifier 'C' shall be 'final' (details)
  54. refs #4174: Fix (and rename) parameters (#4176) (details)
Commit e0ce0518577c60a4ca40cd7d78603cb419d65f4c by Hans.Olsson
Reduce guess for initial temperature difference across wall.

The reason is two-fold:
* It is an order of magnitude too large.
* In some configurations it can cause simulation problems.
The file was modified Modelica/Fluid/Examples/HeatExchanger.mo (diff)
Commit 5914d55120ebd6ba05bce95e13e99113eec54de3 by Tidefelt Henrik
Use prefix style 'quantity' for FixedBoundary.X

This follows the style in Modelica.Media.Interfaces.PartialMedium.MassFlowRate and gives tools a chance of making sense of the quantity.
The file was modified Modelica/Fluid/Sources.mo (diff)
Commit 29b261acb5017fe17153c1b2271b6d2500287017 by noreply
Remove modification of 'quantity'
The file was modified Modelica/Fluid/Sources.mo (diff)
Commit e5e9f2920219e45a561bc9318c7e40fb24836686 by Tidefelt Henrik
Remove empty modifications
The file was modified Modelica/Fluid/Sources.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 c0d8c3409a4f5b22124765bb46345d2bdcf21015 by Tidefelt Henrik
Fix unit errors in ArmatureStroke
The file was modified Modelica/Magnetic/FluxTubes/Examples/MovingCoilActuator/ArmatureStroke.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 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 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 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/Electrical/Machines/Examples/SynchronousMachines/SMPM_Braking.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)
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 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/Mechanics/MultiBody/Frames/TransformationMatrices/from_nxy.mo (diff)
The file was modified Modelica/Utilities/Internal.mo (diff)
The file was modified Modelica/Math/package.mo (diff)
Commit 010d6b9a25403634530b74f84006ab2d0d5f7d02 by noreply
Fix and add ITEA links (#4196)

The file was modified Modelica/Electrical/Spice3.mo (diff)
The file was modified Modelica/Fluid/package.mo (diff)
The file was modified Modelica/Blocks/Continuous.mo (diff)
The file was modified Modelica/package.mo (diff)
The file was modified Modelica/Fluid/Dissipation.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_Stack.mo (diff)
The file was modified Modelica/Electrical/Batteries/Examples/CCCV_StackRC.mo (diff)
The file was modified Modelica/Electrical/Batteries/Examples/CCCV_Cell.mo (diff)
The file was modified Modelica/Electrical/Batteries/Examples/CCCV_CellRC.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/DifferenceAmplifier.mo (diff)
The file was modified Modelica/Electrical/Analog/Examples/SwitchWithArc.mo (diff)
The file was modified Modelica/Electrical/Analog/Examples/HeatingMOSInverter.mo (diff)
The file was modified Modelica/Electrical/Analog/Examples/Rectifier.mo (diff)
The file was modified Modelica/Electrical/Analog/Examples/ControlledSwitchWithArc.mo (diff)
The file was modified Modelica/Electrical/Analog/Examples/CharacteristicThyristors.mo (diff)
The file was modified Modelica/Electrical/Analog/Examples/HeatingRectifier.mo (diff)
The file was modified Modelica/Electrical/Analog/Examples/CauerLowPassSC.mo (diff)
The file was modified Modelica/Electrical/Analog/Examples/CharacteristicIdealDiodes.mo (diff)
The file was modified Modelica/Electrical/Analog/Examples/NandGate.mo (diff)
The file was modified Modelica/Electrical/Analog/Examples/ShowSaturatingInductor.mo (diff)
The file was modified Modelica/Electrical/Analog/Examples/CauerLowPassOPV.mo (diff)
The file was modified Modelica/Electrical/Analog/Examples/HeatingPNP_NORGate.mo (diff)
The file was modified Modelica/Electrical/Analog/Examples/HeatingNPN_NORGate.mo (diff)
The file was modified Modelica/Electrical/Analog/Examples/ShowVariableResistor.mo (diff)
The file was modified Modelica/Electrical/Analog/Examples/CauerLowPassAnalog.mo (diff)
The file was modified Modelica/Electrical/Analog/Examples/ChuaCircuit.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/MultiBody/Joints/JointSSR/comparisonSignals.txt (diff)
The file was modified ModelicaTest/Resources/Reference/ModelicaTest/MultiBody/Joints/JointUSP/comparisonSignals.txt (diff)
The file was modified ModelicaTest/Resources/Reference/ModelicaTest/Blocks/Limiters/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/HeatTransfer/Channel/kc_evenGapLaminar/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/JointRRP/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/JointRRR/comparisonSignals.txt (diff)
The file was modified ModelicaTest/Resources/Reference/ModelicaTest/Fluid/Dissipation/Verifications/PressureLoss/Orifice/dp_thickEdgedOverall_DPMFLOW/comparisonSignals.txt (diff)
Commit d3ad60c312774a1bf84a74e830ccd55abcfb09d2 by noreply
Fix codespell exceptions (#4203)

* Fix typos
* Fix codespell exceptions
The file was modified .github/workflows/checkCron.yml (diff)
The file was modified Modelica/Electrical/Analog/Examples/Lines/SmoothStep.mo (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.h (diff)
The file was modified Modelica/Resources/Licenses/LICENSE_ModelicaMatIO.txt (diff)
The file was modified Modelica/Resources/C-Sources/ModelicaMatIO.c (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/rectangle.mo (diff)
The file was modified Modelica/Mechanics/MultiBody/Visualizers/Advanced/SurfaceCharacteristics/torus.mo (diff)
Commit f7f4aa8c785ff287ca5ac807146a51fb0b041085 by tobolar
Documentation: modifier 'C' shall be 'final'
The file was modified Modelica/Mechanics/MultiBody/Interfaces/partialSurfaceCharacteristic.mo (diff)
Commit 26fc7f6698d655de44923f4799c7146fd2ea4f38 by noreply
refs #4174: Fix (and rename) parameters (#4176)

The file was modified Modelica/Electrical/Digital.mo (diff)

Summary

  1. Reduce guess for initial temperature difference across wall. (details)
  2. Use prefix style 'quantity' for FixedBoundary.X (details)
  3. Remove modification of 'quantity' (details)
  4. Remove empty modifications (details)
  5. Fix unit error in RobotR3.OneAxis (details)
  6. Fix unit errors in ArmatureStroke (details)
  7. Fix unit error in CCCVcharging (details)
  8. Use SI.Radius instead of SI.Length (details)
  9. Rename RiCurrent -> Isc (details)
  10. Adapt to renamed variable (details)
  11. Make it public, as suggested (details)
  12. Have a flag for avoiding unnecssary discontinuities. (details)
  13. Add smooth. (details)
  14. ExpSine is more complicated. (details)
  15. oops (details)
  16. Fix syntax. (details)
  17. Simplify the mean formula. (details)
  18. Add startTime as well. (details)
  19. Restore the use of t_eps just in case, but allow setting it to zero. (details)
  20. And update description. (details)
  21. Avoid smoothness. (details)
  22. Update Modelica/Blocks/Sources.mo (details)
  23. Update Modelica/Blocks/Sources.mo (details)
  24. Rephrase (details)
  25. Simpler. (details)
  26. Update Modelica/Blocks/Sources.mo (details)
  27. Remove unit-casting (details)
  28. Remove all uses of unitFrequency. That was previously necessary when Gain.k had unit 1 (details)
  29. Add Evaluate=true. (details)
  30. As indicated in #4046 it we need to revert part of #4155 since it is causing too many regressions for a minor release. (details)
  31. Correct units for normalizing vectors. (details)
  32. Fix and add ITEA links (#4196) (details)
  33. Fix broken links (#4202) (details)
  34. Remove public (details)
  35. Coordination of #4101: Fix unit errors (details)
  36. Fix instance names (details)
  37. Close #4101: Fix unit error in a single PR (details)
  38. Remove blanks (details)
  39. Remove redundant diagram text for most Analog examples (details)
  40. Remove diagram text of CompareTransformers (details)
  41. Fix factor 2 in calculation (details)
  42. Update .mailmap file (details)
  43. Remove duplicates in SignalNames of 10 examples of ModelicaTest (#4179) (details)
  44. Fix codespell exceptions (#4203) (details)
  45. Remove real relation in non-discrete-time controlled if-statement. (details)
  46. Remove unnecessary noEvent (details)
  47. Fix broken link (#4211) (details)
  48. Use 1.14 instead of sqrt(1.3) (details)
  49. Update matio library to 1.5.24 (#4222) (details)
  50. Add all defined outputs of the test example into reference signals (details)
  51. Initialize output array C even when multiColoredSurface=false (details)
  52. Set modifier of 'C' being 'final' (details)
  53. Documentation: modifier 'C' shall be 'final' (details)
  54. refs #4174: Fix (and rename) parameters (#4176) (details)
Commit e0ce0518577c60a4ca40cd7d78603cb419d65f4c by Hans.Olsson
Reduce guess for initial temperature difference across wall.

The reason is two-fold:
* It is an order of magnitude too large.
* In some configurations it can cause simulation problems.
The file was modified Modelica/Fluid/Examples/HeatExchanger.mo (diff)
Commit 5914d55120ebd6ba05bce95e13e99113eec54de3 by Tidefelt Henrik
Use prefix style 'quantity' for FixedBoundary.X

This follows the style in Modelica.Media.Interfaces.PartialMedium.MassFlowRate and gives tools a chance of making sense of the quantity.
The file was modified Modelica/Fluid/Sources.mo (diff)
Commit 29b261acb5017fe17153c1b2271b6d2500287017 by noreply
Remove modification of 'quantity'
The file was modified Modelica/Fluid/Sources.mo (diff)
Commit e5e9f2920219e45a561bc9318c7e40fb24836686 by Tidefelt Henrik
Remove empty modifications
The file was modified Modelica/Fluid/Sources.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 c0d8c3409a4f5b22124765bb46345d2bdcf21015 by Tidefelt Henrik
Fix unit errors in ArmatureStroke
The file was modified Modelica/Magnetic/FluxTubes/Examples/MovingCoilActuator/ArmatureStroke.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 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 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 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/FundamentalWave/Examples/BasicMachines/SynchronousMachines/SMPM_Braking.mo (diff)
The file was modified Modelica/Electrical/Machines/Examples/SynchronousMachines/SMPM_Braking.mo (diff)
The file was modified Modelica/Magnetic/FluxTubes/Shapes/HysteresisAndMagnets/GenericHystTellinenPermanentMagnet.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/QuasiStatic/FundamentalWave/Examples/BasicMachines/InductionMachines/IMC_Conveyor.mo (diff)
The file was modified Modelica/Magnetic/FundamentalWave/Examples/BasicMachines/InductionMachines/IMC_Conveyor.mo (diff)
The file was modified Modelica/Blocks/Sources.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/TransformationMatrices/from_nxy.mo (diff)
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)
Commit 010d6b9a25403634530b74f84006ab2d0d5f7d02 by noreply
Fix and add ITEA links (#4196)

The file was modified Modelica/package.mo (diff)
The file was modified Modelica/Blocks/Continuous.mo (diff)
The file was modified Modelica/Electrical/Spice3.mo (diff)
The file was modified Modelica/Fluid/package.mo (diff)
The file was modified Modelica/Fluid/Dissipation.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_CellRC.mo (diff)
The file was modified Modelica/Electrical/Batteries/Examples/CCCV_Cell.mo (diff)
The file was modified Modelica/Electrical/Batteries/Examples/CCCV_Stack.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)
The file was modified Modelica/Electrical/Batteries/Examples/CCCV_StackRC.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/ShowSaturatingInductor.mo (diff)
The file was modified Modelica/Electrical/Analog/Examples/ControlledSwitchWithArc.mo (diff)
The file was modified Modelica/Electrical/Analog/Examples/CauerLowPassOPV.mo (diff)
The file was modified Modelica/Electrical/Analog/Examples/NandGate.mo (diff)
The file was modified Modelica/Electrical/Analog/Examples/DifferenceAmplifier.mo (diff)
The file was modified Modelica/Electrical/Analog/Examples/HeatingRectifier.mo (diff)
The file was modified Modelica/Electrical/Analog/Examples/SwitchWithArc.mo (diff)
The file was modified Modelica/Electrical/Analog/Examples/CauerLowPassAnalog.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/CauerLowPassSC.mo (diff)
The file was modified Modelica/Electrical/Analog/Examples/HeatingMOSInverter.mo (diff)
The file was modified Modelica/Electrical/Analog/Examples/CharacteristicThyristors.mo (diff)
The file was modified Modelica/Electrical/Analog/Examples/ShowVariableResistor.mo (diff)
The file was modified Modelica/Electrical/Analog/Examples/CharacteristicIdealDiodes.mo (diff)
The file was modified Modelica/Electrical/Analog/Examples/HeatingPNP_NORGate.mo (diff)
The file was modified Modelica/Electrical/Analog/Examples/HeatingNPN_NORGate.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/MultiBody/Joints/JointRRP/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/Fluid/Dissipation/Verifications/PressureLoss/Orifice/dp_suddenChange_DPMFLOW/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/JointUSR/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/MultiBody/Joints/JointUSP/comparisonSignals.txt (diff)
The file was modified ModelicaTest/Resources/Reference/ModelicaTest/Blocks/Limiters/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/Fluid/Dissipation/Verifications/HeatTransfer/Channel/kc_evenGapLaminar/comparisonSignals.txt (diff)
Commit d3ad60c312774a1bf84a74e830ccd55abcfb09d2 by noreply
Fix codespell exceptions (#4203)

* Fix typos
* Fix codespell exceptions
The file was modified .github/workflows/checkCron.yml (diff)
The file was modified Modelica/Electrical/PowerConverters/Examples/ACAC/Dimmer_RL.mo (diff)
The file was modified Modelica/Electrical/Analog/Examples/Lines/SmoothStep.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.h (diff)
The file was modified Modelica/Resources/C-Sources/ModelicaMatIO.c (diff)
The file was modified Modelica/Resources/Licenses/LICENSE_ModelicaMatIO.txt (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)
Commit 26fc7f6698d655de44923f4799c7146fd2ea4f38 by noreply
refs #4174: Fix (and rename) parameters (#4176)

The file was modified Modelica/Electrical/Digital.mo (diff)