BUG: Setting the area density according to SI for a thickness seems to not convert value
Describe the bug To set the area density variable (as seen on the printscreen) to a thickness via the webservice with the SI unit N/m^2 does not seem to convert it to kg/m^2 (see GUI on printscreen).
We provided the value 13441.67 [N/m^2] and expect the value 1344.167 [kg/m^2] in the GUI (after the model is saved).
To Reproduce The following call is made:
Thickness.StiffnessMatrix(
no = self._thickness_count,
name = thickness_name,
material_no = material_num,
stiffness_matrix= stiffness_matrix,
consideration_of_self_weight = [ThicknessStiffnessMatrixSelfWeightDefinitionType.SELF_WEIGHT_DEFINITION_TYPE_DEFINED_VIA_FICTITIOUS_THICKNESS_AND_AREA_DENSITY, fictitious_thickness, area_density]
)
Expected behavior We provided the value 13441.67 [N/m^2] and expect the value 1344.167 [kg/m^2] in the GUI (after the model is saved).
Screenshots
Desktop (please complete the following information):
- Version of WIN10 OS
- Version of RFEM6.03.00045
- Version of tool / rfem package 1.17
Hi @Dervis-vL, thank you for noticing this. It'll be investigated and if this beahviour is a bug it'll be corrected.
The bug was reported (#139798). Thank you.
Hi!
I am curious to hear if progress on this issue has been made.