Skip to content

Changes

Summary

  1. Add Friction test to ModelicaTest.Translational package (details)
  2. Fix position prescribed friction for both moving directions (details)
  3. Add more test models (details)
  4. Add failing test for Rotational Friction (details)
  5. Fix position prescribed rotational friction for both moving directions (details)
  6. Avoid having both start-value and initial equation. (details)
  7. Use mustBeConnected annotation (introduced in Modelica 3.6) for all conditional support connectors. (details)
  8. Proper word (details)
  9. Implement improvement suggested by @tobolar (details)
  10. Add ZeroThresholds test (details)
  11. Use mustBeConnected annotation (introduced in Modelica 3.6) for all conditional support connectors. (details)
  12. Proper word (details)
  13. Avoid having both start-value and initial equation. (details)
  14. Replace "discrete input" by just "input" (details)
  15. Fix typo (#4249) (details)
  16. Some generic Formatting guides - consistent with how classes are usually written. (details)
  17. Use protected as a heading for a number of declarations. (details)
  18. Avoid bad line-breaks in connect-annotation. (details)
  19. Do not use tab. (details)
  20. Remove trailing white-space (details)
  21. The end of a class shall not be indented relative to class. (details)
  22. RemoveTrailingWhiteSpace (details)
  23. NoTab (details)
  24. Even for redeclare extends ensure that class contents is indented relative to class. (details)
  25. Indent annotation relative to class (details)
  26. Documentation shall be indented relative to class (details)
  27. And sensible formatting (details)
  28. Use protected as heading consistently. (details)
  29. Remove weird line-breaks and format equation consistently. (details)
  30. Add separation rule as well. (details)
  31. And apply the rule (details)
  32. Update Modelica/Electrical/Machines/Sensors/CurrentQuasiRMSSensor.mo (details)
  33. Apply suggestions from code review (details)
  34. Apply suggestions from code review (details)
  35. Specify how to handle modifier lists. (details)
  36. TrailingWhiteSpace (details)
  37. TrailingWhiteSpaceOnEmptyLine (details)
  38. Revert "Fix position prescribed friction" (details)
  39. Revert "Merge pull request #4255 from modelica/revert-4129-fix-friction" (details)
  40. Enhance a_relfric for forward/backward sliding (details)
  41. Fix missing simulation time (details)
  42. Use Vector for visualization of forces and torques (details)
  43. Use Vector for visualization of positions in Sensors and Joints (details)
  44. Use Vector for visualization (details)
  45. Update .mailmap file (details)
  46. Create Version_4_1_0 (details)
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/PartialElementaryOneFlangeAndSupport2.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/Rotational/Interfaces/PartialElementaryOneFlangeAndSupport2.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/PartialElementaryRotationalToTranslational.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/Translational/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/PartialOneFlangeAndSupport.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/PartialElementaryRotationalToTranslational.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)
The file was addedModelicaTest/Resources/Reference/ModelicaTest/Blocks/ZeroThresholds/comparisonSignals.txt
The file was modified ModelicaTest/Blocks.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/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/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/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/PartialOneFlangeAndSupport.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/PartialElementaryTwoFlangesAndSupport2.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/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)
Commit f9f43950e4c92053e1d3a556e4edac5f6eb5dc24 by dietmar.winkler
Avoid having both start-value and initial equation.
The file was modified Modelica/Blocks/Continuous.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)
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/Machines/Sensors/CurrentQuasiRMSSensor.mo (diff)
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)
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/Fluid/TestComponents/NewFittings.mo (diff)
The file was modified ModelicaTest/Electrical/QuasiStatic/Polyphase.mo (diff)
The file was modified ModelicaTest/Tables/CombiTimeTable.mo (diff)
The file was modified ModelicaTest/Math.mo (diff)
The file was modified ModelicaTest/Tables/CombiTable2Ds.mo (diff)
The file was modified ModelicaTest/Fluid/Dissipation.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 Modelica/Mechanics/Translational/Interfaces/PartialFriction.mo (diff)
The file was modified ModelicaTest/Rotational.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 Modelica/Mechanics/Rotational/Interfaces/PartialFriction.mo (diff)
The file was modified ModelicaTest/Rotational.mo (diff)
The file was modified ModelicaTest/Translational.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/WorldTorque.mo (diff)
The file was modified Modelica/Mechanics/MultiBody/Sensors/CutTorque.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/WorldForceAndTorque.mo (diff)
The file was modified Modelica/Mechanics/MultiBody/Sensors/CutForce.mo (diff)
The file was modified Modelica/Mechanics/MultiBody/Forces/Torque.mo (diff)
The file was modified Modelica/Mechanics/MultiBody/Forces/ForceAndTorque.mo (diff)
The file was modified Modelica/Mechanics/MultiBody/Forces/WorldForce.mo (diff)
Commit de543f3369f776477b95b66bc5a9ebd285831152 by tobolar
Use Vector for visualization of positions in Sensors and Joints
The file was modified Modelica/Mechanics/MultiBody/Sensors/Distance.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/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)
Commit 13e9db7cc62b1eb60e8068ab4cc4633991afd15c by modelica
Create Version_4_1_0
The file was addedModelica/Resources/Documentation/Version-4.1.0/ResolvedGitHubIssues.html
The file was modified Modelica/package.mo (diff)
The file was addedModelica/Resources/Documentation/Version-4.1.0/ResolvedGitHubIssues.pdf
The file was addedModelica/Resources/Documentation/Version-4.1.0/ResolvedGitHubIssues.md