Skip to content

Changes

Summary

  1. Fix unit error in SimpleLiquidWater model (details)
  2. Express the pressure rate in relation to Pa / bar conversion. (details)
  3. Fix unit error in TestOnly.MoistAir (details)
  4. Fix R134a_setState_pTX and WaterIF97_dewEnthalpy in the same way (details)
  5. Fix unit error in Thyristor (details)
  6. Add Friction test to ModelicaTest.Translational package (details)
  7. Fix position prescribed friction for both moving directions (details)
  8. Add more test models (details)
  9. Add failing test for Rotational Friction (details)
  10. Fix position prescribed rotational friction for both moving directions (details)
  11. Avoid having both start-value and initial equation. (details)
  12. Use mustBeConnected annotation (introduced in Modelica 3.6) for all conditional support connectors. (details)
  13. Proper word (details)
  14. Implement improvement suggested by @tobolar (details)
  15. User's Guide: add recommendation for 'tab' and 'group' annotations (details)
  16. Documentation: clarify mind-set of planar rotation (details)
  17. Improve EN grammar (details)
  18. Add a rule priorizing the 'general' tab (details)
  19. Add example how to define tab and group annotations (details)
  20. Enhance the 'Tabs and Groups' example (details)
  21. Add ZeroThresholds test (details)
  22. Update Modelica/Media/package.mo (details)
  23. Fix unit errors in Examples.MoistAir (details)
  24. Fix unit error in IdealGasH2O (details)
  25. Fix unit errors in ReferenceAir.MoistAir (details)
  26. Make the new variable a parameter as it is more idiomatic. (details)
  27. Use mustBeConnected annotation (introduced in Modelica 3.6) for all conditional support connectors. (details)
  28. Proper word (details)
  29. Avoid having both start-value and initial equation. (details)
  30. Improve ElastoGap (details)
  31. - added partial massFraction to partialMedium (details)
  32. Update Modelica/Media/package.mo (details)
  33. Use spaces instead of tabs (details)
  34. Bump used Modelica language version to 3.6 (#4208) (details)
  35. A value with unit="1" should not have a time as start-value (details)
  36. Time events instead of state events (details)
  37. Replace "discrete input" by just "input" (details)
  38. Remove unused functions (#4061) (details)
  39. Update .mailmap file (details)
  40. Upgrade zlib to v1.2.13 (#4047) (details)
  41. Fix typo (#4249) (details)
  42. Some generic Formatting guides - consistent with how classes are usually written. (details)
  43. Use protected as a heading for a number of declarations. (details)
  44. Avoid bad line-breaks in connect-annotation. (details)
  45. Do not use tab. (details)
  46. Remove trailing white-space (details)
  47. The end of a class shall not be indented relative to class. (details)
  48. RemoveTrailingWhiteSpace (details)
  49. NoTab (details)
  50. Even for redeclare extends ensure that class contents is indented relative to class. (details)
  51. Indent annotation relative to class (details)
  52. Documentation shall be indented relative to class (details)
  53. And sensible formatting (details)
  54. Use protected as heading consistently. (details)
  55. Remove weird line-breaks and format equation consistently. (details)
  56. Add separation rule as well. (details)
  57. And apply the rule (details)
  58. Update Modelica/Electrical/Machines/Sensors/CurrentQuasiRMSSensor.mo (details)
  59. Apply suggestions from code review (details)
  60. Apply suggestions from code review (details)
  61. Specify how to handle modifier lists. (details)
  62. TrailingWhiteSpace (details)
  63. TrailingWhiteSpaceOnEmptyLine (details)
  64. Revert "Fix position prescribed friction" (details)
  65. Revert "Merge pull request #4255 from modelica/revert-4129-fix-friction" (details)
  66. Enhance a_relfric for forward/backward sliding (details)
  67. Fix missing simulation time (details)
  68. Use Vector for visualization of forces and torques (details)
  69. Use Vector for visualization of positions in Sensors and Joints (details)
  70. Use Vector for visualization (details)
  71. Update .mailmap file (details)
  72. resolves issue #4245 (details)
  73. Set Evaluate = true for IdealTransformer.considerMagnetization (details)
  74. Partially revert 18320a68b295c9b0be7a5fade0420487ec0059dc (#4252) (details)
  75. Add badges for regression tests run by LTX (#4212) (details)
  76. Make third-party licenses explicit (#4268) (details)
  77. Utilize PressureSlope unit in Media consistently (#4262) (details)
  78. Fix loss factors in SharpEdgedOrifice (#4258) (details)
  79. Add ModelicaDuplicateString and ModelicaDuplicateStringWithErrorReturn (new in Modelica Language Specification version 3.5) (#3686) (details)
Commit 1e7ad17089670f006d803496a6c247ef96737604 by quentinl
Fix unit error in SimpleLiquidWater model
The file was modified Modelica/Media/package.mo (diff)
The file was modified Modelica/Units.mo (diff)
Commit f8751135e8ed680ec1cef500887b4ea723c3c22e by noreply
Express the pressure rate in relation to Pa / bar conversion.

Co-authored-by: Hans Olsson <HansOlsson@users.noreply.github.com>
The file was modified Modelica/Media/package.mo (diff)
Commit edf832cb825ac900fbce0ad12fda4d2614648d39 by Tidefelt Henrik
Fix unit error in TestOnly.MoistAir

Note that there is currently no Units.SI.PressureRate.
The file was modified ModelicaTest/Media.mo (diff)
Commit 96589ae60fc62c2a8af99ca05af4ffd2e15998ce by Tidefelt Henrik
Fix R134a_setState_pTX and WaterIF97_dewEnthalpy in the same way
The file was modified ModelicaTest/Media.mo (diff)
Commit 5e3a19be8ba3a38191df7e760d20337de77ab9b8 by noreply
Fix unit error in Thyristor

Introduces a variable to resolve a unit error in an equation.
The file was modified Modelica/Electrical/Analog/Semiconductors/Thyristor.mo (diff)
Commit 7e917b4eef3a1e53c2a841182142392887173038 by maximilian.kormann
Add Friction test to ModelicaTest.Translational package
The file was modified ModelicaTest/Translational.mo (diff)
Commit f689295d9a5e72681a6297fcf23b6b6faf2eeaa0 by maximilian.kormann
Fix position prescribed friction for both moving directions
The file was modified Modelica/Mechanics/Translational/Interfaces/PartialFriction.mo (diff)
The file was modified ModelicaTest/Translational.mo (diff)
Commit bda8c0ba405aa71bd1ccaa758b351c7897d486de by maximilian.kormann
Add failing test for Rotational Friction
The file was modified ModelicaTest/Translational.mo (diff)
The file was modified ModelicaTest/Rotational.mo (diff)
Commit 6dd737221afb64e427c420511f8361f6b6e1f1e2 by maximilian.kormann
Fix position prescribed rotational friction for both moving directions
The file was modified Modelica/Mechanics/Rotational/Interfaces/PartialFriction.mo (diff)
Commit 7a8e136bb9e5d3ab091da6632daa42e2073ab4ca by Hans.Olsson
Avoid having both start-value and initial equation.
The file was modified Modelica/Blocks/Continuous.mo (diff)
Commit 017cb929adce4e8e9b556c63cd45b363ff5d65c8 by Hans.Olsson
Use mustBeConnected annotation (introduced in Modelica 3.6) for all conditional support connectors.
The file was modified Modelica/Mechanics/Rotational/Interfaces/PartialElementaryOneFlangeAndSupport2.mo (diff)
The file was modified Modelica/Mechanics/Rotational/Interfaces/PartialElementaryRotationalToTranslational.mo (diff)
The file was modified Modelica/Mechanics/Rotational/Interfaces/PartialOneFlangeAndSupport.mo (diff)
The file was modified Modelica/Mechanics/Rotational/Interfaces/PartialTwoFlangesAndSupport.mo (diff)
The file was modified Modelica/Mechanics/Rotational/Interfaces/PartialElementaryTwoFlangesAndSupport2.mo (diff)
The file was modified Modelica/Mechanics/Translational/Interfaces/PartialElementaryOneFlangeAndSupport2.mo (diff)
The file was modified Modelica/Mechanics/Translational/Interfaces/PartialOneFlangeAndSupport.mo (diff)
The file was modified Modelica/Mechanics/Translational/Interfaces/PartialElementaryTwoFlangesAndSupport2.mo (diff)
The file was modified Modelica/Mechanics/Translational/Interfaces/PartialTwoFlangesAndSupport.mo (diff)
The file was modified Modelica/Mechanics/Rotational/Interfaces/PartialElementaryTwoFlangesAndSupport2.mo (diff)
The file was modified Modelica/Mechanics/Translational/Interfaces/PartialTwoFlangesAndSupport.mo (diff)
The file was modified Modelica/Mechanics/Rotational/Interfaces/PartialElementaryOneFlangeAndSupport2.mo (diff)
The file was modified Modelica/Mechanics/Rotational/Interfaces/PartialTwoFlangesAndSupport.mo (diff)
The file was modified Modelica/Mechanics/Translational/Interfaces/PartialElementaryOneFlangeAndSupport2.mo (diff)
The file was modified Modelica/Mechanics/Rotational/Interfaces/PartialOneFlangeAndSupport.mo (diff)
The file was modified Modelica/Mechanics/Translational/Interfaces/PartialElementaryTwoFlangesAndSupport2.mo (diff)
The file was modified Modelica/Mechanics/Rotational/Interfaces/PartialElementaryRotationalToTranslational.mo (diff)
The file was modified Modelica/Mechanics/Translational/Interfaces/PartialOneFlangeAndSupport.mo (diff)
Commit ca9dd1344ab247adad00f67fd034c95b7b3ae278 by maximilian.kormann
Implement improvement suggested by @tobolar
The file was modified Modelica/Mechanics/Rotational/Interfaces/PartialFriction.mo (diff)
The file was modified Modelica/Mechanics/Translational/Interfaces/PartialFriction.mo (diff)
Commit 86d1f7cd1872bdcae24cb36219a567aeafbd4ebd by jakub.tobolar
User's Guide: add recommendation for 'tab' and 'group' annotations
The file was modified Modelica/package.mo (diff)
Commit d1e6ce5cf3c90389a306fe25decc1bd3fe42f0b2 by jakub.tobolar
Documentation: clarify mind-set of planar rotation
The file was modified Modelica/Mechanics/MultiBody/Frames/planarRotation.mo (diff)
Commit 471e321692ee5b8e3785e79532b2f9a8427d0b5a by noreply
Improve EN grammar

Co-authored-by: Hans Olsson <HansOlsson@users.noreply.github.com>
The file was modified Modelica/Mechanics/MultiBody/Frames/planarRotation.mo (diff)
Commit 54d744a42bc0647339cfc9deea1dfe914bf3972b by jakub.tobolar
Add a rule priorizing the 'general' tab
The file was modified Modelica/package.mo (diff)
Commit 77a8db228d227d49475a51ba13e7105501a63a3f by jakub.tobolar
Add example how to define tab and group annotations
The file was modified Modelica/package.mo (diff)
Commit c476e0cf9567d72191b2dfb00f3b81e7c912afcb by jakub.tobolar
Enhance the 'Tabs and Groups' example
The file was modified Modelica/package.mo (diff)
The file was addedModelicaTest/Resources/Reference/ModelicaTest/Blocks/ZeroThresholds/comparisonSignals.txt
The file was modified ModelicaTest/Blocks.mo (diff)
Commit f4c73e025a2a163aa30031282019a5027ec2a6e7 by noreply
Update Modelica/Media/package.mo

Co-authored-by: Henrik Tidefelt <henrikt@wolfram.com>
The file was modified Modelica/Media/package.mo (diff)
Commit 6e81a36b8da5f6f3aaa3bf4587ff051e9821a2c6 by modelica
Fix unit errors in Examples.MoistAir
The file was modified Modelica/Media/package.mo (diff)
Commit c91300bfc7ef3dd9f84b61c214dc2d7de77a0901 by modelica
Fix unit error in IdealGasH2O
The file was modified Modelica/Media/package.mo (diff)
Commit 0b4368feee5a2004b80c3ace4fed6aeb006b0c02 by modelica
Fix unit errors in ReferenceAir.MoistAir
The file was modified Modelica/Media/package.mo (diff)
Commit fa0765e103c5fcc34ff269b3d5f400e9f4625eac by noreply
Make the new variable a parameter as it is more idiomatic.

Co-authored-by: Hans Olsson <HansOlsson@users.noreply.github.com>
The file was modified Modelica/Electrical/Analog/Semiconductors/Thyristor.mo (diff)
Commit d6f4e65f39f7d988ddd98478d368a25415a851b9 by dietmar.winkler
Use mustBeConnected annotation (introduced in Modelica 3.6) for all conditional support connectors.
The file was modified Modelica/Mechanics/Rotational/Interfaces/PartialElementaryOneFlangeAndSupport2.mo (diff)
The file was modified Modelica/Mechanics/Rotational/Interfaces/PartialOneFlangeAndSupport.mo (diff)
The file was modified Modelica/Mechanics/Translational/Interfaces/PartialOneFlangeAndSupport.mo (diff)
The file was modified Modelica/Mechanics/Rotational/Interfaces/PartialElementaryRotationalToTranslational.mo (diff)
The file was modified Modelica/Mechanics/Rotational/Interfaces/PartialElementaryTwoFlangesAndSupport2.mo (diff)
The file was modified Modelica/Mechanics/Rotational/Interfaces/PartialTwoFlangesAndSupport.mo (diff)
The file was modified Modelica/Mechanics/Translational/Interfaces/PartialTwoFlangesAndSupport.mo (diff)
The file was modified Modelica/Mechanics/Translational/Interfaces/PartialElementaryOneFlangeAndSupport2.mo (diff)
The file was modified Modelica/Mechanics/Translational/Interfaces/PartialElementaryTwoFlangesAndSupport2.mo (diff)
The file was modified Modelica/Mechanics/Rotational/Interfaces/PartialTwoFlangesAndSupport.mo (diff)
The file was modified Modelica/Mechanics/Translational/Interfaces/PartialElementaryOneFlangeAndSupport2.mo (diff)
The file was modified Modelica/Mechanics/Translational/Interfaces/PartialOneFlangeAndSupport.mo (diff)
The file was modified Modelica/Mechanics/Translational/Interfaces/PartialTwoFlangesAndSupport.mo (diff)
The file was modified Modelica/Mechanics/Rotational/Interfaces/PartialElementaryRotationalToTranslational.mo (diff)
The file was modified Modelica/Mechanics/Rotational/Interfaces/PartialOneFlangeAndSupport.mo (diff)
The file was modified Modelica/Mechanics/Rotational/Interfaces/PartialElementaryOneFlangeAndSupport2.mo (diff)
The file was modified Modelica/Mechanics/Translational/Interfaces/PartialElementaryTwoFlangesAndSupport2.mo (diff)
The file was modified Modelica/Mechanics/Rotational/Interfaces/PartialElementaryTwoFlangesAndSupport2.mo (diff)
Commit f9f43950e4c92053e1d3a556e4edac5f6eb5dc24 by dietmar.winkler
Avoid having both start-value and initial equation.
The file was modified Modelica/Blocks/Continuous.mo (diff)
Commit 043aaab98f8be0d319fb4b817fcb46a953eca571 by HansOlsson
Improve ElastoGap
Closes #4197

Prefer code to pre, and move things.

Add scaling ratio variable and add parameter description

Simplify computation of f_d

Documentation: add non-braking spaces where needed

Add scaling ratio variable and add parameter description

Simplify computation of f_d

Documentation: add non-braking spaces where needed

Improve documentation concerning s_rel and f_rel

Enable only positive values of s_rel and f_rel
The file was modified Modelica/Mechanics/Translational/Components/ElastoGap.mo (diff)
Commit d42719131c7733eacb38e8da55ccefb19f6974af by dirk.zimmer
- added partial massFraction to partialMedium
- implemented massFraction for partialPureSubstance
- implemented massFraction for PartialMixtureMedium
- added 3 test cases for ModeliceTest covering pure / reduced mixture / non-reduced misture
The file was modified Modelica/Media/package.mo (diff)
The file was modified ModelicaTest/Media.mo (diff)
Commit 68f52e6cce278bdbc9c978263a9f0422c3022c24 by noreply
Update Modelica/Media/package.mo

Accepted suggestion

Co-authored-by: Thomas Beutlich <modelica@tbeu.de>
The file was modified Modelica/Media/package.mo (diff)
Commit 038f2941c30511750ae0b33bacb71fcdaaedf270 by noreply
Use spaces instead of tabs
The file was modified Modelica/Media/package.mo (diff)
Commit 18320a68b295c9b0be7a5fade0420487ec0059dc by noreply
Bump used Modelica language version to 3.6 (#4208)

* Bump used Modelica language version to 3.6

* Fix bad &nbsp>

Detected by html_documentation_checks.

* Skip main entry when linking to getInstanceName in specification

* Re-trigger CI checks
The file was modified Modelica/Fluid/package.mo (diff)
The file was modified Modelica/Media/package.mo (diff)
The file was modified ModelicaReference/package.mo (diff)
The file was modified Modelica/Blocks/Noise.mo (diff)
The file was modified Modelica/StateGraph.mo (diff)
The file was modified Modelica/Blocks/package.mo (diff)
The file was modified Modelica/package.mo (diff)
The file was modified Modelica/Math/Nonlinear.mo (diff)
The file was modified Modelica/Electrical/QuasiStatic/UsersGuide/Overview/ReferenceSystem.mo (diff)
The file was modified Modelica/Math/Random.mo (diff)
The file was modified Modelica/Electrical/QuasiStatic/Types/Reference.mo (diff)
The file was modified ModelicaServices/package.mo (diff)
Commit e20081a89e86d8129493bf5098f9efe01b5bcdc2 by HansOlsson
A value with unit="1" should not have a time as start-value
Closes #4054
The file was modified Modelica/Electrical/PowerConverters/DCAC/Control/SVPWM.mo (diff)
Commit 3e25b29a6e8897f490f82e34f52dfd50b3d46411 by HansOlsson
Time events instead of state events
The file was modified Modelica/Electrical/PowerConverters/DCAC/Control/SVPWM.mo (diff)
Commit 3a145ed271dda2c79fe9604ef4e7216767e267fc by Hans.Olsson
Replace "discrete input" by just "input"
https://github.com/modelica/ModelicaSpecification/issues/3220
The file was modified Modelica/Blocks/Tables.mo (diff)
Commit 006130962fa4d5c52fb4b6a1fa53fb3650442168 by noreply
Remove unused functions (#4061)

Note that they were previously used by get_token which was removed in #3783
The file was modified Modelica/Resources/C-Sources/ModelicaStrings.c (diff)
Commit 77b9e13278f990b68dcd728aa9f6a1e3d8ea57be by modelica
Update .mailmap file

Create by command

```
git log --raw | grep "^Author: " | sort | uniq | cut -d ' ' -f2- | sed 's/^//' > .mailmap
```
The file was modified .mailmap (diff)
Commit e2c6a3a06a75c6c1244b93ac66d0523b70d41f98 by noreply
Upgrade zlib to v1.2.13 (#4047)

Take care to not break #3787 again.
The file was modified Modelica/Resources/C-Sources/zlib/deflate.c (diff)
The file was modified Modelica/Resources/C-Sources/zlib/README (diff)
The file was modified Modelica/Resources/C-Sources/zlib/zutil.h (diff)
The file was modified Modelica/Resources/C-Sources/zlib/inftrees.h (diff)
The file was modified Modelica/Resources/C-Sources/zlib/trees.c (diff)
The file was modified Modelica/Resources/C-Sources/zlib/crc32.c (diff)
The file was modified Modelica/Resources/C-Sources/zlib/infback.c (diff)
The file was modified Modelica/Resources/C-Sources/zlib/inftrees.c (diff)
The file was modified Modelica/Resources/C-Sources/zlib/gzguts.h (diff)
The file was modified Modelica/Resources/C-Sources/zlib/uncompr.c (diff)
The file was modified Modelica/Resources/C-Sources/zlib/gzread.c (diff)
The file was modified Modelica/Resources/C-Sources/zlib/zlib.h (diff)
The file was modified Modelica/Resources/C-Sources/zlib/crc32.h (diff)
The file was modified Modelica/Resources/C-Sources/zlib/inffast.h (diff)
The file was modified Modelica/Resources/C-Sources/zlib/zconf.h (diff)
The file was modified Modelica/Resources/C-Sources/zlib/gzclose.c (diff)
The file was modified Modelica/Resources/C-Sources/zlib/gzlib.c (diff)
The file was modified Modelica/Resources/C-Sources/zlib/FAQ (diff)
The file was modified Modelica/Resources/Licenses/LICENSE_zlib.txt (diff)
The file was modified Modelica/Resources/C-Sources/zlib/ChangeLog (diff)
The file was modified Modelica/Resources/C-Sources/zlib/adler32.c (diff)
The file was modified Modelica/Resources/C-Sources/zlib/compress.c (diff)
The file was modified Modelica/Resources/C-Sources/zlib/inffast.c (diff)
The file was modified Modelica/Resources/C-Sources/zlib/inflate.h (diff)
The file was modified Modelica/Resources/C-Sources/zlib/gzwrite.c (diff)
The file was modified Modelica/Resources/C-Sources/zlib/inflate.c (diff)
The file was modified Modelica/Resources/C-Sources/zlib/deflate.h (diff)
The file was modified Modelica/Resources/C-Sources/zlib/zutil.c (diff)
The file was modified Modelica/Mechanics/Translational/Components/ElastoGap.mo (diff)
Commit eaec24d444017ca193ddb7f12171c210f23d8246 by HansOlsson
Some generic Formatting guides - consistent with how classes are usually written.
The file was modified Modelica/package.mo (diff)
Commit 2b643d4a67c5b946cf8e625f3fc136718e5877bd by HansOlsson
Use protected as a heading for a number of declarations.
I believe that the previous formatting in Digitial is due to someone having
protected A
protected B
protected C
(which would be another style).
Then the subsequent protected were lost, and first protected formatted on a separate line.
The file was modified Modelica/Electrical/Digital.mo (diff)
The file was modified Modelica/Clocked/RealSignals/TimeBasedSources/Sine.mo (diff)
Commit 7b1aab4d83963fe5fcb686e7f2d76860e0b8b7a8 by HansOlsson
Avoid bad line-breaks in connect-annotation.
The file was modified Modelica/Electrical/PowerConverters/Examples/ACAC/SoftStarter.mo (diff)
The file was modified Modelica/Electrical/Analog/Examples/Utilities/DirectCapacitor.mo (diff)
The file was modified Modelica/Electrical/Machines/Examples/DCMachines/DCPM_CurrentControlled.mo (diff)
The file was modified Modelica/Electrical/Machines/Sensors/CurrentQuasiRMSSensor.mo (diff)
Commit 2c5d073e3f3ab70fe608435c488d330a97a7ad68 by HansOlsson
Do not use tab.
(Additional changes would be good.)
The file was modified Modelica/Fluid/Pipes.mo (diff)
Commit 26cfa5f1ca49ca1eba42dabc038decb981de2371 by HansOlsson
Remove trailing white-space
The file was modified Modelica/Math/isPowerOf2.mo (diff)
Commit a6c73748c1d0a0f8bc97992f72cf5cfdac7e9ebb by HansOlsson
The end of a class shall not be indented relative to class.
The file was modified Modelica/Media/Air/ReferenceAir.mo (diff)
Commit 79738c2596066cb44fd0336181cedeb011570aa2 by HansOlsson
RemoveTrailingWhiteSpace
The file was modified Modelica/Thermal/FluidHeatFlow/Examples/ParallelCooling.mo (diff)
The file was modified Modelica/Thermal/FluidHeatFlow/Sensors/RelTemperatureSensor.mo (diff)
Commit 4423973c07b59ccca438a503a70327fa07c22ada by HansOlsson
Even for redeclare extends ensure that class contents is indented relative to class.
The file was modified Modelica/Media/IdealGases/Common/package.mo (diff)
Commit d881852e1d21f660832a0e766580643754f0dfd9 by HansOlsson
Indent annotation relative to class
The file was modified Modelica/Media/Air/ReferenceMoistAir.mo (diff)
Commit 484cc7f47092b607fc1b9703d26f17cf5c06fcdd by HansOlsson
Documentation shall be indented relative to class
The file was modified Modelica/Utilities/Streams.mo (diff)
Commit a4febb0b86b54f56e43c21b900d72707e2d88de3 by HansOlsson
And sensible formatting
The file was modified Modelica/Utilities/Streams.mo (diff)
Commit 79005b53674922e6cfb80dc9ef2159f646eb348c by HansOlsson
Use protected as heading consistently.
The file was modified Modelica/Electrical/Digital.mo (diff)
Commit 179e9693a076c9c2ca118499940d293b234d6e30 by HansOlsson
Remove weird line-breaks and format equation consistently.
The file was modified ModelicaTest/Math.mo (diff)
The file was modified ModelicaTest/Electrical/QuasiStatic/Polyphase.mo (diff)
The file was modified ModelicaTest/Fluid/Dissipation.mo (diff)
The file was modified ModelicaTest/Tables/CombiTimeTable.mo (diff)
The file was modified ModelicaTest/Fluid/TestComponents/NewFittings.mo (diff)
The file was modified ModelicaTest/Tables/CombiTable2Dv.mo (diff)
The file was modified ModelicaTest/Tables/CombiTable2Ds.mo (diff)
Commit 116fe6736e5213d011c48009053db37bfaccbaf1 by HansOlsson
Add separation rule as well.
The file was modified Modelica/package.mo (diff)
The file was modified Complex.mo (diff)
Commit 578c403b28a76cd338fba55df9642e69cad333fd by HansOlsson
Update Modelica/Electrical/Machines/Sensors/CurrentQuasiRMSSensor.mo
The file was modified Modelica/Electrical/Machines/Sensors/CurrentQuasiRMSSensor.mo (diff)
Commit e872ac38721062d71f20462e5bb11a3c5329c5e8 by HansOlsson
Apply suggestions from code review

Co-authored-by: Henrik Tidefelt <henrikt@wolfram.com>

Apply suggestions from code review

Minor formatting changes in html code
The file was modified Modelica/Electrical/Machines/Examples/DCMachines/DCPM_CurrentControlled.mo (diff)
The file was modified Modelica/package.mo (diff)
The file was modified Modelica/Electrical/Analog/Examples/Utilities/DirectCapacitor.mo (diff)
Commit f35bfd9e317791f529f1553a97fb804ee8e9fb83 by HansOlsson
Apply suggestions from code review

Co-authored-by: tobolar <tobolar@users.noreply.github.com>
The file was modified Modelica/Thermal/FluidHeatFlow/Sensors/RelTemperatureSensor.mo (diff)
The file was modified Modelica/Media/IdealGases/Common/package.mo (diff)
The file was modified ModelicaTest/Electrical/QuasiStatic/Polyphase.mo (diff)
Commit f2cccab8292ebf36f92fc3a08c5fb4d0295cd21e by HansOlsson
Specify how to handle modifier lists.
Give example.

Rename to be slightly better.

Quoting!

Type Modelica keywords in bold and remove trailing whitespaces ;-)
The file was modified Modelica/package.mo (diff)
The file was modified Modelica/Blocks/Sources.mo (diff)
Commit 62cf2306532b17514193e97554178859aef73274 by HansOlsson
TrailingWhiteSpaceOnEmptyLine
The file was modified Modelica/Media/package.mo (diff)
Commit 019ce9069efa20c569a543bce4d43b580a22eee2 by noreply
Revert "Fix position prescribed friction"
The file was modified ModelicaTest/Translational.mo (diff)
The file was modified ModelicaTest/Rotational.mo (diff)
The file was modified Modelica/Mechanics/Translational/Interfaces/PartialFriction.mo (diff)
The file was modified Modelica/Mechanics/Rotational/Interfaces/PartialFriction.mo (diff)
Commit 519bf1554ada4c08820fd74946c17a8cbe033ef8 by maximilian.kormann
Revert "Merge pull request #4255 from modelica/revert-4129-fix-friction"

This reverts commit ee5fae81b6402cf15ffa6e365fdc7de0554ddb57, reversing
changes made to ae7afdc273639fdc0f99030e7444d44ac729d073.
The file was modified ModelicaTest/Rotational.mo (diff)
The file was modified ModelicaTest/Translational.mo (diff)
The file was modified Modelica/Mechanics/Rotational/Interfaces/PartialFriction.mo (diff)
The file was modified Modelica/Mechanics/Translational/Interfaces/PartialFriction.mo (diff)
Commit 97f0fdcc3646c9b0d32cfe209d71e5cad424aa61 by jakub.tobolar
Enhance a_relfric for forward/backward sliding
The file was modified Modelica/Mechanics/Translational/Interfaces/PartialFriction.mo (diff)
The file was modified Modelica/Mechanics/Rotational/Interfaces/PartialFriction.mo (diff)
Commit f4ad4d270428aa4aa3f32b4534080f06e3b5e465 by noreply
Fix missing simulation time

Co-authored-by: Hans Olsson <HansOlsson@users.noreply.github.com>
The file was modified ModelicaTest/Blocks.mo (diff)
Commit 96996136d1e378b46e6286d72463560e766603e9 by tobolar
Use Vector for visualization of forces and torques
The file was modified Modelica/Mechanics/MultiBody/Forces/ForceAndTorque.mo (diff)
The file was modified Modelica/Mechanics/MultiBody/Sensors/CutForce.mo (diff)
The file was modified Modelica/Mechanics/MultiBody/Sensors/CutForceAndTorque.mo (diff)
The file was modified Modelica/Mechanics/MultiBody/Forces/WorldTorque.mo (diff)
The file was modified Modelica/Mechanics/MultiBody/Forces/Force.mo (diff)
The file was modified Modelica/Mechanics/MultiBody/Forces/WorldForce.mo (diff)
The file was modified Modelica/Mechanics/MultiBody/Sensors/CutTorque.mo (diff)
The file was modified Modelica/Mechanics/MultiBody/Forces/WorldForceAndTorque.mo (diff)
The file was modified Modelica/Mechanics/MultiBody/Forces/Torque.mo (diff)
Commit de543f3369f776477b95b66bc5a9ebd285831152 by tobolar
Use Vector for visualization of positions in Sensors and Joints
The file was modified Modelica/Mechanics/MultiBody/Joints/FreeMotion.mo (diff)
The file was modified Modelica/Mechanics/MultiBody/Sensors/Distance.mo (diff)
The file was modified Modelica/Mechanics/MultiBody/Sensors/AbsoluteSensor.mo (diff)
The file was modified Modelica/Mechanics/MultiBody/Sensors/RelativeSensor.mo (diff)
Commit 2b44e61f481d483015e3c8bf8301f7acb7f52590 by tobolar
Use Vector for visualization
The file was modified Modelica/Mechanics/MultiBody/Visualizers/SignalArrow.mo (diff)
Commit 0c425e1df63ff0c11614c2b2434cf6c18eaadcbd by modelica
Update .mailmap file

Create by command

```
git log --raw | grep "^Author: " | sort | uniq | cut -d ' ' -f2- | sed 's/^//' > .mailmap
```
The file was modified .mailmap (diff)
The file was modified Modelica/Electrical/Analog/Examples/Utilities/SwitchedCapacitor.mo (diff)
Commit 54c07f297f984e404e79b4dccd7a4cb0eff4f3dd by modelica
Set Evaluate = true for IdealTransformer.considerMagnetization

Leaving this parameter unevaluated seems like making things overly complicated, and as far as I can see there is nothing that clearly requires the parameter to be treated structurally.  Hence, adding an explicit annotation will increase chances of models being treated equally efficiently across tools.

Of course, I would have preferred to declare considerMagnetization a constant with Dialog annotation instead, but I'm afraid the general preference is to use a parameter with Evaluate = true instead.
The file was modified Modelica/Electrical/Analog/Ideal/IdealTransformer.mo (diff)
Commit f78aa0fe229d21caf01bf87e1ed4fc776ea97a6f by noreply
Partially revert 18320a68b295c9b0be7a5fade0420487ec0059dc (#4252)

The file was modified Modelica/package.mo (diff)
Commit 90f22191fca5e9f99facc7119ae09e7840aae1f1 by noreply
Add badges for regression tests run by LTX (#4212)

The file was modified README.md (diff)
Commit 80b9eed0f27068d9b368b7b1a6244587bd1b6a25 by noreply
Make third-party licenses explicit (#4268)

The file was removedModelica/Resources/Licenses/LICENSE_uthash.txt
The file was addedModelica/Resources/Licenses/Third-party/LICENSE_win32_dirent.txt
The file was removedModelica/Resources/Licenses/LICENSE_stdint_msvc.txt
The file was addedModelica/Resources/Licenses/Third-party/LICENSE_c99-snprintf.txt
The file was removedModelica/Resources/Licenses/LICENSE_c99-snprintf.txt
The file was addedModelica/Resources/Licenses/Third-party/LICENSE_APHashFunction.txt
The file was removedModelica/Resources/Licenses/LICENSE_portable-snippets.txt
The file was removedModelica/Resources/Licenses/LICENSE_APHashFunction.txt
The file was addedModelica/Resources/Licenses/Third-party/LICENSE_stdint_msvc.txt
The file was addedModelica/Resources/Licenses/Third-party/LICENSE_uthash.txt
The file was removedModelica/Resources/Licenses/LICENSE_zlib.txt
The file was addedModelica/Resources/Licenses/Third-party/LICENSE_zlib.txt
The file was addedModelica/Resources/Licenses/Third-party/LICENSE_portable-snippets.txt
The file was removedModelica/Resources/Licenses/LICENSE_win32_dirent.txt
Commit fa90ce72720e3ffee385d1f5ab6081eb43637a94 by noreply
Utilize PressureSlope unit in Media consistently (#4262)

* Utilize PressureRate unit

* Rename PressureRate to PressureSlope
The file was modified Modelica/Media/package.mo (diff)
The file was modified Modelica/Units.mo (diff)
The file was modified Modelica/Media/Water/IF97_Utilities.mo (diff)
The file was modified Modelica/Media/Air/MoistAir.mo (diff)
Commit 68aa65640185537cd566c3739bbe81fd339651cb by noreply
Fix loss factors in SharpEdgedOrifice (#4258)

Co-authored-by: Stefan Wischhusen <wischhusen@xrg-simulation.de>
The file was modified Modelica/Fluid/Fittings.mo (diff)
Commit da81bb7fba95fbfb4f9e5e4dee648a4127b9d0f7 by noreply
Add ModelicaDuplicateString and ModelicaDuplicateStringWithErrorReturn (new in Modelica Language Specification version 3.5) (#3686)

* Add ModelicaDuplicateString and ModelicaDuplicateStringWithErrorReturn

* Utilize ModelicaDuplicateString and ModelicaDuplicateStringWithErrorReturn

* Rename format specifying arguments

* Utilize ModelicaDuplicateString and ModelicaDuplicateStringWithErrorReturn

* Rely on assert

Co-authored-by: Henrik Tidefelt <henrikt@wolfram.com>

* Update spelling

Co-authored-by: Henrik Tidefelt <henrikt@wolfram.com>

* Call ModelicaError as stated in MLS 12.9.6.2

---------

Co-authored-by: Henrik Tidefelt <henrikt@wolfram.com>
The file was modified .CI/Test/ModelicaUtilities.h (diff)
The file was modified Modelica/Resources/C-Sources/ModelicaStrings.c (diff)
The file was modified Modelica/Resources/C-Sources/ModelicaInternal.c (diff)
The file was modified .CI/Test/Common.c (diff)

Summary

  1. Fix unit error in SimpleLiquidWater model (details)
  2. Express the pressure rate in relation to Pa / bar conversion. (details)
  3. Fix unit error in TestOnly.MoistAir (details)
  4. Fix R134a_setState_pTX and WaterIF97_dewEnthalpy in the same way (details)
  5. Fix unit error in Thyristor (details)
  6. Add Friction test to ModelicaTest.Translational package (details)
  7. Fix position prescribed friction for both moving directions (details)
  8. Add more test models (details)
  9. Add failing test for Rotational Friction (details)
  10. Fix position prescribed rotational friction for both moving directions (details)
  11. Avoid having both start-value and initial equation. (details)
  12. Use mustBeConnected annotation (introduced in Modelica 3.6) for all conditional support connectors. (details)
  13. Proper word (details)
  14. Implement improvement suggested by @tobolar (details)
  15. User's Guide: add recommendation for 'tab' and 'group' annotations (details)
  16. Documentation: clarify mind-set of planar rotation (details)
  17. Improve EN grammar (details)
  18. Add a rule priorizing the 'general' tab (details)
  19. Add example how to define tab and group annotations (details)
  20. Enhance the 'Tabs and Groups' example (details)
  21. Add ZeroThresholds test (details)
  22. Update Modelica/Media/package.mo (details)
  23. Fix unit errors in Examples.MoistAir (details)
  24. Fix unit error in IdealGasH2O (details)
  25. Fix unit errors in ReferenceAir.MoistAir (details)
  26. Make the new variable a parameter as it is more idiomatic. (details)
  27. Use mustBeConnected annotation (introduced in Modelica 3.6) for all conditional support connectors. (details)
  28. Proper word (details)
  29. Avoid having both start-value and initial equation. (details)
  30. Improve ElastoGap (details)
  31. - added partial massFraction to partialMedium (details)
  32. Update Modelica/Media/package.mo (details)
  33. Use spaces instead of tabs (details)
  34. Bump used Modelica language version to 3.6 (#4208) (details)
  35. A value with unit="1" should not have a time as start-value (details)
  36. Time events instead of state events (details)
  37. Replace "discrete input" by just "input" (details)
  38. Remove unused functions (#4061) (details)
  39. Update .mailmap file (details)
  40. Upgrade zlib to v1.2.13 (#4047) (details)
  41. Fix typo (#4249) (details)
  42. Some generic Formatting guides - consistent with how classes are usually written. (details)
  43. Use protected as a heading for a number of declarations. (details)
  44. Avoid bad line-breaks in connect-annotation. (details)
  45. Do not use tab. (details)
  46. Remove trailing white-space (details)
  47. The end of a class shall not be indented relative to class. (details)
  48. RemoveTrailingWhiteSpace (details)
  49. NoTab (details)
  50. Even for redeclare extends ensure that class contents is indented relative to class. (details)
  51. Indent annotation relative to class (details)
  52. Documentation shall be indented relative to class (details)
  53. And sensible formatting (details)
  54. Use protected as heading consistently. (details)
  55. Remove weird line-breaks and format equation consistently. (details)
  56. Add separation rule as well. (details)
  57. And apply the rule (details)
  58. Update Modelica/Electrical/Machines/Sensors/CurrentQuasiRMSSensor.mo (details)
  59. Apply suggestions from code review (details)
  60. Apply suggestions from code review (details)
  61. Specify how to handle modifier lists. (details)
  62. TrailingWhiteSpace (details)
  63. TrailingWhiteSpaceOnEmptyLine (details)
  64. Revert "Fix position prescribed friction" (details)
  65. Revert "Merge pull request #4255 from modelica/revert-4129-fix-friction" (details)
  66. Enhance a_relfric for forward/backward sliding (details)
  67. Fix missing simulation time (details)
  68. Use Vector for visualization of forces and torques (details)
  69. Use Vector for visualization of positions in Sensors and Joints (details)
  70. Use Vector for visualization (details)
  71. Update .mailmap file (details)
  72. resolves issue #4245 (details)
  73. Set Evaluate = true for IdealTransformer.considerMagnetization (details)
  74. Partially revert 18320a68b295c9b0be7a5fade0420487ec0059dc (#4252) (details)
  75. Add badges for regression tests run by LTX (#4212) (details)
  76. Make third-party licenses explicit (#4268) (details)
  77. Utilize PressureSlope unit in Media consistently (#4262) (details)
  78. Fix loss factors in SharpEdgedOrifice (#4258) (details)
  79. Add ModelicaDuplicateString and ModelicaDuplicateStringWithErrorReturn (new in Modelica Language Specification version 3.5) (#3686) (details)
Commit 1e7ad17089670f006d803496a6c247ef96737604 by quentinl
Fix unit error in SimpleLiquidWater model
The file was modified Modelica/Media/package.mo (diff)
The file was modified Modelica/Units.mo (diff)
Commit f8751135e8ed680ec1cef500887b4ea723c3c22e by noreply
Express the pressure rate in relation to Pa / bar conversion.

Co-authored-by: Hans Olsson <HansOlsson@users.noreply.github.com>
The file was modified Modelica/Media/package.mo (diff)
Commit edf832cb825ac900fbce0ad12fda4d2614648d39 by Tidefelt Henrik
Fix unit error in TestOnly.MoistAir

Note that there is currently no Units.SI.PressureRate.
The file was modified ModelicaTest/Media.mo (diff)
Commit 96589ae60fc62c2a8af99ca05af4ffd2e15998ce by Tidefelt Henrik
Fix R134a_setState_pTX and WaterIF97_dewEnthalpy in the same way
The file was modified ModelicaTest/Media.mo (diff)
Commit 5e3a19be8ba3a38191df7e760d20337de77ab9b8 by noreply
Fix unit error in Thyristor

Introduces a variable to resolve a unit error in an equation.
The file was modified Modelica/Electrical/Analog/Semiconductors/Thyristor.mo (diff)
Commit 7e917b4eef3a1e53c2a841182142392887173038 by maximilian.kormann
Add Friction test to ModelicaTest.Translational package
The file was modified ModelicaTest/Translational.mo (diff)
Commit f689295d9a5e72681a6297fcf23b6b6faf2eeaa0 by maximilian.kormann
Fix position prescribed friction for both moving directions
The file was modified Modelica/Mechanics/Translational/Interfaces/PartialFriction.mo (diff)
The file was modified ModelicaTest/Translational.mo (diff)
Commit bda8c0ba405aa71bd1ccaa758b351c7897d486de by maximilian.kormann
Add failing test for Rotational Friction
The file was modified ModelicaTest/Translational.mo (diff)
The file was modified ModelicaTest/Rotational.mo (diff)
Commit 6dd737221afb64e427c420511f8361f6b6e1f1e2 by maximilian.kormann
Fix position prescribed rotational friction for both moving directions
The file was modified Modelica/Mechanics/Rotational/Interfaces/PartialFriction.mo (diff)
Commit 7a8e136bb9e5d3ab091da6632daa42e2073ab4ca by Hans.Olsson
Avoid having both start-value and initial equation.
The file was modified Modelica/Blocks/Continuous.mo (diff)
Commit 017cb929adce4e8e9b556c63cd45b363ff5d65c8 by Hans.Olsson
Use mustBeConnected annotation (introduced in Modelica 3.6) for all conditional support connectors.
The file was modified Modelica/Mechanics/Translational/Interfaces/PartialTwoFlangesAndSupport.mo (diff)
The file was modified Modelica/Mechanics/Rotational/Interfaces/PartialOneFlangeAndSupport.mo (diff)
The file was modified Modelica/Mechanics/Rotational/Interfaces/PartialElementaryOneFlangeAndSupport2.mo (diff)
The file was modified Modelica/Mechanics/Rotational/Interfaces/PartialElementaryTwoFlangesAndSupport2.mo (diff)
The file was modified Modelica/Mechanics/Translational/Interfaces/PartialElementaryTwoFlangesAndSupport2.mo (diff)
The file was modified Modelica/Mechanics/Translational/Interfaces/PartialOneFlangeAndSupport.mo (diff)
The file was modified Modelica/Mechanics/Translational/Interfaces/PartialElementaryOneFlangeAndSupport2.mo (diff)
The file was modified Modelica/Mechanics/Rotational/Interfaces/PartialTwoFlangesAndSupport.mo (diff)
The file was modified Modelica/Mechanics/Rotational/Interfaces/PartialElementaryRotationalToTranslational.mo (diff)
The file was modified Modelica/Mechanics/Rotational/Interfaces/PartialElementaryOneFlangeAndSupport2.mo (diff)
The file was modified Modelica/Mechanics/Rotational/Interfaces/PartialElementaryTwoFlangesAndSupport2.mo (diff)
The file was modified Modelica/Mechanics/Translational/Interfaces/PartialOneFlangeAndSupport.mo (diff)
The file was modified Modelica/Mechanics/Translational/Interfaces/PartialElementaryOneFlangeAndSupport2.mo (diff)
The file was modified Modelica/Mechanics/Rotational/Interfaces/PartialOneFlangeAndSupport.mo (diff)
The file was modified Modelica/Mechanics/Translational/Interfaces/PartialElementaryTwoFlangesAndSupport2.mo (diff)
The file was modified Modelica/Mechanics/Rotational/Interfaces/PartialElementaryRotationalToTranslational.mo (diff)
The file was modified Modelica/Mechanics/Translational/Interfaces/PartialTwoFlangesAndSupport.mo (diff)
The file was modified Modelica/Mechanics/Rotational/Interfaces/PartialTwoFlangesAndSupport.mo (diff)
Commit ca9dd1344ab247adad00f67fd034c95b7b3ae278 by maximilian.kormann
Implement improvement suggested by @tobolar
The file was modified Modelica/Mechanics/Rotational/Interfaces/PartialFriction.mo (diff)
The file was modified Modelica/Mechanics/Translational/Interfaces/PartialFriction.mo (diff)
Commit 86d1f7cd1872bdcae24cb36219a567aeafbd4ebd by jakub.tobolar
User's Guide: add recommendation for 'tab' and 'group' annotations
The file was modified Modelica/package.mo (diff)
Commit d1e6ce5cf3c90389a306fe25decc1bd3fe42f0b2 by jakub.tobolar
Documentation: clarify mind-set of planar rotation
The file was modified Modelica/Mechanics/MultiBody/Frames/planarRotation.mo (diff)
Commit 471e321692ee5b8e3785e79532b2f9a8427d0b5a by noreply
Improve EN grammar

Co-authored-by: Hans Olsson <HansOlsson@users.noreply.github.com>
The file was modified Modelica/Mechanics/MultiBody/Frames/planarRotation.mo (diff)
Commit 54d744a42bc0647339cfc9deea1dfe914bf3972b by jakub.tobolar
Add a rule priorizing the 'general' tab
The file was modified Modelica/package.mo (diff)
Commit 77a8db228d227d49475a51ba13e7105501a63a3f by jakub.tobolar
Add example how to define tab and group annotations
The file was modified Modelica/package.mo (diff)
Commit c476e0cf9567d72191b2dfb00f3b81e7c912afcb by jakub.tobolar
Enhance the 'Tabs and Groups' example
The file was modified Modelica/package.mo (diff)
The file was modified ModelicaTest/Blocks.mo (diff)
The file was addedModelicaTest/Resources/Reference/ModelicaTest/Blocks/ZeroThresholds/comparisonSignals.txt
Commit f4c73e025a2a163aa30031282019a5027ec2a6e7 by noreply
Update Modelica/Media/package.mo

Co-authored-by: Henrik Tidefelt <henrikt@wolfram.com>
The file was modified Modelica/Media/package.mo (diff)
Commit 6e81a36b8da5f6f3aaa3bf4587ff051e9821a2c6 by modelica
Fix unit errors in Examples.MoistAir
The file was modified Modelica/Media/package.mo (diff)
Commit c91300bfc7ef3dd9f84b61c214dc2d7de77a0901 by modelica
Fix unit error in IdealGasH2O
The file was modified Modelica/Media/package.mo (diff)
Commit 0b4368feee5a2004b80c3ace4fed6aeb006b0c02 by modelica
Fix unit errors in ReferenceAir.MoistAir
The file was modified Modelica/Media/package.mo (diff)
Commit fa0765e103c5fcc34ff269b3d5f400e9f4625eac by noreply
Make the new variable a parameter as it is more idiomatic.

Co-authored-by: Hans Olsson <HansOlsson@users.noreply.github.com>
The file was modified Modelica/Electrical/Analog/Semiconductors/Thyristor.mo (diff)
Commit d6f4e65f39f7d988ddd98478d368a25415a851b9 by dietmar.winkler
Use mustBeConnected annotation (introduced in Modelica 3.6) for all conditional support connectors.
The file was modified Modelica/Mechanics/Rotational/Interfaces/PartialOneFlangeAndSupport.mo (diff)
The file was modified Modelica/Mechanics/Translational/Interfaces/PartialOneFlangeAndSupport.mo (diff)
The file was modified Modelica/Mechanics/Translational/Interfaces/PartialTwoFlangesAndSupport.mo (diff)
The file was modified Modelica/Mechanics/Rotational/Interfaces/PartialTwoFlangesAndSupport.mo (diff)
The file was modified Modelica/Mechanics/Rotational/Interfaces/PartialElementaryOneFlangeAndSupport2.mo (diff)
The file was modified Modelica/Mechanics/Translational/Interfaces/PartialElementaryTwoFlangesAndSupport2.mo (diff)
The file was modified Modelica/Mechanics/Translational/Interfaces/PartialElementaryOneFlangeAndSupport2.mo (diff)
The file was modified Modelica/Mechanics/Rotational/Interfaces/PartialElementaryRotationalToTranslational.mo (diff)
The file was modified Modelica/Mechanics/Rotational/Interfaces/PartialElementaryTwoFlangesAndSupport2.mo (diff)
The file was modified Modelica/Mechanics/Translational/Interfaces/PartialElementaryOneFlangeAndSupport2.mo (diff)
The file was modified Modelica/Mechanics/Rotational/Interfaces/PartialTwoFlangesAndSupport.mo (diff)
The file was modified Modelica/Mechanics/Rotational/Interfaces/PartialElementaryOneFlangeAndSupport2.mo (diff)
The file was modified Modelica/Mechanics/Rotational/Interfaces/PartialElementaryTwoFlangesAndSupport2.mo (diff)
The file was modified Modelica/Mechanics/Rotational/Interfaces/PartialOneFlangeAndSupport.mo (diff)
The file was modified Modelica/Mechanics/Translational/Interfaces/PartialElementaryTwoFlangesAndSupport2.mo (diff)
The file was modified Modelica/Mechanics/Translational/Interfaces/PartialTwoFlangesAndSupport.mo (diff)
The file was modified Modelica/Mechanics/Rotational/Interfaces/PartialElementaryRotationalToTranslational.mo (diff)
The file was modified Modelica/Mechanics/Translational/Interfaces/PartialOneFlangeAndSupport.mo (diff)
Commit f9f43950e4c92053e1d3a556e4edac5f6eb5dc24 by dietmar.winkler
Avoid having both start-value and initial equation.
The file was modified Modelica/Blocks/Continuous.mo (diff)
Commit 043aaab98f8be0d319fb4b817fcb46a953eca571 by HansOlsson
Improve ElastoGap
Closes #4197

Prefer code to pre, and move things.

Add scaling ratio variable and add parameter description

Simplify computation of f_d

Documentation: add non-braking spaces where needed

Add scaling ratio variable and add parameter description

Simplify computation of f_d

Documentation: add non-braking spaces where needed

Improve documentation concerning s_rel and f_rel

Enable only positive values of s_rel and f_rel
The file was modified Modelica/Mechanics/Translational/Components/ElastoGap.mo (diff)
Commit d42719131c7733eacb38e8da55ccefb19f6974af by dirk.zimmer
- added partial massFraction to partialMedium
- implemented massFraction for partialPureSubstance
- implemented massFraction for PartialMixtureMedium
- added 3 test cases for ModeliceTest covering pure / reduced mixture / non-reduced misture
The file was modified Modelica/Media/package.mo (diff)
The file was modified ModelicaTest/Media.mo (diff)
Commit 68f52e6cce278bdbc9c978263a9f0422c3022c24 by noreply
Update Modelica/Media/package.mo

Accepted suggestion

Co-authored-by: Thomas Beutlich <modelica@tbeu.de>
The file was modified Modelica/Media/package.mo (diff)
Commit 038f2941c30511750ae0b33bacb71fcdaaedf270 by noreply
Use spaces instead of tabs
The file was modified Modelica/Media/package.mo (diff)
Commit 18320a68b295c9b0be7a5fade0420487ec0059dc by noreply
Bump used Modelica language version to 3.6 (#4208)

* Bump used Modelica language version to 3.6

* Fix bad &nbsp>

Detected by html_documentation_checks.

* Skip main entry when linking to getInstanceName in specification

* Re-trigger CI checks
The file was modified Modelica/Math/Random.mo (diff)
The file was modified Modelica/Fluid/package.mo (diff)
The file was modified Modelica/Math/Nonlinear.mo (diff)
The file was modified Modelica/Blocks/package.mo (diff)
The file was modified Modelica/Media/package.mo (diff)
The file was modified ModelicaReference/package.mo (diff)
The file was modified Modelica/Electrical/QuasiStatic/UsersGuide/Overview/ReferenceSystem.mo (diff)
The file was modified ModelicaServices/package.mo (diff)
The file was modified Modelica/Electrical/QuasiStatic/Types/Reference.mo (diff)
The file was modified Modelica/package.mo (diff)
The file was modified Modelica/Blocks/Noise.mo (diff)
The file was modified Modelica/StateGraph.mo (diff)
Commit e20081a89e86d8129493bf5098f9efe01b5bcdc2 by HansOlsson
A value with unit="1" should not have a time as start-value
Closes #4054
The file was modified Modelica/Electrical/PowerConverters/DCAC/Control/SVPWM.mo (diff)
Commit 3e25b29a6e8897f490f82e34f52dfd50b3d46411 by HansOlsson
Time events instead of state events
The file was modified Modelica/Electrical/PowerConverters/DCAC/Control/SVPWM.mo (diff)
Commit 3a145ed271dda2c79fe9604ef4e7216767e267fc by Hans.Olsson
Replace "discrete input" by just "input"
https://github.com/modelica/ModelicaSpecification/issues/3220
The file was modified Modelica/Blocks/Tables.mo (diff)
Commit 006130962fa4d5c52fb4b6a1fa53fb3650442168 by noreply
Remove unused functions (#4061)

Note that they were previously used by get_token which was removed in #3783
The file was modified Modelica/Resources/C-Sources/ModelicaStrings.c (diff)
Commit 77b9e13278f990b68dcd728aa9f6a1e3d8ea57be by modelica
Update .mailmap file

Create by command

```
git log --raw | grep "^Author: " | sort | uniq | cut -d ' ' -f2- | sed 's/^//' > .mailmap
```
The file was modified .mailmap (diff)
Commit e2c6a3a06a75c6c1244b93ac66d0523b70d41f98 by noreply
Upgrade zlib to v1.2.13 (#4047)

Take care to not break #3787 again.
The file was modified Modelica/Resources/C-Sources/zlib/inflate.c (diff)
The file was modified Modelica/Resources/C-Sources/zlib/zlib.h (diff)
The file was modified Modelica/Resources/C-Sources/zlib/adler32.c (diff)
The file was modified Modelica/Resources/C-Sources/zlib/crc32.c (diff)
The file was modified Modelica/Resources/C-Sources/zlib/gzread.c (diff)
The file was modified Modelica/Resources/C-Sources/zlib/zutil.c (diff)
The file was modified Modelica/Resources/Licenses/LICENSE_zlib.txt (diff)
The file was modified Modelica/Resources/C-Sources/zlib/deflate.c (diff)
The file was modified Modelica/Resources/C-Sources/zlib/inftrees.c (diff)
The file was modified Modelica/Resources/C-Sources/zlib/compress.c (diff)
The file was modified Modelica/Resources/C-Sources/zlib/inffast.h (diff)
The file was modified Modelica/Resources/C-Sources/zlib/inffast.c (diff)
The file was modified Modelica/Resources/C-Sources/zlib/zutil.h (diff)
The file was modified Modelica/Resources/C-Sources/zlib/gzlib.c (diff)
The file was modified Modelica/Resources/C-Sources/zlib/ChangeLog (diff)
The file was modified Modelica/Resources/C-Sources/zlib/deflate.h (diff)
The file was modified Modelica/Resources/C-Sources/zlib/FAQ (diff)
The file was modified Modelica/Resources/C-Sources/zlib/inftrees.h (diff)
The file was modified Modelica/Resources/C-Sources/zlib/crc32.h (diff)
The file was modified Modelica/Resources/C-Sources/zlib/trees.c (diff)
The file was modified Modelica/Resources/C-Sources/zlib/zconf.h (diff)
The file was modified Modelica/Resources/C-Sources/zlib/infback.c (diff)
The file was modified Modelica/Resources/C-Sources/zlib/README (diff)
The file was modified Modelica/Resources/C-Sources/zlib/gzguts.h (diff)
The file was modified Modelica/Resources/C-Sources/zlib/inflate.h (diff)
The file was modified Modelica/Resources/C-Sources/zlib/uncompr.c (diff)
The file was modified Modelica/Resources/C-Sources/zlib/gzclose.c (diff)
The file was modified Modelica/Resources/C-Sources/zlib/gzwrite.c (diff)
The file was modified Modelica/Mechanics/Translational/Components/ElastoGap.mo (diff)
Commit eaec24d444017ca193ddb7f12171c210f23d8246 by HansOlsson
Some generic Formatting guides - consistent with how classes are usually written.
The file was modified Modelica/package.mo (diff)
Commit 2b643d4a67c5b946cf8e625f3fc136718e5877bd by HansOlsson
Use protected as a heading for a number of declarations.
I believe that the previous formatting in Digitial is due to someone having
protected A
protected B
protected C
(which would be another style).
Then the subsequent protected were lost, and first protected formatted on a separate line.
The file was modified Modelica/Clocked/RealSignals/TimeBasedSources/Sine.mo (diff)
The file was modified Modelica/Electrical/Digital.mo (diff)
Commit 7b1aab4d83963fe5fcb686e7f2d76860e0b8b7a8 by HansOlsson
Avoid bad line-breaks in connect-annotation.
The file was modified Modelica/Electrical/Analog/Examples/Utilities/DirectCapacitor.mo (diff)
The file was modified Modelica/Electrical/PowerConverters/Examples/ACAC/SoftStarter.mo (diff)
The file was modified Modelica/Electrical/Machines/Examples/DCMachines/DCPM_CurrentControlled.mo (diff)
The file was modified Modelica/Electrical/Machines/Sensors/CurrentQuasiRMSSensor.mo (diff)
Commit 2c5d073e3f3ab70fe608435c488d330a97a7ad68 by HansOlsson
Do not use tab.
(Additional changes would be good.)
The file was modified Modelica/Fluid/Pipes.mo (diff)
Commit 26cfa5f1ca49ca1eba42dabc038decb981de2371 by HansOlsson
Remove trailing white-space
The file was modified Modelica/Math/isPowerOf2.mo (diff)
Commit a6c73748c1d0a0f8bc97992f72cf5cfdac7e9ebb by HansOlsson
The end of a class shall not be indented relative to class.
The file was modified Modelica/Media/Air/ReferenceAir.mo (diff)
Commit 79738c2596066cb44fd0336181cedeb011570aa2 by HansOlsson
RemoveTrailingWhiteSpace
The file was modified Modelica/Thermal/FluidHeatFlow/Examples/ParallelCooling.mo (diff)
The file was modified Modelica/Thermal/FluidHeatFlow/Sensors/RelTemperatureSensor.mo (diff)
Commit 4423973c07b59ccca438a503a70327fa07c22ada by HansOlsson
Even for redeclare extends ensure that class contents is indented relative to class.
The file was modified Modelica/Media/IdealGases/Common/package.mo (diff)
Commit d881852e1d21f660832a0e766580643754f0dfd9 by HansOlsson
Indent annotation relative to class
The file was modified Modelica/Media/Air/ReferenceMoistAir.mo (diff)
Commit 484cc7f47092b607fc1b9703d26f17cf5c06fcdd by HansOlsson
Documentation shall be indented relative to class
The file was modified Modelica/Utilities/Streams.mo (diff)
Commit a4febb0b86b54f56e43c21b900d72707e2d88de3 by HansOlsson
And sensible formatting
The file was modified Modelica/Utilities/Streams.mo (diff)
Commit 79005b53674922e6cfb80dc9ef2159f646eb348c by HansOlsson
Use protected as heading consistently.
The file was modified Modelica/Electrical/Digital.mo (diff)
Commit 179e9693a076c9c2ca118499940d293b234d6e30 by HansOlsson
Remove weird line-breaks and format equation consistently.
The file was modified ModelicaTest/Fluid/Dissipation.mo (diff)
The file was modified ModelicaTest/Tables/CombiTable2Ds.mo (diff)
The file was modified ModelicaTest/Tables/CombiTable2Dv.mo (diff)
The file was modified ModelicaTest/Fluid/TestComponents/NewFittings.mo (diff)
The file was modified ModelicaTest/Tables/CombiTimeTable.mo (diff)
The file was modified ModelicaTest/Electrical/QuasiStatic/Polyphase.mo (diff)
The file was modified ModelicaTest/Math.mo (diff)
Commit 116fe6736e5213d011c48009053db37bfaccbaf1 by HansOlsson
Add separation rule as well.
The file was modified Modelica/package.mo (diff)
The file was modified Complex.mo (diff)
Commit 578c403b28a76cd338fba55df9642e69cad333fd by HansOlsson
Update Modelica/Electrical/Machines/Sensors/CurrentQuasiRMSSensor.mo
The file was modified Modelica/Electrical/Machines/Sensors/CurrentQuasiRMSSensor.mo (diff)
Commit e872ac38721062d71f20462e5bb11a3c5329c5e8 by HansOlsson
Apply suggestions from code review

Co-authored-by: Henrik Tidefelt <henrikt@wolfram.com>

Apply suggestions from code review

Minor formatting changes in html code
The file was modified Modelica/Electrical/Analog/Examples/Utilities/DirectCapacitor.mo (diff)
The file was modified Modelica/package.mo (diff)
The file was modified Modelica/Electrical/Machines/Examples/DCMachines/DCPM_CurrentControlled.mo (diff)
Commit f35bfd9e317791f529f1553a97fb804ee8e9fb83 by HansOlsson
Apply suggestions from code review

Co-authored-by: tobolar <tobolar@users.noreply.github.com>
The file was modified Modelica/Media/IdealGases/Common/package.mo (diff)
The file was modified ModelicaTest/Electrical/QuasiStatic/Polyphase.mo (diff)
The file was modified Modelica/Thermal/FluidHeatFlow/Sensors/RelTemperatureSensor.mo (diff)
Commit f2cccab8292ebf36f92fc3a08c5fb4d0295cd21e by HansOlsson
Specify how to handle modifier lists.
Give example.

Rename to be slightly better.

Quoting!

Type Modelica keywords in bold and remove trailing whitespaces ;-)
The file was modified Modelica/package.mo (diff)
The file was modified Modelica/Blocks/Sources.mo (diff)
Commit 62cf2306532b17514193e97554178859aef73274 by HansOlsson
TrailingWhiteSpaceOnEmptyLine
The file was modified Modelica/Media/package.mo (diff)
Commit 019ce9069efa20c569a543bce4d43b580a22eee2 by noreply
Revert "Fix position prescribed friction"
The file was modified Modelica/Mechanics/Rotational/Interfaces/PartialFriction.mo (diff)
The file was modified ModelicaTest/Rotational.mo (diff)
The file was modified Modelica/Mechanics/Translational/Interfaces/PartialFriction.mo (diff)
The file was modified ModelicaTest/Translational.mo (diff)
Commit 519bf1554ada4c08820fd74946c17a8cbe033ef8 by maximilian.kormann
Revert "Merge pull request #4255 from modelica/revert-4129-fix-friction"

This reverts commit ee5fae81b6402cf15ffa6e365fdc7de0554ddb57, reversing
changes made to ae7afdc273639fdc0f99030e7444d44ac729d073.
The file was modified Modelica/Mechanics/Rotational/Interfaces/PartialFriction.mo (diff)
The file was modified ModelicaTest/Translational.mo (diff)
The file was modified ModelicaTest/Rotational.mo (diff)
The file was modified Modelica/Mechanics/Translational/Interfaces/PartialFriction.mo (diff)
Commit 97f0fdcc3646c9b0d32cfe209d71e5cad424aa61 by jakub.tobolar
Enhance a_relfric for forward/backward sliding
The file was modified Modelica/Mechanics/Rotational/Interfaces/PartialFriction.mo (diff)
The file was modified Modelica/Mechanics/Translational/Interfaces/PartialFriction.mo (diff)
Commit f4ad4d270428aa4aa3f32b4534080f06e3b5e465 by noreply
Fix missing simulation time

Co-authored-by: Hans Olsson <HansOlsson@users.noreply.github.com>
The file was modified ModelicaTest/Blocks.mo (diff)
Commit 96996136d1e378b46e6286d72463560e766603e9 by tobolar
Use Vector for visualization of forces and torques
The file was modified Modelica/Mechanics/MultiBody/Forces/ForceAndTorque.mo (diff)
The file was modified Modelica/Mechanics/MultiBody/Forces/WorldForceAndTorque.mo (diff)
The file was modified Modelica/Mechanics/MultiBody/Forces/WorldTorque.mo (diff)
The file was modified Modelica/Mechanics/MultiBody/Forces/Torque.mo (diff)
The file was modified Modelica/Mechanics/MultiBody/Sensors/CutForceAndTorque.mo (diff)
The file was modified Modelica/Mechanics/MultiBody/Sensors/CutForce.mo (diff)
The file was modified Modelica/Mechanics/MultiBody/Forces/WorldForce.mo (diff)
The file was modified Modelica/Mechanics/MultiBody/Forces/Force.mo (diff)
The file was modified Modelica/Mechanics/MultiBody/Sensors/CutTorque.mo (diff)
Commit de543f3369f776477b95b66bc5a9ebd285831152 by tobolar
Use Vector for visualization of positions in Sensors and Joints
The file was modified Modelica/Mechanics/MultiBody/Sensors/AbsoluteSensor.mo (diff)
The file was modified Modelica/Mechanics/MultiBody/Sensors/RelativeSensor.mo (diff)
The file was modified Modelica/Mechanics/MultiBody/Joints/FreeMotion.mo (diff)
The file was modified Modelica/Mechanics/MultiBody/Sensors/Distance.mo (diff)
Commit 2b44e61f481d483015e3c8bf8301f7acb7f52590 by tobolar
Use Vector for visualization
The file was modified Modelica/Mechanics/MultiBody/Visualizers/SignalArrow.mo (diff)
Commit 0c425e1df63ff0c11614c2b2434cf6c18eaadcbd by modelica
Update .mailmap file

Create by command

```
git log --raw | grep "^Author: " | sort | uniq | cut -d ' ' -f2- | sed 's/^//' > .mailmap
```
The file was modified .mailmap (diff)
The file was modified Modelica/Electrical/Analog/Examples/Utilities/SwitchedCapacitor.mo (diff)
Commit 54c07f297f984e404e79b4dccd7a4cb0eff4f3dd by modelica
Set Evaluate = true for IdealTransformer.considerMagnetization

Leaving this parameter unevaluated seems like making things overly complicated, and as far as I can see there is nothing that clearly requires the parameter to be treated structurally.  Hence, adding an explicit annotation will increase chances of models being treated equally efficiently across tools.

Of course, I would have preferred to declare considerMagnetization a constant with Dialog annotation instead, but I'm afraid the general preference is to use a parameter with Evaluate = true instead.
The file was modified Modelica/Electrical/Analog/Ideal/IdealTransformer.mo (diff)
Commit f78aa0fe229d21caf01bf87e1ed4fc776ea97a6f by noreply
Partially revert 18320a68b295c9b0be7a5fade0420487ec0059dc (#4252)

The file was modified Modelica/package.mo (diff)
Commit 90f22191fca5e9f99facc7119ae09e7840aae1f1 by noreply
Add badges for regression tests run by LTX (#4212)

The file was modified README.md (diff)
Commit 80b9eed0f27068d9b368b7b1a6244587bd1b6a25 by noreply
Make third-party licenses explicit (#4268)

The file was removedModelica/Resources/Licenses/LICENSE_c99-snprintf.txt
The file was addedModelica/Resources/Licenses/Third-party/LICENSE_win32_dirent.txt
The file was addedModelica/Resources/Licenses/Third-party/LICENSE_c99-snprintf.txt
The file was removedModelica/Resources/Licenses/LICENSE_APHashFunction.txt
The file was addedModelica/Resources/Licenses/Third-party/LICENSE_zlib.txt
The file was addedModelica/Resources/Licenses/Third-party/LICENSE_stdint_msvc.txt
The file was addedModelica/Resources/Licenses/Third-party/LICENSE_APHashFunction.txt
The file was removedModelica/Resources/Licenses/LICENSE_stdint_msvc.txt
The file was removedModelica/Resources/Licenses/LICENSE_uthash.txt
The file was addedModelica/Resources/Licenses/Third-party/LICENSE_uthash.txt
The file was removedModelica/Resources/Licenses/LICENSE_zlib.txt
The file was removedModelica/Resources/Licenses/LICENSE_portable-snippets.txt
The file was removedModelica/Resources/Licenses/LICENSE_win32_dirent.txt
The file was addedModelica/Resources/Licenses/Third-party/LICENSE_portable-snippets.txt
Commit fa90ce72720e3ffee385d1f5ab6081eb43637a94 by noreply
Utilize PressureSlope unit in Media consistently (#4262)

* Utilize PressureRate unit

* Rename PressureRate to PressureSlope
The file was modified Modelica/Media/package.mo (diff)
The file was modified Modelica/Units.mo (diff)
The file was modified Modelica/Media/Air/MoistAir.mo (diff)
The file was modified Modelica/Media/Water/IF97_Utilities.mo (diff)
Commit 68aa65640185537cd566c3739bbe81fd339651cb by noreply
Fix loss factors in SharpEdgedOrifice (#4258)

Co-authored-by: Stefan Wischhusen <wischhusen@xrg-simulation.de>
The file was modified Modelica/Fluid/Fittings.mo (diff)
Commit da81bb7fba95fbfb4f9e5e4dee648a4127b9d0f7 by noreply
Add ModelicaDuplicateString and ModelicaDuplicateStringWithErrorReturn (new in Modelica Language Specification version 3.5) (#3686)

* Add ModelicaDuplicateString and ModelicaDuplicateStringWithErrorReturn

* Utilize ModelicaDuplicateString and ModelicaDuplicateStringWithErrorReturn

* Rename format specifying arguments

* Utilize ModelicaDuplicateString and ModelicaDuplicateStringWithErrorReturn

* Rely on assert

Co-authored-by: Henrik Tidefelt <henrikt@wolfram.com>

* Update spelling

Co-authored-by: Henrik Tidefelt <henrikt@wolfram.com>

* Call ModelicaError as stated in MLS 12.9.6.2

---------

Co-authored-by: Henrik Tidefelt <henrikt@wolfram.com>
The file was modified Modelica/Resources/C-Sources/ModelicaInternal.c (diff)
The file was modified .CI/Test/ModelicaUtilities.h (diff)
The file was modified Modelica/Resources/C-Sources/ModelicaStrings.c (diff)
The file was modified .CI/Test/Common.c (diff)

Summary

  1. Fix unit error in SimpleLiquidWater model (details)
  2. Express the pressure rate in relation to Pa / bar conversion. (details)
  3. Fix unit error in TestOnly.MoistAir (details)
  4. Fix R134a_setState_pTX and WaterIF97_dewEnthalpy in the same way (details)
  5. Fix unit error in Thyristor (details)
  6. Add Friction test to ModelicaTest.Translational package (details)
  7. Fix position prescribed friction for both moving directions (details)
  8. Add more test models (details)
  9. Add failing test for Rotational Friction (details)
  10. Fix position prescribed rotational friction for both moving directions (details)
  11. Avoid having both start-value and initial equation. (details)
  12. Use mustBeConnected annotation (introduced in Modelica 3.6) for all conditional support connectors. (details)
  13. Proper word (details)
  14. Implement improvement suggested by @tobolar (details)
  15. User's Guide: add recommendation for 'tab' and 'group' annotations (details)
  16. Documentation: clarify mind-set of planar rotation (details)
  17. Improve EN grammar (details)
  18. Add a rule priorizing the 'general' tab (details)
  19. Add example how to define tab and group annotations (details)
  20. Enhance the 'Tabs and Groups' example (details)
  21. Add ZeroThresholds test (details)
  22. Update Modelica/Media/package.mo (details)
  23. Fix unit errors in Examples.MoistAir (details)
  24. Fix unit error in IdealGasH2O (details)
  25. Fix unit errors in ReferenceAir.MoistAir (details)
  26. Make the new variable a parameter as it is more idiomatic. (details)
  27. Use mustBeConnected annotation (introduced in Modelica 3.6) for all conditional support connectors. (details)
  28. Proper word (details)
  29. Avoid having both start-value and initial equation. (details)
  30. Improve ElastoGap (details)
  31. - added partial massFraction to partialMedium (details)
  32. Update Modelica/Media/package.mo (details)
  33. Use spaces instead of tabs (details)
  34. Bump used Modelica language version to 3.6 (#4208) (details)
  35. A value with unit="1" should not have a time as start-value (details)
  36. Time events instead of state events (details)
  37. Replace "discrete input" by just "input" (details)
  38. Remove unused functions (#4061) (details)
  39. Update .mailmap file (details)
  40. Upgrade zlib to v1.2.13 (#4047) (details)
  41. Fix typo (#4249) (details)
  42. Some generic Formatting guides - consistent with how classes are usually written. (details)
  43. Use protected as a heading for a number of declarations. (details)
  44. Avoid bad line-breaks in connect-annotation. (details)
  45. Do not use tab. (details)
  46. Remove trailing white-space (details)
  47. The end of a class shall not be indented relative to class. (details)
  48. RemoveTrailingWhiteSpace (details)
  49. NoTab (details)
  50. Even for redeclare extends ensure that class contents is indented relative to class. (details)
  51. Indent annotation relative to class (details)
  52. Documentation shall be indented relative to class (details)
  53. And sensible formatting (details)
  54. Use protected as heading consistently. (details)
  55. Remove weird line-breaks and format equation consistently. (details)
  56. Add separation rule as well. (details)
  57. And apply the rule (details)
  58. Update Modelica/Electrical/Machines/Sensors/CurrentQuasiRMSSensor.mo (details)
  59. Apply suggestions from code review (details)
  60. Apply suggestions from code review (details)
  61. Specify how to handle modifier lists. (details)
  62. TrailingWhiteSpace (details)
  63. TrailingWhiteSpaceOnEmptyLine (details)
  64. Revert "Fix position prescribed friction" (details)
  65. Revert "Merge pull request #4255 from modelica/revert-4129-fix-friction" (details)
  66. Enhance a_relfric for forward/backward sliding (details)
  67. Fix missing simulation time (details)
  68. Use Vector for visualization of forces and torques (details)
  69. Use Vector for visualization of positions in Sensors and Joints (details)
  70. Use Vector for visualization (details)
  71. Update .mailmap file (details)
  72. resolves issue #4245 (details)
  73. Set Evaluate = true for IdealTransformer.considerMagnetization (details)
  74. Partially revert 18320a68b295c9b0be7a5fade0420487ec0059dc (#4252) (details)
  75. Add badges for regression tests run by LTX (#4212) (details)
  76. Make third-party licenses explicit (#4268) (details)
  77. Utilize PressureSlope unit in Media consistently (#4262) (details)
  78. Fix loss factors in SharpEdgedOrifice (#4258) (details)
  79. Add ModelicaDuplicateString and ModelicaDuplicateStringWithErrorReturn (new in Modelica Language Specification version 3.5) (#3686) (details)
Commit 1e7ad17089670f006d803496a6c247ef96737604 by quentinl
Fix unit error in SimpleLiquidWater model
The file was modified Modelica/Media/package.mo (diff)
The file was modified Modelica/Units.mo (diff)
Commit f8751135e8ed680ec1cef500887b4ea723c3c22e by noreply
Express the pressure rate in relation to Pa / bar conversion.

Co-authored-by: Hans Olsson <HansOlsson@users.noreply.github.com>
The file was modified Modelica/Media/package.mo (diff)
Commit edf832cb825ac900fbce0ad12fda4d2614648d39 by Tidefelt Henrik
Fix unit error in TestOnly.MoistAir

Note that there is currently no Units.SI.PressureRate.
The file was modified ModelicaTest/Media.mo (diff)
Commit 96589ae60fc62c2a8af99ca05af4ffd2e15998ce by Tidefelt Henrik
Fix R134a_setState_pTX and WaterIF97_dewEnthalpy in the same way
The file was modified ModelicaTest/Media.mo (diff)
Commit 5e3a19be8ba3a38191df7e760d20337de77ab9b8 by noreply
Fix unit error in Thyristor

Introduces a variable to resolve a unit error in an equation.
The file was modified Modelica/Electrical/Analog/Semiconductors/Thyristor.mo (diff)
Commit 7e917b4eef3a1e53c2a841182142392887173038 by maximilian.kormann
Add Friction test to ModelicaTest.Translational package
The file was modified ModelicaTest/Translational.mo (diff)
Commit f689295d9a5e72681a6297fcf23b6b6faf2eeaa0 by maximilian.kormann
Fix position prescribed friction for both moving directions
The file was modified Modelica/Mechanics/Translational/Interfaces/PartialFriction.mo (diff)
The file was modified ModelicaTest/Translational.mo (diff)
Commit bda8c0ba405aa71bd1ccaa758b351c7897d486de by maximilian.kormann
Add failing test for Rotational Friction
The file was modified ModelicaTest/Translational.mo (diff)
The file was modified ModelicaTest/Rotational.mo (diff)
Commit 6dd737221afb64e427c420511f8361f6b6e1f1e2 by maximilian.kormann
Fix position prescribed rotational friction for both moving directions
The file was modified Modelica/Mechanics/Rotational/Interfaces/PartialFriction.mo (diff)
Commit 7a8e136bb9e5d3ab091da6632daa42e2073ab4ca by Hans.Olsson
Avoid having both start-value and initial equation.
The file was modified Modelica/Blocks/Continuous.mo (diff)
Commit 017cb929adce4e8e9b556c63cd45b363ff5d65c8 by Hans.Olsson
Use mustBeConnected annotation (introduced in Modelica 3.6) for all conditional support connectors.
The file was modified Modelica/Mechanics/Rotational/Interfaces/PartialElementaryRotationalToTranslational.mo (diff)
The file was modified Modelica/Mechanics/Translational/Interfaces/PartialElementaryOneFlangeAndSupport2.mo (diff)
The file was modified Modelica/Mechanics/Rotational/Interfaces/PartialElementaryTwoFlangesAndSupport2.mo (diff)
The file was modified Modelica/Mechanics/Rotational/Interfaces/PartialOneFlangeAndSupport.mo (diff)
The file was modified Modelica/Mechanics/Rotational/Interfaces/PartialTwoFlangesAndSupport.mo (diff)
The file was modified Modelica/Mechanics/Translational/Interfaces/PartialTwoFlangesAndSupport.mo (diff)
The file was modified Modelica/Mechanics/Translational/Interfaces/PartialElementaryTwoFlangesAndSupport2.mo (diff)
The file was modified Modelica/Mechanics/Rotational/Interfaces/PartialElementaryOneFlangeAndSupport2.mo (diff)
The file was modified Modelica/Mechanics/Translational/Interfaces/PartialOneFlangeAndSupport.mo (diff)
The file was modified Modelica/Mechanics/Rotational/Interfaces/PartialOneFlangeAndSupport.mo (diff)
The file was modified Modelica/Mechanics/Translational/Interfaces/PartialElementaryTwoFlangesAndSupport2.mo (diff)
The file was modified Modelica/Mechanics/Rotational/Interfaces/PartialElementaryOneFlangeAndSupport2.mo (diff)
The file was modified Modelica/Mechanics/Translational/Interfaces/PartialTwoFlangesAndSupport.mo (diff)
The file was modified Modelica/Mechanics/Rotational/Interfaces/PartialElementaryRotationalToTranslational.mo (diff)
The file was modified Modelica/Mechanics/Translational/Interfaces/PartialOneFlangeAndSupport.mo (diff)
The file was modified Modelica/Mechanics/Translational/Interfaces/PartialElementaryOneFlangeAndSupport2.mo (diff)
The file was modified Modelica/Mechanics/Rotational/Interfaces/PartialElementaryTwoFlangesAndSupport2.mo (diff)
The file was modified Modelica/Mechanics/Rotational/Interfaces/PartialTwoFlangesAndSupport.mo (diff)
Commit ca9dd1344ab247adad00f67fd034c95b7b3ae278 by maximilian.kormann
Implement improvement suggested by @tobolar
The file was modified Modelica/Mechanics/Translational/Interfaces/PartialFriction.mo (diff)
The file was modified Modelica/Mechanics/Rotational/Interfaces/PartialFriction.mo (diff)
Commit 86d1f7cd1872bdcae24cb36219a567aeafbd4ebd by jakub.tobolar
User's Guide: add recommendation for 'tab' and 'group' annotations
The file was modified Modelica/package.mo (diff)
Commit d1e6ce5cf3c90389a306fe25decc1bd3fe42f0b2 by jakub.tobolar
Documentation: clarify mind-set of planar rotation
The file was modified Modelica/Mechanics/MultiBody/Frames/planarRotation.mo (diff)
Commit 471e321692ee5b8e3785e79532b2f9a8427d0b5a by noreply
Improve EN grammar

Co-authored-by: Hans Olsson <HansOlsson@users.noreply.github.com>
The file was modified Modelica/Mechanics/MultiBody/Frames/planarRotation.mo (diff)
Commit 54d744a42bc0647339cfc9deea1dfe914bf3972b by jakub.tobolar
Add a rule priorizing the 'general' tab
The file was modified Modelica/package.mo (diff)
Commit 77a8db228d227d49475a51ba13e7105501a63a3f by jakub.tobolar
Add example how to define tab and group annotations
The file was modified Modelica/package.mo (diff)
Commit c476e0cf9567d72191b2dfb00f3b81e7c912afcb by jakub.tobolar
Enhance the 'Tabs and Groups' example
The file was modified Modelica/package.mo (diff)
The file was addedModelicaTest/Resources/Reference/ModelicaTest/Blocks/ZeroThresholds/comparisonSignals.txt
The file was modified ModelicaTest/Blocks.mo (diff)
Commit f4c73e025a2a163aa30031282019a5027ec2a6e7 by noreply
Update Modelica/Media/package.mo

Co-authored-by: Henrik Tidefelt <henrikt@wolfram.com>
The file was modified Modelica/Media/package.mo (diff)
Commit 6e81a36b8da5f6f3aaa3bf4587ff051e9821a2c6 by modelica
Fix unit errors in Examples.MoistAir
The file was modified Modelica/Media/package.mo (diff)
Commit c91300bfc7ef3dd9f84b61c214dc2d7de77a0901 by modelica
Fix unit error in IdealGasH2O
The file was modified Modelica/Media/package.mo (diff)
Commit 0b4368feee5a2004b80c3ace4fed6aeb006b0c02 by modelica
Fix unit errors in ReferenceAir.MoistAir
The file was modified Modelica/Media/package.mo (diff)
Commit fa0765e103c5fcc34ff269b3d5f400e9f4625eac by noreply
Make the new variable a parameter as it is more idiomatic.

Co-authored-by: Hans Olsson <HansOlsson@users.noreply.github.com>
The file was modified Modelica/Electrical/Analog/Semiconductors/Thyristor.mo (diff)
Commit d6f4e65f39f7d988ddd98478d368a25415a851b9 by dietmar.winkler
Use mustBeConnected annotation (introduced in Modelica 3.6) for all conditional support connectors.
The file was modified Modelica/Mechanics/Translational/Interfaces/PartialOneFlangeAndSupport.mo (diff)
The file was modified Modelica/Mechanics/Rotational/Interfaces/PartialElementaryRotationalToTranslational.mo (diff)
The file was modified Modelica/Mechanics/Rotational/Interfaces/PartialOneFlangeAndSupport.mo (diff)
The file was modified Modelica/Mechanics/Translational/Interfaces/PartialElementaryTwoFlangesAndSupport2.mo (diff)
The file was modified Modelica/Mechanics/Rotational/Interfaces/PartialElementaryTwoFlangesAndSupport2.mo (diff)
The file was modified Modelica/Mechanics/Rotational/Interfaces/PartialTwoFlangesAndSupport.mo (diff)
The file was modified Modelica/Mechanics/Translational/Interfaces/PartialTwoFlangesAndSupport.mo (diff)
The file was modified Modelica/Mechanics/Rotational/Interfaces/PartialElementaryOneFlangeAndSupport2.mo (diff)
The file was modified Modelica/Mechanics/Translational/Interfaces/PartialElementaryOneFlangeAndSupport2.mo (diff)
The file was modified Modelica/Mechanics/Translational/Interfaces/PartialTwoFlangesAndSupport.mo (diff)
The file was modified Modelica/Mechanics/Rotational/Interfaces/PartialElementaryRotationalToTranslational.mo (diff)
The file was modified Modelica/Mechanics/Rotational/Interfaces/PartialElementaryTwoFlangesAndSupport2.mo (diff)
The file was modified Modelica/Mechanics/Translational/Interfaces/PartialOneFlangeAndSupport.mo (diff)
The file was modified Modelica/Mechanics/Rotational/Interfaces/PartialOneFlangeAndSupport.mo (diff)
The file was modified Modelica/Mechanics/Rotational/Interfaces/PartialTwoFlangesAndSupport.mo (diff)
The file was modified Modelica/Mechanics/Translational/Interfaces/PartialElementaryTwoFlangesAndSupport2.mo (diff)
The file was modified Modelica/Mechanics/Rotational/Interfaces/PartialElementaryOneFlangeAndSupport2.mo (diff)
The file was modified Modelica/Mechanics/Translational/Interfaces/PartialElementaryOneFlangeAndSupport2.mo (diff)
Commit f9f43950e4c92053e1d3a556e4edac5f6eb5dc24 by dietmar.winkler
Avoid having both start-value and initial equation.
The file was modified Modelica/Blocks/Continuous.mo (diff)
Commit 043aaab98f8be0d319fb4b817fcb46a953eca571 by HansOlsson
Improve ElastoGap
Closes #4197

Prefer code to pre, and move things.

Add scaling ratio variable and add parameter description

Simplify computation of f_d

Documentation: add non-braking spaces where needed

Add scaling ratio variable and add parameter description

Simplify computation of f_d

Documentation: add non-braking spaces where needed

Improve documentation concerning s_rel and f_rel

Enable only positive values of s_rel and f_rel
The file was modified Modelica/Mechanics/Translational/Components/ElastoGap.mo (diff)
Commit d42719131c7733eacb38e8da55ccefb19f6974af by dirk.zimmer
- added partial massFraction to partialMedium
- implemented massFraction for partialPureSubstance
- implemented massFraction for PartialMixtureMedium
- added 3 test cases for ModeliceTest covering pure / reduced mixture / non-reduced misture
The file was modified Modelica/Media/package.mo (diff)
The file was modified ModelicaTest/Media.mo (diff)
Commit 68f52e6cce278bdbc9c978263a9f0422c3022c24 by noreply
Update Modelica/Media/package.mo

Accepted suggestion

Co-authored-by: Thomas Beutlich <modelica@tbeu.de>
The file was modified Modelica/Media/package.mo (diff)
Commit 038f2941c30511750ae0b33bacb71fcdaaedf270 by noreply
Use spaces instead of tabs
The file was modified Modelica/Media/package.mo (diff)
Commit 18320a68b295c9b0be7a5fade0420487ec0059dc by noreply
Bump used Modelica language version to 3.6 (#4208)

* Bump used Modelica language version to 3.6

* Fix bad &nbsp>

Detected by html_documentation_checks.

* Skip main entry when linking to getInstanceName in specification

* Re-trigger CI checks
The file was modified Modelica/Math/Random.mo (diff)
The file was modified Modelica/package.mo (diff)
The file was modified Modelica/Blocks/Noise.mo (diff)
The file was modified Modelica/Media/package.mo (diff)
The file was modified ModelicaReference/package.mo (diff)
The file was modified ModelicaServices/package.mo (diff)
The file was modified Modelica/Math/Nonlinear.mo (diff)
The file was modified Modelica/Blocks/package.mo (diff)
The file was modified Modelica/StateGraph.mo (diff)
The file was modified Modelica/Fluid/package.mo (diff)
The file was modified Modelica/Electrical/QuasiStatic/Types/Reference.mo (diff)
The file was modified Modelica/Electrical/QuasiStatic/UsersGuide/Overview/ReferenceSystem.mo (diff)
Commit e20081a89e86d8129493bf5098f9efe01b5bcdc2 by HansOlsson
A value with unit="1" should not have a time as start-value
Closes #4054
The file was modified Modelica/Electrical/PowerConverters/DCAC/Control/SVPWM.mo (diff)
Commit 3e25b29a6e8897f490f82e34f52dfd50b3d46411 by HansOlsson
Time events instead of state events
The file was modified Modelica/Electrical/PowerConverters/DCAC/Control/SVPWM.mo (diff)
Commit 3a145ed271dda2c79fe9604ef4e7216767e267fc by Hans.Olsson
Replace "discrete input" by just "input"
https://github.com/modelica/ModelicaSpecification/issues/3220
The file was modified Modelica/Blocks/Tables.mo (diff)
Commit 006130962fa4d5c52fb4b6a1fa53fb3650442168 by noreply
Remove unused functions (#4061)

Note that they were previously used by get_token which was removed in #3783
The file was modified Modelica/Resources/C-Sources/ModelicaStrings.c (diff)
Commit 77b9e13278f990b68dcd728aa9f6a1e3d8ea57be by modelica
Update .mailmap file

Create by command

```
git log --raw | grep "^Author: " | sort | uniq | cut -d ' ' -f2- | sed 's/^//' > .mailmap
```
The file was modified .mailmap (diff)
Commit e2c6a3a06a75c6c1244b93ac66d0523b70d41f98 by noreply
Upgrade zlib to v1.2.13 (#4047)

Take care to not break #3787 again.
The file was modified Modelica/Resources/C-Sources/zlib/inffast.h (diff)
The file was modified Modelica/Resources/C-Sources/zlib/zlib.h (diff)
The file was modified Modelica/Resources/C-Sources/zlib/trees.c (diff)
The file was modified Modelica/Resources/C-Sources/zlib/zconf.h (diff)
The file was modified Modelica/Resources/C-Sources/zlib/FAQ (diff)
The file was modified Modelica/Resources/C-Sources/zlib/deflate.c (diff)
The file was modified Modelica/Resources/C-Sources/zlib/inftrees.h (diff)
The file was modified Modelica/Resources/C-Sources/zlib/zutil.c (diff)
The file was modified Modelica/Resources/C-Sources/zlib/adler32.c (diff)
The file was modified Modelica/Resources/C-Sources/zlib/infback.c (diff)
The file was modified Modelica/Resources/C-Sources/zlib/ChangeLog (diff)
The file was modified Modelica/Resources/C-Sources/zlib/compress.c (diff)
The file was modified Modelica/Resources/C-Sources/zlib/crc32.h (diff)
The file was modified Modelica/Resources/Licenses/LICENSE_zlib.txt (diff)
The file was modified Modelica/Resources/C-Sources/zlib/gzclose.c (diff)
The file was modified Modelica/Resources/C-Sources/zlib/inftrees.c (diff)
The file was modified Modelica/Resources/C-Sources/zlib/gzguts.h (diff)
The file was modified Modelica/Resources/C-Sources/zlib/gzread.c (diff)
The file was modified Modelica/Resources/C-Sources/zlib/zutil.h (diff)
The file was modified Modelica/Resources/C-Sources/zlib/inflate.h (diff)
The file was modified Modelica/Resources/C-Sources/zlib/gzlib.c (diff)
The file was modified Modelica/Resources/C-Sources/zlib/README (diff)
The file was modified Modelica/Resources/C-Sources/zlib/gzwrite.c (diff)
The file was modified Modelica/Resources/C-Sources/zlib/inflate.c (diff)
The file was modified Modelica/Resources/C-Sources/zlib/inffast.c (diff)
The file was modified Modelica/Resources/C-Sources/zlib/deflate.h (diff)
The file was modified Modelica/Resources/C-Sources/zlib/crc32.c (diff)
The file was modified Modelica/Resources/C-Sources/zlib/uncompr.c (diff)
The file was modified Modelica/Mechanics/Translational/Components/ElastoGap.mo (diff)
Commit eaec24d444017ca193ddb7f12171c210f23d8246 by HansOlsson
Some generic Formatting guides - consistent with how classes are usually written.
The file was modified Modelica/package.mo (diff)
Commit 2b643d4a67c5b946cf8e625f3fc136718e5877bd by HansOlsson
Use protected as a heading for a number of declarations.
I believe that the previous formatting in Digitial is due to someone having
protected A
protected B
protected C
(which would be another style).
Then the subsequent protected were lost, and first protected formatted on a separate line.
The file was modified Modelica/Electrical/Digital.mo (diff)
The file was modified Modelica/Clocked/RealSignals/TimeBasedSources/Sine.mo (diff)
Commit 7b1aab4d83963fe5fcb686e7f2d76860e0b8b7a8 by HansOlsson
Avoid bad line-breaks in connect-annotation.
The file was modified Modelica/Electrical/Machines/Sensors/CurrentQuasiRMSSensor.mo (diff)
The file was modified Modelica/Electrical/PowerConverters/Examples/ACAC/SoftStarter.mo (diff)
The file was modified Modelica/Electrical/Analog/Examples/Utilities/DirectCapacitor.mo (diff)
The file was modified Modelica/Electrical/Machines/Examples/DCMachines/DCPM_CurrentControlled.mo (diff)
Commit 2c5d073e3f3ab70fe608435c488d330a97a7ad68 by HansOlsson
Do not use tab.
(Additional changes would be good.)
The file was modified Modelica/Fluid/Pipes.mo (diff)
Commit 26cfa5f1ca49ca1eba42dabc038decb981de2371 by HansOlsson
Remove trailing white-space
The file was modified Modelica/Math/isPowerOf2.mo (diff)
Commit a6c73748c1d0a0f8bc97992f72cf5cfdac7e9ebb by HansOlsson
The end of a class shall not be indented relative to class.
The file was modified Modelica/Media/Air/ReferenceAir.mo (diff)
Commit 79738c2596066cb44fd0336181cedeb011570aa2 by HansOlsson
RemoveTrailingWhiteSpace
The file was modified Modelica/Thermal/FluidHeatFlow/Examples/ParallelCooling.mo (diff)
The file was modified Modelica/Thermal/FluidHeatFlow/Sensors/RelTemperatureSensor.mo (diff)
Commit 4423973c07b59ccca438a503a70327fa07c22ada by HansOlsson
Even for redeclare extends ensure that class contents is indented relative to class.
The file was modified Modelica/Media/IdealGases/Common/package.mo (diff)
Commit d881852e1d21f660832a0e766580643754f0dfd9 by HansOlsson
Indent annotation relative to class
The file was modified Modelica/Media/Air/ReferenceMoistAir.mo (diff)
Commit 484cc7f47092b607fc1b9703d26f17cf5c06fcdd by HansOlsson
Documentation shall be indented relative to class
The file was modified Modelica/Utilities/Streams.mo (diff)
Commit a4febb0b86b54f56e43c21b900d72707e2d88de3 by HansOlsson
And sensible formatting
The file was modified Modelica/Utilities/Streams.mo (diff)
Commit 79005b53674922e6cfb80dc9ef2159f646eb348c by HansOlsson
Use protected as heading consistently.
The file was modified Modelica/Electrical/Digital.mo (diff)
Commit 179e9693a076c9c2ca118499940d293b234d6e30 by HansOlsson
Remove weird line-breaks and format equation consistently.
The file was modified ModelicaTest/Tables/CombiTable2Dv.mo (diff)
The file was modified ModelicaTest/Tables/CombiTimeTable.mo (diff)
The file was modified ModelicaTest/Fluid/Dissipation.mo (diff)
The file was modified ModelicaTest/Math.mo (diff)
The file was modified ModelicaTest/Fluid/TestComponents/NewFittings.mo (diff)
The file was modified ModelicaTest/Tables/CombiTable2Ds.mo (diff)
The file was modified ModelicaTest/Electrical/QuasiStatic/Polyphase.mo (diff)
Commit 116fe6736e5213d011c48009053db37bfaccbaf1 by HansOlsson
Add separation rule as well.
The file was modified Modelica/package.mo (diff)
The file was modified Complex.mo (diff)
Commit 578c403b28a76cd338fba55df9642e69cad333fd by HansOlsson
Update Modelica/Electrical/Machines/Sensors/CurrentQuasiRMSSensor.mo
The file was modified Modelica/Electrical/Machines/Sensors/CurrentQuasiRMSSensor.mo (diff)
Commit e872ac38721062d71f20462e5bb11a3c5329c5e8 by HansOlsson
Apply suggestions from code review

Co-authored-by: Henrik Tidefelt <henrikt@wolfram.com>

Apply suggestions from code review

Minor formatting changes in html code
The file was modified Modelica/Electrical/Machines/Examples/DCMachines/DCPM_CurrentControlled.mo (diff)
The file was modified Modelica/package.mo (diff)
The file was modified Modelica/Electrical/Analog/Examples/Utilities/DirectCapacitor.mo (diff)
Commit f35bfd9e317791f529f1553a97fb804ee8e9fb83 by HansOlsson
Apply suggestions from code review

Co-authored-by: tobolar <tobolar@users.noreply.github.com>
The file was modified Modelica/Thermal/FluidHeatFlow/Sensors/RelTemperatureSensor.mo (diff)
The file was modified ModelicaTest/Electrical/QuasiStatic/Polyphase.mo (diff)
The file was modified Modelica/Media/IdealGases/Common/package.mo (diff)
Commit f2cccab8292ebf36f92fc3a08c5fb4d0295cd21e by HansOlsson
Specify how to handle modifier lists.
Give example.

Rename to be slightly better.

Quoting!

Type Modelica keywords in bold and remove trailing whitespaces ;-)
The file was modified Modelica/package.mo (diff)
The file was modified Modelica/Blocks/Sources.mo (diff)
Commit 62cf2306532b17514193e97554178859aef73274 by HansOlsson
TrailingWhiteSpaceOnEmptyLine
The file was modified Modelica/Media/package.mo (diff)
Commit 019ce9069efa20c569a543bce4d43b580a22eee2 by noreply
Revert "Fix position prescribed friction"
The file was modified Modelica/Mechanics/Rotational/Interfaces/PartialFriction.mo (diff)
The file was modified ModelicaTest/Rotational.mo (diff)
The file was modified Modelica/Mechanics/Translational/Interfaces/PartialFriction.mo (diff)
The file was modified ModelicaTest/Translational.mo (diff)
Commit 519bf1554ada4c08820fd74946c17a8cbe033ef8 by maximilian.kormann
Revert "Merge pull request #4255 from modelica/revert-4129-fix-friction"

This reverts commit ee5fae81b6402cf15ffa6e365fdc7de0554ddb57, reversing
changes made to ae7afdc273639fdc0f99030e7444d44ac729d073.
The file was modified Modelica/Mechanics/Translational/Interfaces/PartialFriction.mo (diff)
The file was modified ModelicaTest/Translational.mo (diff)
The file was modified Modelica/Mechanics/Rotational/Interfaces/PartialFriction.mo (diff)
The file was modified ModelicaTest/Rotational.mo (diff)
Commit 97f0fdcc3646c9b0d32cfe209d71e5cad424aa61 by jakub.tobolar
Enhance a_relfric for forward/backward sliding
The file was modified Modelica/Mechanics/Translational/Interfaces/PartialFriction.mo (diff)
The file was modified Modelica/Mechanics/Rotational/Interfaces/PartialFriction.mo (diff)
Commit f4ad4d270428aa4aa3f32b4534080f06e3b5e465 by noreply
Fix missing simulation time

Co-authored-by: Hans Olsson <HansOlsson@users.noreply.github.com>
The file was modified ModelicaTest/Blocks.mo (diff)
Commit 96996136d1e378b46e6286d72463560e766603e9 by tobolar
Use Vector for visualization of forces and torques
The file was modified Modelica/Mechanics/MultiBody/Forces/WorldForceAndTorque.mo (diff)
The file was modified Modelica/Mechanics/MultiBody/Sensors/CutForceAndTorque.mo (diff)
The file was modified Modelica/Mechanics/MultiBody/Sensors/CutTorque.mo (diff)
The file was modified Modelica/Mechanics/MultiBody/Forces/WorldTorque.mo (diff)
The file was modified Modelica/Mechanics/MultiBody/Forces/Torque.mo (diff)
The file was modified Modelica/Mechanics/MultiBody/Sensors/CutForce.mo (diff)
The file was modified Modelica/Mechanics/MultiBody/Forces/WorldForce.mo (diff)
The file was modified Modelica/Mechanics/MultiBody/Forces/Force.mo (diff)
The file was modified Modelica/Mechanics/MultiBody/Forces/ForceAndTorque.mo (diff)
Commit de543f3369f776477b95b66bc5a9ebd285831152 by tobolar
Use Vector for visualization of positions in Sensors and Joints
The file was modified Modelica/Mechanics/MultiBody/Sensors/AbsoluteSensor.mo (diff)
The file was modified Modelica/Mechanics/MultiBody/Joints/FreeMotion.mo (diff)
The file was modified Modelica/Mechanics/MultiBody/Sensors/Distance.mo (diff)
The file was modified Modelica/Mechanics/MultiBody/Sensors/RelativeSensor.mo (diff)
Commit 2b44e61f481d483015e3c8bf8301f7acb7f52590 by tobolar
Use Vector for visualization
The file was modified Modelica/Mechanics/MultiBody/Visualizers/SignalArrow.mo (diff)
Commit 0c425e1df63ff0c11614c2b2434cf6c18eaadcbd by modelica
Update .mailmap file

Create by command

```
git log --raw | grep "^Author: " | sort | uniq | cut -d ' ' -f2- | sed 's/^//' > .mailmap
```
The file was modified .mailmap (diff)
The file was modified Modelica/Electrical/Analog/Examples/Utilities/SwitchedCapacitor.mo (diff)
Commit 54c07f297f984e404e79b4dccd7a4cb0eff4f3dd by modelica
Set Evaluate = true for IdealTransformer.considerMagnetization

Leaving this parameter unevaluated seems like making things overly complicated, and as far as I can see there is nothing that clearly requires the parameter to be treated structurally.  Hence, adding an explicit annotation will increase chances of models being treated equally efficiently across tools.

Of course, I would have preferred to declare considerMagnetization a constant with Dialog annotation instead, but I'm afraid the general preference is to use a parameter with Evaluate = true instead.
The file was modified Modelica/Electrical/Analog/Ideal/IdealTransformer.mo (diff)
Commit f78aa0fe229d21caf01bf87e1ed4fc776ea97a6f by noreply
Partially revert 18320a68b295c9b0be7a5fade0420487ec0059dc (#4252)

The file was modified Modelica/package.mo (diff)
Commit 90f22191fca5e9f99facc7119ae09e7840aae1f1 by noreply
Add badges for regression tests run by LTX (#4212)

The file was modified README.md (diff)
Commit 80b9eed0f27068d9b368b7b1a6244587bd1b6a25 by noreply
Make third-party licenses explicit (#4268)

The file was addedModelica/Resources/Licenses/Third-party/LICENSE_uthash.txt
The file was removedModelica/Resources/Licenses/LICENSE_c99-snprintf.txt
The file was removedModelica/Resources/Licenses/LICENSE_win32_dirent.txt
The file was addedModelica/Resources/Licenses/Third-party/LICENSE_zlib.txt
The file was addedModelica/Resources/Licenses/Third-party/LICENSE_c99-snprintf.txt
The file was addedModelica/Resources/Licenses/Third-party/LICENSE_stdint_msvc.txt
The file was addedModelica/Resources/Licenses/Third-party/LICENSE_portable-snippets.txt
The file was addedModelica/Resources/Licenses/Third-party/LICENSE_APHashFunction.txt
The file was removedModelica/Resources/Licenses/LICENSE_zlib.txt
The file was removedModelica/Resources/Licenses/LICENSE_uthash.txt
The file was removedModelica/Resources/Licenses/LICENSE_APHashFunction.txt
The file was removedModelica/Resources/Licenses/LICENSE_stdint_msvc.txt
The file was addedModelica/Resources/Licenses/Third-party/LICENSE_win32_dirent.txt
The file was removedModelica/Resources/Licenses/LICENSE_portable-snippets.txt
Commit fa90ce72720e3ffee385d1f5ab6081eb43637a94 by noreply
Utilize PressureSlope unit in Media consistently (#4262)

* Utilize PressureRate unit

* Rename PressureRate to PressureSlope
The file was modified Modelica/Media/Water/IF97_Utilities.mo (diff)
The file was modified Modelica/Media/package.mo (diff)
The file was modified Modelica/Media/Air/MoistAir.mo (diff)
The file was modified Modelica/Units.mo (diff)
Commit 68aa65640185537cd566c3739bbe81fd339651cb by noreply
Fix loss factors in SharpEdgedOrifice (#4258)

Co-authored-by: Stefan Wischhusen <wischhusen@xrg-simulation.de>
The file was modified Modelica/Fluid/Fittings.mo (diff)
Commit da81bb7fba95fbfb4f9e5e4dee648a4127b9d0f7 by noreply
Add ModelicaDuplicateString and ModelicaDuplicateStringWithErrorReturn (new in Modelica Language Specification version 3.5) (#3686)

* Add ModelicaDuplicateString and ModelicaDuplicateStringWithErrorReturn

* Utilize ModelicaDuplicateString and ModelicaDuplicateStringWithErrorReturn

* Rename format specifying arguments

* Utilize ModelicaDuplicateString and ModelicaDuplicateStringWithErrorReturn

* Rely on assert

Co-authored-by: Henrik Tidefelt <henrikt@wolfram.com>

* Update spelling

Co-authored-by: Henrik Tidefelt <henrikt@wolfram.com>

* Call ModelicaError as stated in MLS 12.9.6.2

---------

Co-authored-by: Henrik Tidefelt <henrikt@wolfram.com>
The file was modified .CI/Test/Common.c (diff)
The file was modified .CI/Test/ModelicaUtilities.h (diff)
The file was modified Modelica/Resources/C-Sources/ModelicaStrings.c (diff)
The file was modified Modelica/Resources/C-Sources/ModelicaInternal.c (diff)

Summary

  1. Fix unit error in SimpleLiquidWater model (details)
  2. Express the pressure rate in relation to Pa / bar conversion. (details)
  3. Fix unit error in TestOnly.MoistAir (details)
  4. Fix R134a_setState_pTX and WaterIF97_dewEnthalpy in the same way (details)
  5. Fix unit error in Thyristor (details)
  6. Add Friction test to ModelicaTest.Translational package (details)
  7. Fix position prescribed friction for both moving directions (details)
  8. Add more test models (details)
  9. Add failing test for Rotational Friction (details)
  10. Fix position prescribed rotational friction for both moving directions (details)
  11. Avoid having both start-value and initial equation. (details)
  12. Use mustBeConnected annotation (introduced in Modelica 3.6) for all conditional support connectors. (details)
  13. Proper word (details)
  14. Implement improvement suggested by @tobolar (details)
  15. User's Guide: add recommendation for 'tab' and 'group' annotations (details)
  16. Documentation: clarify mind-set of planar rotation (details)
  17. Improve EN grammar (details)
  18. Add a rule priorizing the 'general' tab (details)
  19. Add example how to define tab and group annotations (details)
  20. Enhance the 'Tabs and Groups' example (details)
  21. Add ZeroThresholds test (details)
  22. Update Modelica/Media/package.mo (details)
  23. Fix unit errors in Examples.MoistAir (details)
  24. Fix unit error in IdealGasH2O (details)
  25. Fix unit errors in ReferenceAir.MoistAir (details)
  26. Make the new variable a parameter as it is more idiomatic. (details)
  27. Use mustBeConnected annotation (introduced in Modelica 3.6) for all conditional support connectors. (details)
  28. Proper word (details)
  29. Avoid having both start-value and initial equation. (details)
  30. Improve ElastoGap (details)
  31. - added partial massFraction to partialMedium (details)
  32. Update Modelica/Media/package.mo (details)
  33. Use spaces instead of tabs (details)
  34. Bump used Modelica language version to 3.6 (#4208) (details)
  35. A value with unit="1" should not have a time as start-value (details)
  36. Time events instead of state events (details)
  37. Replace "discrete input" by just "input" (details)
  38. Remove unused functions (#4061) (details)
  39. Update .mailmap file (details)
  40. Upgrade zlib to v1.2.13 (#4047) (details)
  41. Fix typo (#4249) (details)
  42. Some generic Formatting guides - consistent with how classes are usually written. (details)
  43. Use protected as a heading for a number of declarations. (details)
  44. Avoid bad line-breaks in connect-annotation. (details)
  45. Do not use tab. (details)
  46. Remove trailing white-space (details)
  47. The end of a class shall not be indented relative to class. (details)
  48. RemoveTrailingWhiteSpace (details)
  49. NoTab (details)
  50. Even for redeclare extends ensure that class contents is indented relative to class. (details)
  51. Indent annotation relative to class (details)
  52. Documentation shall be indented relative to class (details)
  53. And sensible formatting (details)
  54. Use protected as heading consistently. (details)
  55. Remove weird line-breaks and format equation consistently. (details)
  56. Add separation rule as well. (details)
  57. And apply the rule (details)
  58. Update Modelica/Electrical/Machines/Sensors/CurrentQuasiRMSSensor.mo (details)
  59. Apply suggestions from code review (details)
  60. Apply suggestions from code review (details)
  61. Specify how to handle modifier lists. (details)
  62. TrailingWhiteSpace (details)
  63. TrailingWhiteSpaceOnEmptyLine (details)
  64. Revert "Fix position prescribed friction" (details)
  65. Revert "Merge pull request #4255 from modelica/revert-4129-fix-friction" (details)
  66. Enhance a_relfric for forward/backward sliding (details)
  67. Fix missing simulation time (details)
  68. Use Vector for visualization of forces and torques (details)
  69. Use Vector for visualization of positions in Sensors and Joints (details)
  70. Use Vector for visualization (details)
  71. Update .mailmap file (details)
  72. resolves issue #4245 (details)
  73. Set Evaluate = true for IdealTransformer.considerMagnetization (details)
  74. Partially revert 18320a68b295c9b0be7a5fade0420487ec0059dc (#4252) (details)
  75. Add badges for regression tests run by LTX (#4212) (details)
  76. Make third-party licenses explicit (#4268) (details)
  77. Utilize PressureSlope unit in Media consistently (#4262) (details)
  78. Fix loss factors in SharpEdgedOrifice (#4258) (details)
  79. Add ModelicaDuplicateString and ModelicaDuplicateStringWithErrorReturn (new in Modelica Language Specification version 3.5) (#3686) (details)
Commit 1e7ad17089670f006d803496a6c247ef96737604 by quentinl
Fix unit error in SimpleLiquidWater model
The file was modified Modelica/Media/package.mo (diff)
The file was modified Modelica/Units.mo (diff)
Commit f8751135e8ed680ec1cef500887b4ea723c3c22e by noreply
Express the pressure rate in relation to Pa / bar conversion.

Co-authored-by: Hans Olsson <HansOlsson@users.noreply.github.com>
The file was modified Modelica/Media/package.mo (diff)
Commit edf832cb825ac900fbce0ad12fda4d2614648d39 by Tidefelt Henrik
Fix unit error in TestOnly.MoistAir

Note that there is currently no Units.SI.PressureRate.
The file was modified ModelicaTest/Media.mo (diff)
Commit 96589ae60fc62c2a8af99ca05af4ffd2e15998ce by Tidefelt Henrik
Fix R134a_setState_pTX and WaterIF97_dewEnthalpy in the same way
The file was modified ModelicaTest/Media.mo (diff)
Commit 5e3a19be8ba3a38191df7e760d20337de77ab9b8 by noreply
Fix unit error in Thyristor

Introduces a variable to resolve a unit error in an equation.
The file was modified Modelica/Electrical/Analog/Semiconductors/Thyristor.mo (diff)
Commit 7e917b4eef3a1e53c2a841182142392887173038 by maximilian.kormann
Add Friction test to ModelicaTest.Translational package
The file was modified ModelicaTest/Translational.mo (diff)
Commit f689295d9a5e72681a6297fcf23b6b6faf2eeaa0 by maximilian.kormann
Fix position prescribed friction for both moving directions
The file was modified Modelica/Mechanics/Translational/Interfaces/PartialFriction.mo (diff)
The file was modified ModelicaTest/Translational.mo (diff)
Commit bda8c0ba405aa71bd1ccaa758b351c7897d486de by maximilian.kormann
Add failing test for Rotational Friction
The file was modified ModelicaTest/Rotational.mo (diff)
The file was modified ModelicaTest/Translational.mo (diff)
Commit 6dd737221afb64e427c420511f8361f6b6e1f1e2 by maximilian.kormann
Fix position prescribed rotational friction for both moving directions
The file was modified Modelica/Mechanics/Rotational/Interfaces/PartialFriction.mo (diff)
Commit 7a8e136bb9e5d3ab091da6632daa42e2073ab4ca by Hans.Olsson
Avoid having both start-value and initial equation.
The file was modified Modelica/Blocks/Continuous.mo (diff)
Commit 017cb929adce4e8e9b556c63cd45b363ff5d65c8 by Hans.Olsson
Use mustBeConnected annotation (introduced in Modelica 3.6) for all conditional support connectors.
The file was modified Modelica/Mechanics/Rotational/Interfaces/PartialElementaryRotationalToTranslational.mo (diff)
The file was modified Modelica/Mechanics/Translational/Interfaces/PartialElementaryTwoFlangesAndSupport2.mo (diff)
The file was modified Modelica/Mechanics/Rotational/Interfaces/PartialElementaryTwoFlangesAndSupport2.mo (diff)
The file was modified Modelica/Mechanics/Translational/Interfaces/PartialElementaryOneFlangeAndSupport2.mo (diff)
The file was modified Modelica/Mechanics/Translational/Interfaces/PartialOneFlangeAndSupport.mo (diff)
The file was modified Modelica/Mechanics/Rotational/Interfaces/PartialElementaryOneFlangeAndSupport2.mo (diff)
The file was modified Modelica/Mechanics/Translational/Interfaces/PartialTwoFlangesAndSupport.mo (diff)
The file was modified Modelica/Mechanics/Rotational/Interfaces/PartialOneFlangeAndSupport.mo (diff)
The file was modified Modelica/Mechanics/Rotational/Interfaces/PartialTwoFlangesAndSupport.mo (diff)
The file was modified Modelica/Mechanics/Translational/Interfaces/PartialElementaryOneFlangeAndSupport2.mo (diff)
The file was modified Modelica/Mechanics/Rotational/Interfaces/PartialElementaryRotationalToTranslational.mo (diff)
The file was modified Modelica/Mechanics/Translational/Interfaces/PartialElementaryTwoFlangesAndSupport2.mo (diff)
The file was modified Modelica/Mechanics/Rotational/Interfaces/PartialElementaryTwoFlangesAndSupport2.mo (diff)
The file was modified Modelica/Mechanics/Translational/Interfaces/PartialOneFlangeAndSupport.mo (diff)
The file was modified Modelica/Mechanics/Rotational/Interfaces/PartialElementaryOneFlangeAndSupport2.mo (diff)
The file was modified Modelica/Mechanics/Translational/Interfaces/PartialTwoFlangesAndSupport.mo (diff)
The file was modified Modelica/Mechanics/Rotational/Interfaces/PartialOneFlangeAndSupport.mo (diff)
The file was modified Modelica/Mechanics/Rotational/Interfaces/PartialTwoFlangesAndSupport.mo (diff)
Commit ca9dd1344ab247adad00f67fd034c95b7b3ae278 by maximilian.kormann
Implement improvement suggested by @tobolar
The file was modified Modelica/Mechanics/Translational/Interfaces/PartialFriction.mo (diff)
The file was modified Modelica/Mechanics/Rotational/Interfaces/PartialFriction.mo (diff)
Commit 86d1f7cd1872bdcae24cb36219a567aeafbd4ebd by jakub.tobolar
User's Guide: add recommendation for 'tab' and 'group' annotations
The file was modified Modelica/package.mo (diff)
Commit d1e6ce5cf3c90389a306fe25decc1bd3fe42f0b2 by jakub.tobolar
Documentation: clarify mind-set of planar rotation
The file was modified Modelica/Mechanics/MultiBody/Frames/planarRotation.mo (diff)
Commit 471e321692ee5b8e3785e79532b2f9a8427d0b5a by noreply
Improve EN grammar

Co-authored-by: Hans Olsson <HansOlsson@users.noreply.github.com>
The file was modified Modelica/Mechanics/MultiBody/Frames/planarRotation.mo (diff)
Commit 54d744a42bc0647339cfc9deea1dfe914bf3972b by jakub.tobolar
Add a rule priorizing the 'general' tab
The file was modified Modelica/package.mo (diff)
Commit 77a8db228d227d49475a51ba13e7105501a63a3f by jakub.tobolar
Add example how to define tab and group annotations
The file was modified Modelica/package.mo (diff)
Commit c476e0cf9567d72191b2dfb00f3b81e7c912afcb by jakub.tobolar
Enhance the 'Tabs and Groups' example
The file was modified Modelica/package.mo (diff)
The file was modified ModelicaTest/Blocks.mo (diff)
The file was addedModelicaTest/Resources/Reference/ModelicaTest/Blocks/ZeroThresholds/comparisonSignals.txt
Commit f4c73e025a2a163aa30031282019a5027ec2a6e7 by noreply
Update Modelica/Media/package.mo

Co-authored-by: Henrik Tidefelt <henrikt@wolfram.com>
The file was modified Modelica/Media/package.mo (diff)
Commit 6e81a36b8da5f6f3aaa3bf4587ff051e9821a2c6 by modelica
Fix unit errors in Examples.MoistAir
The file was modified Modelica/Media/package.mo (diff)
Commit c91300bfc7ef3dd9f84b61c214dc2d7de77a0901 by modelica
Fix unit error in IdealGasH2O
The file was modified Modelica/Media/package.mo (diff)
Commit 0b4368feee5a2004b80c3ace4fed6aeb006b0c02 by modelica
Fix unit errors in ReferenceAir.MoistAir
The file was modified Modelica/Media/package.mo (diff)
Commit fa0765e103c5fcc34ff269b3d5f400e9f4625eac by noreply
Make the new variable a parameter as it is more idiomatic.

Co-authored-by: Hans Olsson <HansOlsson@users.noreply.github.com>
The file was modified Modelica/Electrical/Analog/Semiconductors/Thyristor.mo (diff)
Commit d6f4e65f39f7d988ddd98478d368a25415a851b9 by dietmar.winkler
Use mustBeConnected annotation (introduced in Modelica 3.6) for all conditional support connectors.
The file was modified Modelica/Mechanics/Rotational/Interfaces/PartialElementaryTwoFlangesAndSupport2.mo (diff)
The file was modified Modelica/Mechanics/Translational/Interfaces/PartialElementaryTwoFlangesAndSupport2.mo (diff)
The file was modified Modelica/Mechanics/Translational/Interfaces/PartialTwoFlangesAndSupport.mo (diff)
The file was modified Modelica/Mechanics/Rotational/Interfaces/PartialOneFlangeAndSupport.mo (diff)
The file was modified Modelica/Mechanics/Rotational/Interfaces/PartialElementaryRotationalToTranslational.mo (diff)
The file was modified Modelica/Mechanics/Translational/Interfaces/PartialElementaryOneFlangeAndSupport2.mo (diff)
The file was modified Modelica/Mechanics/Rotational/Interfaces/PartialTwoFlangesAndSupport.mo (diff)
The file was modified Modelica/Mechanics/Rotational/Interfaces/PartialElementaryOneFlangeAndSupport2.mo (diff)
The file was modified Modelica/Mechanics/Translational/Interfaces/PartialOneFlangeAndSupport.mo (diff)
The file was modified Modelica/Mechanics/Rotational/Interfaces/PartialElementaryRotationalToTranslational.mo (diff)
The file was modified Modelica/Mechanics/Translational/Interfaces/PartialOneFlangeAndSupport.mo (diff)
The file was modified Modelica/Mechanics/Translational/Interfaces/PartialElementaryOneFlangeAndSupport2.mo (diff)
The file was modified Modelica/Mechanics/Rotational/Interfaces/PartialElementaryOneFlangeAndSupport2.mo (diff)
The file was modified Modelica/Mechanics/Rotational/Interfaces/PartialElementaryTwoFlangesAndSupport2.mo (diff)
The file was modified Modelica/Mechanics/Translational/Interfaces/PartialTwoFlangesAndSupport.mo (diff)
The file was modified Modelica/Mechanics/Rotational/Interfaces/PartialOneFlangeAndSupport.mo (diff)
The file was modified Modelica/Mechanics/Rotational/Interfaces/PartialTwoFlangesAndSupport.mo (diff)
The file was modified Modelica/Mechanics/Translational/Interfaces/PartialElementaryTwoFlangesAndSupport2.mo (diff)
Commit f9f43950e4c92053e1d3a556e4edac5f6eb5dc24 by dietmar.winkler
Avoid having both start-value and initial equation.
The file was modified Modelica/Blocks/Continuous.mo (diff)
Commit 043aaab98f8be0d319fb4b817fcb46a953eca571 by HansOlsson
Improve ElastoGap
Closes #4197

Prefer code to pre, and move things.

Add scaling ratio variable and add parameter description

Simplify computation of f_d

Documentation: add non-braking spaces where needed

Add scaling ratio variable and add parameter description

Simplify computation of f_d

Documentation: add non-braking spaces where needed

Improve documentation concerning s_rel and f_rel

Enable only positive values of s_rel and f_rel
The file was modified Modelica/Mechanics/Translational/Components/ElastoGap.mo (diff)
Commit d42719131c7733eacb38e8da55ccefb19f6974af by dirk.zimmer
- added partial massFraction to partialMedium
- implemented massFraction for partialPureSubstance
- implemented massFraction for PartialMixtureMedium
- added 3 test cases for ModeliceTest covering pure / reduced mixture / non-reduced misture
The file was modified Modelica/Media/package.mo (diff)
The file was modified ModelicaTest/Media.mo (diff)
Commit 68f52e6cce278bdbc9c978263a9f0422c3022c24 by noreply
Update Modelica/Media/package.mo

Accepted suggestion

Co-authored-by: Thomas Beutlich <modelica@tbeu.de>
The file was modified Modelica/Media/package.mo (diff)
Commit 038f2941c30511750ae0b33bacb71fcdaaedf270 by noreply
Use spaces instead of tabs
The file was modified Modelica/Media/package.mo (diff)
Commit 18320a68b295c9b0be7a5fade0420487ec0059dc by noreply
Bump used Modelica language version to 3.6 (#4208)

* Bump used Modelica language version to 3.6

* Fix bad &nbsp>

Detected by html_documentation_checks.

* Skip main entry when linking to getInstanceName in specification

* Re-trigger CI checks
The file was modified ModelicaReference/package.mo (diff)
The file was modified Modelica/Electrical/QuasiStatic/UsersGuide/Overview/ReferenceSystem.mo (diff)
The file was modified Modelica/Electrical/QuasiStatic/Types/Reference.mo (diff)
The file was modified Modelica/Media/package.mo (diff)
The file was modified Modelica/StateGraph.mo (diff)
The file was modified Modelica/Math/Nonlinear.mo (diff)
The file was modified Modelica/Math/Random.mo (diff)
The file was modified Modelica/Blocks/Noise.mo (diff)
The file was modified Modelica/Blocks/package.mo (diff)
The file was modified Modelica/Fluid/package.mo (diff)
The file was modified Modelica/package.mo (diff)
The file was modified ModelicaServices/package.mo (diff)
Commit e20081a89e86d8129493bf5098f9efe01b5bcdc2 by HansOlsson
A value with unit="1" should not have a time as start-value
Closes #4054
The file was modified Modelica/Electrical/PowerConverters/DCAC/Control/SVPWM.mo (diff)
Commit 3e25b29a6e8897f490f82e34f52dfd50b3d46411 by HansOlsson
Time events instead of state events
The file was modified Modelica/Electrical/PowerConverters/DCAC/Control/SVPWM.mo (diff)
Commit 3a145ed271dda2c79fe9604ef4e7216767e267fc by Hans.Olsson
Replace "discrete input" by just "input"
https://github.com/modelica/ModelicaSpecification/issues/3220
The file was modified Modelica/Blocks/Tables.mo (diff)
Commit 006130962fa4d5c52fb4b6a1fa53fb3650442168 by noreply
Remove unused functions (#4061)

Note that they were previously used by get_token which was removed in #3783
The file was modified Modelica/Resources/C-Sources/ModelicaStrings.c (diff)
Commit 77b9e13278f990b68dcd728aa9f6a1e3d8ea57be by modelica
Update .mailmap file

Create by command

```
git log --raw | grep "^Author: " | sort | uniq | cut -d ' ' -f2- | sed 's/^//' > .mailmap
```
The file was modified .mailmap (diff)
Commit e2c6a3a06a75c6c1244b93ac66d0523b70d41f98 by noreply
Upgrade zlib to v1.2.13 (#4047)

Take care to not break #3787 again.
The file was modified Modelica/Resources/C-Sources/zlib/crc32.h (diff)
The file was modified Modelica/Resources/C-Sources/zlib/gzclose.c (diff)
The file was modified Modelica/Resources/C-Sources/zlib/gzwrite.c (diff)
The file was modified Modelica/Resources/C-Sources/zlib/deflate.c (diff)
The file was modified Modelica/Resources/C-Sources/zlib/ChangeLog (diff)
The file was modified Modelica/Resources/C-Sources/zlib/gzlib.c (diff)
The file was modified Modelica/Resources/C-Sources/zlib/zconf.h (diff)
The file was modified Modelica/Resources/C-Sources/zlib/trees.c (diff)
The file was modified Modelica/Resources/C-Sources/zlib/gzguts.h (diff)
The file was modified Modelica/Resources/C-Sources/zlib/inftrees.c (diff)
The file was modified Modelica/Resources/C-Sources/zlib/uncompr.c (diff)
The file was modified Modelica/Resources/C-Sources/zlib/FAQ (diff)
The file was modified Modelica/Resources/C-Sources/zlib/infback.c (diff)
The file was modified Modelica/Resources/C-Sources/zlib/inflate.c (diff)
The file was modified Modelica/Resources/C-Sources/zlib/inftrees.h (diff)
The file was modified Modelica/Resources/C-Sources/zlib/gzread.c (diff)
The file was modified Modelica/Resources/C-Sources/zlib/README (diff)
The file was modified Modelica/Resources/C-Sources/zlib/deflate.h (diff)
The file was modified Modelica/Resources/C-Sources/zlib/zlib.h (diff)
The file was modified Modelica/Resources/C-Sources/zlib/compress.c (diff)
The file was modified Modelica/Resources/C-Sources/zlib/crc32.c (diff)
The file was modified Modelica/Resources/C-Sources/zlib/inffast.c (diff)
The file was modified Modelica/Resources/Licenses/LICENSE_zlib.txt (diff)
The file was modified Modelica/Resources/C-Sources/zlib/inflate.h (diff)
The file was modified Modelica/Resources/C-Sources/zlib/zutil.c (diff)
The file was modified Modelica/Resources/C-Sources/zlib/inffast.h (diff)
The file was modified Modelica/Resources/C-Sources/zlib/adler32.c (diff)
The file was modified Modelica/Resources/C-Sources/zlib/zutil.h (diff)
The file was modified Modelica/Mechanics/Translational/Components/ElastoGap.mo (diff)
Commit eaec24d444017ca193ddb7f12171c210f23d8246 by HansOlsson
Some generic Formatting guides - consistent with how classes are usually written.
The file was modified Modelica/package.mo (diff)
Commit 2b643d4a67c5b946cf8e625f3fc136718e5877bd by HansOlsson
Use protected as a heading for a number of declarations.
I believe that the previous formatting in Digitial is due to someone having
protected A
protected B
protected C
(which would be another style).
Then the subsequent protected were lost, and first protected formatted on a separate line.
The file was modified Modelica/Electrical/Digital.mo (diff)
The file was modified Modelica/Clocked/RealSignals/TimeBasedSources/Sine.mo (diff)
Commit 7b1aab4d83963fe5fcb686e7f2d76860e0b8b7a8 by HansOlsson
Avoid bad line-breaks in connect-annotation.
The file was modified Modelica/Electrical/Machines/Examples/DCMachines/DCPM_CurrentControlled.mo (diff)
The file was modified Modelica/Electrical/PowerConverters/Examples/ACAC/SoftStarter.mo (diff)
The file was modified Modelica/Electrical/Analog/Examples/Utilities/DirectCapacitor.mo (diff)
The file was modified Modelica/Electrical/Machines/Sensors/CurrentQuasiRMSSensor.mo (diff)
Commit 2c5d073e3f3ab70fe608435c488d330a97a7ad68 by HansOlsson
Do not use tab.
(Additional changes would be good.)
The file was modified Modelica/Fluid/Pipes.mo (diff)
Commit 26cfa5f1ca49ca1eba42dabc038decb981de2371 by HansOlsson
Remove trailing white-space
The file was modified Modelica/Math/isPowerOf2.mo (diff)
Commit a6c73748c1d0a0f8bc97992f72cf5cfdac7e9ebb by HansOlsson
The end of a class shall not be indented relative to class.
The file was modified Modelica/Media/Air/ReferenceAir.mo (diff)
Commit 79738c2596066cb44fd0336181cedeb011570aa2 by HansOlsson
RemoveTrailingWhiteSpace
The file was modified Modelica/Thermal/FluidHeatFlow/Examples/ParallelCooling.mo (diff)
The file was modified Modelica/Thermal/FluidHeatFlow/Sensors/RelTemperatureSensor.mo (diff)
Commit 4423973c07b59ccca438a503a70327fa07c22ada by HansOlsson
Even for redeclare extends ensure that class contents is indented relative to class.
The file was modified Modelica/Media/IdealGases/Common/package.mo (diff)
Commit d881852e1d21f660832a0e766580643754f0dfd9 by HansOlsson
Indent annotation relative to class
The file was modified Modelica/Media/Air/ReferenceMoistAir.mo (diff)
Commit 484cc7f47092b607fc1b9703d26f17cf5c06fcdd by HansOlsson
Documentation shall be indented relative to class
The file was modified Modelica/Utilities/Streams.mo (diff)
Commit a4febb0b86b54f56e43c21b900d72707e2d88de3 by HansOlsson
And sensible formatting
The file was modified Modelica/Utilities/Streams.mo (diff)
Commit 79005b53674922e6cfb80dc9ef2159f646eb348c by HansOlsson
Use protected as heading consistently.
The file was modified Modelica/Electrical/Digital.mo (diff)
Commit 179e9693a076c9c2ca118499940d293b234d6e30 by HansOlsson
Remove weird line-breaks and format equation consistently.
The file was modified ModelicaTest/Tables/CombiTable2Ds.mo (diff)
The file was modified ModelicaTest/Fluid/Dissipation.mo (diff)
The file was modified ModelicaTest/Math.mo (diff)
The file was modified ModelicaTest/Tables/CombiTimeTable.mo (diff)
The file was modified ModelicaTest/Tables/CombiTable2Dv.mo (diff)
The file was modified ModelicaTest/Fluid/TestComponents/NewFittings.mo (diff)
The file was modified ModelicaTest/Electrical/QuasiStatic/Polyphase.mo (diff)
Commit 116fe6736e5213d011c48009053db37bfaccbaf1 by HansOlsson
Add separation rule as well.
The file was modified Modelica/package.mo (diff)
The file was modified Complex.mo (diff)
Commit 578c403b28a76cd338fba55df9642e69cad333fd by HansOlsson
Update Modelica/Electrical/Machines/Sensors/CurrentQuasiRMSSensor.mo
The file was modified Modelica/Electrical/Machines/Sensors/CurrentQuasiRMSSensor.mo (diff)
Commit e872ac38721062d71f20462e5bb11a3c5329c5e8 by HansOlsson
Apply suggestions from code review

Co-authored-by: Henrik Tidefelt <henrikt@wolfram.com>

Apply suggestions from code review

Minor formatting changes in html code
The file was modified Modelica/Electrical/Machines/Examples/DCMachines/DCPM_CurrentControlled.mo (diff)
The file was modified Modelica/package.mo (diff)
The file was modified Modelica/Electrical/Analog/Examples/Utilities/DirectCapacitor.mo (diff)
Commit f35bfd9e317791f529f1553a97fb804ee8e9fb83 by HansOlsson
Apply suggestions from code review

Co-authored-by: tobolar <tobolar@users.noreply.github.com>
The file was modified Modelica/Thermal/FluidHeatFlow/Sensors/RelTemperatureSensor.mo (diff)
The file was modified Modelica/Media/IdealGases/Common/package.mo (diff)
The file was modified ModelicaTest/Electrical/QuasiStatic/Polyphase.mo (diff)
Commit f2cccab8292ebf36f92fc3a08c5fb4d0295cd21e by HansOlsson
Specify how to handle modifier lists.
Give example.

Rename to be slightly better.

Quoting!

Type Modelica keywords in bold and remove trailing whitespaces ;-)
The file was modified Modelica/package.mo (diff)
The file was modified Modelica/Blocks/Sources.mo (diff)
Commit 62cf2306532b17514193e97554178859aef73274 by HansOlsson
TrailingWhiteSpaceOnEmptyLine
The file was modified Modelica/Media/package.mo (diff)
Commit 019ce9069efa20c569a543bce4d43b580a22eee2 by noreply
Revert "Fix position prescribed friction"
The file was modified ModelicaTest/Translational.mo (diff)
The file was modified Modelica/Mechanics/Rotational/Interfaces/PartialFriction.mo (diff)
The file was modified ModelicaTest/Rotational.mo (diff)
The file was modified Modelica/Mechanics/Translational/Interfaces/PartialFriction.mo (diff)
Commit 519bf1554ada4c08820fd74946c17a8cbe033ef8 by maximilian.kormann
Revert "Merge pull request #4255 from modelica/revert-4129-fix-friction"

This reverts commit ee5fae81b6402cf15ffa6e365fdc7de0554ddb57, reversing
changes made to ae7afdc273639fdc0f99030e7444d44ac729d073.
The file was modified Modelica/Mechanics/Translational/Interfaces/PartialFriction.mo (diff)
The file was modified ModelicaTest/Translational.mo (diff)
The file was modified Modelica/Mechanics/Rotational/Interfaces/PartialFriction.mo (diff)
The file was modified ModelicaTest/Rotational.mo (diff)
Commit 97f0fdcc3646c9b0d32cfe209d71e5cad424aa61 by jakub.tobolar
Enhance a_relfric for forward/backward sliding
The file was modified Modelica/Mechanics/Rotational/Interfaces/PartialFriction.mo (diff)
The file was modified Modelica/Mechanics/Translational/Interfaces/PartialFriction.mo (diff)
Commit f4ad4d270428aa4aa3f32b4534080f06e3b5e465 by noreply
Fix missing simulation time

Co-authored-by: Hans Olsson <HansOlsson@users.noreply.github.com>
The file was modified ModelicaTest/Blocks.mo (diff)
Commit 96996136d1e378b46e6286d72463560e766603e9 by tobolar
Use Vector for visualization of forces and torques
The file was modified Modelica/Mechanics/MultiBody/Sensors/CutForce.mo (diff)
The file was modified Modelica/Mechanics/MultiBody/Sensors/CutTorque.mo (diff)
The file was modified Modelica/Mechanics/MultiBody/Forces/WorldTorque.mo (diff)
The file was modified Modelica/Mechanics/MultiBody/Sensors/CutForceAndTorque.mo (diff)
The file was modified Modelica/Mechanics/MultiBody/Forces/Force.mo (diff)
The file was modified Modelica/Mechanics/MultiBody/Forces/Torque.mo (diff)
The file was modified Modelica/Mechanics/MultiBody/Forces/WorldForce.mo (diff)
The file was modified Modelica/Mechanics/MultiBody/Forces/ForceAndTorque.mo (diff)
The file was modified Modelica/Mechanics/MultiBody/Forces/WorldForceAndTorque.mo (diff)
Commit de543f3369f776477b95b66bc5a9ebd285831152 by tobolar
Use Vector for visualization of positions in Sensors and Joints
The file was modified Modelica/Mechanics/MultiBody/Sensors/RelativeSensor.mo (diff)
The file was modified Modelica/Mechanics/MultiBody/Joints/FreeMotion.mo (diff)
The file was modified Modelica/Mechanics/MultiBody/Sensors/Distance.mo (diff)
The file was modified Modelica/Mechanics/MultiBody/Sensors/AbsoluteSensor.mo (diff)
Commit 2b44e61f481d483015e3c8bf8301f7acb7f52590 by tobolar
Use Vector for visualization
The file was modified Modelica/Mechanics/MultiBody/Visualizers/SignalArrow.mo (diff)
Commit 0c425e1df63ff0c11614c2b2434cf6c18eaadcbd by modelica
Update .mailmap file

Create by command

```
git log --raw | grep "^Author: " | sort | uniq | cut -d ' ' -f2- | sed 's/^//' > .mailmap
```
The file was modified .mailmap (diff)
The file was modified Modelica/Electrical/Analog/Examples/Utilities/SwitchedCapacitor.mo (diff)
Commit 54c07f297f984e404e79b4dccd7a4cb0eff4f3dd by modelica
Set Evaluate = true for IdealTransformer.considerMagnetization

Leaving this parameter unevaluated seems like making things overly complicated, and as far as I can see there is nothing that clearly requires the parameter to be treated structurally.  Hence, adding an explicit annotation will increase chances of models being treated equally efficiently across tools.

Of course, I would have preferred to declare considerMagnetization a constant with Dialog annotation instead, but I'm afraid the general preference is to use a parameter with Evaluate = true instead.
The file was modified Modelica/Electrical/Analog/Ideal/IdealTransformer.mo (diff)
Commit f78aa0fe229d21caf01bf87e1ed4fc776ea97a6f by noreply
Partially revert 18320a68b295c9b0be7a5fade0420487ec0059dc (#4252)

The file was modified Modelica/package.mo (diff)
Commit 90f22191fca5e9f99facc7119ae09e7840aae1f1 by noreply
Add badges for regression tests run by LTX (#4212)

The file was modified README.md (diff)
Commit 80b9eed0f27068d9b368b7b1a6244587bd1b6a25 by noreply
Make third-party licenses explicit (#4268)

The file was removedModelica/Resources/Licenses/LICENSE_portable-snippets.txt
The file was removedModelica/Resources/Licenses/LICENSE_stdint_msvc.txt
The file was removedModelica/Resources/Licenses/LICENSE_APHashFunction.txt
The file was removedModelica/Resources/Licenses/LICENSE_win32_dirent.txt
The file was addedModelica/Resources/Licenses/Third-party/LICENSE_APHashFunction.txt
The file was addedModelica/Resources/Licenses/Third-party/LICENSE_stdint_msvc.txt
The file was addedModelica/Resources/Licenses/Third-party/LICENSE_win32_dirent.txt
The file was addedModelica/Resources/Licenses/Third-party/LICENSE_zlib.txt
The file was addedModelica/Resources/Licenses/Third-party/LICENSE_portable-snippets.txt
The file was removedModelica/Resources/Licenses/LICENSE_zlib.txt
The file was removedModelica/Resources/Licenses/LICENSE_uthash.txt
The file was addedModelica/Resources/Licenses/Third-party/LICENSE_c99-snprintf.txt
The file was addedModelica/Resources/Licenses/Third-party/LICENSE_uthash.txt
The file was removedModelica/Resources/Licenses/LICENSE_c99-snprintf.txt
Commit fa90ce72720e3ffee385d1f5ab6081eb43637a94 by noreply
Utilize PressureSlope unit in Media consistently (#4262)

* Utilize PressureRate unit

* Rename PressureRate to PressureSlope
The file was modified Modelica/Units.mo (diff)
The file was modified Modelica/Media/Air/MoistAir.mo (diff)
The file was modified Modelica/Media/package.mo (diff)
The file was modified Modelica/Media/Water/IF97_Utilities.mo (diff)
Commit 68aa65640185537cd566c3739bbe81fd339651cb by noreply
Fix loss factors in SharpEdgedOrifice (#4258)

Co-authored-by: Stefan Wischhusen <wischhusen@xrg-simulation.de>
The file was modified Modelica/Fluid/Fittings.mo (diff)
Commit da81bb7fba95fbfb4f9e5e4dee648a4127b9d0f7 by noreply
Add ModelicaDuplicateString and ModelicaDuplicateStringWithErrorReturn (new in Modelica Language Specification version 3.5) (#3686)

* Add ModelicaDuplicateString and ModelicaDuplicateStringWithErrorReturn

* Utilize ModelicaDuplicateString and ModelicaDuplicateStringWithErrorReturn

* Rename format specifying arguments

* Utilize ModelicaDuplicateString and ModelicaDuplicateStringWithErrorReturn

* Rely on assert

Co-authored-by: Henrik Tidefelt <henrikt@wolfram.com>

* Update spelling

Co-authored-by: Henrik Tidefelt <henrikt@wolfram.com>

* Call ModelicaError as stated in MLS 12.9.6.2

---------

Co-authored-by: Henrik Tidefelt <henrikt@wolfram.com>
The file was modified Modelica/Resources/C-Sources/ModelicaInternal.c (diff)
The file was modified .CI/Test/ModelicaUtilities.h (diff)
The file was modified Modelica/Resources/C-Sources/ModelicaStrings.c (diff)
The file was modified .CI/Test/Common.c (diff)