Skip to content

Changes

Summary

  1. R_s for each ideal gas record now calculated with R_NASA (details)
  2. R_s for each ideal gas record now calculated with constant R_NASA_2002 (details)
  3. Fix dimension error of PumpCharacteristics.linearPower (#4259) (details)
  4. Set unit instead of having it in description (#4264) (details)
  5. Make array inputs of external C functions const (introduced in Modelica 3.5) (#3700) (details)
  6. Utilize PressureSlope type (details)
Commit cc408ce564d2af08d76a416b434a63bcae61e79e by modelica
R_s for each ideal gas record now calculated with R_NASA
The file was modified Modelica/Media/IdealGases/Common/SingleGasesData.mo (diff)
Commit a4af9fef57ff115ca9ab0ca3c2afa0c73ac49c24 by modelica
R_s for each ideal gas record now calculated with constant R_NASA_2002
The file was modified Modelica/Media/IdealGases/Common/SingleGasesData.mo (diff)
Commit 43e203ec3378a522150ea7bd59f8ac685aedba95 by noreply
Fix dimension error of PumpCharacteristics.linearPower (#4259)

The file was modified Modelica/Fluid/Machines.mo (diff)
The file was modified ModelicaTest/Fluid/TestComponents/Machines/package.order (diff)
The file was addedModelicaTest/Resources/Reference/ModelicaTest/Fluid/TestComponents/Machines/TestLinearPower/comparisonSignals.txt
The file was addedModelicaTest/Fluid/TestComponents/Machines/TestLinearPower.mo
Commit 24477ff671a8de9ac58c2c87efd9416a0477adb3 by noreply
Set unit instead of having it in description (#4264)

* Replace description with unit-setting.
Ideally it should use SI.Area etc, but I thought the idea was that the example should be more self-contained.
Closes #4076

* Also remove "in dB" since the unit is "dB".

* Update Modelica/StateGraph.mo

Co-authored-by: tobolar <tobolar@users.noreply.github.com>

* Update Modelica/StateGraph.mo

Co-authored-by: Thomas Beutlich <modelica@tbeu.de>

---------

Co-authored-by: tobolar <tobolar@users.noreply.github.com>
Co-authored-by: Thomas Beutlich <modelica@tbeu.de>
The file was modified Modelica/StateGraph.mo (diff)
The file was modified Modelica/ComplexBlocks/ComplexMath/Bode.mo (diff)
The file was modified Modelica/Electrical/QuasiStatic/SinglePhase/Examples/SeriesBode.mo (diff)
Commit b540e6292836ef4a5037dac4b8d5a87f807b3ae4 by noreply
Make array inputs of external C functions const (introduced in Modelica 3.5) (#3700)

* Make array inputs of external C functions const

* Make array inputs of external C functions const
The file was modified Modelica/Resources/C-Sources/ModelicaIO.c (diff)
The file was modified ModelicaTest/Tables/CombiTimeTable.mo (diff)
The file was modified ModelicaTest/Tables/CombiTable1Ds.mo (diff)
The file was modified Modelica/Resources/C-Sources/ModelicaFFT.c (diff)
The file was modified ModelicaTest/Tables/CombiTable1Dv.mo (diff)
The file was modified Modelica/Resources/C-Sources/ModelicaIO.h (diff)
The file was modified Modelica/Blocks/Tables.mo (diff)
The file was modified Modelica/Resources/C-Sources/ModelicaRandom.c (diff)
The file was modified Modelica/Resources/C-Sources/ModelicaFFT.h (diff)
The file was modified Modelica/Resources/C-Sources/ModelicaStandardTables.h (diff)
The file was modified Modelica/Resources/C-Sources/ModelicaRandom.h (diff)
The file was modified Modelica/Resources/C-Sources/ModelicaStandardTables.c (diff)
Commit 152cc49ec8d8014452f82f2e60afa30c473eb6a2 by modelica
Utilize PressureSlope type
The file was modified ModelicaTest/Media.mo (diff)