Skip to content
Started 5 mo 2 days ago
Took 33 min

Build #2 (Dec 12, 2023, 4:48:37 PM)

Changes
  1. Fix bug in calculation of complex transfer function (details / githubweb)
  2. refs #3782: Decrease solver tolerance (details / githubweb)
  3. Use physical units to parameterize transfer function (details / githubweb)
  4. Calculate unitless coefficient b (details / githubweb)
  5. Avoid max({}) in Modelica.Math.Matrices.nullSpace (details / githubweb)
  6. fixes #3901 (details / githubweb)
  7. Fix documentation of Tp2 and Tp (details / githubweb)
  8. Add image explaining PusleSeries (details / githubweb)
  9. Reduce size of image (details / githubweb)
  10. Now chaing size of image (details / githubweb)
  11. Fix documentation to match implementation (details / githubweb)
  12. Change Tp2 in drawing (details / githubweb)
  13. Consider the derivatives at boundaries in the 2D-table. (details / githubweb)
  14. Improved example to show all issues. (details / githubweb)
  15. Avoid using epsilon altogether. (details / githubweb)
  16. Spelling (details / githubweb)
  17. AddReference (details / githubweb)
  18. Add vector-test case (details / githubweb)
  19. Reference (details / githubweb)
  20. refs #3893: Fix formatting and update naming (details / githubweb)
  21. refs #3893: Fix formatting (details / githubweb)
  22. Add Modelica Libraries logo for dark mode (details / githubweb)
  23. Almost automatically updated to have correct gradient. (details / githubweb)
  24. Remove unwanted gradient. (details / githubweb)
  25. BreakTiesAsBefore (details / githubweb)
  26. BreakTiesAsBefore2 (details / githubweb)
  27. BreakTiesAsBefore (details / githubweb)
  28. ClearerName (details / githubweb)
  29. Revert unwanted change of files (even if blank line would be nice). (details / githubweb)
  30. Adds animated level on the icon layer of the OpenTank (details / githubweb)
  31. Fixed Wb_flows discretization terms for DynamicPipe (details / githubweb)
  32. Bump copyright year (details / githubweb)
  33. Add missing cases (details / githubweb)
  34. Fix variable name (details / githubweb)
  35. Emphasize text in documentation (details / githubweb)
  36. Remove BOM (details / githubweb)
  37. Do not preserveAspectRatio for terminate-block. (details / githubweb)
  38. Implement continuous version of SignalExtrema (details / githubweb)
  39. added comparisonSignals.txt (details / githubweb)
  40. ContinuousSignalExtrema: improved detection of t_min and t_max (details / githubweb)
  41. extended Blocks.Examples.DemonstrateContinuousSignalExtrema (details / githubweb)
  42. Pass forceColor to arrow visualizer (#3990) (details / githubweb)
  43. Added assert condition block (#3985) (details / githubweb)
  44. Removed duplicate definition of m in Modelica.Electrical.QuasiStatic.Polyphase.Sources.FrequencySweep{Voltage, Current}Source (details / githubweb)
  45. Improve description string in example. (details / githubweb)
  46. Undo line break in code (details / githubweb)
  47. Update usage of "noDerivative" (#4024) (details / githubweb)
  48. Fix markdownlint warnings (#3973) (details / githubweb)
  49. fix #4030 (details / githubweb)
  50. The dT is a temperature difference, so converting it to celsius shouldn't use an offset. (details / githubweb)
  51. Reduce guess for initial temperature difference across wall. (details / githubweb)
  52. implemented recognition of startTime (see #4035) (details / githubweb)
  53. applied an equivalent change to Sampler (as to ZeroOrderHold) (details / githubweb)
  54. spliceFunction_der check limits (details / githubweb)
  55. add description string (details / githubweb)
  56. Remove unit errors. (details / githubweb)
  57. Avoid unit error. (details / githubweb)
  58. Fix incorrect start-value. (details / githubweb)
  59. Give a proper definition of machine constants. (details / githubweb)
  60. Update description in ModelicaServices as well. (details / githubweb)
  61. And values. (details / githubweb)
  62. Revert "startTime of ZeroOrderHold" (#4044) (details / githubweb)
  63. fixes startTime of ZeroOrderHold" (details / githubweb)
  64. Most Lapack routines don't want lwork=0 and/or work with size zero. (#4039) (details / githubweb)
  65. Fix typo (details / githubweb)
  66. Change doc string in the style of Modelica.Blocks.Math (details / githubweb)
  67. Fix typo (details / githubweb)
  68. Fix description (details / githubweb)
  69. Rename record instance names ????Data => ????Data3 (details / githubweb)
  70. Fix final parameter propagation (details / githubweb)
  71. Fix final in parameter record of FundamentalWave (details / githubweb)
  72. Unify wording of docstrings of parameter records (details / githubweb)
  73. Unit correctness. (details / githubweb)
  74. Remove incorrect unit-casting. (details / githubweb)
  75. Propose better unit-handling in equation. (details / githubweb)
  76. Implement option 4; that is using a reference impedance with description. (details / githubweb)
  77. Put reference impedance into partial induction machine model (details / githubweb)
  78. Apply ZsRef also to induction machine models (details / githubweb)
  79. Apply changes to Modelica.Magnetic.FundamentalWave (details / githubweb)
  80. Apply changes to Modelica.Magnetic.QuasiStaic.FundamentalWave (details / githubweb)
  81. Document that string functions are only intended for ASCII. (details / githubweb)
  82. Spelling. (details / githubweb)
  83. Update Modelica/Blocks/Math.mo (details / githubweb)
  84. Update Modelica/Utilities/Strings.mo (details / githubweb)
  85. Added new power block for raising an input to a user parameterized exponent (#4006) (details / githubweb)
  86. Replaced state events by time events (details / githubweb)
  87. enhanced documentation (details / githubweb)
  88. Reverts dummy changes. (details / githubweb)
  89. Propagate useSolver to these variants as well. (details / githubweb)
  90. Fix docu of Modelica.Utilities.System.getTime() (details / githubweb)
  91. Fix for #3971. (details / githubweb)
  92. Apply suggestions from code review (details / githubweb)
  93. Add DynamicPipe energy conservation tests to ModelicaTest (details / githubweb)
  94. Try to fix crash for (details / githubweb)
  95. Fix allocation size (details / githubweb)
  96. Updated tolerance for energy conservation checks (details / githubweb)
  97. Improve indentation of html code (details / githubweb)
  98. Html code: No indentation within 'address' tag (details / githubweb)
  99. Delete multiple and/or leading whitespaces (details / githubweb)
  100. Fix unit error in SimpleAir (details / githubweb)
  101. Use prefix style 'quantity' for MixtureGases.m1 and MixtureGases.m2 (details / githubweb)
  102. Use SI.Mass instead of specifying 'unit' (details / githubweb)
  103. Use prefix style 'quantity' for FixedBoundary.X (details / githubweb)
  104. Add description string for m1 (details / githubweb)
  105. Add description string for m2 (details / githubweb)
  106. Completely remove modifications of 'quantity' (details / githubweb)
  107. Remove modification of 'quantity' (details / githubweb)
  108. Remove empty modifications (details / githubweb)
  109. Fix unit error in RobotR3.OneAxis (details / githubweb)
  110. Fix unit errors in ArmatureStroke (details / githubweb)
  111. Fix unit error in CCCVcharging (details / githubweb)
  112. Modifying min attribute of gain to 1 (details / githubweb)
  113. removing min attribute in gain (details / githubweb)
  114. Use SI.Radius instead of SI.Length (details / githubweb)
  115. ReferenceMoistAir, corrected error in function pd_pTX_der (issue #3666) (details / githubweb)
  116. Remove plural 's' in 'height of ramps' (details / githubweb)
  117. Assert statement to avoid zero gain in controller and improved description string for controller gain (details / githubweb)
  118. Changed to full path for consistency (details / githubweb)
  119. Removing unintended code modifications (details / githubweb)
  120. Delete unused variable 'dens' and corresponding 'R_air' (details / githubweb)
  121. Delete gasForce.dens from reference comparison signals (details / githubweb)
  122. Replace 'Inline=false' with late inlining (details / githubweb)
  123. Unify spelling of controllers with dash omitted (details / githubweb)
  124. Revert "Unify spelling of controllers with dash omitted" (details / githubweb)
  125. unify spelling of controllers (details / githubweb)
  126. Rename RiCurrent -> Isc (details / githubweb)
  127. Adapt to renamed variable (details / githubweb)
  128. Make it public, as suggested (details / githubweb)
  129. #4107 missing commits in master (#4140) (details / githubweb)
  130. Update codespell exceptions (#4143) (details / githubweb)
  131. Bump actions to avoid deprecation warnings (#4120) (details / githubweb)
  132. Amendment for #4140: Fix merge conflict (#4146) (details / githubweb)
  133. lower case for controller in Modelica/Blocks/Continuous.mo (details / githubweb)
  134. lower case for controller in Modelica/Clocked/Examples/Systems/ControlledMixingUnit.mo (details / githubweb)
  135. unify spelling of controllers (details / githubweb)
  136. Fix false calculation of w (omega) when resolveInFrame == frame_resolve (details / githubweb)
  137. And add unit for M (details / githubweb)
  138. Add rotation about x-axis to enable a spatial motion (details / githubweb)
  139. Have a flag for avoiding unnecssary discontinuities. (details / githubweb)
  140. Add smooth. (details / githubweb)
  141. ExpSine is more complicated. (details / githubweb)
  142. oops (details / githubweb)
  143. Fix syntax. (details / githubweb)
  144. Simplify the mean formula. (details / githubweb)
  145. Add startTime as well. (details / githubweb)
  146. Restore the use of t_eps just in case, but allow setting it to zero. (details / githubweb)
  147. And update description. (details / githubweb)
  148. Avoid smoothness. (details / githubweb)
  149. Update Modelica/Blocks/Sources.mo (details / githubweb)
  150. Update Modelica/Blocks/Sources.mo (details / githubweb)
  151. Rephrase (details / githubweb)
  152. Simpler. (details / githubweb)
  153. If the limits don't make sense use linear interpolation. (details / githubweb)
  154. Fix typo (details / githubweb)
  155. Omit modifiers of animation parameters (details / githubweb)
  156. Documentation and description for FluidHeatFlow library improved (#4141) (details / githubweb)
  157. Update Modelica/Blocks/Sources.mo (details / githubweb)
  158. Remove unit-casting (details / githubweb)
  159. Remove all uses of unitFrequency. That was previously necessary when Gain.k had unit 1 (details / githubweb)
  160. Add Evaluate=true. (details / githubweb)
  161. Added units to mathematical constants (#4155) (details / githubweb)
  162. Delete redundant points of polygon annotation of 'Spice3' connectors (#4135) (details / githubweb)
  163. Fix unit for mu0. (details / githubweb)
  164. Simpler. (details / githubweb)
  165. Removed out-of-date/incorrect comment about epsilon_0 (details / githubweb)
  166. Fix codespell exceptions (CI) (#4165) (details / githubweb)
  167. Delete successful and skipped workflow runs (#4177) (details / githubweb)
  168. Meke internally used ports of optional housing port and optional thermal port protected (details / githubweb)
  169. Update annotations to be correct. (details / githubweb)
  170. Update Modelica/Magnetic/QuasiStatic/FundamentalWave/Examples/BasicMachines/SynchronousMachines/SMR_CurrentSource.mo (details / githubweb)
  171. Apply suggestions from code review (details / githubweb)
  172. refs #4180 Fix Text annotation (details / githubweb)
  173. Update Modelica/Magnetic/QuasiStatic/FluxTubes/package.mo (details / githubweb)
  174. Restore documentation (#4184) (details / githubweb)
  175. Fix regex to optionally ignore quoted strings (#4183) (details / githubweb)
  176. Fix unit errors in ExternalCombiTimeTable constructor (#4188) (details / githubweb)
  177. Remove use of unknown variable useReset (details / githubweb)
  178. Remove unknown parameter multiColoredSurface. Note that the actual surface has =false for it. (details / githubweb)
  179. The parameter 'target' does not exist. (details / githubweb)
  180. Correct use of incorrect parameter and enumeration. However, the basic design doesn't work. (details / githubweb)
  181. Remove unknown parameter useMeanDensity (details / githubweb)
  182. KC and DP_Fric do not exist in this class (details / githubweb)
  183. Cleanup (details / githubweb)
  184. As indicated in #4046 it we need to revert part of #4155 since it is causing too many regressions for a minor release. (details / githubweb)
  185. Correct units for normalizing vectors. (details / githubweb)
  186. Fix link to Holman2010 (#4199) (details / githubweb)
  187. Fix and add ITEA links (#4196) (details / githubweb)
  188. Fix broken links (#4202) (details / githubweb)
  189. Remove public (details / githubweb)
  190. Coordination of #4101: Fix unit errors (details / githubweb)
  191. Fix instance names (details / githubweb)
  192. Close #4101: Fix unit error in a single PR (details / githubweb)
  193. Remove blanks (details / githubweb)
  194. Remove redundant diagram text for most Analog examples (details / githubweb)
  195. Remove diagram text of CompareTransformers (details / githubweb)
  196. Fix factor 2 in calculation (details / githubweb)
  197. Update .mailmap file (details / githubweb)
  198. Remove duplicates in SignalNames of 10 examples of ModelicaTest (#4179) (details / githubweb)
  199. Fix codespell exceptions (#4203) (details / githubweb)
  200. Remove real relation in non-discrete-time controlled if-statement. (details / githubweb)
  201. Remove unnecessary noEvent (details / githubweb)
  202. Fix broken link (#4211) (details / githubweb)
  203. Use 1.14 instead of sqrt(1.3) (details / githubweb)
  204. Update matio library to 1.5.24 (#4222) (details / githubweb)
  205. Add all defined outputs of the test example into reference signals (details / githubweb)
  206. Initialize output array C even when multiColoredSurface=false (details / githubweb)
  207. Set modifier of 'C' being 'final' (details / githubweb)
  208. Documentation: modifier 'C' shall be 'final' (details / githubweb)
  209. refs #4174: Fix (and rename) parameters (#4176) (details / githubweb)
Changes
  1. Fix bug in calculation of complex transfer function (details / githubweb)
  2. refs #3782: Decrease solver tolerance (details / githubweb)
  3. Use physical units to parameterize transfer function (details / githubweb)
  4. Calculate unitless coefficient b (details / githubweb)
  5. Avoid max({}) in Modelica.Math.Matrices.nullSpace (details / githubweb)
  6. fixes #3901 (details / githubweb)
  7. Fix documentation of Tp2 and Tp (details / githubweb)
  8. Add image explaining PusleSeries (details / githubweb)
  9. Reduce size of image (details / githubweb)
  10. Now chaing size of image (details / githubweb)
  11. Fix documentation to match implementation (details / githubweb)
  12. Change Tp2 in drawing (details / githubweb)
  13. Consider the derivatives at boundaries in the 2D-table. (details / githubweb)
  14. Improved example to show all issues. (details / githubweb)
  15. Avoid using epsilon altogether. (details / githubweb)
  16. Spelling (details / githubweb)
  17. AddReference (details / githubweb)
  18. Add vector-test case (details / githubweb)
  19. Reference (details / githubweb)
  20. refs #3893: Fix formatting and update naming (details / githubweb)
  21. refs #3893: Fix formatting (details / githubweb)
  22. Add Modelica Libraries logo for dark mode (details / githubweb)
  23. Almost automatically updated to have correct gradient. (details / githubweb)
  24. Remove unwanted gradient. (details / githubweb)
  25. BreakTiesAsBefore (details / githubweb)
  26. BreakTiesAsBefore2 (details / githubweb)
  27. BreakTiesAsBefore (details / githubweb)
  28. ClearerName (details / githubweb)
  29. Revert unwanted change of files (even if blank line would be nice). (details / githubweb)
  30. Adds animated level on the icon layer of the OpenTank (details / githubweb)
  31. Fixed Wb_flows discretization terms for DynamicPipe (details / githubweb)
  32. Bump copyright year (details / githubweb)
  33. Add missing cases (details / githubweb)
  34. Fix variable name (details / githubweb)
  35. Emphasize text in documentation (details / githubweb)
  36. Remove BOM (details / githubweb)
  37. Do not preserveAspectRatio for terminate-block. (details / githubweb)
  38. Implement continuous version of SignalExtrema (details / githubweb)
  39. added comparisonSignals.txt (details / githubweb)
  40. ContinuousSignalExtrema: improved detection of t_min and t_max (details / githubweb)
  41. extended Blocks.Examples.DemonstrateContinuousSignalExtrema (details / githubweb)
  42. Pass forceColor to arrow visualizer (#3990) (details / githubweb)
  43. Added assert condition block (#3985) (details / githubweb)
  44. Removed duplicate definition of m in Modelica.Electrical.QuasiStatic.Polyphase.Sources.FrequencySweep{Voltage, Current}Source (details / githubweb)
  45. Improve description string in example. (details / githubweb)
  46. Undo line break in code (details / githubweb)
  47. Update usage of "noDerivative" (#4024) (details / githubweb)
  48. Fix markdownlint warnings (#3973) (details / githubweb)
  49. fix #4030 (details / githubweb)
  50. The dT is a temperature difference, so converting it to celsius shouldn't use an offset. (details / githubweb)
  51. Reduce guess for initial temperature difference across wall. (details / githubweb)
  52. implemented recognition of startTime (see #4035) (details / githubweb)
  53. applied an equivalent change to Sampler (as to ZeroOrderHold) (details / githubweb)
  54. spliceFunction_der check limits (details / githubweb)
  55. add description string (details / githubweb)
  56. Remove unit errors. (details / githubweb)
  57. Avoid unit error. (details / githubweb)
  58. Fix incorrect start-value. (details / githubweb)
  59. Give a proper definition of machine constants. (details / githubweb)
  60. Update description in ModelicaServices as well. (details / githubweb)
  61. And values. (details / githubweb)
  62. Revert "startTime of ZeroOrderHold" (#4044) (details / githubweb)
  63. fixes startTime of ZeroOrderHold" (details / githubweb)
  64. Most Lapack routines don't want lwork=0 and/or work with size zero. (#4039) (details / githubweb)
  65. Fix typo (details / githubweb)
  66. Change doc string in the style of Modelica.Blocks.Math (details / githubweb)
  67. Fix typo (details / githubweb)
  68. Fix description (details / githubweb)
  69. Rename record instance names ????Data => ????Data3 (details / githubweb)
  70. Fix final parameter propagation (details / githubweb)
  71. Fix final in parameter record of FundamentalWave (details / githubweb)
  72. Unify wording of docstrings of parameter records (details / githubweb)
  73. Unit correctness. (details / githubweb)
  74. Remove incorrect unit-casting. (details / githubweb)
  75. Propose better unit-handling in equation. (details / githubweb)
  76. Implement option 4; that is using a reference impedance with description. (details / githubweb)
  77. Put reference impedance into partial induction machine model (details / githubweb)
  78. Apply ZsRef also to induction machine models (details / githubweb)
  79. Apply changes to Modelica.Magnetic.FundamentalWave (details / githubweb)
  80. Apply changes to Modelica.Magnetic.QuasiStaic.FundamentalWave (details / githubweb)
  81. Document that string functions are only intended for ASCII. (details / githubweb)
  82. Spelling. (details / githubweb)
  83. Update Modelica/Blocks/Math.mo (details / githubweb)
  84. Update Modelica/Utilities/Strings.mo (details / githubweb)
  85. Added new power block for raising an input to a user parameterized exponent (#4006) (details / githubweb)
  86. Replaced state events by time events (details / githubweb)
  87. enhanced documentation (details / githubweb)
  88. Reverts dummy changes. (details / githubweb)
  89. Propagate useSolver to these variants as well. (details / githubweb)
  90. Fix docu of Modelica.Utilities.System.getTime() (details / githubweb)
  91. Fix for #3971. (details / githubweb)
  92. Apply suggestions from code review (details / githubweb)
  93. Add DynamicPipe energy conservation tests to ModelicaTest (details / githubweb)
  94. Try to fix crash for (details / githubweb)
  95. Fix allocation size (details / githubweb)
  96. Updated tolerance for energy conservation checks (details / githubweb)
  97. Improve indentation of html code (details / githubweb)
  98. Html code: No indentation within 'address' tag (details / githubweb)
  99. Delete multiple and/or leading whitespaces (details / githubweb)
  100. Fix unit error in SimpleAir (details / githubweb)
  101. Use prefix style 'quantity' for MixtureGases.m1 and MixtureGases.m2 (details / githubweb)
  102. Use SI.Mass instead of specifying 'unit' (details / githubweb)
  103. Use prefix style 'quantity' for FixedBoundary.X (details / githubweb)
  104. Add description string for m1 (details / githubweb)
  105. Add description string for m2 (details / githubweb)
  106. Completely remove modifications of 'quantity' (details / githubweb)
  107. Remove modification of 'quantity' (details / githubweb)
  108. Remove empty modifications (details / githubweb)
  109. Fix unit error in RobotR3.OneAxis (details / githubweb)
  110. Fix unit errors in ArmatureStroke (details / githubweb)
  111. Fix unit error in CCCVcharging (details / githubweb)
  112. Modifying min attribute of gain to 1 (details / githubweb)
  113. removing min attribute in gain (details / githubweb)
  114. Use SI.Radius instead of SI.Length (details / githubweb)
  115. ReferenceMoistAir, corrected error in function pd_pTX_der (issue #3666) (details / githubweb)
  116. Remove plural 's' in 'height of ramps' (details / githubweb)
  117. Assert statement to avoid zero gain in controller and improved description string for controller gain (details / githubweb)
  118. Changed to full path for consistency (details / githubweb)
  119. Removing unintended code modifications (details / githubweb)
  120. Delete unused variable 'dens' and corresponding 'R_air' (details / githubweb)
  121. Delete gasForce.dens from reference comparison signals (details / githubweb)
  122. Replace 'Inline=false' with late inlining (details / githubweb)
  123. Unify spelling of controllers with dash omitted (details / githubweb)
  124. Revert "Unify spelling of controllers with dash omitted" (details / githubweb)
  125. unify spelling of controllers (details / githubweb)
  126. Rename RiCurrent -> Isc (details / githubweb)
  127. Adapt to renamed variable (details / githubweb)
  128. Make it public, as suggested (details / githubweb)
  129. #4107 missing commits in master (#4140) (details / githubweb)
  130. Update codespell exceptions (#4143) (details / githubweb)
  131. Bump actions to avoid deprecation warnings (#4120) (details / githubweb)
  132. Amendment for #4140: Fix merge conflict (#4146) (details / githubweb)
  133. lower case for controller in Modelica/Blocks/Continuous.mo (details / githubweb)
  134. lower case for controller in Modelica/Clocked/Examples/Systems/ControlledMixingUnit.mo (details / githubweb)
  135. unify spelling of controllers (details / githubweb)
  136. Fix false calculation of w (omega) when resolveInFrame == frame_resolve (details / githubweb)
  137. And add unit for M (details / githubweb)
  138. Add rotation about x-axis to enable a spatial motion (details / githubweb)
  139. Have a flag for avoiding unnecssary discontinuities. (details / githubweb)
  140. Add smooth. (details / githubweb)
  141. ExpSine is more complicated. (details / githubweb)
  142. oops (details / githubweb)
  143. Fix syntax. (details / githubweb)
  144. Simplify the mean formula. (details / githubweb)
  145. Add startTime as well. (details / githubweb)
  146. Restore the use of t_eps just in case, but allow setting it to zero. (details / githubweb)
  147. And update description. (details / githubweb)
  148. Avoid smoothness. (details / githubweb)
  149. Update Modelica/Blocks/Sources.mo (details / githubweb)
  150. Update Modelica/Blocks/Sources.mo (details / githubweb)
  151. Rephrase (details / githubweb)
  152. Simpler. (details / githubweb)
  153. If the limits don't make sense use linear interpolation. (details / githubweb)
  154. Fix typo (details / githubweb)
  155. Omit modifiers of animation parameters (details / githubweb)
  156. Documentation and description for FluidHeatFlow library improved (#4141) (details / githubweb)
  157. Update Modelica/Blocks/Sources.mo (details / githubweb)
  158. Remove unit-casting (details / githubweb)
  159. Remove all uses of unitFrequency. That was previously necessary when Gain.k had unit 1 (details / githubweb)
  160. Add Evaluate=true. (details / githubweb)
  161. Added units to mathematical constants (#4155) (details / githubweb)
  162. Delete redundant points of polygon annotation of 'Spice3' connectors (#4135) (details / githubweb)
  163. Fix unit for mu0. (details / githubweb)
  164. Simpler. (details / githubweb)
  165. Removed out-of-date/incorrect comment about epsilon_0 (details / githubweb)
  166. Fix codespell exceptions (CI) (#4165) (details / githubweb)
  167. Delete successful and skipped workflow runs (#4177) (details / githubweb)
  168. Meke internally used ports of optional housing port and optional thermal port protected (details / githubweb)
  169. Update annotations to be correct. (details / githubweb)
  170. Update Modelica/Magnetic/QuasiStatic/FundamentalWave/Examples/BasicMachines/SynchronousMachines/SMR_CurrentSource.mo (details / githubweb)
  171. Apply suggestions from code review (details / githubweb)
  172. refs #4180 Fix Text annotation (details / githubweb)
  173. Update Modelica/Magnetic/QuasiStatic/FluxTubes/package.mo (details / githubweb)
  174. Restore documentation (#4184) (details / githubweb)
  175. Fix regex to optionally ignore quoted strings (#4183) (details / githubweb)
  176. Fix unit errors in ExternalCombiTimeTable constructor (#4188) (details / githubweb)
  177. Remove use of unknown variable useReset (details / githubweb)
  178. Remove unknown parameter multiColoredSurface. Note that the actual surface has =false for it. (details / githubweb)
  179. The parameter 'target' does not exist. (details / githubweb)
  180. Correct use of incorrect parameter and enumeration. However, the basic design doesn't work. (details / githubweb)
  181. Remove unknown parameter useMeanDensity (details / githubweb)
  182. KC and DP_Fric do not exist in this class (details / githubweb)
  183. Cleanup (details / githubweb)
  184. As indicated in #4046 it we need to revert part of #4155 since it is causing too many regressions for a minor release. (details / githubweb)
  185. Correct units for normalizing vectors. (details / githubweb)
  186. Fix link to Holman2010 (#4199) (details / githubweb)
  187. Fix and add ITEA links (#4196) (details / githubweb)
  188. Fix broken links (#4202) (details / githubweb)
  189. Remove public (details / githubweb)
  190. Coordination of #4101: Fix unit errors (details / githubweb)
  191. Fix instance names (details / githubweb)
  192. Close #4101: Fix unit error in a single PR (details / githubweb)
  193. Remove blanks (details / githubweb)
  194. Remove redundant diagram text for most Analog examples (details / githubweb)
  195. Remove diagram text of CompareTransformers (details / githubweb)
  196. Fix factor 2 in calculation (details / githubweb)
  197. Update .mailmap file (details / githubweb)
  198. Remove duplicates in SignalNames of 10 examples of ModelicaTest (#4179) (details / githubweb)
  199. Fix codespell exceptions (#4203) (details / githubweb)
  200. Remove real relation in non-discrete-time controlled if-statement. (details / githubweb)
  201. Remove unnecessary noEvent (details / githubweb)
  202. Fix broken link (#4211) (details / githubweb)
  203. Use 1.14 instead of sqrt(1.3) (details / githubweb)
  204. Update matio library to 1.5.24 (#4222) (details / githubweb)
  205. Add all defined outputs of the test example into reference signals (details / githubweb)
  206. Initialize output array C even when multiColoredSurface=false (details / githubweb)
  207. Set modifier of 'C' being 'final' (details / githubweb)
  208. Documentation: modifier 'C' shall be 'final' (details / githubweb)
  209. refs #4174: Fix (and rename) parameters (#4176) (details / githubweb)
Changes
  1. Fix bug in calculation of complex transfer function (details / githubweb)
  2. refs #3782: Decrease solver tolerance (details / githubweb)
  3. Use physical units to parameterize transfer function (details / githubweb)
  4. Calculate unitless coefficient b (details / githubweb)
  5. Avoid max({}) in Modelica.Math.Matrices.nullSpace (details / githubweb)
  6. fixes #3901 (details / githubweb)
  7. Fix documentation of Tp2 and Tp (details / githubweb)
  8. Add image explaining PusleSeries (details / githubweb)
  9. Reduce size of image (details / githubweb)
  10. Now chaing size of image (details / githubweb)
  11. Fix documentation to match implementation (details / githubweb)
  12. Change Tp2 in drawing (details / githubweb)
  13. Consider the derivatives at boundaries in the 2D-table. (details / githubweb)
  14. Improved example to show all issues. (details / githubweb)
  15. Avoid using epsilon altogether. (details / githubweb)
  16. Spelling (details / githubweb)
  17. AddReference (details / githubweb)
  18. Add vector-test case (details / githubweb)
  19. Reference (details / githubweb)
  20. refs #3893: Fix formatting and update naming (details / githubweb)
  21. refs #3893: Fix formatting (details / githubweb)
  22. Add Modelica Libraries logo for dark mode (details / githubweb)
  23. Almost automatically updated to have correct gradient. (details / githubweb)
  24. Remove unwanted gradient. (details / githubweb)
  25. BreakTiesAsBefore (details / githubweb)
  26. BreakTiesAsBefore2 (details / githubweb)
  27. BreakTiesAsBefore (details / githubweb)
  28. ClearerName (details / githubweb)
  29. Revert unwanted change of files (even if blank line would be nice). (details / githubweb)
  30. Adds animated level on the icon layer of the OpenTank (details / githubweb)
  31. Fixed Wb_flows discretization terms for DynamicPipe (details / githubweb)
  32. Bump copyright year (details / githubweb)
  33. Add missing cases (details / githubweb)
  34. Fix variable name (details / githubweb)
  35. Emphasize text in documentation (details / githubweb)
  36. Remove BOM (details / githubweb)
  37. Do not preserveAspectRatio for terminate-block. (details / githubweb)
  38. Implement continuous version of SignalExtrema (details / githubweb)
  39. added comparisonSignals.txt (details / githubweb)
  40. ContinuousSignalExtrema: improved detection of t_min and t_max (details / githubweb)
  41. extended Blocks.Examples.DemonstrateContinuousSignalExtrema (details / githubweb)
  42. Pass forceColor to arrow visualizer (#3990) (details / githubweb)
  43. Added assert condition block (#3985) (details / githubweb)
  44. Removed duplicate definition of m in Modelica.Electrical.QuasiStatic.Polyphase.Sources.FrequencySweep{Voltage, Current}Source (details / githubweb)
  45. Improve description string in example. (details / githubweb)
  46. Undo line break in code (details / githubweb)
  47. Update usage of "noDerivative" (#4024) (details / githubweb)
  48. Fix markdownlint warnings (#3973) (details / githubweb)
  49. fix #4030 (details / githubweb)
  50. The dT is a temperature difference, so converting it to celsius shouldn't use an offset. (details / githubweb)
  51. Reduce guess for initial temperature difference across wall. (details / githubweb)
  52. implemented recognition of startTime (see #4035) (details / githubweb)
  53. applied an equivalent change to Sampler (as to ZeroOrderHold) (details / githubweb)
  54. spliceFunction_der check limits (details / githubweb)
  55. add description string (details / githubweb)
  56. Remove unit errors. (details / githubweb)
  57. Avoid unit error. (details / githubweb)
  58. Fix incorrect start-value. (details / githubweb)
  59. Give a proper definition of machine constants. (details / githubweb)
  60. Update description in ModelicaServices as well. (details / githubweb)
  61. And values. (details / githubweb)
  62. Revert "startTime of ZeroOrderHold" (#4044) (details / githubweb)
  63. fixes startTime of ZeroOrderHold" (details / githubweb)
  64. Most Lapack routines don't want lwork=0 and/or work with size zero. (#4039) (details / githubweb)
  65. Fix typo (details / githubweb)
  66. Change doc string in the style of Modelica.Blocks.Math (details / githubweb)
  67. Fix typo (details / githubweb)
  68. Fix description (details / githubweb)
  69. Rename record instance names ????Data => ????Data3 (details / githubweb)
  70. Fix final parameter propagation (details / githubweb)
  71. Fix final in parameter record of FundamentalWave (details / githubweb)
  72. Unify wording of docstrings of parameter records (details / githubweb)
  73. Unit correctness. (details / githubweb)
  74. Remove incorrect unit-casting. (details / githubweb)
  75. Propose better unit-handling in equation. (details / githubweb)
  76. Implement option 4; that is using a reference impedance with description. (details / githubweb)
  77. Put reference impedance into partial induction machine model (details / githubweb)
  78. Apply ZsRef also to induction machine models (details / githubweb)
  79. Apply changes to Modelica.Magnetic.FundamentalWave (details / githubweb)
  80. Apply changes to Modelica.Magnetic.QuasiStaic.FundamentalWave (details / githubweb)
  81. Document that string functions are only intended for ASCII. (details / githubweb)
  82. Spelling. (details / githubweb)
  83. Update Modelica/Blocks/Math.mo (details / githubweb)
  84. Update Modelica/Utilities/Strings.mo (details / githubweb)
  85. Added new power block for raising an input to a user parameterized exponent (#4006) (details / githubweb)
  86. Replaced state events by time events (details / githubweb)
  87. enhanced documentation (details / githubweb)
  88. Reverts dummy changes. (details / githubweb)
  89. Propagate useSolver to these variants as well. (details / githubweb)
  90. Fix docu of Modelica.Utilities.System.getTime() (details / githubweb)
  91. Fix for #3971. (details / githubweb)
  92. Apply suggestions from code review (details / githubweb)
  93. Add DynamicPipe energy conservation tests to ModelicaTest (details / githubweb)
  94. Try to fix crash for (details / githubweb)
  95. Fix allocation size (details / githubweb)
  96. Updated tolerance for energy conservation checks (details / githubweb)
  97. Improve indentation of html code (details / githubweb)
  98. Html code: No indentation within 'address' tag (details / githubweb)
  99. Delete multiple and/or leading whitespaces (details / githubweb)
  100. Fix unit error in SimpleAir (details / githubweb)
  101. Use prefix style 'quantity' for MixtureGases.m1 and MixtureGases.m2 (details / githubweb)
  102. Use SI.Mass instead of specifying 'unit' (details / githubweb)
  103. Use prefix style 'quantity' for FixedBoundary.X (details / githubweb)
  104. Add description string for m1 (details / githubweb)
  105. Add description string for m2 (details / githubweb)
  106. Completely remove modifications of 'quantity' (details / githubweb)
  107. Remove modification of 'quantity' (details / githubweb)
  108. Remove empty modifications (details / githubweb)
  109. Fix unit error in RobotR3.OneAxis (details / githubweb)
  110. Fix unit errors in ArmatureStroke (details / githubweb)
  111. Fix unit error in CCCVcharging (details / githubweb)
  112. Modifying min attribute of gain to 1 (details / githubweb)
  113. removing min attribute in gain (details / githubweb)
  114. Use SI.Radius instead of SI.Length (details / githubweb)
  115. ReferenceMoistAir, corrected error in function pd_pTX_der (issue #3666) (details / githubweb)
  116. Remove plural 's' in 'height of ramps' (details / githubweb)
  117. Assert statement to avoid zero gain in controller and improved description string for controller gain (details / githubweb)
  118. Changed to full path for consistency (details / githubweb)
  119. Removing unintended code modifications (details / githubweb)
  120. Delete unused variable 'dens' and corresponding 'R_air' (details / githubweb)
  121. Delete gasForce.dens from reference comparison signals (details / githubweb)
  122. Replace 'Inline=false' with late inlining (details / githubweb)
  123. Unify spelling of controllers with dash omitted (details / githubweb)
  124. Revert "Unify spelling of controllers with dash omitted" (details / githubweb)
  125. unify spelling of controllers (details / githubweb)
  126. Rename RiCurrent -> Isc (details / githubweb)
  127. Adapt to renamed variable (details / githubweb)
  128. Make it public, as suggested (details / githubweb)
  129. #4107 missing commits in master (#4140) (details / githubweb)
  130. Update codespell exceptions (#4143) (details / githubweb)
  131. Bump actions to avoid deprecation warnings (#4120) (details / githubweb)
  132. Amendment for #4140: Fix merge conflict (#4146) (details / githubweb)
  133. lower case for controller in Modelica/Blocks/Continuous.mo (details / githubweb)
  134. lower case for controller in Modelica/Clocked/Examples/Systems/ControlledMixingUnit.mo (details / githubweb)
  135. unify spelling of controllers (details / githubweb)
  136. Fix false calculation of w (omega) when resolveInFrame == frame_resolve (details / githubweb)
  137. And add unit for M (details / githubweb)
  138. Add rotation about x-axis to enable a spatial motion (details / githubweb)
  139. Have a flag for avoiding unnecssary discontinuities. (details / githubweb)
  140. Add smooth. (details / githubweb)
  141. ExpSine is more complicated. (details / githubweb)
  142. oops (details / githubweb)
  143. Fix syntax. (details / githubweb)
  144. Simplify the mean formula. (details / githubweb)
  145. Add startTime as well. (details / githubweb)
  146. Restore the use of t_eps just in case, but allow setting it to zero. (details / githubweb)
  147. And update description. (details / githubweb)
  148. Avoid smoothness. (details / githubweb)
  149. Update Modelica/Blocks/Sources.mo (details / githubweb)
  150. Update Modelica/Blocks/Sources.mo (details / githubweb)
  151. Rephrase (details / githubweb)
  152. Simpler. (details / githubweb)
  153. If the limits don't make sense use linear interpolation. (details / githubweb)
  154. Fix typo (details / githubweb)
  155. Omit modifiers of animation parameters (details / githubweb)
  156. Documentation and description for FluidHeatFlow library improved (#4141) (details / githubweb)
  157. Update Modelica/Blocks/Sources.mo (details / githubweb)
  158. Remove unit-casting (details / githubweb)
  159. Remove all uses of unitFrequency. That was previously necessary when Gain.k had unit 1 (details / githubweb)
  160. Add Evaluate=true. (details / githubweb)
  161. Added units to mathematical constants (#4155) (details / githubweb)
  162. Delete redundant points of polygon annotation of 'Spice3' connectors (#4135) (details / githubweb)
  163. Fix unit for mu0. (details / githubweb)
  164. Simpler. (details / githubweb)
  165. Removed out-of-date/incorrect comment about epsilon_0 (details / githubweb)
  166. Fix codespell exceptions (CI) (#4165) (details / githubweb)
  167. Delete successful and skipped workflow runs (#4177) (details / githubweb)
  168. Meke internally used ports of optional housing port and optional thermal port protected (details / githubweb)
  169. Update annotations to be correct. (details / githubweb)
  170. Update Modelica/Magnetic/QuasiStatic/FundamentalWave/Examples/BasicMachines/SynchronousMachines/SMR_CurrentSource.mo (details / githubweb)
  171. Apply suggestions from code review (details / githubweb)
  172. refs #4180 Fix Text annotation (details / githubweb)
  173. Update Modelica/Magnetic/QuasiStatic/FluxTubes/package.mo (details / githubweb)
  174. Restore documentation (#4184) (details / githubweb)
  175. Fix regex to optionally ignore quoted strings (#4183) (details / githubweb)
  176. Fix unit errors in ExternalCombiTimeTable constructor (#4188) (details / githubweb)
  177. Remove use of unknown variable useReset (details / githubweb)
  178. Remove unknown parameter multiColoredSurface. Note that the actual surface has =false for it. (details / githubweb)
  179. The parameter 'target' does not exist. (details / githubweb)
  180. Correct use of incorrect parameter and enumeration. However, the basic design doesn't work. (details / githubweb)
  181. Remove unknown parameter useMeanDensity (details / githubweb)
  182. KC and DP_Fric do not exist in this class (details / githubweb)
  183. Cleanup (details / githubweb)
  184. As indicated in #4046 it we need to revert part of #4155 since it is causing too many regressions for a minor release. (details / githubweb)
  185. Correct units for normalizing vectors. (details / githubweb)
  186. Fix link to Holman2010 (#4199) (details / githubweb)
  187. Fix and add ITEA links (#4196) (details / githubweb)
  188. Fix broken links (#4202) (details / githubweb)
  189. Remove public (details / githubweb)
  190. Coordination of #4101: Fix unit errors (details / githubweb)
  191. Fix instance names (details / githubweb)
  192. Close #4101: Fix unit error in a single PR (details / githubweb)
  193. Remove blanks (details / githubweb)
  194. Remove redundant diagram text for most Analog examples (details / githubweb)
  195. Remove diagram text of CompareTransformers (details / githubweb)
  196. Fix factor 2 in calculation (details / githubweb)
  197. Update .mailmap file (details / githubweb)
  198. Remove duplicates in SignalNames of 10 examples of ModelicaTest (#4179) (details / githubweb)
  199. Fix codespell exceptions (#4203) (details / githubweb)
  200. Remove real relation in non-discrete-time controlled if-statement. (details / githubweb)
  201. Remove unnecessary noEvent (details / githubweb)
  202. Fix broken link (#4211) (details / githubweb)
  203. Use 1.14 instead of sqrt(1.3) (details / githubweb)
  204. Update matio library to 1.5.24 (#4222) (details / githubweb)
  205. Add all defined outputs of the test example into reference signals (details / githubweb)
  206. Initialize output array C even when multiColoredSurface=false (details / githubweb)
  207. Set modifier of 'C' being 'final' (details / githubweb)
  208. Documentation: modifier 'C' shall be 'final' (details / githubweb)
  209. refs #4174: Fix (and rename) parameters (#4176) (details / githubweb)
Changes
  1. Fix bug in calculation of complex transfer function (details / githubweb)
  2. refs #3782: Decrease solver tolerance (details / githubweb)
  3. Use physical units to parameterize transfer function (details / githubweb)
  4. Calculate unitless coefficient b (details / githubweb)
  5. Avoid max({}) in Modelica.Math.Matrices.nullSpace (details / githubweb)
  6. fixes #3901 (details / githubweb)
  7. Fix documentation of Tp2 and Tp (details / githubweb)
  8. Add image explaining PusleSeries (details / githubweb)
  9. Reduce size of image (details / githubweb)
  10. Now chaing size of image (details / githubweb)
  11. Fix documentation to match implementation (details / githubweb)
  12. Change Tp2 in drawing (details / githubweb)
  13. Consider the derivatives at boundaries in the 2D-table. (details / githubweb)
  14. Improved example to show all issues. (details / githubweb)
  15. Avoid using epsilon altogether. (details / githubweb)
  16. Spelling (details / githubweb)
  17. AddReference (details / githubweb)
  18. Add vector-test case (details / githubweb)
  19. Reference (details / githubweb)
  20. refs #3893: Fix formatting and update naming (details / githubweb)
  21. refs #3893: Fix formatting (details / githubweb)
  22. Add Modelica Libraries logo for dark mode (details / githubweb)
  23. Almost automatically updated to have correct gradient. (details / githubweb)
  24. Remove unwanted gradient. (details / githubweb)
  25. BreakTiesAsBefore (details / githubweb)
  26. BreakTiesAsBefore2 (details / githubweb)
  27. BreakTiesAsBefore (details / githubweb)
  28. ClearerName (details / githubweb)
  29. Revert unwanted change of files (even if blank line would be nice). (details / githubweb)
  30. Adds animated level on the icon layer of the OpenTank (details / githubweb)
  31. Fixed Wb_flows discretization terms for DynamicPipe (details / githubweb)
  32. Bump copyright year (details / githubweb)
  33. Add missing cases (details / githubweb)
  34. Fix variable name (details / githubweb)
  35. Emphasize text in documentation (details / githubweb)
  36. Remove BOM (details / githubweb)
  37. Do not preserveAspectRatio for terminate-block. (details / githubweb)
  38. Implement continuous version of SignalExtrema (details / githubweb)
  39. added comparisonSignals.txt (details / githubweb)
  40. ContinuousSignalExtrema: improved detection of t_min and t_max (details / githubweb)
  41. extended Blocks.Examples.DemonstrateContinuousSignalExtrema (details / githubweb)
  42. Pass forceColor to arrow visualizer (#3990) (details / githubweb)
  43. Added assert condition block (#3985) (details / githubweb)
  44. Removed duplicate definition of m in Modelica.Electrical.QuasiStatic.Polyphase.Sources.FrequencySweep{Voltage, Current}Source (details / githubweb)
  45. Improve description string in example. (details / githubweb)
  46. Undo line break in code (details / githubweb)
  47. Update usage of "noDerivative" (#4024) (details / githubweb)
  48. Fix markdownlint warnings (#3973) (details / githubweb)
  49. fix #4030 (details / githubweb)
  50. The dT is a temperature difference, so converting it to celsius shouldn't use an offset. (details / githubweb)
  51. Reduce guess for initial temperature difference across wall. (details / githubweb)
  52. implemented recognition of startTime (see #4035) (details / githubweb)
  53. applied an equivalent change to Sampler (as to ZeroOrderHold) (details / githubweb)
  54. spliceFunction_der check limits (details / githubweb)
  55. add description string (details / githubweb)
  56. Remove unit errors. (details / githubweb)
  57. Avoid unit error. (details / githubweb)
  58. Fix incorrect start-value. (details / githubweb)
  59. Give a proper definition of machine constants. (details / githubweb)
  60. Update description in ModelicaServices as well. (details / githubweb)
  61. And values. (details / githubweb)
  62. Revert "startTime of ZeroOrderHold" (#4044) (details / githubweb)
  63. fixes startTime of ZeroOrderHold" (details / githubweb)
  64. Most Lapack routines don't want lwork=0 and/or work with size zero. (#4039) (details / githubweb)
  65. Fix typo (details / githubweb)
  66. Change doc string in the style of Modelica.Blocks.Math (details / githubweb)
  67. Fix typo (details / githubweb)
  68. Fix description (details / githubweb)
  69. Rename record instance names ????Data => ????Data3 (details / githubweb)
  70. Fix final parameter propagation (details / githubweb)
  71. Fix final in parameter record of FundamentalWave (details / githubweb)
  72. Unify wording of docstrings of parameter records (details / githubweb)
  73. Unit correctness. (details / githubweb)
  74. Remove incorrect unit-casting. (details / githubweb)
  75. Propose better unit-handling in equation. (details / githubweb)
  76. Implement option 4; that is using a reference impedance with description. (details / githubweb)
  77. Put reference impedance into partial induction machine model (details / githubweb)
  78. Apply ZsRef also to induction machine models (details / githubweb)
  79. Apply changes to Modelica.Magnetic.FundamentalWave (details / githubweb)
  80. Apply changes to Modelica.Magnetic.QuasiStaic.FundamentalWave (details / githubweb)
  81. Document that string functions are only intended for ASCII. (details / githubweb)
  82. Spelling. (details / githubweb)
  83. Update Modelica/Blocks/Math.mo (details / githubweb)
  84. Update Modelica/Utilities/Strings.mo (details / githubweb)
  85. Added new power block for raising an input to a user parameterized exponent (#4006) (details / githubweb)
  86. Replaced state events by time events (details / githubweb)
  87. enhanced documentation (details / githubweb)
  88. Reverts dummy changes. (details / githubweb)
  89. Propagate useSolver to these variants as well. (details / githubweb)
  90. Fix docu of Modelica.Utilities.System.getTime() (details / githubweb)
  91. Fix for #3971. (details / githubweb)
  92. Apply suggestions from code review (details / githubweb)
  93. Add DynamicPipe energy conservation tests to ModelicaTest (details / githubweb)
  94. Try to fix crash for (details / githubweb)
  95. Fix allocation size (details / githubweb)
  96. Updated tolerance for energy conservation checks (details / githubweb)
  97. Improve indentation of html code (details / githubweb)
  98. Html code: No indentation within 'address' tag (details / githubweb)
  99. Delete multiple and/or leading whitespaces (details / githubweb)
  100. Fix unit error in SimpleAir (details / githubweb)
  101. Use prefix style 'quantity' for MixtureGases.m1 and MixtureGases.m2 (details / githubweb)
  102. Use SI.Mass instead of specifying 'unit' (details / githubweb)
  103. Use prefix style 'quantity' for FixedBoundary.X (details / githubweb)
  104. Add description string for m1 (details / githubweb)
  105. Add description string for m2 (details / githubweb)
  106. Completely remove modifications of 'quantity' (details / githubweb)
  107. Remove modification of 'quantity' (details / githubweb)
  108. Remove empty modifications (details / githubweb)
  109. Fix unit error in RobotR3.OneAxis (details / githubweb)
  110. Fix unit errors in ArmatureStroke (details / githubweb)
  111. Fix unit error in CCCVcharging (details / githubweb)
  112. Modifying min attribute of gain to 1 (details / githubweb)
  113. removing min attribute in gain (details / githubweb)
  114. Use SI.Radius instead of SI.Length (details / githubweb)
  115. ReferenceMoistAir, corrected error in function pd_pTX_der (issue #3666) (details / githubweb)
  116. Remove plural 's' in 'height of ramps' (details / githubweb)
  117. Assert statement to avoid zero gain in controller and improved description string for controller gain (details / githubweb)
  118. Changed to full path for consistency (details / githubweb)
  119. Removing unintended code modifications (details / githubweb)
  120. Delete unused variable 'dens' and corresponding 'R_air' (details / githubweb)
  121. Delete gasForce.dens from reference comparison signals (details / githubweb)
  122. Replace 'Inline=false' with late inlining (details / githubweb)
  123. Unify spelling of controllers with dash omitted (details / githubweb)
  124. Revert "Unify spelling of controllers with dash omitted" (details / githubweb)
  125. unify spelling of controllers (details / githubweb)
  126. Rename RiCurrent -> Isc (details / githubweb)
  127. Adapt to renamed variable (details / githubweb)
  128. Make it public, as suggested (details / githubweb)
  129. #4107 missing commits in master (#4140) (details / githubweb)
  130. Update codespell exceptions (#4143) (details / githubweb)
  131. Bump actions to avoid deprecation warnings (#4120) (details / githubweb)
  132. Amendment for #4140: Fix merge conflict (#4146) (details / githubweb)
  133. lower case for controller in Modelica/Blocks/Continuous.mo (details / githubweb)
  134. lower case for controller in Modelica/Clocked/Examples/Systems/ControlledMixingUnit.mo (details / githubweb)
  135. unify spelling of controllers (details / githubweb)
  136. Fix false calculation of w (omega) when resolveInFrame == frame_resolve (details / githubweb)
  137. And add unit for M (details / githubweb)
  138. Add rotation about x-axis to enable a spatial motion (details / githubweb)
  139. Have a flag for avoiding unnecssary discontinuities. (details / githubweb)
  140. Add smooth. (details / githubweb)
  141. ExpSine is more complicated. (details / githubweb)
  142. oops (details / githubweb)
  143. Fix syntax. (details / githubweb)
  144. Simplify the mean formula. (details / githubweb)
  145. Add startTime as well. (details / githubweb)
  146. Restore the use of t_eps just in case, but allow setting it to zero. (details / githubweb)
  147. And update description. (details / githubweb)
  148. Avoid smoothness. (details / githubweb)
  149. Update Modelica/Blocks/Sources.mo (details / githubweb)
  150. Update Modelica/Blocks/Sources.mo (details / githubweb)
  151. Rephrase (details / githubweb)
  152. Simpler. (details / githubweb)
  153. If the limits don't make sense use linear interpolation. (details / githubweb)
  154. Fix typo (details / githubweb)
  155. Omit modifiers of animation parameters (details / githubweb)
  156. Documentation and description for FluidHeatFlow library improved (#4141) (details / githubweb)
  157. Update Modelica/Blocks/Sources.mo (details / githubweb)
  158. Remove unit-casting (details / githubweb)
  159. Remove all uses of unitFrequency. That was previously necessary when Gain.k had unit 1 (details / githubweb)
  160. Add Evaluate=true. (details / githubweb)
  161. Added units to mathematical constants (#4155) (details / githubweb)
  162. Delete redundant points of polygon annotation of 'Spice3' connectors (#4135) (details / githubweb)
  163. Fix unit for mu0. (details / githubweb)
  164. Simpler. (details / githubweb)
  165. Removed out-of-date/incorrect comment about epsilon_0 (details / githubweb)
  166. Fix codespell exceptions (CI) (#4165) (details / githubweb)
  167. Delete successful and skipped workflow runs (#4177) (details / githubweb)
  168. Meke internally used ports of optional housing port and optional thermal port protected (details / githubweb)
  169. Update annotations to be correct. (details / githubweb)
  170. Update Modelica/Magnetic/QuasiStatic/FundamentalWave/Examples/BasicMachines/SynchronousMachines/SMR_CurrentSource.mo (details / githubweb)
  171. Apply suggestions from code review (details / githubweb)
  172. refs #4180 Fix Text annotation (details / githubweb)
  173. Update Modelica/Magnetic/QuasiStatic/FluxTubes/package.mo (details / githubweb)
  174. Restore documentation (#4184) (details / githubweb)
  175. Fix regex to optionally ignore quoted strings (#4183) (details / githubweb)
  176. Fix unit errors in ExternalCombiTimeTable constructor (#4188) (details / githubweb)
  177. Remove use of unknown variable useReset (details / githubweb)
  178. Remove unknown parameter multiColoredSurface. Note that the actual surface has =false for it. (details / githubweb)
  179. The parameter 'target' does not exist. (details / githubweb)
  180. Correct use of incorrect parameter and enumeration. However, the basic design doesn't work. (details / githubweb)
  181. Remove unknown parameter useMeanDensity (details / githubweb)
  182. KC and DP_Fric do not exist in this class (details / githubweb)
  183. Cleanup (details / githubweb)
  184. As indicated in #4046 it we need to revert part of #4155 since it is causing too many regressions for a minor release. (details / githubweb)
  185. Correct units for normalizing vectors. (details / githubweb)
  186. Fix link to Holman2010 (#4199) (details / githubweb)
  187. Fix and add ITEA links (#4196) (details / githubweb)
  188. Fix broken links (#4202) (details / githubweb)
  189. Remove public (details / githubweb)
  190. Coordination of #4101: Fix unit errors (details / githubweb)
  191. Fix instance names (details / githubweb)
  192. Close #4101: Fix unit error in a single PR (details / githubweb)
  193. Remove blanks (details / githubweb)
  194. Remove redundant diagram text for most Analog examples (details / githubweb)
  195. Remove diagram text of CompareTransformers (details / githubweb)
  196. Fix factor 2 in calculation (details / githubweb)
  197. Update .mailmap file (details / githubweb)
  198. Remove duplicates in SignalNames of 10 examples of ModelicaTest (#4179) (details / githubweb)
  199. Fix codespell exceptions (#4203) (details / githubweb)
  200. Remove real relation in non-discrete-time controlled if-statement. (details / githubweb)
  201. Remove unnecessary noEvent (details / githubweb)
  202. Fix broken link (#4211) (details / githubweb)
  203. Use 1.14 instead of sqrt(1.3) (details / githubweb)
  204. Update matio library to 1.5.24 (#4222) (details / githubweb)
  205. Add all defined outputs of the test example into reference signals (details / githubweb)
  206. Initialize output array C even when multiColoredSurface=false (details / githubweb)
  207. Set modifier of 'C' being 'final' (details / githubweb)
  208. Documentation: modifier 'C' shall be 'final' (details / githubweb)
  209. refs #4174: Fix (and rename) parameters (#4176) (details / githubweb)
Changes
  1. Fix bug in calculation of complex transfer function (details / githubweb)
  2. refs #3782: Decrease solver tolerance (details / githubweb)
  3. Use physical units to parameterize transfer function (details / githubweb)
  4. Calculate unitless coefficient b (details / githubweb)
  5. Avoid max({}) in Modelica.Math.Matrices.nullSpace (details / githubweb)
  6. fixes #3901 (details / githubweb)
  7. Fix documentation of Tp2 and Tp (details / githubweb)
  8. Add image explaining PusleSeries (details / githubweb)
  9. Reduce size of image (details / githubweb)
  10. Now chaing size of image (details / githubweb)
  11. Fix documentation to match implementation (details / githubweb)
  12. Change Tp2 in drawing (details / githubweb)
  13. Consider the derivatives at boundaries in the 2D-table. (details / githubweb)
  14. Improved example to show all issues. (details / githubweb)
  15. Avoid using epsilon altogether. (details / githubweb)
  16. Spelling (details / githubweb)
  17. AddReference (details / githubweb)
  18. Add vector-test case (details / githubweb)
  19. Reference (details / githubweb)
  20. refs #3893: Fix formatting and update naming (details / githubweb)
  21. refs #3893: Fix formatting (details / githubweb)
  22. Add Modelica Libraries logo for dark mode (details / githubweb)
  23. Almost automatically updated to have correct gradient. (details / githubweb)
  24. Remove unwanted gradient. (details / githubweb)
  25. BreakTiesAsBefore (details / githubweb)
  26. BreakTiesAsBefore2 (details / githubweb)
  27. BreakTiesAsBefore (details / githubweb)
  28. ClearerName (details / githubweb)
  29. Revert unwanted change of files (even if blank line would be nice). (details / githubweb)
  30. Adds animated level on the icon layer of the OpenTank (details / githubweb)
  31. Fixed Wb_flows discretization terms for DynamicPipe (details / githubweb)
  32. Bump copyright year (details / githubweb)
  33. Add missing cases (details / githubweb)
  34. Fix variable name (details / githubweb)
  35. Emphasize text in documentation (details / githubweb)
  36. Remove BOM (details / githubweb)
  37. Do not preserveAspectRatio for terminate-block. (details / githubweb)
  38. Implement continuous version of SignalExtrema (details / githubweb)
  39. added comparisonSignals.txt (details / githubweb)
  40. ContinuousSignalExtrema: improved detection of t_min and t_max (details / githubweb)
  41. extended Blocks.Examples.DemonstrateContinuousSignalExtrema (details / githubweb)
  42. Pass forceColor to arrow visualizer (#3990) (details / githubweb)
  43. Added assert condition block (#3985) (details / githubweb)
  44. Removed duplicate definition of m in Modelica.Electrical.QuasiStatic.Polyphase.Sources.FrequencySweep{Voltage, Current}Source (details / githubweb)
  45. Improve description string in example. (details / githubweb)
  46. Undo line break in code (details / githubweb)
  47. Update usage of "noDerivative" (#4024) (details / githubweb)
  48. Fix markdownlint warnings (#3973) (details / githubweb)
  49. fix #4030 (details / githubweb)
  50. The dT is a temperature difference, so converting it to celsius shouldn't use an offset. (details / githubweb)
  51. Reduce guess for initial temperature difference across wall. (details / githubweb)
  52. implemented recognition of startTime (see #4035) (details / githubweb)
  53. applied an equivalent change to Sampler (as to ZeroOrderHold) (details / githubweb)
  54. spliceFunction_der check limits (details / githubweb)
  55. add description string (details / githubweb)
  56. Remove unit errors. (details / githubweb)
  57. Avoid unit error. (details / githubweb)
  58. Fix incorrect start-value. (details / githubweb)
  59. Give a proper definition of machine constants. (details / githubweb)
  60. Update description in ModelicaServices as well. (details / githubweb)
  61. And values. (details / githubweb)
  62. Revert "startTime of ZeroOrderHold" (#4044) (details / githubweb)
  63. fixes startTime of ZeroOrderHold" (details / githubweb)
  64. Most Lapack routines don't want lwork=0 and/or work with size zero. (#4039) (details / githubweb)
  65. Fix typo (details / githubweb)
  66. Change doc string in the style of Modelica.Blocks.Math (details / githubweb)
  67. Fix typo (details / githubweb)
  68. Fix description (details / githubweb)
  69. Rename record instance names ????Data => ????Data3 (details / githubweb)
  70. Fix final parameter propagation (details / githubweb)
  71. Fix final in parameter record of FundamentalWave (details / githubweb)
  72. Unify wording of docstrings of parameter records (details / githubweb)
  73. Unit correctness. (details / githubweb)
  74. Remove incorrect unit-casting. (details / githubweb)
  75. Propose better unit-handling in equation. (details / githubweb)
  76. Implement option 4; that is using a reference impedance with description. (details / githubweb)
  77. Put reference impedance into partial induction machine model (details / githubweb)
  78. Apply ZsRef also to induction machine models (details / githubweb)
  79. Apply changes to Modelica.Magnetic.FundamentalWave (details / githubweb)
  80. Apply changes to Modelica.Magnetic.QuasiStaic.FundamentalWave (details / githubweb)
  81. Document that string functions are only intended for ASCII. (details / githubweb)
  82. Spelling. (details / githubweb)
  83. Update Modelica/Blocks/Math.mo (details / githubweb)
  84. Update Modelica/Utilities/Strings.mo (details / githubweb)
  85. Added new power block for raising an input to a user parameterized exponent (#4006) (details / githubweb)
  86. Replaced state events by time events (details / githubweb)
  87. enhanced documentation (details / githubweb)
  88. Reverts dummy changes. (details / githubweb)
  89. Propagate useSolver to these variants as well. (details / githubweb)
  90. Fix docu of Modelica.Utilities.System.getTime() (details / githubweb)
  91. Fix for #3971. (details / githubweb)
  92. Apply suggestions from code review (details / githubweb)
  93. Add DynamicPipe energy conservation tests to ModelicaTest (details / githubweb)
  94. Try to fix crash for (details / githubweb)
  95. Fix allocation size (details / githubweb)
  96. Updated tolerance for energy conservation checks (details / githubweb)
  97. Improve indentation of html code (details / githubweb)
  98. Html code: No indentation within 'address' tag (details / githubweb)
  99. Delete multiple and/or leading whitespaces (details / githubweb)
  100. Fix unit error in SimpleAir (details / githubweb)
  101. Use prefix style 'quantity' for MixtureGases.m1 and MixtureGases.m2 (details / githubweb)
  102. Use SI.Mass instead of specifying 'unit' (details / githubweb)
  103. Use prefix style 'quantity' for FixedBoundary.X (details / githubweb)
  104. Add description string for m1 (details / githubweb)
  105. Add description string for m2 (details / githubweb)
  106. Completely remove modifications of 'quantity' (details / githubweb)
  107. Remove modification of 'quantity' (details / githubweb)
  108. Remove empty modifications (details / githubweb)
  109. Fix unit error in RobotR3.OneAxis (details / githubweb)
  110. Fix unit errors in ArmatureStroke (details / githubweb)
  111. Fix unit error in CCCVcharging (details / githubweb)
  112. Modifying min attribute of gain to 1 (details / githubweb)
  113. removing min attribute in gain (details / githubweb)
  114. Use SI.Radius instead of SI.Length (details / githubweb)
  115. ReferenceMoistAir, corrected error in function pd_pTX_der (issue #3666) (details / githubweb)
  116. Remove plural 's' in 'height of ramps' (details / githubweb)
  117. Assert statement to avoid zero gain in controller and improved description string for controller gain (details / githubweb)
  118. Changed to full path for consistency (details / githubweb)
  119. Removing unintended code modifications (details / githubweb)
  120. Delete unused variable 'dens' and corresponding 'R_air' (details / githubweb)
  121. Delete gasForce.dens from reference comparison signals (details / githubweb)
  122. Replace 'Inline=false' with late inlining (details / githubweb)
  123. Unify spelling of controllers with dash omitted (details / githubweb)
  124. Revert "Unify spelling of controllers with dash omitted" (details / githubweb)
  125. unify spelling of controllers (details / githubweb)
  126. Rename RiCurrent -> Isc (details / githubweb)
  127. Adapt to renamed variable (details / githubweb)
  128. Make it public, as suggested (details / githubweb)
  129. #4107 missing commits in master (#4140) (details / githubweb)
  130. Update codespell exceptions (#4143) (details / githubweb)
  131. Bump actions to avoid deprecation warnings (#4120) (details / githubweb)
  132. Amendment for #4140: Fix merge conflict (#4146) (details / githubweb)
  133. lower case for controller in Modelica/Blocks/Continuous.mo (details / githubweb)
  134. lower case for controller in Modelica/Clocked/Examples/Systems/ControlledMixingUnit.mo (details / githubweb)
  135. unify spelling of controllers (details / githubweb)
  136. Fix false calculation of w (omega) when resolveInFrame == frame_resolve (details / githubweb)
  137. And add unit for M (details / githubweb)
  138. Add rotation about x-axis to enable a spatial motion (details / githubweb)
  139. Have a flag for avoiding unnecssary discontinuities. (details / githubweb)
  140. Add smooth. (details / githubweb)
  141. ExpSine is more complicated. (details / githubweb)
  142. oops (details / githubweb)
  143. Fix syntax. (details / githubweb)
  144. Simplify the mean formula. (details / githubweb)
  145. Add startTime as well. (details / githubweb)
  146. Restore the use of t_eps just in case, but allow setting it to zero. (details / githubweb)
  147. And update description. (details / githubweb)
  148. Avoid smoothness. (details / githubweb)
  149. Update Modelica/Blocks/Sources.mo (details / githubweb)
  150. Update Modelica/Blocks/Sources.mo (details / githubweb)
  151. Rephrase (details / githubweb)
  152. Simpler. (details / githubweb)
  153. If the limits don't make sense use linear interpolation. (details / githubweb)
  154. Fix typo (details / githubweb)
  155. Omit modifiers of animation parameters (details / githubweb)
  156. Documentation and description for FluidHeatFlow library improved (#4141) (details / githubweb)
  157. Update Modelica/Blocks/Sources.mo (details / githubweb)
  158. Remove unit-casting (details / githubweb)
  159. Remove all uses of unitFrequency. That was previously necessary when Gain.k had unit 1 (details / githubweb)
  160. Add Evaluate=true. (details / githubweb)
  161. Added units to mathematical constants (#4155) (details / githubweb)
  162. Delete redundant points of polygon annotation of 'Spice3' connectors (#4135) (details / githubweb)
  163. Fix unit for mu0. (details / githubweb)
  164. Simpler. (details / githubweb)
  165. Removed out-of-date/incorrect comment about epsilon_0 (details / githubweb)
  166. Fix codespell exceptions (CI) (#4165) (details / githubweb)
  167. Delete successful and skipped workflow runs (#4177) (details / githubweb)
  168. Meke internally used ports of optional housing port and optional thermal port protected (details / githubweb)
  169. Update annotations to be correct. (details / githubweb)
  170. Update Modelica/Magnetic/QuasiStatic/FundamentalWave/Examples/BasicMachines/SynchronousMachines/SMR_CurrentSource.mo (details / githubweb)
  171. Apply suggestions from code review (details / githubweb)
  172. refs #4180 Fix Text annotation (details / githubweb)
  173. Update Modelica/Magnetic/QuasiStatic/FluxTubes/package.mo (details / githubweb)
  174. Restore documentation (#4184) (details / githubweb)
  175. Fix regex to optionally ignore quoted strings (#4183) (details / githubweb)
  176. Fix unit errors in ExternalCombiTimeTable constructor (#4188) (details / githubweb)
  177. Remove use of unknown variable useReset (details / githubweb)
  178. Remove unknown parameter multiColoredSurface. Note that the actual surface has =false for it. (details / githubweb)
  179. The parameter 'target' does not exist. (details / githubweb)
  180. Correct use of incorrect parameter and enumeration. However, the basic design doesn't work. (details / githubweb)
  181. Remove unknown parameter useMeanDensity (details / githubweb)
  182. KC and DP_Fric do not exist in this class (details / githubweb)
  183. Cleanup (details / githubweb)
  184. As indicated in #4046 it we need to revert part of #4155 since it is causing too many regressions for a minor release. (details / githubweb)
  185. Correct units for normalizing vectors. (details / githubweb)
  186. Fix link to Holman2010 (#4199) (details / githubweb)
  187. Fix and add ITEA links (#4196) (details / githubweb)
  188. Fix broken links (#4202) (details / githubweb)
  189. Remove public (details / githubweb)
  190. Coordination of #4101: Fix unit errors (details / githubweb)
  191. Fix instance names (details / githubweb)
  192. Close #4101: Fix unit error in a single PR (details / githubweb)
  193. Remove blanks (details / githubweb)
  194. Remove redundant diagram text for most Analog examples (details / githubweb)
  195. Remove diagram text of CompareTransformers (details / githubweb)
  196. Fix factor 2 in calculation (details / githubweb)
  197. Update .mailmap file (details / githubweb)
  198. Remove duplicates in SignalNames of 10 examples of ModelicaTest (#4179) (details / githubweb)
  199. Fix codespell exceptions (#4203) (details / githubweb)
  200. Remove real relation in non-discrete-time controlled if-statement. (details / githubweb)
  201. Remove unnecessary noEvent (details / githubweb)
  202. Fix broken link (#4211) (details / githubweb)
  203. Use 1.14 instead of sqrt(1.3) (details / githubweb)
  204. Update matio library to 1.5.24 (#4222) (details / githubweb)
  205. Add all defined outputs of the test example into reference signals (details / githubweb)
  206. Initialize output array C even when multiColoredSurface=false (details / githubweb)
  207. Set modifier of 'C' being 'final' (details / githubweb)
  208. Documentation: modifier 'C' shall be 'final' (details / githubweb)
  209. refs #4174: Fix (and rename) parameters (#4176) (details / githubweb)
Changes
  1. Fix bug in calculation of complex transfer function (details / githubweb)
  2. refs #3782: Decrease solver tolerance (details / githubweb)
  3. Use physical units to parameterize transfer function (details / githubweb)
  4. Calculate unitless coefficient b (details / githubweb)
  5. Avoid max({}) in Modelica.Math.Matrices.nullSpace (details / githubweb)
  6. fixes #3901 (details / githubweb)
  7. Fix documentation of Tp2 and Tp (details / githubweb)
  8. Add image explaining PusleSeries (details / githubweb)
  9. Reduce size of image (details / githubweb)
  10. Now chaing size of image (details / githubweb)
  11. Fix documentation to match implementation (details / githubweb)
  12. Change Tp2 in drawing (details / githubweb)
  13. Consider the derivatives at boundaries in the 2D-table. (details / githubweb)
  14. Improved example to show all issues. (details / githubweb)
  15. Avoid using epsilon altogether. (details / githubweb)
  16. Spelling (details / githubweb)
  17. AddReference (details / githubweb)
  18. Add vector-test case (details / githubweb)
  19. Reference (details / githubweb)
  20. refs #3893: Fix formatting and update naming (details / githubweb)
  21. refs #3893: Fix formatting (details / githubweb)
  22. Add Modelica Libraries logo for dark mode (details / githubweb)
  23. Almost automatically updated to have correct gradient. (details / githubweb)
  24. Remove unwanted gradient. (details / githubweb)
  25. BreakTiesAsBefore (details / githubweb)
  26. BreakTiesAsBefore2 (details / githubweb)
  27. BreakTiesAsBefore (details / githubweb)
  28. ClearerName (details / githubweb)
  29. Revert unwanted change of files (even if blank line would be nice). (details / githubweb)
  30. Adds animated level on the icon layer of the OpenTank (details / githubweb)
  31. Fixed Wb_flows discretization terms for DynamicPipe (details / githubweb)
  32. Bump copyright year (details / githubweb)
  33. Add missing cases (details / githubweb)
  34. Fix variable name (details / githubweb)
  35. Emphasize text in documentation (details / githubweb)
  36. Remove BOM (details / githubweb)
  37. Do not preserveAspectRatio for terminate-block. (details / githubweb)
  38. Implement continuous version of SignalExtrema (details / githubweb)
  39. added comparisonSignals.txt (details / githubweb)
  40. ContinuousSignalExtrema: improved detection of t_min and t_max (details / githubweb)
  41. extended Blocks.Examples.DemonstrateContinuousSignalExtrema (details / githubweb)
  42. Pass forceColor to arrow visualizer (#3990) (details / githubweb)
  43. Added assert condition block (#3985) (details / githubweb)
  44. Removed duplicate definition of m in Modelica.Electrical.QuasiStatic.Polyphase.Sources.FrequencySweep{Voltage, Current}Source (details / githubweb)
  45. Improve description string in example. (details / githubweb)
  46. Undo line break in code (details / githubweb)
  47. Update usage of "noDerivative" (#4024) (details / githubweb)
  48. Fix markdownlint warnings (#3973) (details / githubweb)
  49. fix #4030 (details / githubweb)
  50. The dT is a temperature difference, so converting it to celsius shouldn't use an offset. (details / githubweb)
  51. Reduce guess for initial temperature difference across wall. (details / githubweb)
  52. implemented recognition of startTime (see #4035) (details / githubweb)
  53. applied an equivalent change to Sampler (as to ZeroOrderHold) (details / githubweb)
  54. spliceFunction_der check limits (details / githubweb)
  55. add description string (details / githubweb)
  56. Remove unit errors. (details / githubweb)
  57. Avoid unit error. (details / githubweb)
  58. Fix incorrect start-value. (details / githubweb)
  59. Give a proper definition of machine constants. (details / githubweb)
  60. Update description in ModelicaServices as well. (details / githubweb)
  61. And values. (details / githubweb)
  62. Revert "startTime of ZeroOrderHold" (#4044) (details / githubweb)
  63. fixes startTime of ZeroOrderHold" (details / githubweb)
  64. Most Lapack routines don't want lwork=0 and/or work with size zero. (#4039) (details / githubweb)
  65. Fix typo (details / githubweb)
  66. Change doc string in the style of Modelica.Blocks.Math (details / githubweb)
  67. Fix typo (details / githubweb)
  68. Fix description (details / githubweb)
  69. Rename record instance names ????Data => ????Data3 (details / githubweb)
  70. Fix final parameter propagation (details / githubweb)
  71. Fix final in parameter record of FundamentalWave (details / githubweb)
  72. Unify wording of docstrings of parameter records (details / githubweb)
  73. Unit correctness. (details / githubweb)
  74. Remove incorrect unit-casting. (details / githubweb)
  75. Propose better unit-handling in equation. (details / githubweb)
  76. Implement option 4; that is using a reference impedance with description. (details / githubweb)
  77. Put reference impedance into partial induction machine model (details / githubweb)
  78. Apply ZsRef also to induction machine models (details / githubweb)
  79. Apply changes to Modelica.Magnetic.FundamentalWave (details / githubweb)
  80. Apply changes to Modelica.Magnetic.QuasiStaic.FundamentalWave (details / githubweb)
  81. Document that string functions are only intended for ASCII. (details / githubweb)
  82. Spelling. (details / githubweb)
  83. Update Modelica/Blocks/Math.mo (details / githubweb)
  84. Update Modelica/Utilities/Strings.mo (details / githubweb)
  85. Added new power block for raising an input to a user parameterized exponent (#4006) (details / githubweb)
  86. Replaced state events by time events (details / githubweb)
  87. enhanced documentation (details / githubweb)
  88. Reverts dummy changes. (details / githubweb)
  89. Propagate useSolver to these variants as well. (details / githubweb)
  90. Fix docu of Modelica.Utilities.System.getTime() (details / githubweb)
  91. Fix for #3971. (details / githubweb)
  92. Apply suggestions from code review (details / githubweb)
  93. Add DynamicPipe energy conservation tests to ModelicaTest (details / githubweb)
  94. Try to fix crash for (details / githubweb)
  95. Fix allocation size (details / githubweb)
  96. Updated tolerance for energy conservation checks (details / githubweb)
  97. Improve indentation of html code (details / githubweb)
  98. Html code: No indentation within 'address' tag (details / githubweb)
  99. Delete multiple and/or leading whitespaces (details / githubweb)
  100. Fix unit error in SimpleAir (details / githubweb)
  101. Use prefix style 'quantity' for MixtureGases.m1 and MixtureGases.m2 (details / githubweb)
  102. Use SI.Mass instead of specifying 'unit' (details / githubweb)
  103. Use prefix style 'quantity' for FixedBoundary.X (details / githubweb)
  104. Add description string for m1 (details / githubweb)
  105. Add description string for m2 (details / githubweb)
  106. Completely remove modifications of 'quantity' (details / githubweb)
  107. Remove modification of 'quantity' (details / githubweb)
  108. Remove empty modifications (details / githubweb)
  109. Fix unit error in RobotR3.OneAxis (details / githubweb)
  110. Fix unit errors in ArmatureStroke (details / githubweb)
  111. Fix unit error in CCCVcharging (details / githubweb)
  112. Modifying min attribute of gain to 1 (details / githubweb)
  113. removing min attribute in gain (details / githubweb)
  114. Use SI.Radius instead of SI.Length (details / githubweb)
  115. ReferenceMoistAir, corrected error in function pd_pTX_der (issue #3666) (details / githubweb)
  116. Remove plural 's' in 'height of ramps' (details / githubweb)
  117. Assert statement to avoid zero gain in controller and improved description string for controller gain (details / githubweb)
  118. Changed to full path for consistency (details / githubweb)
  119. Removing unintended code modifications (details / githubweb)
  120. Delete unused variable 'dens' and corresponding 'R_air' (details / githubweb)
  121. Delete gasForce.dens from reference comparison signals (details / githubweb)
  122. Replace 'Inline=false' with late inlining (details / githubweb)
  123. Unify spelling of controllers with dash omitted (details / githubweb)
  124. Revert "Unify spelling of controllers with dash omitted" (details / githubweb)
  125. unify spelling of controllers (details / githubweb)
  126. Rename RiCurrent -> Isc (details / githubweb)
  127. Adapt to renamed variable (details / githubweb)
  128. Make it public, as suggested (details / githubweb)
  129. #4107 missing commits in master (#4140) (details / githubweb)
  130. Update codespell exceptions (#4143) (details / githubweb)
  131. Bump actions to avoid deprecation warnings (#4120) (details / githubweb)
  132. Amendment for #4140: Fix merge conflict (#4146) (details / githubweb)
  133. lower case for controller in Modelica/Blocks/Continuous.mo (details / githubweb)
  134. lower case for controller in Modelica/Clocked/Examples/Systems/ControlledMixingUnit.mo (details / githubweb)
  135. unify spelling of controllers (details / githubweb)
  136. Fix false calculation of w (omega) when resolveInFrame == frame_resolve (details / githubweb)
  137. And add unit for M (details / githubweb)
  138. Add rotation about x-axis to enable a spatial motion (details / githubweb)
  139. Have a flag for avoiding unnecssary discontinuities. (details / githubweb)
  140. Add smooth. (details / githubweb)
  141. ExpSine is more complicated. (details / githubweb)
  142. oops (details / githubweb)
  143. Fix syntax. (details / githubweb)
  144. Simplify the mean formula. (details / githubweb)
  145. Add startTime as well. (details / githubweb)
  146. Restore the use of t_eps just in case, but allow setting it to zero. (details / githubweb)
  147. And update description. (details / githubweb)
  148. Avoid smoothness. (details / githubweb)
  149. Update Modelica/Blocks/Sources.mo (details / githubweb)
  150. Update Modelica/Blocks/Sources.mo (details / githubweb)
  151. Rephrase (details / githubweb)
  152. Simpler. (details / githubweb)
  153. If the limits don't make sense use linear interpolation. (details / githubweb)
  154. Fix typo (details / githubweb)
  155. Omit modifiers of animation parameters (details / githubweb)
  156. Documentation and description for FluidHeatFlow library improved (#4141) (details / githubweb)
  157. Update Modelica/Blocks/Sources.mo (details / githubweb)
  158. Remove unit-casting (details / githubweb)
  159. Remove all uses of unitFrequency. That was previously necessary when Gain.k had unit 1 (details / githubweb)
  160. Add Evaluate=true. (details / githubweb)
  161. Added units to mathematical constants (#4155) (details / githubweb)
  162. Delete redundant points of polygon annotation of 'Spice3' connectors (#4135) (details / githubweb)
  163. Fix unit for mu0. (details / githubweb)
  164. Simpler. (details / githubweb)
  165. Removed out-of-date/incorrect comment about epsilon_0 (details / githubweb)
  166. Fix codespell exceptions (CI) (#4165) (details / githubweb)
  167. Delete successful and skipped workflow runs (#4177) (details / githubweb)
  168. Meke internally used ports of optional housing port and optional thermal port protected (details / githubweb)
  169. Update annotations to be correct. (details / githubweb)
  170. Update Modelica/Magnetic/QuasiStatic/FundamentalWave/Examples/BasicMachines/SynchronousMachines/SMR_CurrentSource.mo (details / githubweb)
  171. Apply suggestions from code review (details / githubweb)
  172. refs #4180 Fix Text annotation (details / githubweb)
  173. Update Modelica/Magnetic/QuasiStatic/FluxTubes/package.mo (details / githubweb)
  174. Restore documentation (#4184) (details / githubweb)
  175. Fix regex to optionally ignore quoted strings (#4183) (details / githubweb)
  176. Fix unit errors in ExternalCombiTimeTable constructor (#4188) (details / githubweb)
  177. Remove use of unknown variable useReset (details / githubweb)
  178. Remove unknown parameter multiColoredSurface. Note that the actual surface has =false for it. (details / githubweb)
  179. The parameter 'target' does not exist. (details / githubweb)
  180. Correct use of incorrect parameter and enumeration. However, the basic design doesn't work. (details / githubweb)
  181. Remove unknown parameter useMeanDensity (details / githubweb)
  182. KC and DP_Fric do not exist in this class (details / githubweb)
  183. Cleanup (details / githubweb)
  184. As indicated in #4046 it we need to revert part of #4155 since it is causing too many regressions for a minor release. (details / githubweb)
  185. Correct units for normalizing vectors. (details / githubweb)
  186. Fix link to Holman2010 (#4199) (details / githubweb)
  187. Fix and add ITEA links (#4196) (details / githubweb)
  188. Fix broken links (#4202) (details / githubweb)
  189. Remove public (details / githubweb)
  190. Coordination of #4101: Fix unit errors (details / githubweb)
  191. Fix instance names (details / githubweb)
  192. Close #4101: Fix unit error in a single PR (details / githubweb)
  193. Remove blanks (details / githubweb)
  194. Remove redundant diagram text for most Analog examples (details / githubweb)
  195. Remove diagram text of CompareTransformers (details / githubweb)
  196. Fix factor 2 in calculation (details / githubweb)
  197. Update .mailmap file (details / githubweb)
  198. Remove duplicates in SignalNames of 10 examples of ModelicaTest (#4179) (details / githubweb)
  199. Fix codespell exceptions (#4203) (details / githubweb)
  200. Remove real relation in non-discrete-time controlled if-statement. (details / githubweb)
  201. Remove unnecessary noEvent (details / githubweb)
  202. Fix broken link (#4211) (details / githubweb)
  203. Use 1.14 instead of sqrt(1.3) (details / githubweb)
  204. Update matio library to 1.5.24 (#4222) (details / githubweb)
  205. Add all defined outputs of the test example into reference signals (details / githubweb)
  206. Initialize output array C even when multiColoredSurface=false (details / githubweb)
  207. Set modifier of 'C' being 'final' (details / githubweb)
  208. Documentation: modifier 'C' shall be 'final' (details / githubweb)
  209. refs #4174: Fix (and rename) parameters (#4176) (details / githubweb)
Changes
  1. Fix bug in calculation of complex transfer function (details / githubweb)
  2. refs #3782: Decrease solver tolerance (details / githubweb)
  3. Use physical units to parameterize transfer function (details / githubweb)
  4. Calculate unitless coefficient b (details / githubweb)
  5. Avoid max({}) in Modelica.Math.Matrices.nullSpace (details / githubweb)
  6. fixes #3901 (details / githubweb)
  7. Fix documentation of Tp2 and Tp (details / githubweb)
  8. Add image explaining PusleSeries (details / githubweb)
  9. Reduce size of image (details / githubweb)
  10. Now chaing size of image (details / githubweb)
  11. Fix documentation to match implementation (details / githubweb)
  12. Change Tp2 in drawing (details / githubweb)
  13. Consider the derivatives at boundaries in the 2D-table. (details / githubweb)
  14. Improved example to show all issues. (details / githubweb)
  15. Avoid using epsilon altogether. (details / githubweb)
  16. Spelling (details / githubweb)
  17. AddReference (details / githubweb)
  18. Add vector-test case (details / githubweb)
  19. Reference (details / githubweb)
  20. refs #3893: Fix formatting and update naming (details / githubweb)
  21. refs #3893: Fix formatting (details / githubweb)
  22. Add Modelica Libraries logo for dark mode (details / githubweb)
  23. Almost automatically updated to have correct gradient. (details / githubweb)
  24. Remove unwanted gradient. (details / githubweb)
  25. BreakTiesAsBefore (details / githubweb)
  26. BreakTiesAsBefore2 (details / githubweb)
  27. BreakTiesAsBefore (details / githubweb)
  28. ClearerName (details / githubweb)
  29. Revert unwanted change of files (even if blank line would be nice). (details / githubweb)
  30. Adds animated level on the icon layer of the OpenTank (details / githubweb)
  31. Fixed Wb_flows discretization terms for DynamicPipe (details / githubweb)
  32. Bump copyright year (details / githubweb)
  33. Add missing cases (details / githubweb)
  34. Fix variable name (details / githubweb)
  35. Emphasize text in documentation (details / githubweb)
  36. Remove BOM (details / githubweb)
  37. Do not preserveAspectRatio for terminate-block. (details / githubweb)
  38. Implement continuous version of SignalExtrema (details / githubweb)
  39. added comparisonSignals.txt (details / githubweb)
  40. ContinuousSignalExtrema: improved detection of t_min and t_max (details / githubweb)
  41. extended Blocks.Examples.DemonstrateContinuousSignalExtrema (details / githubweb)
  42. Pass forceColor to arrow visualizer (#3990) (details / githubweb)
  43. Added assert condition block (#3985) (details / githubweb)
  44. Removed duplicate definition of m in Modelica.Electrical.QuasiStatic.Polyphase.Sources.FrequencySweep{Voltage, Current}Source (details / githubweb)
  45. Improve description string in example. (details / githubweb)
  46. Undo line break in code (details / githubweb)
  47. Update usage of "noDerivative" (#4024) (details / githubweb)
  48. Fix markdownlint warnings (#3973) (details / githubweb)
  49. fix #4030 (details / githubweb)
  50. The dT is a temperature difference, so converting it to celsius shouldn't use an offset. (details / githubweb)
  51. Reduce guess for initial temperature difference across wall. (details / githubweb)
  52. implemented recognition of startTime (see #4035) (details / githubweb)
  53. applied an equivalent change to Sampler (as to ZeroOrderHold) (details / githubweb)
  54. spliceFunction_der check limits (details / githubweb)
  55. add description string (details / githubweb)
  56. Remove unit errors. (details / githubweb)
  57. Avoid unit error. (details / githubweb)
  58. Fix incorrect start-value. (details / githubweb)
  59. Give a proper definition of machine constants. (details / githubweb)
  60. Update description in ModelicaServices as well. (details / githubweb)
  61. And values. (details / githubweb)
  62. Revert "startTime of ZeroOrderHold" (#4044) (details / githubweb)
  63. fixes startTime of ZeroOrderHold" (details / githubweb)
  64. Most Lapack routines don't want lwork=0 and/or work with size zero. (#4039) (details / githubweb)
  65. Fix typo (details / githubweb)
  66. Change doc string in the style of Modelica.Blocks.Math (details / githubweb)
  67. Fix typo (details / githubweb)
  68. Fix description (details / githubweb)
  69. Rename record instance names ????Data => ????Data3 (details / githubweb)
  70. Fix final parameter propagation (details / githubweb)
  71. Fix final in parameter record of FundamentalWave (details / githubweb)
  72. Unify wording of docstrings of parameter records (details / githubweb)
  73. Unit correctness. (details / githubweb)
  74. Remove incorrect unit-casting. (details / githubweb)
  75. Propose better unit-handling in equation. (details / githubweb)
  76. Implement option 4; that is using a reference impedance with description. (details / githubweb)
  77. Put reference impedance into partial induction machine model (details / githubweb)
  78. Apply ZsRef also to induction machine models (details / githubweb)
  79. Apply changes to Modelica.Magnetic.FundamentalWave (details / githubweb)
  80. Apply changes to Modelica.Magnetic.QuasiStaic.FundamentalWave (details / githubweb)
  81. Document that string functions are only intended for ASCII. (details / githubweb)
  82. Spelling. (details / githubweb)
  83. Update Modelica/Blocks/Math.mo (details / githubweb)
  84. Update Modelica/Utilities/Strings.mo (details / githubweb)
  85. Added new power block for raising an input to a user parameterized exponent (#4006) (details / githubweb)
  86. Replaced state events by time events (details / githubweb)
  87. enhanced documentation (details / githubweb)
  88. Reverts dummy changes. (details / githubweb)
  89. Propagate useSolver to these variants as well. (details / githubweb)
  90. Fix docu of Modelica.Utilities.System.getTime() (details / githubweb)
  91. Fix for #3971. (details / githubweb)
  92. Apply suggestions from code review (details / githubweb)
  93. Add DynamicPipe energy conservation tests to ModelicaTest (details / githubweb)
  94. Try to fix crash for (details / githubweb)
  95. Fix allocation size (details / githubweb)
  96. Updated tolerance for energy conservation checks (details / githubweb)
  97. Improve indentation of html code (details / githubweb)
  98. Html code: No indentation within 'address' tag (details / githubweb)
  99. Delete multiple and/or leading whitespaces (details / githubweb)
  100. Fix unit error in SimpleAir (details / githubweb)
  101. Use prefix style 'quantity' for MixtureGases.m1 and MixtureGases.m2 (details / githubweb)
  102. Use SI.Mass instead of specifying 'unit' (details / githubweb)
  103. Use prefix style 'quantity' for FixedBoundary.X (details / githubweb)
  104. Add description string for m1 (details / githubweb)
  105. Add description string for m2 (details / githubweb)
  106. Completely remove modifications of 'quantity' (details / githubweb)
  107. Remove modification of 'quantity' (details / githubweb)
  108. Remove empty modifications (details / githubweb)
  109. Fix unit error in RobotR3.OneAxis (details / githubweb)
  110. Fix unit errors in ArmatureStroke (details / githubweb)
  111. Fix unit error in CCCVcharging (details / githubweb)
  112. Modifying min attribute of gain to 1 (details / githubweb)
  113. removing min attribute in gain (details / githubweb)
  114. Use SI.Radius instead of SI.Length (details / githubweb)
  115. ReferenceMoistAir, corrected error in function pd_pTX_der (issue #3666) (details / githubweb)
  116. Remove plural 's' in 'height of ramps' (details / githubweb)
  117. Assert statement to avoid zero gain in controller and improved description string for controller gain (details / githubweb)
  118. Changed to full path for consistency (details / githubweb)
  119. Removing unintended code modifications (details / githubweb)
  120. Delete unused variable 'dens' and corresponding 'R_air' (details / githubweb)
  121. Delete gasForce.dens from reference comparison signals (details / githubweb)
  122. Replace 'Inline=false' with late inlining (details / githubweb)
  123. Unify spelling of controllers with dash omitted (details / githubweb)
  124. Revert "Unify spelling of controllers with dash omitted" (details / githubweb)
  125. unify spelling of controllers (details / githubweb)
  126. Rename RiCurrent -> Isc (details / githubweb)
  127. Adapt to renamed variable (details / githubweb)
  128. Make it public, as suggested (details / githubweb)
  129. #4107 missing commits in master (#4140) (details / githubweb)
  130. Update codespell exceptions (#4143) (details / githubweb)
  131. Bump actions to avoid deprecation warnings (#4120) (details / githubweb)
  132. Amendment for #4140: Fix merge conflict (#4146) (details / githubweb)
  133. lower case for controller in Modelica/Blocks/Continuous.mo (details / githubweb)
  134. lower case for controller in Modelica/Clocked/Examples/Systems/ControlledMixingUnit.mo (details / githubweb)
  135. unify spelling of controllers (details / githubweb)
  136. Fix false calculation of w (omega) when resolveInFrame == frame_resolve (details / githubweb)
  137. And add unit for M (details / githubweb)
  138. Add rotation about x-axis to enable a spatial motion (details / githubweb)
  139. Have a flag for avoiding unnecssary discontinuities. (details / githubweb)
  140. Add smooth. (details / githubweb)
  141. ExpSine is more complicated. (details / githubweb)
  142. oops (details / githubweb)
  143. Fix syntax. (details / githubweb)
  144. Simplify the mean formula. (details / githubweb)
  145. Add startTime as well. (details / githubweb)
  146. Restore the use of t_eps just in case, but allow setting it to zero. (details / githubweb)
  147. And update description. (details / githubweb)
  148. Avoid smoothness. (details / githubweb)
  149. Update Modelica/Blocks/Sources.mo (details / githubweb)
  150. Update Modelica/Blocks/Sources.mo (details / githubweb)
  151. Rephrase (details / githubweb)
  152. Simpler. (details / githubweb)
  153. If the limits don't make sense use linear interpolation. (details / githubweb)
  154. Fix typo (details / githubweb)
  155. Omit modifiers of animation parameters (details / githubweb)
  156. Documentation and description for FluidHeatFlow library improved (#4141) (details / githubweb)
  157. Update Modelica/Blocks/Sources.mo (details / githubweb)
  158. Remove unit-casting (details / githubweb)
  159. Remove all uses of unitFrequency. That was previously necessary when Gain.k had unit 1 (details / githubweb)
  160. Add Evaluate=true. (details / githubweb)
  161. Added units to mathematical constants (#4155) (details / githubweb)
  162. Delete redundant points of polygon annotation of 'Spice3' connectors (#4135) (details / githubweb)
  163. Fix unit for mu0. (details / githubweb)
  164. Simpler. (details / githubweb)
  165. Removed out-of-date/incorrect comment about epsilon_0 (details / githubweb)
  166. Fix codespell exceptions (CI) (#4165) (details / githubweb)
  167. Delete successful and skipped workflow runs (#4177) (details / githubweb)
  168. Meke internally used ports of optional housing port and optional thermal port protected (details / githubweb)
  169. Update annotations to be correct. (details / githubweb)
  170. Update Modelica/Magnetic/QuasiStatic/FundamentalWave/Examples/BasicMachines/SynchronousMachines/SMR_CurrentSource.mo (details / githubweb)
  171. Apply suggestions from code review (details / githubweb)
  172. refs #4180 Fix Text annotation (details / githubweb)
  173. Update Modelica/Magnetic/QuasiStatic/FluxTubes/package.mo (details / githubweb)
  174. Restore documentation (#4184) (details / githubweb)
  175. Fix regex to optionally ignore quoted strings (#4183) (details / githubweb)
  176. Fix unit errors in ExternalCombiTimeTable constructor (#4188) (details / githubweb)
  177. Remove use of unknown variable useReset (details / githubweb)
  178. Remove unknown parameter multiColoredSurface. Note that the actual surface has =false for it. (details / githubweb)
  179. The parameter 'target' does not exist. (details / githubweb)
  180. Correct use of incorrect parameter and enumeration. However, the basic design doesn't work. (details / githubweb)
  181. Remove unknown parameter useMeanDensity (details / githubweb)
  182. KC and DP_Fric do not exist in this class (details / githubweb)
  183. Cleanup (details / githubweb)
  184. As indicated in #4046 it we need to revert part of #4155 since it is causing too many regressions for a minor release. (details / githubweb)
  185. Correct units for normalizing vectors. (details / githubweb)
  186. Fix link to Holman2010 (#4199) (details / githubweb)
  187. Fix and add ITEA links (#4196) (details / githubweb)
  188. Fix broken links (#4202) (details / githubweb)
  189. Remove public (details / githubweb)
  190. Coordination of #4101: Fix unit errors (details / githubweb)
  191. Fix instance names (details / githubweb)
  192. Close #4101: Fix unit error in a single PR (details / githubweb)
  193. Remove blanks (details / githubweb)
  194. Remove redundant diagram text for most Analog examples (details / githubweb)
  195. Remove diagram text of CompareTransformers (details / githubweb)
  196. Fix factor 2 in calculation (details / githubweb)
  197. Update .mailmap file (details / githubweb)
  198. Remove duplicates in SignalNames of 10 examples of ModelicaTest (#4179) (details / githubweb)
  199. Fix codespell exceptions (#4203) (details / githubweb)
  200. Remove real relation in non-discrete-time controlled if-statement. (details / githubweb)
  201. Remove unnecessary noEvent (details / githubweb)
  202. Fix broken link (#4211) (details / githubweb)
  203. Use 1.14 instead of sqrt(1.3) (details / githubweb)
  204. Update matio library to 1.5.24 (#4222) (details / githubweb)
  205. Add all defined outputs of the test example into reference signals (details / githubweb)
  206. Initialize output array C even when multiColoredSurface=false (details / githubweb)
  207. Set modifier of 'C' being 'final' (details / githubweb)
  208. Documentation: modifier 'C' shall be 'final' (details / githubweb)
  209. refs #4174: Fix (and rename) parameters (#4176) (details / githubweb)
Changes
  1. Fix bug in calculation of complex transfer function (details / githubweb)
  2. refs #3782: Decrease solver tolerance (details / githubweb)
  3. Use physical units to parameterize transfer function (details / githubweb)
  4. Calculate unitless coefficient b (details / githubweb)
  5. Avoid max({}) in Modelica.Math.Matrices.nullSpace (details / githubweb)
  6. fixes #3901 (details / githubweb)
  7. Fix documentation of Tp2 and Tp (details / githubweb)
  8. Add image explaining PusleSeries (details / githubweb)
  9. Reduce size of image (details / githubweb)
  10. Now chaing size of image (details / githubweb)
  11. Fix documentation to match implementation (details / githubweb)
  12. Change Tp2 in drawing (details / githubweb)
  13. Consider the derivatives at boundaries in the 2D-table. (details / githubweb)
  14. Improved example to show all issues. (details / githubweb)
  15. Avoid using epsilon altogether. (details / githubweb)
  16. Spelling (details / githubweb)
  17. AddReference (details / githubweb)
  18. Add vector-test case (details / githubweb)
  19. Reference (details / githubweb)
  20. refs #3893: Fix formatting and update naming (details / githubweb)
  21. refs #3893: Fix formatting (details / githubweb)
  22. Add Modelica Libraries logo for dark mode (details / githubweb)
  23. Almost automatically updated to have correct gradient. (details / githubweb)
  24. Remove unwanted gradient. (details / githubweb)
  25. BreakTiesAsBefore (details / githubweb)
  26. BreakTiesAsBefore2 (details / githubweb)
  27. BreakTiesAsBefore (details / githubweb)
  28. ClearerName (details / githubweb)
  29. Revert unwanted change of files (even if blank line would be nice). (details / githubweb)
  30. Adds animated level on the icon layer of the OpenTank (details / githubweb)
  31. Fixed Wb_flows discretization terms for DynamicPipe (details / githubweb)
  32. Bump copyright year (details / githubweb)
  33. Add missing cases (details / githubweb)
  34. Fix variable name (details / githubweb)
  35. Emphasize text in documentation (details / githubweb)
  36. Remove BOM (details / githubweb)
  37. Do not preserveAspectRatio for terminate-block. (details / githubweb)
  38. Implement continuous version of SignalExtrema (details / githubweb)
  39. added comparisonSignals.txt (details / githubweb)
  40. ContinuousSignalExtrema: improved detection of t_min and t_max (details / githubweb)
  41. extended Blocks.Examples.DemonstrateContinuousSignalExtrema (details / githubweb)
  42. Pass forceColor to arrow visualizer (#3990) (details / githubweb)
  43. Added assert condition block (#3985) (details / githubweb)
  44. Removed duplicate definition of m in Modelica.Electrical.QuasiStatic.Polyphase.Sources.FrequencySweep{Voltage, Current}Source (details / githubweb)
  45. Improve description string in example. (details / githubweb)
  46. Undo line break in code (details / githubweb)
  47. Update usage of "noDerivative" (#4024) (details / githubweb)
  48. Fix markdownlint warnings (#3973) (details / githubweb)
  49. fix #4030 (details / githubweb)
  50. The dT is a temperature difference, so converting it to celsius shouldn't use an offset. (details / githubweb)
  51. Reduce guess for initial temperature difference across wall. (details / githubweb)
  52. implemented recognition of startTime (see #4035) (details / githubweb)
  53. applied an equivalent change to Sampler (as to ZeroOrderHold) (details / githubweb)
  54. spliceFunction_der check limits (details / githubweb)
  55. add description string (details / githubweb)
  56. Remove unit errors. (details / githubweb)
  57. Avoid unit error. (details / githubweb)
  58. Fix incorrect start-value. (details / githubweb)
  59. Give a proper definition of machine constants. (details / githubweb)
  60. Update description in ModelicaServices as well. (details / githubweb)
  61. And values. (details / githubweb)
  62. Revert "startTime of ZeroOrderHold" (#4044) (details / githubweb)
  63. fixes startTime of ZeroOrderHold" (details / githubweb)
  64. Most Lapack routines don't want lwork=0 and/or work with size zero. (#4039) (details / githubweb)
  65. Fix typo (details / githubweb)
  66. Change doc string in the style of Modelica.Blocks.Math (details / githubweb)
  67. Fix typo (details / githubweb)
  68. Fix description (details / githubweb)
  69. Rename record instance names ????Data => ????Data3 (details / githubweb)
  70. Fix final parameter propagation (details / githubweb)
  71. Fix final in parameter record of FundamentalWave (details / githubweb)
  72. Unify wording of docstrings of parameter records (details / githubweb)
  73. Unit correctness. (details / githubweb)
  74. Remove incorrect unit-casting. (details / githubweb)
  75. Propose better unit-handling in equation. (details / githubweb)
  76. Implement option 4; that is using a reference impedance with description. (details / githubweb)
  77. Put reference impedance into partial induction machine model (details / githubweb)
  78. Apply ZsRef also to induction machine models (details / githubweb)
  79. Apply changes to Modelica.Magnetic.FundamentalWave (details / githubweb)
  80. Apply changes to Modelica.Magnetic.QuasiStaic.FundamentalWave (details / githubweb)
  81. Document that string functions are only intended for ASCII. (details / githubweb)
  82. Spelling. (details / githubweb)
  83. Update Modelica/Blocks/Math.mo (details / githubweb)
  84. Update Modelica/Utilities/Strings.mo (details / githubweb)
  85. Added new power block for raising an input to a user parameterized exponent (#4006) (details / githubweb)
  86. Replaced state events by time events (details / githubweb)
  87. enhanced documentation (details / githubweb)
  88. Reverts dummy changes. (details / githubweb)
  89. Propagate useSolver to these variants as well. (details / githubweb)
  90. Fix docu of Modelica.Utilities.System.getTime() (details / githubweb)
  91. Fix for #3971. (details / githubweb)
  92. Apply suggestions from code review (details / githubweb)
  93. Add DynamicPipe energy conservation tests to ModelicaTest (details / githubweb)
  94. Try to fix crash for (details / githubweb)
  95. Fix allocation size (details / githubweb)
  96. Updated tolerance for energy conservation checks (details / githubweb)
  97. Improve indentation of html code (details / githubweb)
  98. Html code: No indentation within 'address' tag (details / githubweb)
  99. Delete multiple and/or leading whitespaces (details / githubweb)
  100. Fix unit error in SimpleAir (details / githubweb)
  101. Use prefix style 'quantity' for MixtureGases.m1 and MixtureGases.m2 (details / githubweb)
  102. Use SI.Mass instead of specifying 'unit' (details / githubweb)
  103. Use prefix style 'quantity' for FixedBoundary.X (details / githubweb)
  104. Add description string for m1 (details / githubweb)
  105. Add description string for m2 (details / githubweb)
  106. Completely remove modifications of 'quantity' (details / githubweb)
  107. Remove modification of 'quantity' (details / githubweb)
  108. Remove empty modifications (details / githubweb)
  109. Fix unit error in RobotR3.OneAxis (details / githubweb)
  110. Fix unit errors in ArmatureStroke (details / githubweb)
  111. Fix unit error in CCCVcharging (details / githubweb)
  112. Modifying min attribute of gain to 1 (details / githubweb)
  113. removing min attribute in gain (details / githubweb)
  114. Use SI.Radius instead of SI.Length (details / githubweb)
  115. ReferenceMoistAir, corrected error in function pd_pTX_der (issue #3666) (details / githubweb)
  116. Remove plural 's' in 'height of ramps' (details / githubweb)
  117. Assert statement to avoid zero gain in controller and improved description string for controller gain (details / githubweb)
  118. Changed to full path for consistency (details / githubweb)
  119. Removing unintended code modifications (details / githubweb)
  120. Delete unused variable 'dens' and corresponding 'R_air' (details / githubweb)
  121. Delete gasForce.dens from reference comparison signals (details / githubweb)
  122. Replace 'Inline=false' with late inlining (details / githubweb)
  123. Unify spelling of controllers with dash omitted (details / githubweb)
  124. Revert "Unify spelling of controllers with dash omitted" (details / githubweb)
  125. unify spelling of controllers (details / githubweb)
  126. Rename RiCurrent -> Isc (details / githubweb)
  127. Adapt to renamed variable (details / githubweb)
  128. Make it public, as suggested (details / githubweb)
  129. #4107 missing commits in master (#4140) (details / githubweb)
  130. Update codespell exceptions (#4143) (details / githubweb)
  131. Bump actions to avoid deprecation warnings (#4120) (details / githubweb)
  132. Amendment for #4140: Fix merge conflict (#4146) (details / githubweb)
  133. lower case for controller in Modelica/Blocks/Continuous.mo (details / githubweb)
  134. lower case for controller in Modelica/Clocked/Examples/Systems/ControlledMixingUnit.mo (details / githubweb)
  135. unify spelling of controllers (details / githubweb)
  136. Fix false calculation of w (omega) when resolveInFrame == frame_resolve (details / githubweb)
  137. And add unit for M (details / githubweb)
  138. Add rotation about x-axis to enable a spatial motion (details / githubweb)
  139. Have a flag for avoiding unnecssary discontinuities. (details / githubweb)
  140. Add smooth. (details / githubweb)
  141. ExpSine is more complicated. (details / githubweb)
  142. oops (details / githubweb)
  143. Fix syntax. (details / githubweb)
  144. Simplify the mean formula. (details / githubweb)
  145. Add startTime as well. (details / githubweb)
  146. Restore the use of t_eps just in case, but allow setting it to zero. (details / githubweb)
  147. And update description. (details / githubweb)
  148. Avoid smoothness. (details / githubweb)
  149. Update Modelica/Blocks/Sources.mo (details / githubweb)
  150. Update Modelica/Blocks/Sources.mo (details / githubweb)
  151. Rephrase (details / githubweb)
  152. Simpler. (details / githubweb)
  153. If the limits don't make sense use linear interpolation. (details / githubweb)
  154. Fix typo (details / githubweb)
  155. Omit modifiers of animation parameters (details / githubweb)
  156. Documentation and description for FluidHeatFlow library improved (#4141) (details / githubweb)
  157. Update Modelica/Blocks/Sources.mo (details / githubweb)
  158. Remove unit-casting (details / githubweb)
  159. Remove all uses of unitFrequency. That was previously necessary when Gain.k had unit 1 (details / githubweb)
  160. Add Evaluate=true. (details / githubweb)
  161. Added units to mathematical constants (#4155) (details / githubweb)
  162. Delete redundant points of polygon annotation of 'Spice3' connectors (#4135) (details / githubweb)
  163. Fix unit for mu0. (details / githubweb)
  164. Simpler. (details / githubweb)
  165. Removed out-of-date/incorrect comment about epsilon_0 (details / githubweb)
  166. Fix codespell exceptions (CI) (#4165) (details / githubweb)
  167. Delete successful and skipped workflow runs (#4177) (details / githubweb)
  168. Meke internally used ports of optional housing port and optional thermal port protected (details / githubweb)
  169. Update annotations to be correct. (details / githubweb)
  170. Update Modelica/Magnetic/QuasiStatic/FundamentalWave/Examples/BasicMachines/SynchronousMachines/SMR_CurrentSource.mo (details / githubweb)
  171. Apply suggestions from code review (details / githubweb)
  172. refs #4180 Fix Text annotation (details / githubweb)
  173. Update Modelica/Magnetic/QuasiStatic/FluxTubes/package.mo (details / githubweb)
  174. Restore documentation (#4184) (details / githubweb)
  175. Fix regex to optionally ignore quoted strings (#4183) (details / githubweb)
  176. Fix unit errors in ExternalCombiTimeTable constructor (#4188) (details / githubweb)
  177. Remove use of unknown variable useReset (details / githubweb)
  178. Remove unknown parameter multiColoredSurface. Note that the actual surface has =false for it. (details / githubweb)
  179. The parameter 'target' does not exist. (details / githubweb)
  180. Correct use of incorrect parameter and enumeration. However, the basic design doesn't work. (details / githubweb)
  181. Remove unknown parameter useMeanDensity (details / githubweb)
  182. KC and DP_Fric do not exist in this class (details / githubweb)
  183. Cleanup (details / githubweb)
  184. As indicated in #4046 it we need to revert part of #4155 since it is causing too many regressions for a minor release. (details / githubweb)
  185. Correct units for normalizing vectors. (details / githubweb)
  186. Fix link to Holman2010 (#4199) (details / githubweb)
  187. Fix and add ITEA links (#4196) (details / githubweb)
  188. Fix broken links (#4202) (details / githubweb)
  189. Remove public (details / githubweb)
  190. Coordination of #4101: Fix unit errors (details / githubweb)
  191. Fix instance names (details / githubweb)
  192. Close #4101: Fix unit error in a single PR (details / githubweb)
  193. Remove blanks (details / githubweb)
  194. Remove redundant diagram text for most Analog examples (details / githubweb)
  195. Remove diagram text of CompareTransformers (details / githubweb)
  196. Fix factor 2 in calculation (details / githubweb)
  197. Update .mailmap file (details / githubweb)
  198. Remove duplicates in SignalNames of 10 examples of ModelicaTest (#4179) (details / githubweb)
  199. Fix codespell exceptions (#4203) (details / githubweb)
  200. Remove real relation in non-discrete-time controlled if-statement. (details / githubweb)
  201. Remove unnecessary noEvent (details / githubweb)
  202. Fix broken link (#4211) (details / githubweb)
  203. Use 1.14 instead of sqrt(1.3) (details / githubweb)
  204. Update matio library to 1.5.24 (#4222) (details / githubweb)
  205. Add all defined outputs of the test example into reference signals (details / githubweb)
  206. Initialize output array C even when multiColoredSurface=false (details / githubweb)
  207. Set modifier of 'C' being 'final' (details / githubweb)
  208. Documentation: modifier 'C' shall be 'final' (details / githubweb)
  209. refs #4174: Fix (and rename) parameters (#4176) (details / githubweb)

Branch indexing

Revision: 0535648d8adebf6fc2b097dc7b1efcb659e1725e
Repository: https://github.com/modelica/ModelicaStandardLibrary.git
  • PR-4017
Revision: cd6c0d432b59a82de477ff6c89b3d2658db4a861
Repository: https://github.com/modelica/ModelicaStandardLibrary.git
  • PR-4017
Revision: 01da375a46cdbaf53aee925be2e5ff4e889850a1
Repository: https://github.com/modelica/ModelicaStandardLibrary.git
  • PR-4017
Revision: 29d4c506cb95026ab32ae7e40155f799a62351dd
Repository: https://github.com/modelica/ModelicaStandardLibrary.git
  • PR-4017
Revision: 5416a2a90a64caeffb94e5a9a44c6f26d4011c5c
Repository: https://github.com/modelica/ModelicaStandardLibrary.git
  • PR-4017
Revision: 8a44ba9a20da02e9333c611938266404014a1693
Repository: https://github.com/modelica/ModelicaStandardLibrary.git
  • PR-4017
Revision: 299094e55784a2394afa75c39feae2657f21b766
Repository: https://github.com/modelica/ModelicaStandardLibrary.git
  • PR-4017
Revision: 16ac8c31465653b66ec7f9827face023d758a583
Repository: https://github.com/modelica/ModelicaStandardLibrary.git
  • PR-4017