Closed thorade closed 7 years ago
Same problem in
BuildSysPro/BoundaryConditions/Weather/Functions/CalculTsky_withRH
BuildSysPro/BoundaryConditions/Weather/Functions/CalculTsky_withoutRH
BuildSysPro/BoundaryConditions/Solar/Irradiation/FLUXsurf
BuildSysPro/BoundaryConditions/Solar/Utilities/CosDirSunVector
BuildSysPro/BoundaryConditions/Solar/Utilities/CosDirSunVectorHeightAz
and maybe some more: https://github.com/edf-enerbat/BuildSysPro/search?utf8=%E2%9C%93&q=sinh
Hi @thorade Thank you for your observation. I'll change the name sinh into sin_h in all models.
The model
BuildSysPro/BoundaryConditions/Solar/Utilities/SineH
usessinh
as a variable name, but that is also the name for the function hyperbolic sine, defined inModelica.Math.sinh
. Not sure whether that might be a problem at some point.