Matthis Thorade

Results 57 issues of Matthis Thorade

G. Venkatarathnama and L.R. Oellrich 2010 http://dx.doi.org/10.1016/j.fluid.2010.12.001

Necessary for e.g. HMDS Hexa-Methyl-Di-Siloxane. Some models already support different reducing parameters (e.g. viscosity, vapor pressure, thermal conductivity), some models need to be changed (e.g. EoS, ancillary density, ...). HMDS...

When saving a table to a tex file, that file has ANSI encoding, so if the table contains e.g. ÄÖÜ I currently need to open the file in Notepad++ and...

For finding duplicates, it would be nice if Pillow would include some perceptual hashing algorithm: https://en.wikipedia.org/wiki/Perceptual_hashing The real use case for me is that my in my photo collection I...

Enhancement

The following snippet works (taken from #1556): ```python import CoolProp as CP vapState = CP.AbstractState("HEOS", "CO2") vapState.update(CP.DmassQ_INPUTS, 15.0, 1.0) print(vapState.T()) ``` But the same with REFPROP as backend fails: ```python...

enhancement
REFPROP

Hi, there are some tickets and pull requests around PC-SAFT: https://github.com/CoolProp/CoolProp/issues?q=PC-SAFT Is it documented/explained somewhere how PC-SAFT is integrated into Coolprop? Or, can you recommend any paper how to express/transform/combine...

git ignores empty directories, but Unity adds a .meta file for every directory it finds. This can be annoying and/or lead to merge conflicts. Should that be detected by the...

on-hold
enhancement

I have a customer who defined two hierarchical connectors: ``` connector Hier_control Modelica.Blocks.Interfaces.RealOutput y; Modelica.Blocks.Interfaces.BooleanInput setOff_component; Modelica.Blocks.Interfaces.BooleanOutput setOff_control; end Hier_control; connector Hier_component Modelica.Blocks.Interfaces.RealInput y; Modelica.Blocks.Interfaces.BooleanInput setOff_control; Modelica.Blocks.Interfaces.BooleanOutput setOff_component; end Hier_component;...

discussion

As a result of https://github.com/iea-annex60/modelica-annex60/issues/82#issuecomment-67165096 we do now have two Weather Data Readers. The version from Buildings has been added to Annex60 and is therefore now included in BuildingSystems. This...

The User Guide pdf is created from rst source files, using Sphinx. In the past, these files were hosted in a [dedicated private repository](https://github.com/UdK-VPT/BuildingSystems_Doc), but PR #116 moved the source...

documentation