From 6a7c5e47883669abe753a8e4ea3f67ae0fc91e9e Mon Sep 17 00:00:00 2001 From: Harisankar-Allimangalath <144321750+Harisankar-Allimangalath@users.noreply.github.com> Date: Fri, 23 Feb 2024 14:52:28 +0530 Subject: [PATCH] Added the release notes in correct location --- Modelica/package.mo | 65 ++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 64 insertions(+), 1 deletion(-) diff --git a/Modelica/package.mo b/Modelica/package.mo index 42f2bce673..72636601ef 100644 --- a/Modelica/package.mo +++ b/Modelica/package.mo @@ -2478,7 +2478,7 @@ versions 4.0.0 will work without any changes also with version 4.1.0. Short Overview:

@@ -2544,6 +2544,26 @@ The following existing components h Mechanics.Translational.Components Brake The table interpolation in mu_pos utilizes the interpolation based on ExternalCombiTable1D.
The public variable mu0 was changed to a protected final parameter. +Modelica.Blocks +Discrete.Sampler
Discrete.ZeroOrderHold + Fixed the start time of ZeroOrderHold and Sampler . parameter startTime was implemented but ignored. +Continuous.PID + Removed the min attribute of gain in Blocks.Continuous.LimPID +Math.ContinuousMean + simplifie the mean formula +Sources.ContinuousClock + -----------add content here--------- +Modelica.Electrical.PowerConverters.DCAC.Control +SVPWM + corrected a bug in the equation +Modelica.Magnetic.FundamentalWave.BaseClasses +Machine + internal used ports of the optional mechanical housing port and the optional thermal port is made protected +Modelica.Magnetic.QuasiStatic.FundamentalWave.BaseClasses +Machine + internal used ports of the optional mechanical housing port and the optional thermal port is made protected + +


@@ -2555,6 +2575,49 @@ that can lead to wrong simulation results): Modelica.Blocks.Tables CombiTable2Ds
CombiTable2Dv The derivatives for one-sided extrapolation by constant continuation (i.e., extrapolation=Modelica.Blocks.Types.Extrapolation.HoldLastPoint) returned a constant zero value. This has been corrected. +Modelica.ComplexBlocks.ComplexMath +TransferFunction + Fixed interpretation of coefficients of complex transfer function +Modelica.ComplexBlocks.Sources. +ComplexRampPhasor + Simplify ComplexRampPhasor. +Modelica.Electrical.Batteries.Utilities +PulseSeries + Add content here +Modelica.Electrical.Polyphase.Basic +Resistor
Conductor
VariableResistor
VariableConductor + Propagate parameter T in Resistors and Conductor +Modelica.Magnetic.FluxTubes.Shapes.FixedShape +HollowCylinderAxialFlux
HollowCylinderRadialFlux + Add content Here +Modelica.Magnetic.QuasiStatic.FluxTubes.Shapes.FixedShape. +HollowCylinderAxialFlux
HollowCylinderRadialFlux + Propagated the angle alpha also in the calculation of A in HollowCylinderRadialFlux +Modelica.Mechanics.MultiBody.Frames.Quaternions +from_T + The calculation was not stable. This has been corrected. +Modelica.Mechanics.MultiBody.Sensors.Internal +BasicAbsoluteAngularVelocity + corrected the error with frame_resolve math in BasicAbsoluteAngularVelocity sensor +Modelica.Fluid.Fittings.BaseClasses.QuadraticTurbulent.LossFactorData. +sharpEdgedOrifice + Bug in SharpEdgedOrifice for Loss factors resolved +Modelica.Fluid.Utilities +regFun3 + add data here +Modelica.Media.Air.MoistAir.Utilities +spliceFunction
spliceFunction_der + Refactor spliceFunction_der +Modelica.Media.Air.ReferenceMoistAir.Utilities +pd_pTX_der + corrected the error +Modelica.Media.R134a.R134a_ph +dofpT + Changed code for function dofpT +Modelica.Math +isPowerOf2 + corrected the issue of wrong results for large inputs + ")); end Version_4_1_0;