From 22ed94e118521b1dcdffbb7e4806b29fff23a372 Mon Sep 17 00:00:00 2001 From: Bernd Hahnebach Date: Mon, 4 Jan 2021 00:51:47 +0100 Subject: [PATCH] FEM: calculix solver, typos, thanks to UR_ --- src/Mod/Fem/femsolver/calculix/writer.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Mod/Fem/femsolver/calculix/writer.py b/src/Mod/Fem/femsolver/calculix/writer.py index 294757e9ec..612e99014a 100644 --- a/src/Mod/Fem/femsolver/calculix/writer.py +++ b/src/Mod/Fem/femsolver/calculix/writer.py @@ -56,7 +56,7 @@ units_information = """********************************************************* ** Golden rule: The user must make sure that the numbers he provides have consistent units. ** The user is the FreeCAD calculix writer module ;-) ** -** The unit system which is used at Guido Dhodts company: mm, N, s, K +** The unit system which is used at Guido Dhondt's company: mm, N, s, K ** Since Length and Mass are connected by Force, if Length is mm the Mass is in t to get N ** The following units are used to write to inp file: ** @@ -68,10 +68,10 @@ units_information = """********************************************************* ** This leads to: ** Force: N ** Pressure: N/mm^2 -** Density: t/mm^2 +** Density: t/mm^3 ** Gravity: mm/s^2 -** Thermal conductivity: t*mm/K*s^3 -** Specific Heat: kJ/t/K = mm^2/s^2/K +** Thermal conductivity: t*mm/K/s^3 (same as W/m/K) +** Specific Heat: mm^2/s^2/K (same as J/kg/K) """