SimScaleGmbH / external-building-aerodynamics

MIT License
1 stars 2 forks source link

Reference Height value gets overwritten when creating an ABL profile #17

Open kdeiri opened 2 years ago

kdeiri commented 2 years ago

Attempt to create ABL for multiple wind directions using the set_atmospheric_boundary_layers method in the TestConditions.py Class:

In line 171 --> the reference height value is set to a default of --> 10 which overwrites whatever reference height value you pass.

Solution: The reference height value passed to the set_atmospheric_boundary_layers function should be used instead.