Hannes Schneider

Results 6 issues of Hannes Schneider

If I want to adjust the tp limits of a PropertyPlot by using the function [set_Tp_limits()](https://github.com/CoolProp/CoolProp/blob/c4108e5a57e6846c553978c538d4d9981ea1d46f/wrappers/Python/CoolProp/Plots/Common.py#L883), e.g.: ```python import CoolProp from CoolProp.Plots import PropertyPlot plot = PropertyPlot('Water', 'hs', tp_limits =...

In the [pipe unit operation](https://github.com/DanWBR/dwsim/blob/windows/DWSIM.UnitOperations/UnitOperations/Pipe.vb#L1473) the outer diameter seems to be calculated by: ``` (Dext + esp_isol) ``` Shouldnt it be: ``` (Dext + 2* esp_isol) ``` Because esp_isol is...

bug

### What's the feature 🧐 ### Background The meal planner is quite basic right now and uncomfortable to use in daily routine (#420, #127). The main focus seems to be...

enhancement

**General** The changes includes a component called "pipeline". It is a pipe component, where dissipative heat losses by forced convection by pipes over the ground and conduction through the soil...

**General** Implement a dynamic method to add combustion gasses (#760) . Therefore a new class COMBUSTION_GASES is created which is defined, initialized and located in global_vars. With the method "add_fluids"...

### Description of the Change This should solve the issue #2289 by setting the limits in the set_Tp_limits method as tuple and not as list. ### Verification Process Tested with:...