From 2b600428218acee661c456374fccaebee87a1fae Mon Sep 17 00:00:00 2001 From: wmayer Date: Mon, 4 Jan 2021 13:38:43 +0100 Subject: [PATCH] FEM: fix also typos in inp files to avoid to break unit tests See also: 5c6b59b6530d --- src/Mod/Fem/femtest/data/calculix/box_frequency.inp | 8 ++++---- src/Mod/Fem/femtest/data/calculix/box_static.inp | 8 ++++---- .../Fem/femtest/data/calculix/ccxcantilever_faceload.inp | 8 ++++---- .../Fem/femtest/data/calculix/ccxcantilever_hexa20.inp | 8 ++++---- .../Fem/femtest/data/calculix/ccxcantilever_nodeload.inp | 8 ++++---- .../calculix/ccxcantilever_prescribeddisplacement.inp | 8 ++++---- .../data/calculix/constraint_contact_shell_shell.inp | 8 ++++---- .../data/calculix/constraint_contact_solid_solid.inp | 8 ++++---- .../Fem/femtest/data/calculix/constraint_sectionprint.inp | 8 ++++---- .../data/calculix/constraint_selfweight_cantilever.inp | 8 ++++---- src/Mod/Fem/femtest/data/calculix/constraint_tie.inp | 8 ++++---- .../calculix/material_multiple_bendingbeam_fiveboxes.inp | 8 ++++---- .../calculix/material_multiple_bendingbeam_fivefaces.inp | 8 ++++---- .../calculix/material_multiple_tensionrod_twoboxes.inp | 8 ++++---- src/Mod/Fem/femtest/data/calculix/material_nonlinear.inp | 8 ++++---- .../data/calculix/square_pipe_end_twisted_edgeforces.inp | 8 ++++---- .../data/calculix/square_pipe_end_twisted_nodeforces.inp | 8 ++++---- src/Mod/Fem/femtest/data/calculix/thermomech_bimetall.inp | 8 ++++---- src/Mod/Fem/femtest/data/calculix/thermomech_flow1D.inp | 8 ++++---- src/Mod/Fem/femtest/data/calculix/thermomech_spine.inp | 8 ++++---- 20 files changed, 80 insertions(+), 80 deletions(-) diff --git a/src/Mod/Fem/femtest/data/calculix/box_frequency.inp b/src/Mod/Fem/femtest/data/calculix/box_frequency.inp index 4711ed82a4..8c2a6b3d31 100644 --- a/src/Mod/Fem/femtest/data/calculix/box_frequency.inp +++ b/src/Mod/Fem/femtest/data/calculix/box_frequency.inp @@ -482,7 +482,7 @@ S, E ** 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: ** @@ -494,8 +494,8 @@ S, E ** 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) ** diff --git a/src/Mod/Fem/femtest/data/calculix/box_static.inp b/src/Mod/Fem/femtest/data/calculix/box_static.inp index e2481279f8..97f24b42be 100644 --- a/src/Mod/Fem/femtest/data/calculix/box_static.inp +++ b/src/Mod/Fem/femtest/data/calculix/box_static.inp @@ -613,7 +613,7 @@ RF ** 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: ** @@ -625,8 +625,8 @@ RF ** 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) ** diff --git a/src/Mod/Fem/femtest/data/calculix/ccxcantilever_faceload.inp b/src/Mod/Fem/femtest/data/calculix/ccxcantilever_faceload.inp index e2d8578077..06258a9e06 100644 --- a/src/Mod/Fem/femtest/data/calculix/ccxcantilever_faceload.inp +++ b/src/Mod/Fem/femtest/data/calculix/ccxcantilever_faceload.inp @@ -432,7 +432,7 @@ RF ** 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: ** @@ -444,8 +444,8 @@ RF ** 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) ** diff --git a/src/Mod/Fem/femtest/data/calculix/ccxcantilever_hexa20.inp b/src/Mod/Fem/femtest/data/calculix/ccxcantilever_hexa20.inp index 44d293867d..a6a43d5197 100644 --- a/src/Mod/Fem/femtest/data/calculix/ccxcantilever_hexa20.inp +++ b/src/Mod/Fem/femtest/data/calculix/ccxcantilever_hexa20.inp @@ -466,7 +466,7 @@ RF ** 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: ** @@ -478,8 +478,8 @@ RF ** 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) ** diff --git a/src/Mod/Fem/femtest/data/calculix/ccxcantilever_nodeload.inp b/src/Mod/Fem/femtest/data/calculix/ccxcantilever_nodeload.inp index 45d48cf969..f3f3d1b9c6 100644 --- a/src/Mod/Fem/femtest/data/calculix/ccxcantilever_nodeload.inp +++ b/src/Mod/Fem/femtest/data/calculix/ccxcantilever_nodeload.inp @@ -429,7 +429,7 @@ RF ** 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: ** @@ -441,8 +441,8 @@ RF ** 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) ** diff --git a/src/Mod/Fem/femtest/data/calculix/ccxcantilever_prescribeddisplacement.inp b/src/Mod/Fem/femtest/data/calculix/ccxcantilever_prescribeddisplacement.inp index ec93d23ea8..226960c613 100644 --- a/src/Mod/Fem/femtest/data/calculix/ccxcantilever_prescribeddisplacement.inp +++ b/src/Mod/Fem/femtest/data/calculix/ccxcantilever_prescribeddisplacement.inp @@ -437,7 +437,7 @@ RF ** 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: ** @@ -449,8 +449,8 @@ RF ** 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) ** diff --git a/src/Mod/Fem/femtest/data/calculix/constraint_contact_shell_shell.inp b/src/Mod/Fem/femtest/data/calculix/constraint_contact_shell_shell.inp index 893a792976..4accd664b5 100644 --- a/src/Mod/Fem/femtest/data/calculix/constraint_contact_shell_shell.inp +++ b/src/Mod/Fem/femtest/data/calculix/constraint_contact_shell_shell.inp @@ -38439,7 +38439,7 @@ RF ** 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: ** @@ -38451,8 +38451,8 @@ RF ** 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) ** diff --git a/src/Mod/Fem/femtest/data/calculix/constraint_contact_solid_solid.inp b/src/Mod/Fem/femtest/data/calculix/constraint_contact_solid_solid.inp index efdeddaca9..7787d6cbb5 100644 --- a/src/Mod/Fem/femtest/data/calculix/constraint_contact_solid_solid.inp +++ b/src/Mod/Fem/femtest/data/calculix/constraint_contact_solid_solid.inp @@ -5371,7 +5371,7 @@ RF ** 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: ** @@ -5383,8 +5383,8 @@ RF ** 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) ** diff --git a/src/Mod/Fem/femtest/data/calculix/constraint_sectionprint.inp b/src/Mod/Fem/femtest/data/calculix/constraint_sectionprint.inp index 96b521775a..074f7bade4 100644 --- a/src/Mod/Fem/femtest/data/calculix/constraint_sectionprint.inp +++ b/src/Mod/Fem/femtest/data/calculix/constraint_sectionprint.inp @@ -3485,7 +3485,7 @@ RF ** 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: ** @@ -3497,8 +3497,8 @@ RF ** 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) ** diff --git a/src/Mod/Fem/femtest/data/calculix/constraint_selfweight_cantilever.inp b/src/Mod/Fem/femtest/data/calculix/constraint_selfweight_cantilever.inp index 6a16dbbd29..7c1ce57e7c 100644 --- a/src/Mod/Fem/femtest/data/calculix/constraint_selfweight_cantilever.inp +++ b/src/Mod/Fem/femtest/data/calculix/constraint_selfweight_cantilever.inp @@ -2213,7 +2213,7 @@ RF ** 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: ** @@ -2225,8 +2225,8 @@ RF ** 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) ** diff --git a/src/Mod/Fem/femtest/data/calculix/constraint_tie.inp b/src/Mod/Fem/femtest/data/calculix/constraint_tie.inp index 8ad31106ee..f9b53e0077 100644 --- a/src/Mod/Fem/femtest/data/calculix/constraint_tie.inp +++ b/src/Mod/Fem/femtest/data/calculix/constraint_tie.inp @@ -18677,7 +18677,7 @@ RF ** 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: ** @@ -18689,8 +18689,8 @@ RF ** 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) ** diff --git a/src/Mod/Fem/femtest/data/calculix/material_multiple_bendingbeam_fiveboxes.inp b/src/Mod/Fem/femtest/data/calculix/material_multiple_bendingbeam_fiveboxes.inp index 1f1ad967c3..ad75fb0b7c 100644 --- a/src/Mod/Fem/femtest/data/calculix/material_multiple_bendingbeam_fiveboxes.inp +++ b/src/Mod/Fem/femtest/data/calculix/material_multiple_bendingbeam_fiveboxes.inp @@ -29213,7 +29213,7 @@ RF ** 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: ** @@ -29225,8 +29225,8 @@ RF ** 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) ** diff --git a/src/Mod/Fem/femtest/data/calculix/material_multiple_bendingbeam_fivefaces.inp b/src/Mod/Fem/femtest/data/calculix/material_multiple_bendingbeam_fivefaces.inp index 09296d047b..250de8894d 100644 --- a/src/Mod/Fem/femtest/data/calculix/material_multiple_bendingbeam_fivefaces.inp +++ b/src/Mod/Fem/femtest/data/calculix/material_multiple_bendingbeam_fivefaces.inp @@ -2724,7 +2724,7 @@ RF ** 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: ** @@ -2736,8 +2736,8 @@ RF ** 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) ** diff --git a/src/Mod/Fem/femtest/data/calculix/material_multiple_tensionrod_twoboxes.inp b/src/Mod/Fem/femtest/data/calculix/material_multiple_tensionrod_twoboxes.inp index c0c2805461..aaa569e805 100644 --- a/src/Mod/Fem/femtest/data/calculix/material_multiple_tensionrod_twoboxes.inp +++ b/src/Mod/Fem/femtest/data/calculix/material_multiple_tensionrod_twoboxes.inp @@ -1305,7 +1305,7 @@ RF ** 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: ** @@ -1317,8 +1317,8 @@ RF ** 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) ** diff --git a/src/Mod/Fem/femtest/data/calculix/material_nonlinear.inp b/src/Mod/Fem/femtest/data/calculix/material_nonlinear.inp index 34fa09e23a..6aa3d5d639 100644 --- a/src/Mod/Fem/femtest/data/calculix/material_nonlinear.inp +++ b/src/Mod/Fem/femtest/data/calculix/material_nonlinear.inp @@ -20142,7 +20142,7 @@ RF ** 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: ** @@ -20154,8 +20154,8 @@ RF ** 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) ** diff --git a/src/Mod/Fem/femtest/data/calculix/square_pipe_end_twisted_edgeforces.inp b/src/Mod/Fem/femtest/data/calculix/square_pipe_end_twisted_edgeforces.inp index f77b2999f6..3f8ba1e1c9 100644 --- a/src/Mod/Fem/femtest/data/calculix/square_pipe_end_twisted_edgeforces.inp +++ b/src/Mod/Fem/femtest/data/calculix/square_pipe_end_twisted_edgeforces.inp @@ -2687,7 +2687,7 @@ RF ** 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: ** @@ -2699,8 +2699,8 @@ RF ** 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) ** diff --git a/src/Mod/Fem/femtest/data/calculix/square_pipe_end_twisted_nodeforces.inp b/src/Mod/Fem/femtest/data/calculix/square_pipe_end_twisted_nodeforces.inp index 2b53bb6a90..20c6d9404a 100644 --- a/src/Mod/Fem/femtest/data/calculix/square_pipe_end_twisted_nodeforces.inp +++ b/src/Mod/Fem/femtest/data/calculix/square_pipe_end_twisted_nodeforces.inp @@ -2799,7 +2799,7 @@ RF ** 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: ** @@ -2811,8 +2811,8 @@ RF ** 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) ** diff --git a/src/Mod/Fem/femtest/data/calculix/thermomech_bimetall.inp b/src/Mod/Fem/femtest/data/calculix/thermomech_bimetall.inp index 482fe55638..46c0d42a1c 100644 --- a/src/Mod/Fem/femtest/data/calculix/thermomech_bimetall.inp +++ b/src/Mod/Fem/femtest/data/calculix/thermomech_bimetall.inp @@ -8274,7 +8274,7 @@ RF ** 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: ** @@ -8286,8 +8286,8 @@ RF ** 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) ** diff --git a/src/Mod/Fem/femtest/data/calculix/thermomech_flow1D.inp b/src/Mod/Fem/femtest/data/calculix/thermomech_flow1D.inp index f8a4517ed8..e6ceb8cee9 100644 --- a/src/Mod/Fem/femtest/data/calculix/thermomech_flow1D.inp +++ b/src/Mod/Fem/femtest/data/calculix/thermomech_flow1D.inp @@ -183,7 +183,7 @@ MF, PS ** 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: ** @@ -195,8 +195,8 @@ MF, PS ** 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) ** diff --git a/src/Mod/Fem/femtest/data/calculix/thermomech_spine.inp b/src/Mod/Fem/femtest/data/calculix/thermomech_spine.inp index c8e9a1160b..9e03315ebe 100644 --- a/src/Mod/Fem/femtest/data/calculix/thermomech_spine.inp +++ b/src/Mod/Fem/femtest/data/calculix/thermomech_spine.inp @@ -222,7 +222,7 @@ RF ** 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: ** @@ -234,8 +234,8 @@ RF ** 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) **