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. Meke internally used ports of optional housing port and optional thermal port protected (details)
  31. Update annotations to be correct. (details)
  32. Update Modelica/Magnetic/QuasiStatic/FundamentalWave/Examples/BasicMachines/SynchronousMachines/SMR_CurrentSource.mo (details)
  33. Apply suggestions from code review (details)
  34. refs #4180 Fix Text annotation (details)
  35. Update Modelica/Magnetic/QuasiStatic/FluxTubes/package.mo (details)
  36. Restore documentation (#4184) (details)
  37. Fix regex to optionally ignore quoted strings (#4183) (details)
  38. Fix unit errors in ExternalCombiTimeTable constructor (#4188) (details)
  39. Remove use of unknown variable useReset (details)
  40. Remove unknown parameter multiColoredSurface. Note that the actual surface has =false for it. (details)
  41. The parameter 'target' does not exist. (details)
  42. Correct use of incorrect parameter and enumeration. However, the basic design doesn't work. (details)
  43. Remove unknown parameter useMeanDensity (details)
  44. KC and DP_Fric do not exist in this class (details)
  45. Cleanup (details)
  46. As indicated in #4046 it we need to revert part of #4155 since it is causing too many regressions for a minor release. (details)
  47. Correct units for normalizing vectors. (details)
  48. Fix link to Holman2010 (#4199) (details)
  49. Fix and add ITEA links (#4196) (details)
  50. Fix broken links (#4202) (details)
  51. Remove public (details)
  52. Coordination of #4101: Fix unit errors (details)
  53. Fix instance names (details)
  54. Close #4101: Fix unit error in a single PR (details)
  55. Remove blanks (details)
  56. Remove redundant diagram text for most Analog examples (details)
  57. Remove diagram text of CompareTransformers (details)
  58. Fix factor 2 in calculation (details)
  59. Update .mailmap file (details)
  60. Remove duplicates in SignalNames of 10 examples of ModelicaTest (#4179) (details)
  61. Fix codespell exceptions (#4203) (details)
  62. Remove real relation in non-discrete-time controlled if-statement. (details)
  63. Remove unnecessary noEvent (details)
  64. Fix broken link (#4211) (details)
  65. Use 1.14 instead of sqrt(1.3) (details)
  66. Update matio library to 1.5.24 (#4222) (details)
  67. Add all defined outputs of the test example into reference signals (details)
  68. Initialize output array C even when multiColoredSurface=false (details)
  69. Set modifier of 'C' being 'final' (details)
  70. Documentation: modifier 'C' shall be 'final' (details)
  71. 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/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 b97253e89932b8683f50b8d5c738be71f048f0bb by modelica
Meke internally used ports of optional housing port and optional thermal port protected
The file was modified Modelica/Magnetic/QuasiStatic/FundamentalWave/BaseClasses/Machine.mo (diff)
The file was modified Modelica/Magnetic/FundamentalWave/BaseClasses/Machine.mo (diff)
Commit 64afc628ced4a5f79dafaec4f608ed7a67951768 by Hans.Olsson
Update annotations to be correct.
Fixes #4180
The file was modified Modelica/Mechanics/Translational/Examples/SignConvention.mo (diff)
The file was modified Modelica/Magnetic/QuasiStatic/FluxTubes/Interfaces/NegativeMagneticPort.mo (diff)
The file was modified Modelica/Magnetic/QuasiStatic/FundamentalWave/Examples/BasicMachines/InductionMachines/IMC_Initialize.mo (diff)
The file was modified Modelica/Magnetic/QuasiStatic/FundamentalWave/Examples/BasicMachines/SynchronousMachines/SMPM_OpenCircuit.mo (diff)
The file was modified Modelica/Magnetic/FundamentalWave/Examples/BasicMachines/SynchronousMachines/ComparisonPolyphase/SMR_Inverter_Polyphase.mo (diff)
The file was modified Modelica/Magnetic/QuasiStatic/FundamentalWave/Examples/BasicMachines/SynchronousMachines/SMR_CurrentSource.mo (diff)
The file was modified Modelica/Magnetic/FundamentalWave/Examples/BasicMachines/InductionMachines/ComparisonPolyphase/IMC_DOL_Polyphase.mo (diff)
The file was modified Modelica/Magnetic/QuasiStatic/FluxTubes/Examples/FixedShapes/CuboidSections.mo (diff)
The file was modified Modelica/Mechanics/MultiBody/Visualizers/Rectangle.mo (diff)
The file was modified Modelica/Magnetic/FundamentalWave/Examples/BasicMachines/InductionMachines/ComparisonPolyphase/IMC_DOL_CommonLeakage.mo (diff)
The file was modified Modelica/Magnetic/FundamentalWave/Examples/BasicMachines/InductionMachines/ComparisonPolyphase/IMS_Start_Polyphase.mo (diff)
The file was modified Modelica/Electrical/Machines/Sensors/SinCosResolver.mo (diff)
The file was modified Modelica/Magnetic/QuasiStatic/FluxTubes/Interfaces/RelativeSensor.mo (diff)
The file was modified Modelica/Magnetic/QuasiStatic/FluxTubes/Interfaces/AbsoluteSensor.mo (diff)
The file was modified Modelica/ComplexBlocks/ComplexMath/ComplexToReal.mo (diff)
The file was modified Modelica/Electrical/Analog/Examples/OpAmps/OpAmpCircuits/Buffer.mo (diff)
The file was modified Modelica/Mechanics/Translational/Components/Mass.mo (diff)
The file was modified Modelica/Magnetic/FundamentalWave/Examples/BasicMachines/SynchronousMachines/ComparisonPolyphase/SMPM_Inverter_Polyphase.mo (diff)
The file was modified Modelica/Magnetic/QuasiStatic/FundamentalWave/Examples/BasicMachines/SynchronousMachines/SMPM_Mains.mo (diff)
The file was modified Modelica/Mechanics/Translational/Examples/Friction.mo (diff)
The file was modified Modelica/Magnetic/QuasiStatic/FluxTubes/Basic/ElectroMagneticConverter.mo (diff)
The file was modified Modelica/Magnetic/QuasiStatic/FundamentalWave/Examples/BasicMachines/SynchronousMachines/SMPM_CurrentSource.mo (diff)
The file was modified Modelica/Clocked/ClockSignals/Clocks/Logical/PartialLogicalClock.mo (diff)
The file was modified Modelica/Magnetic/QuasiStatic/FundamentalWave/Examples/BasicMachines/InductionMachines/IMS_Characteristics.mo (diff)
The file was modified Modelica/Magnetic/QuasiStatic/FundamentalWave/Examples/BasicMachines/InductionMachines/IMC_Transformer.mo (diff)
The file was modified Modelica/Magnetic/QuasiStatic/FluxTubes/Interfaces/PositiveMagneticPort.mo (diff)
The file was modified Modelica/Mechanics/MultiBody/package.mo (diff)
The file was modified Modelica/Clocked/RealSignals/Periodic/FIRbyCoefficients.mo (diff)
The file was modified Modelica/Magnetic/QuasiStatic/FundamentalWave/Examples/BasicMachines/InductionMachines/IMC_Conveyor.mo (diff)
The file was modified Modelica/Magnetic/QuasiStatic/FluxTubes/package.mo (diff)
The file was modified Modelica/Electrical/Polyphase/Examples/PolyphaseRectifier.mo (diff)
The file was modified Modelica/Clocked/ClockSignals/Interfaces/ClockInput.mo (diff)
The file was modified Modelica/Clocked/RealSignals/Periodic/MovingAverage.mo (diff)
The file was modified Modelica/Magnetic/QuasiStatic/FluxTubes/Sensors/Transient/Permeability.mo (diff)
The file was modified Modelica/Units.mo (diff)
The file was modified Modelica/Magnetic/FundamentalWave/Examples/BasicMachines/SynchronousMachines/ComparisonPolyphase/SMEE_Generator_Polyphase.mo (diff)
The file was modified Modelica/Clocked/Examples/Systems/Utilities/ComponentsThrottleControl/Engine.mo (diff)
The file was modified Modelica/Clocked/Examples/Systems/ControlledMixingUnit.mo (diff)
The file was modified Modelica/Magnetic/QuasiStatic/FundamentalWave/Examples/BasicMachines/InductionMachines/IMC_YD.mo (diff)
Commit 0caca64996d7be30472e0cef98f5e3331549bb1a by noreply
Update Modelica/Magnetic/QuasiStatic/FundamentalWave/Examples/BasicMachines/SynchronousMachines/SMR_CurrentSource.mo
The file was modified Modelica/Magnetic/QuasiStatic/FundamentalWave/Examples/BasicMachines/SynchronousMachines/SMR_CurrentSource.mo (diff)
Commit 752257e809a510a1e91e60104809f5c044fe4a4b by noreply
Apply suggestions from code review

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

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

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

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

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

* Fix unit errors in ExternalCombiTimeTable constructor

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

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

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

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

The file was modified Modelica/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_Stack.mo (diff)
The file was modified Modelica/Electrical/Batteries/Examples/CCCV_StackRC.mo (diff)
The file was modified Modelica/Electrical/Batteries/Examples/CCCV_CellRC.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/ShowVariableResistor.mo (diff)
The file was modified Modelica/Electrical/Analog/Examples/NandGate.mo (diff)
The file was modified Modelica/Electrical/Analog/Examples/HeatingPNP_NORGate.mo (diff)
The file was modified Modelica/Electrical/Analog/Examples/DifferenceAmplifier.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/HeatingMOSInverter.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/ControlledSwitchWithArc.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/ChuaCircuit.mo (diff)
The file was modified Modelica/Electrical/Analog/Examples/HeatingNPN_NORGate.mo (diff)
The file was modified Modelica/Electrical/Analog/Examples/CauerLowPassAnalog.mo (diff)
The file was modified Modelica/Electrical/Analog/Examples/ShowSaturatingInductor.mo (diff)
The file was modified Modelica/Electrical/Analog/Examples/SwitchWithArc.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/MultiBody/Joints/JointSSP/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/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/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/MultiBody/Joints/JointSSR/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 .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/Visualizers/Advanced/SurfaceCharacteristics/torus.mo (diff)
The file was modified Modelica/Mechanics/MultiBody/Interfaces/partialSurfaceCharacteristic.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)