Jens Möckel

Results 4 comments of Jens Möckel

@forgeorge: I had the same "problem" with MLP Depots and the important information. The reason for the missing information is, that the MT535_Miniparser class expects ISIN, but MLP delivers WKN...

See e.g. `BuildingSystems.HAM.HeatAndMoistureTransport.HeatAndMoistureTransport1D` equation for _Moisture flow rate at side 1_ ``` Modelica moisturePort_x1.m_flow = CMd * (phi_x1 * BuildingSystems.Utilities.Psychrometrics.Functions.saturationPressure(heatPort_x1.T) - phi * BuildingSystems.Utilities.Psychrometrics.Functions.saturationPressure(T)) + CLt * (phi_x1 - phi);...

Statistics for concerend functions: --- - `softcut`: 16 function calls in 11 files `Buildings\Airvolumes\AirvolumeCompressible0D` `Buildings\Constructions\Windows\RadiationTransmission` `Climate\SolarRadiationTransformers\SolarRadiationTransformerGeneral` `Climate\SolarRadiationTransformers\SolarRadiationTransformerIsotropicSky` `Technologies\Chillers\CompressionChiller` `Technologies\ElectricalStorages\BatterySimple.mo` `Technologies\Photovoltaics\BaseClasses\ElectricalModels\ElectricalModelOneDiode` `Technologies\Photovoltaics\BaseClasses\ElectricalModels\ElectricalModelOneDiodeMPP` `Technologies\SolarThermal\ThermalCollector` `Utilities\MoistAirFunctions\T_sat` `Utilities\NcDataReader2\NcDataReader` - `softcut_lower`: 6 function calls in...

Actually I realized that these statistics are only lower boundaries, as several functions use relative paths. I especially checked for `powerLinearized` and `safereciprocal` and it seems, that these really are...