ThermofluidStream 1.4.0 release - #378
Open
tobiasreischl wants to merge 1 commit into
Open
Conversation
This file contains hidden or 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
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.
Summary
This PR prepares the release of ThermofluidStream 1.4.0.
It updates the release-related version metadata, release notes and README content for the new minor release.
Important
This release is intended to include #373. This PR should therefore be updated with the final
mainbranch after #373 has been merged.Release 1.4.0 highlights
ThermofluidStream.Idealizedpackage for simplified thermodynamic process and cycle modeling.ThreeWayValvemodel based onBasicControlValve; the previousSwitchmodel is now obsolete.dp_refandrho_ref.Cvs_UKflow-coefficient option while retaining it for compatibility.SimpleAirCycleexample and several media, pump and heat-exchanger examples.Idealized.Processes.Isenthalpic.enforcePressureDropfromtruetofalseto improve numerical robustness.Migration notes
No conversion script is required. Existing models may nevertheless require adjustments due to the following changes:
The default value of
Idealized.Processes.Isenthalpic.enforcePressureDropchanged fromtruetofalse.Models requiring the previous behavior must explicitly set:
When using
Kvs,Cvs_USorCvs_UK, the following reference values must not be modified:dp_ref = 1 barrho_ref = 1000 kg/m3New assertions detect unsupported modifications to these values.
ThermofluidStream.FlowControl.Switchis obsolete; new models should useThreeWayValve.ThermofluidStream.Utilities.RealVectoris obsolete.The
Cvs_UKflow-coefficient option is deprecated.The obsolete and deprecated components have not been removed - planned for upcoming major release 2.0