You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
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):
The text was updated successfully, but these errors were encountered: