Skip to content

Changes

Summary

  1. Reduce guess for initial temperature difference across wall. (details)
  2. Use prefix style 'quantity' for FixedBoundary.X (details)
  3. Remove modification of 'quantity' (details)
  4. Remove empty modifications (details)
  5. Fix unit error in RobotR3.OneAxis (details)
  6. Fix unit errors in ArmatureStroke (details)
  7. Fix unit error in CCCVcharging (details)
  8. Use SI.Radius instead of SI.Length (details)
  9. Rename RiCurrent -> Isc (details)
  10. Adapt to renamed variable (details)
  11. Make it public, as suggested (details)
  12. Have a flag for avoiding unnecssary discontinuities. (details)
  13. Add smooth. (details)
  14. ExpSine is more complicated. (details)
  15. oops (details)
  16. Fix syntax. (details)
  17. Simplify the mean formula. (details)
  18. Add startTime as well. (details)
  19. Restore the use of t_eps just in case, but allow setting it to zero. (details)
  20. And update description. (details)
  21. Avoid smoothness. (details)
  22. Update Modelica/Blocks/Sources.mo (details)
  23. Update Modelica/Blocks/Sources.mo (details)
  24. Rephrase (details)
  25. Simpler. (details)
  26. Update Modelica/Blocks/Sources.mo (details)
  27. Remove unit-casting (details)
  28. Remove all uses of unitFrequency. That was previously necessary when Gain.k had unit 1 (details)
  29. Add Evaluate=true. (details)
  30. Correct units for normalizing vectors. (details)
  31. Remove public (details)
  32. Coordination of #4101: Fix unit errors (details)
  33. Fix instance names (details)
  34. Close #4101: Fix unit error in a single PR (details)
  35. Remove blanks (details)
  36. Fix factor 2 in calculation (details)
  37. Remove real relation in non-discrete-time controlled if-statement. (details)
  38. Remove unnecessary noEvent (details)
  39. Use 1.14 instead of sqrt(1.3) (details)
  40. refs #4174: Fix (and rename) parameters (#4176) (details)
Commit e0ce0518577c60a4ca40cd7d78603cb419d65f4c by Hans.Olsson
Reduce guess for initial temperature difference across wall.

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

This follows the style in Modelica.Media.Interfaces.PartialMedium.MassFlowRate and gives tools a chance of making sense of the quantity.
The file was modified Modelica/Fluid/Sources.mo (diff)
Commit 29b261acb5017fe17153c1b2271b6d2500287017 by noreply
Remove modification of 'quantity'
The file was modified Modelica/Fluid/Sources.mo (diff)
Commit e5e9f2920219e45a561bc9318c7e40fb24836686 by Tidefelt Henrik
Remove empty modifications
The file was modified Modelica/Fluid/Sources.mo (diff)
Commit eccdade37e27f856b79ba1308071812679ce00b6 by Tidefelt Henrik
Fix unit error in RobotR3.OneAxis
The file was modified Modelica/Mechanics/MultiBody/Examples/Systems/RobotR3/OneAxis.mo (diff)
Commit c0d8c3409a4f5b22124765bb46345d2bdcf21015 by Tidefelt Henrik
Fix unit errors in ArmatureStroke
The file was modified Modelica/Magnetic/FluxTubes/Examples/MovingCoilActuator/ArmatureStroke.mo (diff)
Commit 183fe6d26cc8429cef7fcccbe03f2692bd4bdb59 by Tidefelt Henrik
Fix unit error in CCCVcharging
The file was modified Modelica/Electrical/Batteries/Examples/CCCVcharging.mo (diff)
Commit d2b2e2983f2439e6df44ba20c1aed308f3ca3b0d by Tidefelt Henrik
Use SI.Radius instead of SI.Length
The file was modified Modelica/Mechanics/MultiBody/Examples/Systems/RobotR3/OneAxis.mo (diff)
Commit 1f85689a989cd91108e89914edf7d6ff77bc384b by noreply
Rename RiCurrent -> Isc

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

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

Co-authored-by: Hans Olsson <HansOlsson@users.noreply.github.com>
The file was modified Modelica/Electrical/Batteries/Examples/CCCVcharging.mo (diff)
Commit 8196629c927d8e84ec1874de4d2dae3984060c01 by Hans.Olsson
Have a flag for avoiding unnecssary discontinuities.
Closes #3548
The file was modified Modelica/Blocks/Sources.mo (diff)
The file was modified Modelica/Blocks/Sources.mo (diff)
Commit e2d701435048d323071b5d838051657f0e5bb915 by Hans.Olsson
ExpSine is more complicated.
The file was modified Modelica/Blocks/Sources.mo (diff)
The file was modified Modelica/Blocks/Sources.mo (diff)
The file was modified Modelica/Blocks/Sources.mo (diff)
Commit 9a779840a267e7be41f600ce60fa4c4ce1f0cce3 by Hans.Olsson
Simplify the mean formula.
Closes #3906
The file was modified Modelica/Blocks/Math.mo (diff)
Commit 0aaecbb690c325297a2c87a45f26ebd3642fe8d2 by Hans.Olsson
Add startTime as well.
The file was modified Modelica/Blocks/Math.mo (diff)
Commit c4f4388f67c03eb5d9571ccf9ac794a1def4fefd by Hans.Olsson
Restore the use of t_eps just in case, but allow setting it to zero.
The file was modified Modelica/Blocks/Math.mo (diff)
Commit a93f6eb4aba876fe40da80c88fcc3476cbb01c84 by Hans.Olsson
And update description.
The file was modified Modelica/Blocks/Math.mo (diff)
The file was modified Modelica/Blocks/Sources.mo (diff)
Commit da7adc0caeb2e3bb83a3319113b88f45630ecd04 by noreply
Update Modelica/Blocks/Sources.mo

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

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

Co-authored-by: Henrik Tidefelt <henrikt@wolfram.com>
The file was modified Modelica/Blocks/Sources.mo (diff)
The file was modified Modelica/Magnetic/FundamentalWave/Examples/BasicMachines/SynchronousMachines/SMPM_Braking.mo (diff)
The file was modified Modelica/Electrical/Machines/Examples/SynchronousMachines/SMPM_Braking.mo (diff)
The file was modified Modelica/Magnetic/FluxTubes/Shapes/HysteresisAndMagnets/GenericHystTellinenPermanentMagnet.mo (diff)
Commit 840729224b142a4290523a7462cac084b90f0a88 by Hans.Olsson
Remove all uses of unitFrequency. That was previously necessary when Gain.k had unit 1
The file was modified Modelica/Electrical/Machines/Examples/InductionMachines/IMC_Conveyor.mo (diff)
The file was modified Modelica/Magnetic/FundamentalWave/Examples/BasicMachines/InductionMachines/IMC_Conveyor.mo (diff)
The file was modified Modelica/Magnetic/QuasiStatic/FundamentalWave/Examples/BasicMachines/InductionMachines/IMC_Conveyor.mo (diff)
The file was modified Modelica/Blocks/Sources.mo (diff)
Commit 4ada630599a3eb427f717c4f2c45e749dc2726c0 by Hans.Olsson
Correct units for normalizing vectors.
The file was modified Modelica/Math/package.mo (diff)
The file was modified Modelica/Mechanics/MultiBody/Frames/TransformationMatrices/from_nxy.mo (diff)
The file was modified Modelica/Utilities/Internal.mo (diff)
The file was modified Modelica/Mechanics/MultiBody/Frames/from_nxy.mo (diff)
The file was modified Modelica/Electrical/Batteries/Examples/CCCVcharging.mo (diff)
Commit 739babf23b20a7f34d1c04e5fb52f97cb71b728b by dr.christian.kral
Coordination of #4101: Fix unit errors
in other Batteries.Examples
The file was modified Modelica/Electrical/Batteries/Examples/CCCV_Cell.mo (diff)
The file was modified Modelica/Electrical/Batteries/Examples/CCCV_CellRC.mo (diff)
The file was modified Modelica/Electrical/Batteries/Examples/CCCV_StackRC.mo (diff)
The file was modified Modelica/Electrical/Batteries/Examples/CCCV_Stack.mo (diff)
The file was modified Modelica/Electrical/Batteries/Examples/CCCV_Stack.mo (diff)
The file was modified Modelica/Electrical/Batteries/Examples/CCCV_StackRC.mo (diff)
Commit 8450a8eb11d7925dc89475b2f63db2db563ba402 by dr.christian.kral
Close #4101: Fix unit error in a single PR
The file was modified Modelica/Electrical/Batteries/Examples/BatteryDischargeCharge.mo (diff)
The file was modified Modelica/Electrical/Batteries/Examples/CCCV_Cell.mo (diff)
Commit abb35f27c520d54b86ae55131e5ffbe6e163e21e by noreply
Fix factor 2 in calculation

Co-authored-by: Hans Olsson <HansOlsson@users.noreply.github.com>
The file was modified Modelica/Electrical/Batteries/Examples/CCCV_StackRC.mo (diff)
Commit a66c9e086393e6a6cd51a980eeae4a1aca2bc9c7 by noreply
Remove real relation in non-discrete-time controlled if-statement.
The file was modified Modelica/Blocks/Sources.mo (diff)
Commit a112cfd77ded432bfedea66e3f01223c2376a11d by noreply
Remove unnecessary noEvent

Co-authored-by: Hans Olsson <HansOlsson@users.noreply.github.com>
The file was modified Modelica/Blocks/Sources.mo (diff)
Commit 8923341bd5f7c3e20d3e1537dc24a530295e6ea0 by Tidefelt Henrik
Use 1.14 instead of sqrt(1.3)

Acting on thumbs up only for this change in PR discussion.
The file was modified Modelica/Mechanics/MultiBody/Examples/Systems/RobotR3/OneAxis.mo (diff)
Commit 26fc7f6698d655de44923f4799c7146fd2ea4f38 by noreply
refs #4174: Fix (and rename) parameters (#4176)

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

Summary

  1. Reduce guess for initial temperature difference across wall. (details)
  2. Use prefix style 'quantity' for FixedBoundary.X (details)
  3. Remove modification of 'quantity' (details)
  4. Remove empty modifications (details)
  5. Fix unit error in RobotR3.OneAxis (details)
  6. Fix unit errors in ArmatureStroke (details)
  7. Fix unit error in CCCVcharging (details)
  8. Use SI.Radius instead of SI.Length (details)
  9. Rename RiCurrent -> Isc (details)
  10. Adapt to renamed variable (details)
  11. Make it public, as suggested (details)
  12. Have a flag for avoiding unnecssary discontinuities. (details)
  13. Add smooth. (details)
  14. ExpSine is more complicated. (details)
  15. oops (details)
  16. Fix syntax. (details)
  17. Simplify the mean formula. (details)
  18. Add startTime as well. (details)
  19. Restore the use of t_eps just in case, but allow setting it to zero. (details)
  20. And update description. (details)
  21. Avoid smoothness. (details)
  22. Update Modelica/Blocks/Sources.mo (details)
  23. Update Modelica/Blocks/Sources.mo (details)
  24. Rephrase (details)
  25. Simpler. (details)
  26. Update Modelica/Blocks/Sources.mo (details)
  27. Remove unit-casting (details)
  28. Remove all uses of unitFrequency. That was previously necessary when Gain.k had unit 1 (details)
  29. Add Evaluate=true. (details)
  30. Correct units for normalizing vectors. (details)
  31. Remove public (details)
  32. Coordination of #4101: Fix unit errors (details)
  33. Fix instance names (details)
  34. Close #4101: Fix unit error in a single PR (details)
  35. Remove blanks (details)
  36. Fix factor 2 in calculation (details)
  37. Remove real relation in non-discrete-time controlled if-statement. (details)
  38. Remove unnecessary noEvent (details)
  39. Use 1.14 instead of sqrt(1.3) (details)
  40. refs #4174: Fix (and rename) parameters (#4176) (details)
Commit e0ce0518577c60a4ca40cd7d78603cb419d65f4c by Hans.Olsson
Reduce guess for initial temperature difference across wall.

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

This follows the style in Modelica.Media.Interfaces.PartialMedium.MassFlowRate and gives tools a chance of making sense of the quantity.
The file was modified Modelica/Fluid/Sources.mo (diff)
Commit 29b261acb5017fe17153c1b2271b6d2500287017 by noreply
Remove modification of 'quantity'
The file was modified Modelica/Fluid/Sources.mo (diff)
Commit e5e9f2920219e45a561bc9318c7e40fb24836686 by Tidefelt Henrik
Remove empty modifications
The file was modified Modelica/Fluid/Sources.mo (diff)
Commit eccdade37e27f856b79ba1308071812679ce00b6 by Tidefelt Henrik
Fix unit error in RobotR3.OneAxis
The file was modified Modelica/Mechanics/MultiBody/Examples/Systems/RobotR3/OneAxis.mo (diff)
Commit c0d8c3409a4f5b22124765bb46345d2bdcf21015 by Tidefelt Henrik
Fix unit errors in ArmatureStroke
The file was modified Modelica/Magnetic/FluxTubes/Examples/MovingCoilActuator/ArmatureStroke.mo (diff)
Commit 183fe6d26cc8429cef7fcccbe03f2692bd4bdb59 by Tidefelt Henrik
Fix unit error in CCCVcharging
The file was modified Modelica/Electrical/Batteries/Examples/CCCVcharging.mo (diff)
Commit d2b2e2983f2439e6df44ba20c1aed308f3ca3b0d by Tidefelt Henrik
Use SI.Radius instead of SI.Length
The file was modified Modelica/Mechanics/MultiBody/Examples/Systems/RobotR3/OneAxis.mo (diff)
Commit 1f85689a989cd91108e89914edf7d6ff77bc384b by noreply
Rename RiCurrent -> Isc

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

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

Co-authored-by: Hans Olsson <HansOlsson@users.noreply.github.com>
The file was modified Modelica/Electrical/Batteries/Examples/CCCVcharging.mo (diff)
Commit 8196629c927d8e84ec1874de4d2dae3984060c01 by Hans.Olsson
Have a flag for avoiding unnecssary discontinuities.
Closes #3548
The file was modified Modelica/Blocks/Sources.mo (diff)
The file was modified Modelica/Blocks/Sources.mo (diff)
Commit e2d701435048d323071b5d838051657f0e5bb915 by Hans.Olsson
ExpSine is more complicated.
The file was modified Modelica/Blocks/Sources.mo (diff)
The file was modified Modelica/Blocks/Sources.mo (diff)
The file was modified Modelica/Blocks/Sources.mo (diff)
Commit 9a779840a267e7be41f600ce60fa4c4ce1f0cce3 by Hans.Olsson
Simplify the mean formula.
Closes #3906
The file was modified Modelica/Blocks/Math.mo (diff)
Commit 0aaecbb690c325297a2c87a45f26ebd3642fe8d2 by Hans.Olsson
Add startTime as well.
The file was modified Modelica/Blocks/Math.mo (diff)
Commit c4f4388f67c03eb5d9571ccf9ac794a1def4fefd by Hans.Olsson
Restore the use of t_eps just in case, but allow setting it to zero.
The file was modified Modelica/Blocks/Math.mo (diff)
Commit a93f6eb4aba876fe40da80c88fcc3476cbb01c84 by Hans.Olsson
And update description.
The file was modified Modelica/Blocks/Math.mo (diff)
The file was modified Modelica/Blocks/Sources.mo (diff)
Commit da7adc0caeb2e3bb83a3319113b88f45630ecd04 by noreply
Update Modelica/Blocks/Sources.mo

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

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

Co-authored-by: Henrik Tidefelt <henrikt@wolfram.com>
The file was modified Modelica/Blocks/Sources.mo (diff)
The file was modified Modelica/Magnetic/FluxTubes/Shapes/HysteresisAndMagnets/GenericHystTellinenPermanentMagnet.mo (diff)
The file was modified Modelica/Magnetic/FundamentalWave/Examples/BasicMachines/SynchronousMachines/SMPM_Braking.mo (diff)
The file was modified Modelica/Electrical/Machines/Examples/SynchronousMachines/SMPM_Braking.mo (diff)
Commit 840729224b142a4290523a7462cac084b90f0a88 by Hans.Olsson
Remove all uses of unitFrequency. That was previously necessary when Gain.k had unit 1
The file was modified Modelica/Magnetic/FundamentalWave/Examples/BasicMachines/InductionMachines/IMC_Conveyor.mo (diff)
The file was modified Modelica/Magnetic/QuasiStatic/FundamentalWave/Examples/BasicMachines/InductionMachines/IMC_Conveyor.mo (diff)
The file was modified Modelica/Electrical/Machines/Examples/InductionMachines/IMC_Conveyor.mo (diff)
The file was modified Modelica/Blocks/Sources.mo (diff)
Commit 4ada630599a3eb427f717c4f2c45e749dc2726c0 by Hans.Olsson
Correct units for normalizing vectors.
The file was modified Modelica/Math/package.mo (diff)
The file was modified Modelica/Mechanics/MultiBody/Frames/TransformationMatrices/from_nxy.mo (diff)
The file was modified Modelica/Mechanics/MultiBody/Frames/from_nxy.mo (diff)
The file was modified Modelica/Utilities/Internal.mo (diff)
The file was modified Modelica/Electrical/Batteries/Examples/CCCVcharging.mo (diff)
Commit 739babf23b20a7f34d1c04e5fb52f97cb71b728b by dr.christian.kral
Coordination of #4101: Fix unit errors
in other Batteries.Examples
The file was modified Modelica/Electrical/Batteries/Examples/CCCV_StackRC.mo (diff)
The file was modified Modelica/Electrical/Batteries/Examples/CCCV_Cell.mo (diff)
The file was modified Modelica/Electrical/Batteries/Examples/CCCV_CellRC.mo (diff)
The file was modified Modelica/Electrical/Batteries/Examples/CCCV_Stack.mo (diff)
The file was modified Modelica/Electrical/Batteries/Examples/CCCV_Stack.mo (diff)
The file was modified Modelica/Electrical/Batteries/Examples/CCCV_StackRC.mo (diff)
Commit 8450a8eb11d7925dc89475b2f63db2db563ba402 by dr.christian.kral
Close #4101: Fix unit error in a single PR
The file was modified Modelica/Electrical/Batteries/Examples/BatteryDischargeCharge.mo (diff)
The file was modified Modelica/Electrical/Batteries/Examples/CCCV_Cell.mo (diff)
Commit abb35f27c520d54b86ae55131e5ffbe6e163e21e by noreply
Fix factor 2 in calculation

Co-authored-by: Hans Olsson <HansOlsson@users.noreply.github.com>
The file was modified Modelica/Electrical/Batteries/Examples/CCCV_StackRC.mo (diff)
Commit a66c9e086393e6a6cd51a980eeae4a1aca2bc9c7 by noreply
Remove real relation in non-discrete-time controlled if-statement.
The file was modified Modelica/Blocks/Sources.mo (diff)
Commit a112cfd77ded432bfedea66e3f01223c2376a11d by noreply
Remove unnecessary noEvent

Co-authored-by: Hans Olsson <HansOlsson@users.noreply.github.com>
The file was modified Modelica/Blocks/Sources.mo (diff)
Commit 8923341bd5f7c3e20d3e1537dc24a530295e6ea0 by Tidefelt Henrik
Use 1.14 instead of sqrt(1.3)

Acting on thumbs up only for this change in PR discussion.
The file was modified Modelica/Mechanics/MultiBody/Examples/Systems/RobotR3/OneAxis.mo (diff)
Commit 26fc7f6698d655de44923f4799c7146fd2ea4f38 by noreply
refs #4174: Fix (and rename) parameters (#4176)

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

Summary

  1. Reduce guess for initial temperature difference across wall. (details)
  2. Use prefix style 'quantity' for FixedBoundary.X (details)
  3. Remove modification of 'quantity' (details)
  4. Remove empty modifications (details)
  5. Fix unit error in RobotR3.OneAxis (details)
  6. Fix unit errors in ArmatureStroke (details)
  7. Fix unit error in CCCVcharging (details)
  8. Use SI.Radius instead of SI.Length (details)
  9. Rename RiCurrent -> Isc (details)
  10. Adapt to renamed variable (details)
  11. Make it public, as suggested (details)
  12. Have a flag for avoiding unnecssary discontinuities. (details)
  13. Add smooth. (details)
  14. ExpSine is more complicated. (details)
  15. oops (details)
  16. Fix syntax. (details)
  17. Simplify the mean formula. (details)
  18. Add startTime as well. (details)
  19. Restore the use of t_eps just in case, but allow setting it to zero. (details)
  20. And update description. (details)
  21. Avoid smoothness. (details)
  22. Update Modelica/Blocks/Sources.mo (details)
  23. Update Modelica/Blocks/Sources.mo (details)
  24. Rephrase (details)
  25. Simpler. (details)
  26. Update Modelica/Blocks/Sources.mo (details)
  27. Remove unit-casting (details)
  28. Remove all uses of unitFrequency. That was previously necessary when Gain.k had unit 1 (details)
  29. Add Evaluate=true. (details)
  30. Correct units for normalizing vectors. (details)
  31. Remove public (details)
  32. Coordination of #4101: Fix unit errors (details)
  33. Fix instance names (details)
  34. Close #4101: Fix unit error in a single PR (details)
  35. Remove blanks (details)
  36. Fix factor 2 in calculation (details)
  37. Remove real relation in non-discrete-time controlled if-statement. (details)
  38. Remove unnecessary noEvent (details)
  39. Use 1.14 instead of sqrt(1.3) (details)
  40. refs #4174: Fix (and rename) parameters (#4176) (details)
Commit e0ce0518577c60a4ca40cd7d78603cb419d65f4c by Hans.Olsson
Reduce guess for initial temperature difference across wall.

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

This follows the style in Modelica.Media.Interfaces.PartialMedium.MassFlowRate and gives tools a chance of making sense of the quantity.
The file was modified Modelica/Fluid/Sources.mo (diff)
Commit 29b261acb5017fe17153c1b2271b6d2500287017 by noreply
Remove modification of 'quantity'
The file was modified Modelica/Fluid/Sources.mo (diff)
Commit e5e9f2920219e45a561bc9318c7e40fb24836686 by Tidefelt Henrik
Remove empty modifications
The file was modified Modelica/Fluid/Sources.mo (diff)
Commit eccdade37e27f856b79ba1308071812679ce00b6 by Tidefelt Henrik
Fix unit error in RobotR3.OneAxis
The file was modified Modelica/Mechanics/MultiBody/Examples/Systems/RobotR3/OneAxis.mo (diff)
Commit c0d8c3409a4f5b22124765bb46345d2bdcf21015 by Tidefelt Henrik
Fix unit errors in ArmatureStroke
The file was modified Modelica/Magnetic/FluxTubes/Examples/MovingCoilActuator/ArmatureStroke.mo (diff)
Commit 183fe6d26cc8429cef7fcccbe03f2692bd4bdb59 by Tidefelt Henrik
Fix unit error in CCCVcharging
The file was modified Modelica/Electrical/Batteries/Examples/CCCVcharging.mo (diff)
Commit d2b2e2983f2439e6df44ba20c1aed308f3ca3b0d by Tidefelt Henrik
Use SI.Radius instead of SI.Length
The file was modified Modelica/Mechanics/MultiBody/Examples/Systems/RobotR3/OneAxis.mo (diff)
Commit 1f85689a989cd91108e89914edf7d6ff77bc384b by noreply
Rename RiCurrent -> Isc

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

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

Co-authored-by: Hans Olsson <HansOlsson@users.noreply.github.com>
The file was modified Modelica/Electrical/Batteries/Examples/CCCVcharging.mo (diff)
Commit 8196629c927d8e84ec1874de4d2dae3984060c01 by Hans.Olsson
Have a flag for avoiding unnecssary discontinuities.
Closes #3548
The file was modified Modelica/Blocks/Sources.mo (diff)
The file was modified Modelica/Blocks/Sources.mo (diff)
Commit e2d701435048d323071b5d838051657f0e5bb915 by Hans.Olsson
ExpSine is more complicated.
The file was modified Modelica/Blocks/Sources.mo (diff)
The file was modified Modelica/Blocks/Sources.mo (diff)
The file was modified Modelica/Blocks/Sources.mo (diff)
Commit 9a779840a267e7be41f600ce60fa4c4ce1f0cce3 by Hans.Olsson
Simplify the mean formula.
Closes #3906
The file was modified Modelica/Blocks/Math.mo (diff)
Commit 0aaecbb690c325297a2c87a45f26ebd3642fe8d2 by Hans.Olsson
Add startTime as well.
The file was modified Modelica/Blocks/Math.mo (diff)
Commit c4f4388f67c03eb5d9571ccf9ac794a1def4fefd by Hans.Olsson
Restore the use of t_eps just in case, but allow setting it to zero.
The file was modified Modelica/Blocks/Math.mo (diff)
Commit a93f6eb4aba876fe40da80c88fcc3476cbb01c84 by Hans.Olsson
And update description.
The file was modified Modelica/Blocks/Math.mo (diff)
The file was modified Modelica/Blocks/Sources.mo (diff)
Commit da7adc0caeb2e3bb83a3319113b88f45630ecd04 by noreply
Update Modelica/Blocks/Sources.mo

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

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

Co-authored-by: Henrik Tidefelt <henrikt@wolfram.com>
The file was modified Modelica/Blocks/Sources.mo (diff)
The file was modified Modelica/Magnetic/FundamentalWave/Examples/BasicMachines/SynchronousMachines/SMPM_Braking.mo (diff)
The file was modified Modelica/Magnetic/FluxTubes/Shapes/HysteresisAndMagnets/GenericHystTellinenPermanentMagnet.mo (diff)
The file was modified Modelica/Electrical/Machines/Examples/SynchronousMachines/SMPM_Braking.mo (diff)
Commit 840729224b142a4290523a7462cac084b90f0a88 by Hans.Olsson
Remove all uses of unitFrequency. That was previously necessary when Gain.k had unit 1
The file was modified Modelica/Electrical/Machines/Examples/InductionMachines/IMC_Conveyor.mo (diff)
The file was modified Modelica/Magnetic/FundamentalWave/Examples/BasicMachines/InductionMachines/IMC_Conveyor.mo (diff)
The file was modified Modelica/Magnetic/QuasiStatic/FundamentalWave/Examples/BasicMachines/InductionMachines/IMC_Conveyor.mo (diff)
The file was modified Modelica/Blocks/Sources.mo (diff)
Commit 4ada630599a3eb427f717c4f2c45e749dc2726c0 by Hans.Olsson
Correct units for normalizing vectors.
The file was modified Modelica/Math/package.mo (diff)
The file was modified Modelica/Utilities/Internal.mo (diff)
The file was modified Modelica/Mechanics/MultiBody/Frames/TransformationMatrices/from_nxy.mo (diff)
The file was modified Modelica/Mechanics/MultiBody/Frames/from_nxy.mo (diff)
The file was modified Modelica/Electrical/Batteries/Examples/CCCVcharging.mo (diff)
Commit 739babf23b20a7f34d1c04e5fb52f97cb71b728b by dr.christian.kral
Coordination of #4101: Fix unit errors
in other Batteries.Examples
The file was modified Modelica/Electrical/Batteries/Examples/CCCV_CellRC.mo (diff)
The file was modified Modelica/Electrical/Batteries/Examples/CCCV_Stack.mo (diff)
The file was modified Modelica/Electrical/Batteries/Examples/CCCV_StackRC.mo (diff)
The file was modified Modelica/Electrical/Batteries/Examples/CCCV_Cell.mo (diff)
The file was modified Modelica/Electrical/Batteries/Examples/CCCV_StackRC.mo (diff)
The file was modified Modelica/Electrical/Batteries/Examples/CCCV_Stack.mo (diff)
Commit 8450a8eb11d7925dc89475b2f63db2db563ba402 by dr.christian.kral
Close #4101: Fix unit error in a single PR
The file was modified Modelica/Electrical/Batteries/Examples/BatteryDischargeCharge.mo (diff)
The file was modified Modelica/Electrical/Batteries/Examples/CCCV_Cell.mo (diff)
Commit abb35f27c520d54b86ae55131e5ffbe6e163e21e by noreply
Fix factor 2 in calculation

Co-authored-by: Hans Olsson <HansOlsson@users.noreply.github.com>
The file was modified Modelica/Electrical/Batteries/Examples/CCCV_StackRC.mo (diff)
Commit a66c9e086393e6a6cd51a980eeae4a1aca2bc9c7 by noreply
Remove real relation in non-discrete-time controlled if-statement.
The file was modified Modelica/Blocks/Sources.mo (diff)
Commit a112cfd77ded432bfedea66e3f01223c2376a11d by noreply
Remove unnecessary noEvent

Co-authored-by: Hans Olsson <HansOlsson@users.noreply.github.com>
The file was modified Modelica/Blocks/Sources.mo (diff)
Commit 8923341bd5f7c3e20d3e1537dc24a530295e6ea0 by Tidefelt Henrik
Use 1.14 instead of sqrt(1.3)

Acting on thumbs up only for this change in PR discussion.
The file was modified Modelica/Mechanics/MultiBody/Examples/Systems/RobotR3/OneAxis.mo (diff)
Commit 26fc7f6698d655de44923f4799c7146fd2ea4f38 by noreply
refs #4174: Fix (and rename) parameters (#4176)

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

Summary

  1. Reduce guess for initial temperature difference across wall. (details)
  2. Use prefix style 'quantity' for FixedBoundary.X (details)
  3. Remove modification of 'quantity' (details)
  4. Remove empty modifications (details)
  5. Fix unit error in RobotR3.OneAxis (details)
  6. Fix unit errors in ArmatureStroke (details)
  7. Fix unit error in CCCVcharging (details)
  8. Use SI.Radius instead of SI.Length (details)
  9. Rename RiCurrent -> Isc (details)
  10. Adapt to renamed variable (details)
  11. Make it public, as suggested (details)
  12. Have a flag for avoiding unnecssary discontinuities. (details)
  13. Add smooth. (details)
  14. ExpSine is more complicated. (details)
  15. oops (details)
  16. Fix syntax. (details)
  17. Simplify the mean formula. (details)
  18. Add startTime as well. (details)
  19. Restore the use of t_eps just in case, but allow setting it to zero. (details)
  20. And update description. (details)
  21. Avoid smoothness. (details)
  22. Update Modelica/Blocks/Sources.mo (details)
  23. Update Modelica/Blocks/Sources.mo (details)
  24. Rephrase (details)
  25. Simpler. (details)
  26. Update Modelica/Blocks/Sources.mo (details)
  27. Remove unit-casting (details)
  28. Remove all uses of unitFrequency. That was previously necessary when Gain.k had unit 1 (details)
  29. Add Evaluate=true. (details)
  30. Correct units for normalizing vectors. (details)
  31. Remove public (details)
  32. Coordination of #4101: Fix unit errors (details)
  33. Fix instance names (details)
  34. Close #4101: Fix unit error in a single PR (details)
  35. Remove blanks (details)
  36. Fix factor 2 in calculation (details)
  37. Remove real relation in non-discrete-time controlled if-statement. (details)
  38. Remove unnecessary noEvent (details)
  39. Use 1.14 instead of sqrt(1.3) (details)
  40. refs #4174: Fix (and rename) parameters (#4176) (details)
Commit e0ce0518577c60a4ca40cd7d78603cb419d65f4c by Hans.Olsson
Reduce guess for initial temperature difference across wall.

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

This follows the style in Modelica.Media.Interfaces.PartialMedium.MassFlowRate and gives tools a chance of making sense of the quantity.
The file was modified Modelica/Fluid/Sources.mo (diff)
Commit 29b261acb5017fe17153c1b2271b6d2500287017 by noreply
Remove modification of 'quantity'
The file was modified Modelica/Fluid/Sources.mo (diff)
Commit e5e9f2920219e45a561bc9318c7e40fb24836686 by Tidefelt Henrik
Remove empty modifications
The file was modified Modelica/Fluid/Sources.mo (diff)
Commit eccdade37e27f856b79ba1308071812679ce00b6 by Tidefelt Henrik
Fix unit error in RobotR3.OneAxis
The file was modified Modelica/Mechanics/MultiBody/Examples/Systems/RobotR3/OneAxis.mo (diff)
Commit c0d8c3409a4f5b22124765bb46345d2bdcf21015 by Tidefelt Henrik
Fix unit errors in ArmatureStroke
The file was modified Modelica/Magnetic/FluxTubes/Examples/MovingCoilActuator/ArmatureStroke.mo (diff)
Commit 183fe6d26cc8429cef7fcccbe03f2692bd4bdb59 by Tidefelt Henrik
Fix unit error in CCCVcharging
The file was modified Modelica/Electrical/Batteries/Examples/CCCVcharging.mo (diff)
Commit d2b2e2983f2439e6df44ba20c1aed308f3ca3b0d by Tidefelt Henrik
Use SI.Radius instead of SI.Length
The file was modified Modelica/Mechanics/MultiBody/Examples/Systems/RobotR3/OneAxis.mo (diff)
Commit 1f85689a989cd91108e89914edf7d6ff77bc384b by noreply
Rename RiCurrent -> Isc

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

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

Co-authored-by: Hans Olsson <HansOlsson@users.noreply.github.com>
The file was modified Modelica/Electrical/Batteries/Examples/CCCVcharging.mo (diff)
Commit 8196629c927d8e84ec1874de4d2dae3984060c01 by Hans.Olsson
Have a flag for avoiding unnecssary discontinuities.
Closes #3548
The file was modified Modelica/Blocks/Sources.mo (diff)
The file was modified Modelica/Blocks/Sources.mo (diff)
Commit e2d701435048d323071b5d838051657f0e5bb915 by Hans.Olsson
ExpSine is more complicated.
The file was modified Modelica/Blocks/Sources.mo (diff)
The file was modified Modelica/Blocks/Sources.mo (diff)
The file was modified Modelica/Blocks/Sources.mo (diff)
Commit 9a779840a267e7be41f600ce60fa4c4ce1f0cce3 by Hans.Olsson
Simplify the mean formula.
Closes #3906
The file was modified Modelica/Blocks/Math.mo (diff)
Commit 0aaecbb690c325297a2c87a45f26ebd3642fe8d2 by Hans.Olsson
Add startTime as well.
The file was modified Modelica/Blocks/Math.mo (diff)
Commit c4f4388f67c03eb5d9571ccf9ac794a1def4fefd by Hans.Olsson
Restore the use of t_eps just in case, but allow setting it to zero.
The file was modified Modelica/Blocks/Math.mo (diff)
Commit a93f6eb4aba876fe40da80c88fcc3476cbb01c84 by Hans.Olsson
And update description.
The file was modified Modelica/Blocks/Math.mo (diff)
The file was modified Modelica/Blocks/Sources.mo (diff)
Commit da7adc0caeb2e3bb83a3319113b88f45630ecd04 by noreply
Update Modelica/Blocks/Sources.mo

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

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

Co-authored-by: Henrik Tidefelt <henrikt@wolfram.com>
The file was modified Modelica/Blocks/Sources.mo (diff)
The file was modified Modelica/Magnetic/FluxTubes/Shapes/HysteresisAndMagnets/GenericHystTellinenPermanentMagnet.mo (diff)
The file was modified Modelica/Electrical/Machines/Examples/SynchronousMachines/SMPM_Braking.mo (diff)
The file was modified Modelica/Magnetic/FundamentalWave/Examples/BasicMachines/SynchronousMachines/SMPM_Braking.mo (diff)
Commit 840729224b142a4290523a7462cac084b90f0a88 by Hans.Olsson
Remove all uses of unitFrequency. That was previously necessary when Gain.k had unit 1
The file was modified Modelica/Electrical/Machines/Examples/InductionMachines/IMC_Conveyor.mo (diff)
The file was modified Modelica/Magnetic/QuasiStatic/FundamentalWave/Examples/BasicMachines/InductionMachines/IMC_Conveyor.mo (diff)
The file was modified Modelica/Magnetic/FundamentalWave/Examples/BasicMachines/InductionMachines/IMC_Conveyor.mo (diff)
The file was modified Modelica/Blocks/Sources.mo (diff)
Commit 4ada630599a3eb427f717c4f2c45e749dc2726c0 by Hans.Olsson
Correct units for normalizing vectors.
The file was modified Modelica/Mechanics/MultiBody/Frames/TransformationMatrices/from_nxy.mo (diff)
The file was modified Modelica/Utilities/Internal.mo (diff)
The file was modified Modelica/Math/package.mo (diff)
The file was modified Modelica/Mechanics/MultiBody/Frames/from_nxy.mo (diff)
The file was modified Modelica/Electrical/Batteries/Examples/CCCVcharging.mo (diff)
Commit 739babf23b20a7f34d1c04e5fb52f97cb71b728b by dr.christian.kral
Coordination of #4101: Fix unit errors
in other Batteries.Examples
The file was modified Modelica/Electrical/Batteries/Examples/CCCV_StackRC.mo (diff)
The file was modified Modelica/Electrical/Batteries/Examples/CCCV_Stack.mo (diff)
The file was modified Modelica/Electrical/Batteries/Examples/CCCV_CellRC.mo (diff)
The file was modified Modelica/Electrical/Batteries/Examples/CCCV_Cell.mo (diff)
The file was modified Modelica/Electrical/Batteries/Examples/CCCV_Stack.mo (diff)
The file was modified Modelica/Electrical/Batteries/Examples/CCCV_StackRC.mo (diff)
Commit 8450a8eb11d7925dc89475b2f63db2db563ba402 by dr.christian.kral
Close #4101: Fix unit error in a single PR
The file was modified Modelica/Electrical/Batteries/Examples/BatteryDischargeCharge.mo (diff)
The file was modified Modelica/Electrical/Batteries/Examples/CCCV_Cell.mo (diff)
Commit abb35f27c520d54b86ae55131e5ffbe6e163e21e by noreply
Fix factor 2 in calculation

Co-authored-by: Hans Olsson <HansOlsson@users.noreply.github.com>
The file was modified Modelica/Electrical/Batteries/Examples/CCCV_StackRC.mo (diff)
Commit a66c9e086393e6a6cd51a980eeae4a1aca2bc9c7 by noreply
Remove real relation in non-discrete-time controlled if-statement.
The file was modified Modelica/Blocks/Sources.mo (diff)
Commit a112cfd77ded432bfedea66e3f01223c2376a11d by noreply
Remove unnecessary noEvent

Co-authored-by: Hans Olsson <HansOlsson@users.noreply.github.com>
The file was modified Modelica/Blocks/Sources.mo (diff)
Commit 8923341bd5f7c3e20d3e1537dc24a530295e6ea0 by Tidefelt Henrik
Use 1.14 instead of sqrt(1.3)

Acting on thumbs up only for this change in PR discussion.
The file was modified Modelica/Mechanics/MultiBody/Examples/Systems/RobotR3/OneAxis.mo (diff)
Commit 26fc7f6698d655de44923f4799c7146fd2ea4f38 by noreply
refs #4174: Fix (and rename) parameters (#4176)

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

Summary

  1. Reduce guess for initial temperature difference across wall. (details)
  2. Use prefix style 'quantity' for FixedBoundary.X (details)
  3. Remove modification of 'quantity' (details)
  4. Remove empty modifications (details)
  5. Fix unit error in RobotR3.OneAxis (details)
  6. Fix unit errors in ArmatureStroke (details)
  7. Fix unit error in CCCVcharging (details)
  8. Use SI.Radius instead of SI.Length (details)
  9. Rename RiCurrent -> Isc (details)
  10. Adapt to renamed variable (details)
  11. Make it public, as suggested (details)
  12. Have a flag for avoiding unnecssary discontinuities. (details)
  13. Add smooth. (details)
  14. ExpSine is more complicated. (details)
  15. oops (details)
  16. Fix syntax. (details)
  17. Simplify the mean formula. (details)
  18. Add startTime as well. (details)
  19. Restore the use of t_eps just in case, but allow setting it to zero. (details)
  20. And update description. (details)
  21. Avoid smoothness. (details)
  22. Update Modelica/Blocks/Sources.mo (details)
  23. Update Modelica/Blocks/Sources.mo (details)
  24. Rephrase (details)
  25. Simpler. (details)
  26. Update Modelica/Blocks/Sources.mo (details)
  27. Remove unit-casting (details)
  28. Remove all uses of unitFrequency. That was previously necessary when Gain.k had unit 1 (details)
  29. Add Evaluate=true. (details)
  30. Correct units for normalizing vectors. (details)
  31. Remove public (details)
  32. Coordination of #4101: Fix unit errors (details)
  33. Fix instance names (details)
  34. Close #4101: Fix unit error in a single PR (details)
  35. Remove blanks (details)
  36. Fix factor 2 in calculation (details)
  37. Remove real relation in non-discrete-time controlled if-statement. (details)
  38. Remove unnecessary noEvent (details)
  39. Use 1.14 instead of sqrt(1.3) (details)
  40. refs #4174: Fix (and rename) parameters (#4176) (details)
Commit e0ce0518577c60a4ca40cd7d78603cb419d65f4c by Hans.Olsson
Reduce guess for initial temperature difference across wall.

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

This follows the style in Modelica.Media.Interfaces.PartialMedium.MassFlowRate and gives tools a chance of making sense of the quantity.
The file was modified Modelica/Fluid/Sources.mo (diff)
Commit 29b261acb5017fe17153c1b2271b6d2500287017 by noreply
Remove modification of 'quantity'
The file was modified Modelica/Fluid/Sources.mo (diff)
Commit e5e9f2920219e45a561bc9318c7e40fb24836686 by Tidefelt Henrik
Remove empty modifications
The file was modified Modelica/Fluid/Sources.mo (diff)
Commit eccdade37e27f856b79ba1308071812679ce00b6 by Tidefelt Henrik
Fix unit error in RobotR3.OneAxis
The file was modified Modelica/Mechanics/MultiBody/Examples/Systems/RobotR3/OneAxis.mo (diff)
Commit c0d8c3409a4f5b22124765bb46345d2bdcf21015 by Tidefelt Henrik
Fix unit errors in ArmatureStroke
The file was modified Modelica/Magnetic/FluxTubes/Examples/MovingCoilActuator/ArmatureStroke.mo (diff)
Commit 183fe6d26cc8429cef7fcccbe03f2692bd4bdb59 by Tidefelt Henrik
Fix unit error in CCCVcharging
The file was modified Modelica/Electrical/Batteries/Examples/CCCVcharging.mo (diff)
Commit d2b2e2983f2439e6df44ba20c1aed308f3ca3b0d by Tidefelt Henrik
Use SI.Radius instead of SI.Length
The file was modified Modelica/Mechanics/MultiBody/Examples/Systems/RobotR3/OneAxis.mo (diff)
Commit 1f85689a989cd91108e89914edf7d6ff77bc384b by noreply
Rename RiCurrent -> Isc

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

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

Co-authored-by: Hans Olsson <HansOlsson@users.noreply.github.com>
The file was modified Modelica/Electrical/Batteries/Examples/CCCVcharging.mo (diff)
Commit 8196629c927d8e84ec1874de4d2dae3984060c01 by Hans.Olsson
Have a flag for avoiding unnecssary discontinuities.
Closes #3548
The file was modified Modelica/Blocks/Sources.mo (diff)
The file was modified Modelica/Blocks/Sources.mo (diff)
Commit e2d701435048d323071b5d838051657f0e5bb915 by Hans.Olsson
ExpSine is more complicated.
The file was modified Modelica/Blocks/Sources.mo (diff)
The file was modified Modelica/Blocks/Sources.mo (diff)
The file was modified Modelica/Blocks/Sources.mo (diff)
Commit 9a779840a267e7be41f600ce60fa4c4ce1f0cce3 by Hans.Olsson
Simplify the mean formula.
Closes #3906
The file was modified Modelica/Blocks/Math.mo (diff)
Commit 0aaecbb690c325297a2c87a45f26ebd3642fe8d2 by Hans.Olsson
Add startTime as well.
The file was modified Modelica/Blocks/Math.mo (diff)
Commit c4f4388f67c03eb5d9571ccf9ac794a1def4fefd by Hans.Olsson
Restore the use of t_eps just in case, but allow setting it to zero.
The file was modified Modelica/Blocks/Math.mo (diff)
Commit a93f6eb4aba876fe40da80c88fcc3476cbb01c84 by Hans.Olsson
And update description.
The file was modified Modelica/Blocks/Math.mo (diff)
The file was modified Modelica/Blocks/Sources.mo (diff)
Commit da7adc0caeb2e3bb83a3319113b88f45630ecd04 by noreply
Update Modelica/Blocks/Sources.mo

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

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

Co-authored-by: Henrik Tidefelt <henrikt@wolfram.com>
The file was modified Modelica/Blocks/Sources.mo (diff)
The file was modified Modelica/Magnetic/FundamentalWave/Examples/BasicMachines/SynchronousMachines/SMPM_Braking.mo (diff)
The file was modified Modelica/Electrical/Machines/Examples/SynchronousMachines/SMPM_Braking.mo (diff)
The file was modified Modelica/Magnetic/FluxTubes/Shapes/HysteresisAndMagnets/GenericHystTellinenPermanentMagnet.mo (diff)
Commit 840729224b142a4290523a7462cac084b90f0a88 by Hans.Olsson
Remove all uses of unitFrequency. That was previously necessary when Gain.k had unit 1
The file was modified Modelica/Magnetic/FundamentalWave/Examples/BasicMachines/InductionMachines/IMC_Conveyor.mo (diff)
The file was modified Modelica/Electrical/Machines/Examples/InductionMachines/IMC_Conveyor.mo (diff)
The file was modified Modelica/Magnetic/QuasiStatic/FundamentalWave/Examples/BasicMachines/InductionMachines/IMC_Conveyor.mo (diff)
The file was modified Modelica/Blocks/Sources.mo (diff)
Commit 4ada630599a3eb427f717c4f2c45e749dc2726c0 by Hans.Olsson
Correct units for normalizing vectors.
The file was modified Modelica/Mechanics/MultiBody/Frames/from_nxy.mo (diff)
The file was modified Modelica/Utilities/Internal.mo (diff)
The file was modified Modelica/Mechanics/MultiBody/Frames/TransformationMatrices/from_nxy.mo (diff)
The file was modified Modelica/Math/package.mo (diff)
The file was modified Modelica/Electrical/Batteries/Examples/CCCVcharging.mo (diff)
Commit 739babf23b20a7f34d1c04e5fb52f97cb71b728b by dr.christian.kral
Coordination of #4101: Fix unit errors
in other Batteries.Examples
The file was modified Modelica/Electrical/Batteries/Examples/CCCV_StackRC.mo (diff)
The file was modified Modelica/Electrical/Batteries/Examples/CCCV_Cell.mo (diff)
The file was modified Modelica/Electrical/Batteries/Examples/CCCV_CellRC.mo (diff)
The file was modified Modelica/Electrical/Batteries/Examples/CCCV_Stack.mo (diff)
The file was modified Modelica/Electrical/Batteries/Examples/CCCV_StackRC.mo (diff)
The file was modified Modelica/Electrical/Batteries/Examples/CCCV_Stack.mo (diff)
Commit 8450a8eb11d7925dc89475b2f63db2db563ba402 by dr.christian.kral
Close #4101: Fix unit error in a single PR
The file was modified Modelica/Electrical/Batteries/Examples/BatteryDischargeCharge.mo (diff)
The file was modified Modelica/Electrical/Batteries/Examples/CCCV_Cell.mo (diff)
Commit abb35f27c520d54b86ae55131e5ffbe6e163e21e by noreply
Fix factor 2 in calculation

Co-authored-by: Hans Olsson <HansOlsson@users.noreply.github.com>
The file was modified Modelica/Electrical/Batteries/Examples/CCCV_StackRC.mo (diff)
Commit a66c9e086393e6a6cd51a980eeae4a1aca2bc9c7 by noreply
Remove real relation in non-discrete-time controlled if-statement.
The file was modified Modelica/Blocks/Sources.mo (diff)
Commit a112cfd77ded432bfedea66e3f01223c2376a11d by noreply
Remove unnecessary noEvent

Co-authored-by: Hans Olsson <HansOlsson@users.noreply.github.com>
The file was modified Modelica/Blocks/Sources.mo (diff)
Commit 8923341bd5f7c3e20d3e1537dc24a530295e6ea0 by Tidefelt Henrik
Use 1.14 instead of sqrt(1.3)

Acting on thumbs up only for this change in PR discussion.
The file was modified Modelica/Mechanics/MultiBody/Examples/Systems/RobotR3/OneAxis.mo (diff)
Commit 26fc7f6698d655de44923f4799c7146fd2ea4f38 by noreply
refs #4174: Fix (and rename) parameters (#4176)

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

Summary

  1. Reduce guess for initial temperature difference across wall. (details)
  2. Use prefix style 'quantity' for FixedBoundary.X (details)
  3. Remove modification of 'quantity' (details)
  4. Remove empty modifications (details)
  5. Fix unit error in RobotR3.OneAxis (details)
  6. Fix unit errors in ArmatureStroke (details)
  7. Fix unit error in CCCVcharging (details)
  8. Use SI.Radius instead of SI.Length (details)
  9. Rename RiCurrent -> Isc (details)
  10. Adapt to renamed variable (details)
  11. Make it public, as suggested (details)
  12. Have a flag for avoiding unnecssary discontinuities. (details)
  13. Add smooth. (details)
  14. ExpSine is more complicated. (details)
  15. oops (details)
  16. Fix syntax. (details)
  17. Simplify the mean formula. (details)
  18. Add startTime as well. (details)
  19. Restore the use of t_eps just in case, but allow setting it to zero. (details)
  20. And update description. (details)
  21. Avoid smoothness. (details)
  22. Update Modelica/Blocks/Sources.mo (details)
  23. Update Modelica/Blocks/Sources.mo (details)
  24. Rephrase (details)
  25. Simpler. (details)
  26. Update Modelica/Blocks/Sources.mo (details)
  27. Remove unit-casting (details)
  28. Remove all uses of unitFrequency. That was previously necessary when Gain.k had unit 1 (details)
  29. Add Evaluate=true. (details)
  30. Correct units for normalizing vectors. (details)
  31. Remove public (details)
  32. Coordination of #4101: Fix unit errors (details)
  33. Fix instance names (details)
  34. Close #4101: Fix unit error in a single PR (details)
  35. Remove blanks (details)
  36. Fix factor 2 in calculation (details)
  37. Remove real relation in non-discrete-time controlled if-statement. (details)
  38. Remove unnecessary noEvent (details)
  39. Use 1.14 instead of sqrt(1.3) (details)
  40. refs #4174: Fix (and rename) parameters (#4176) (details)
Commit e0ce0518577c60a4ca40cd7d78603cb419d65f4c by Hans.Olsson
Reduce guess for initial temperature difference across wall.

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

This follows the style in Modelica.Media.Interfaces.PartialMedium.MassFlowRate and gives tools a chance of making sense of the quantity.
The file was modified Modelica/Fluid/Sources.mo (diff)
Commit 29b261acb5017fe17153c1b2271b6d2500287017 by noreply
Remove modification of 'quantity'
The file was modified Modelica/Fluid/Sources.mo (diff)
Commit e5e9f2920219e45a561bc9318c7e40fb24836686 by Tidefelt Henrik
Remove empty modifications
The file was modified Modelica/Fluid/Sources.mo (diff)
Commit eccdade37e27f856b79ba1308071812679ce00b6 by Tidefelt Henrik
Fix unit error in RobotR3.OneAxis
The file was modified Modelica/Mechanics/MultiBody/Examples/Systems/RobotR3/OneAxis.mo (diff)
Commit c0d8c3409a4f5b22124765bb46345d2bdcf21015 by Tidefelt Henrik
Fix unit errors in ArmatureStroke
The file was modified Modelica/Magnetic/FluxTubes/Examples/MovingCoilActuator/ArmatureStroke.mo (diff)
Commit 183fe6d26cc8429cef7fcccbe03f2692bd4bdb59 by Tidefelt Henrik
Fix unit error in CCCVcharging
The file was modified Modelica/Electrical/Batteries/Examples/CCCVcharging.mo (diff)
Commit d2b2e2983f2439e6df44ba20c1aed308f3ca3b0d by Tidefelt Henrik
Use SI.Radius instead of SI.Length
The file was modified Modelica/Mechanics/MultiBody/Examples/Systems/RobotR3/OneAxis.mo (diff)
Commit 1f85689a989cd91108e89914edf7d6ff77bc384b by noreply
Rename RiCurrent -> Isc

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

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

Co-authored-by: Hans Olsson <HansOlsson@users.noreply.github.com>
The file was modified Modelica/Electrical/Batteries/Examples/CCCVcharging.mo (diff)
Commit 8196629c927d8e84ec1874de4d2dae3984060c01 by Hans.Olsson
Have a flag for avoiding unnecssary discontinuities.
Closes #3548
The file was modified Modelica/Blocks/Sources.mo (diff)
The file was modified Modelica/Blocks/Sources.mo (diff)
Commit e2d701435048d323071b5d838051657f0e5bb915 by Hans.Olsson
ExpSine is more complicated.
The file was modified Modelica/Blocks/Sources.mo (diff)
The file was modified Modelica/Blocks/Sources.mo (diff)
The file was modified Modelica/Blocks/Sources.mo (diff)
Commit 9a779840a267e7be41f600ce60fa4c4ce1f0cce3 by Hans.Olsson
Simplify the mean formula.
Closes #3906
The file was modified Modelica/Blocks/Math.mo (diff)
Commit 0aaecbb690c325297a2c87a45f26ebd3642fe8d2 by Hans.Olsson
Add startTime as well.
The file was modified Modelica/Blocks/Math.mo (diff)
Commit c4f4388f67c03eb5d9571ccf9ac794a1def4fefd by Hans.Olsson
Restore the use of t_eps just in case, but allow setting it to zero.
The file was modified Modelica/Blocks/Math.mo (diff)
Commit a93f6eb4aba876fe40da80c88fcc3476cbb01c84 by Hans.Olsson
And update description.
The file was modified Modelica/Blocks/Math.mo (diff)
The file was modified Modelica/Blocks/Sources.mo (diff)
Commit da7adc0caeb2e3bb83a3319113b88f45630ecd04 by noreply
Update Modelica/Blocks/Sources.mo

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

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

Co-authored-by: Henrik Tidefelt <henrikt@wolfram.com>
The file was modified Modelica/Blocks/Sources.mo (diff)
The file was modified Modelica/Magnetic/FundamentalWave/Examples/BasicMachines/SynchronousMachines/SMPM_Braking.mo (diff)
The file was modified Modelica/Magnetic/FluxTubes/Shapes/HysteresisAndMagnets/GenericHystTellinenPermanentMagnet.mo (diff)
The file was modified Modelica/Electrical/Machines/Examples/SynchronousMachines/SMPM_Braking.mo (diff)
Commit 840729224b142a4290523a7462cac084b90f0a88 by Hans.Olsson
Remove all uses of unitFrequency. That was previously necessary when Gain.k had unit 1
The file was modified Modelica/Magnetic/QuasiStatic/FundamentalWave/Examples/BasicMachines/InductionMachines/IMC_Conveyor.mo (diff)
The file was modified Modelica/Magnetic/FundamentalWave/Examples/BasicMachines/InductionMachines/IMC_Conveyor.mo (diff)
The file was modified Modelica/Electrical/Machines/Examples/InductionMachines/IMC_Conveyor.mo (diff)
The file was modified Modelica/Blocks/Sources.mo (diff)
Commit 4ada630599a3eb427f717c4f2c45e749dc2726c0 by Hans.Olsson
Correct units for normalizing vectors.
The file was modified Modelica/Math/package.mo (diff)
The file was modified Modelica/Utilities/Internal.mo (diff)
The file was modified Modelica/Mechanics/MultiBody/Frames/TransformationMatrices/from_nxy.mo (diff)
The file was modified Modelica/Mechanics/MultiBody/Frames/from_nxy.mo (diff)
The file was modified Modelica/Electrical/Batteries/Examples/CCCVcharging.mo (diff)
Commit 739babf23b20a7f34d1c04e5fb52f97cb71b728b by dr.christian.kral
Coordination of #4101: Fix unit errors
in other Batteries.Examples
The file was modified Modelica/Electrical/Batteries/Examples/CCCV_Stack.mo (diff)
The file was modified Modelica/Electrical/Batteries/Examples/CCCV_Cell.mo (diff)
The file was modified Modelica/Electrical/Batteries/Examples/CCCV_StackRC.mo (diff)
The file was modified Modelica/Electrical/Batteries/Examples/CCCV_CellRC.mo (diff)
The file was modified Modelica/Electrical/Batteries/Examples/CCCV_Stack.mo (diff)
The file was modified Modelica/Electrical/Batteries/Examples/CCCV_StackRC.mo (diff)
Commit 8450a8eb11d7925dc89475b2f63db2db563ba402 by dr.christian.kral
Close #4101: Fix unit error in a single PR
The file was modified Modelica/Electrical/Batteries/Examples/BatteryDischargeCharge.mo (diff)
The file was modified Modelica/Electrical/Batteries/Examples/CCCV_Cell.mo (diff)
Commit abb35f27c520d54b86ae55131e5ffbe6e163e21e by noreply
Fix factor 2 in calculation

Co-authored-by: Hans Olsson <HansOlsson@users.noreply.github.com>
The file was modified Modelica/Electrical/Batteries/Examples/CCCV_StackRC.mo (diff)
Commit a66c9e086393e6a6cd51a980eeae4a1aca2bc9c7 by noreply
Remove real relation in non-discrete-time controlled if-statement.
The file was modified Modelica/Blocks/Sources.mo (diff)
Commit a112cfd77ded432bfedea66e3f01223c2376a11d by noreply
Remove unnecessary noEvent

Co-authored-by: Hans Olsson <HansOlsson@users.noreply.github.com>
The file was modified Modelica/Blocks/Sources.mo (diff)
Commit 8923341bd5f7c3e20d3e1537dc24a530295e6ea0 by Tidefelt Henrik
Use 1.14 instead of sqrt(1.3)

Acting on thumbs up only for this change in PR discussion.
The file was modified Modelica/Mechanics/MultiBody/Examples/Systems/RobotR3/OneAxis.mo (diff)
Commit 26fc7f6698d655de44923f4799c7146fd2ea4f38 by noreply
refs #4174: Fix (and rename) parameters (#4176)

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

Summary

  1. Reduce guess for initial temperature difference across wall. (details)
  2. Use prefix style 'quantity' for FixedBoundary.X (details)
  3. Remove modification of 'quantity' (details)
  4. Remove empty modifications (details)
  5. Fix unit error in RobotR3.OneAxis (details)
  6. Fix unit errors in ArmatureStroke (details)
  7. Fix unit error in CCCVcharging (details)
  8. Use SI.Radius instead of SI.Length (details)
  9. Rename RiCurrent -> Isc (details)
  10. Adapt to renamed variable (details)
  11. Make it public, as suggested (details)
  12. Have a flag for avoiding unnecssary discontinuities. (details)
  13. Add smooth. (details)
  14. ExpSine is more complicated. (details)
  15. oops (details)
  16. Fix syntax. (details)
  17. Simplify the mean formula. (details)
  18. Add startTime as well. (details)
  19. Restore the use of t_eps just in case, but allow setting it to zero. (details)
  20. And update description. (details)
  21. Avoid smoothness. (details)
  22. Update Modelica/Blocks/Sources.mo (details)
  23. Update Modelica/Blocks/Sources.mo (details)
  24. Rephrase (details)
  25. Simpler. (details)
  26. Update Modelica/Blocks/Sources.mo (details)
  27. Remove unit-casting (details)
  28. Remove all uses of unitFrequency. That was previously necessary when Gain.k had unit 1 (details)
  29. Add Evaluate=true. (details)
  30. Correct units for normalizing vectors. (details)
  31. Remove public (details)
  32. Coordination of #4101: Fix unit errors (details)
  33. Fix instance names (details)
  34. Close #4101: Fix unit error in a single PR (details)
  35. Remove blanks (details)
  36. Fix factor 2 in calculation (details)
  37. Remove real relation in non-discrete-time controlled if-statement. (details)
  38. Remove unnecessary noEvent (details)
  39. Use 1.14 instead of sqrt(1.3) (details)
  40. refs #4174: Fix (and rename) parameters (#4176) (details)
