-
Notifications
You must be signed in to change notification settings - Fork 168
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove redundant text in celsius to kelvin icon #4539
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(cherry picked from commit d156b9b)
First figure (cherry picked from commit d0ff9bc)
Add the very first figure annotation
Add redundant algorithm
Fix syntax errors in ModelicaReference documentation snippets
Clarify the Clocks chapter of Modelica.Clocked User Guide
Clarify the Clocks chapter of Modelica.Clocked User Guide
Fix syntax errors in ModelicaReference documentation snippets
Remove experiment annotation from Modelica.Electrical.PowerConverters.Examples.DCDC.ExampleTemplates.ChopperBuckBoost
Add StopTime to experiment annotation of Modelica.Electrical.QuasiStatic.SinglePhase.Examples.MultipleResonance
Compatibility fix for Dymola 2024x; not needed in coming release.
Avoid 0.0^0.0
* Consider shiftTime for verbose extrapolation The time table data is relative to the shiftTime parameter, which should also be considered for the verbose extrapolation warning. * Simplify and fix extrapolation messages
…ransmissionLine (#4346) Co-authored-by: AHaumer <[email protected]> Co-authored-by: Hubertus Tummescheit <[email protected]>
* MSVC VS 2005 * GCC (TDM64-1) 5.1.0 * Linux GCC 4.8.5
comparisonSignals of PowerConverters
comparisonSignals of PowerConverters
Co-authored-by: Dag Brück <[email protected]>
Fixed to make type more clear, and make it work in Modelon Impact. Also, removed an unused line of code.
…ings.TestJunctionTraceSubstances (#4427) (#4449) Co-authored-by: Francesco Casella <[email protected]>
…tests (#4430) (#4463) Co-authored-by: Francesco Casella <[email protected]>
Co-authored-by: Thomas Beutlich <[email protected]>
MassFlowSource_T and MassFlowSource_h only work if there are at least one port Co-authored-by: Esther-Devakirubai <[email protected]>
* AddAssertsForDiff * AddAssertForIntegration Co-authored-by: Hans Olsson <[email protected]>
* AdditionalSqrt * More sqrt; have review all. Remaining are: documentation, or combined with other fractional exponents. * Update Modelica/Fluid/Dissipation.mo --------- Co-authored-by: HOS <[email protected]> Co-authored-by: Hans Olsson <[email protected]>
….ZeroInductor.i0(nominal=10) to avoid timeout during regression test
…/FundamentalWave/BasicMachines/Components/SymmetricPolyphaseWinding 7to Modelica/Magnetic/FundamentalWave/Examples/BasicMachines/InductionMachines/IMC_YD
MSL 4.1.0 Regressions: set FundamentalWave..SymmetricPolyphaseWinding.ZeroInductor.i0
* Make propagation final of lifted parameter 'c' in Spring Fixes #3707. * Make propagation final of lifted parameter 's_rel0' in Spring * Make propagation final of lifted parameters in Spring's lineForce component Even though the modification of lineShapeType is not parameter lifting, it would make little sense to make it non-final when all other modifications are final. * Make propagation of lifted parameter 'd' final in ModelicaTest example SpringDamperParallel --------- Co-authored-by: Anton Haumer <[email protected]> (cherry picked from commit a5cf0f3)
* Added missing experiment annotations. Fixes #4510 * Update ModelicaTest/Electrical/QuasiStatic/Polyphase.mo Co-authored-by: Hans Olsson <[email protected]> * Update ModelicaTest/Electrical/QuasiStatic/SinglePhase.mo Co-authored-by: Hans Olsson <[email protected]> --------- Co-authored-by: Hans Olsson <[email protected]> (cherry picked from commit ff95fea)
Add missing experiment annotations (backport)
Make propagation final of lifted parameters in Spring (backport)
Co-authored-by: AHaumer <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Backport of #4466 to maint/4.1.x