v0.1.3 (November, 6, 2019)#
New Features#
Individual design path specification is available: Specify the design_path individually for single connections or a components in your network, if you want the individual design parameters be loaded from a different design case than the network’s design case given in the network’s design path (PR #84).
Implement local design and local offdesign features: It is possible to design a plant while some parts of the plant are in offdesign mode. This is useful, e.g. when designing an extraction turbine, where the district heating condenser is designed for maximum extraction and the backpressure turbine is designed for minimum extraction (PR #92).
Implement warning messages for all components, if the component’s properties are out of physical bounds. The bounds can be customized when specifying a property by data containers (read more at component parameter specification), (PR #85).
Documentation#
Parameter renaming#
Testing#
Bug fixes#
Offdesign values for connections are specified from the design case files (PR #84). Before, the offdesign values were the actual values of the fluid property in the last calculation (which is not necessarily the design case).
Add debug logging message, if the enthalpy is adjusted on connections with the keyword
state
specified (PR #85).
Other changes#
Improved calculation speed for fluid mixture properties with the parameter T0 as starting value for root finding (PR #84).
Contributors#
Francesco Witte