Commit e0ce0518577c60a4ca40cd7d78603cb419d65f4c by Hans.Olsson
Reduce guess for initial temperature difference across wall.

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

This follows the style in Modelica.Media.Interfaces.PartialMedium.MassFlowRate and gives tools a chance of making sense of the quantity.
The file was modified Modelica/Fluid/Sources.mo (diff)
Commit 29b261acb5017fe17153c1b2271b6d2500287017 by noreply
Remove modification of 'quantity'
The file was modified Modelica/Fluid/Sources.mo (diff)
Commit e5e9f2920219e45a561bc9318c7e40fb24836686 by Tidefelt Henrik
Remove empty modifications
The file was modified Modelica/Fluid/Sources.mo (diff)
Commit eccdade37e27f856b79ba1308071812679ce00b6 by Tidefelt Henrik
Fix unit error in RobotR3.OneAxis
The file was modified Modelica/Mechanics/MultiBody/Examples/Systems/RobotR3/OneAxis.mo (diff)
Commit c0d8c3409a4f5b22124765bb46345d2bdcf21015 by Tidefelt Henrik
Fix unit errors in ArmatureStroke
The file was modified Modelica/Magnetic/FluxTubes/Examples/MovingCoilActuator/ArmatureStroke.mo (diff)
Commit 183fe6d26cc8429cef7fcccbe03f2692bd4bdb59 by Tidefelt Henrik
Fix unit error in CCCVcharging
The file was modified Modelica/Electrical/Batteries/Examples/CCCVcharging.mo (diff)
Commit d2b2e2983f2439e6df44ba20c1aed308f3ca3b0d by Tidefelt Henrik
Use SI.Radius instead of SI.Length
The file was modified Modelica/Mechanics/MultiBody/Examples/Systems/RobotR3/OneAxis.mo (diff)
Commit 1f85689a989cd91108e89914edf7d6ff77bc384b by noreply
Rename RiCurrent -> Isc

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

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

Co-authored-by: Hans Olsson <HansOlsson@users.noreply.github.com>
The file was modified Modelica/Electrical/Batteries/Examples/CCCVcharging.mo (diff)
Commit 8196629c927d8e84ec1874de4d2dae3984060c01 by Hans.Olsson
Have a flag for avoiding unnecssary discontinuities.
Closes #3548
The file was modified Modelica/Blocks/Sources.mo (diff)
The file was modified Modelica/Blocks/Sources.mo (diff)
Commit e2d701435048d323071b5d838051657f0e5bb915 by Hans.Olsson
ExpSine is more complicated.
The file was modified Modelica/Blocks/Sources.mo (diff)
The file was modified Modelica/Blocks/Sources.mo (diff)
The file was modified Modelica/Blocks/Sources.mo (diff)
Commit 9a779840a267e7be41f600ce60fa4c4ce1f0cce3 by Hans.Olsson
Simplify the mean formula.
Closes #3906
The file was modified Modelica/Blocks/Math.mo (diff)
Commit 0aaecbb690c325297a2c87a45f26ebd3642fe8d2 by Hans.Olsson
Add startTime as well.
The file was modified Modelica/Blocks/Math.mo (diff)
Commit c4f4388f67c03eb5d9571ccf9ac794a1def4fefd by Hans.Olsson
Restore the use of t_eps just in case, but allow setting it to zero.
The file was modified Modelica/Blocks/Math.mo (diff)
Commit a93f6eb4aba876fe40da80c88fcc3476cbb01c84 by Hans.Olsson
And update description.
The file was modified Modelica/Blocks/Math.mo (diff)
The file was modified Modelica/Blocks/Sources.mo (diff)
Commit da7adc0caeb2e3bb83a3319113b88f45630ecd04 by noreply
Update Modelica/Blocks/Sources.mo

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

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

Co-authored-by: Henrik Tidefelt <henrikt@wolfram.com>
The file was modified Modelica/Blocks/Sources.mo (diff)
The file was modified Modelica/Magnetic/FundamentalWave/Examples/BasicMachines/SynchronousMachines/SMPM_Braking.mo (diff)
The file was modified Modelica/Magnetic/FluxTubes/Shapes/HysteresisAndMagnets/GenericHystTellinenPermanentMagnet.mo (diff)
The file was modified Modelica/Electrical/Machines/Examples/SynchronousMachines/SMPM_Braking.mo (diff)
Commit 840729224b142a4290523a7462cac084b90f0a88 by Hans.Olsson
Remove all uses of unitFrequency. That was previously necessary when Gain.k had unit 1
The file was modified Modelica/Magnetic/FundamentalWave/Examples/BasicMachines/InductionMachines/IMC_Conveyor.mo (diff)
The file was modified Modelica/Magnetic/QuasiStatic/FundamentalWave/Examples/BasicMachines/InductionMachines/IMC_Conveyor.mo (diff)
The file was modified Modelica/Electrical/Machines/Examples/InductionMachines/IMC_Conveyor.mo (diff)
The file was modified Modelica/Blocks/Sources.mo (diff)
Commit 4ada630599a3eb427f717c4f2c45e749dc2726c0 by Hans.Olsson
Correct units for normalizing vectors.
The file was modified Modelica/Math/package.mo (diff)
The file was modified Modelica/Mechanics/MultiBody/Frames/from_nxy.mo (diff)
The file was modified Modelica/Mechanics/MultiBody/Frames/TransformationMatrices/from_nxy.mo (diff)
The file was modified Modelica/Utilities/Internal.mo (diff)
The file was modified Modelica/Electrical/Batteries/Examples/CCCVcharging.mo (diff)
Commit 739babf23b20a7f34d1c04e5fb52f97cb71b728b by dr.christian.kral
Coordination of #4101: Fix unit errors
in other Batteries.Examples
The file was modified Modelica/Electrical/Batteries/Examples/CCCV_StackRC.mo (diff)
The file was modified Modelica/Electrical/Batteries/Examples/CCCV_CellRC.mo (diff)
The file was modified Modelica/Electrical/Batteries/Examples/CCCV_Stack.mo (diff)
The file was modified Modelica/Electrical/Batteries/Examples/CCCV_Cell.mo (diff)
The file was modified Modelica/Electrical/Batteries/Examples/CCCV_Stack.mo (diff)
The file was modified Modelica/Electrical/Batteries/Examples/CCCV_StackRC.mo (diff)
Commit 8450a8eb11d7925dc89475b2f63db2db563ba402 by dr.christian.kral
Close #4101: Fix unit error in a single PR
The file was modified Modelica/Electrical/Batteries/Examples/BatteryDischargeCharge.mo (diff)
The file was modified Modelica/Electrical/Batteries/Examples/CCCV_Cell.mo (diff)
Commit abb35f27c520d54b86ae55131e5ffbe6e163e21e by noreply
Fix factor 2 in calculation

Co-authored-by: Hans Olsson <HansOlsson@users.noreply.github.com>
The file was modified Modelica/Electrical/Batteries/Examples/CCCV_StackRC.mo (diff)
Commit a66c9e086393e6a6cd51a980eeae4a1aca2bc9c7 by noreply
Remove real relation in non-discrete-time controlled if-statement.
The file was modified Modelica/Blocks/Sources.mo (diff)
Commit a112cfd77ded432bfedea66e3f01223c2376a11d by noreply
Remove unnecessary noEvent

Co-authored-by: Hans Olsson <HansOlsson@users.noreply.github.com>
The file was modified Modelica/Blocks/Sources.mo (diff)
Commit 8923341bd5f7c3e20d3e1537dc24a530295e6ea0 by Tidefelt Henrik
Use 1.14 instead of sqrt(1.3)

Acting on thumbs up only for this change in PR discussion.
The file was modified Modelica/Mechanics/MultiBody/Examples/Systems/RobotR3/OneAxis.mo (diff)
Commit 26fc7f6698d655de44923f4799c7146fd2ea4f38 by noreply
refs #4174: Fix (and rename) parameters (#4176)

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