From fcdbafba098e01e1189e4f1dbb0c633980770865 Mon Sep 17 00:00:00 2001 From: Bernd Hahnebach Date: Fri, 10 Jul 2020 14:41:30 +0200 Subject: [PATCH] FEM: examples, improve example names shown to the user --- .../Fem/femexamples/material_multiple_bendingbeam_fiveboxes.py | 2 +- .../Fem/femexamples/material_multiple_bendingbeam_fivefaces.py | 2 +- .../Fem/femexamples/material_multiple_tensionrod_twoboxes.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Mod/Fem/femexamples/material_multiple_bendingbeam_fiveboxes.py b/src/Mod/Fem/femexamples/material_multiple_bendingbeam_fiveboxes.py index 61215c75a0..31f6b78581 100644 --- a/src/Mod/Fem/femexamples/material_multiple_bendingbeam_fiveboxes.py +++ b/src/Mod/Fem/femexamples/material_multiple_bendingbeam_fiveboxes.py @@ -43,7 +43,7 @@ def init_doc(doc=None): def get_information(): - info = {"name": "Multibody Analysis", + info = {"name": "Multimaterial bending beam 5 boxes", "meshtype": "solid", "meshelement": "Tet10", "constraints": ["fixed", "force"], diff --git a/src/Mod/Fem/femexamples/material_multiple_bendingbeam_fivefaces.py b/src/Mod/Fem/femexamples/material_multiple_bendingbeam_fivefaces.py index b52d5c08aa..59b6fc983f 100644 --- a/src/Mod/Fem/femexamples/material_multiple_bendingbeam_fivefaces.py +++ b/src/Mod/Fem/femexamples/material_multiple_bendingbeam_fivefaces.py @@ -42,7 +42,7 @@ def init_doc(doc=None): def get_information(): - info = {"name": "Multibody Face Analysis", + info = {"name": "Multimaterial bending beam 5 faces", "meshtype": "solid", "meshelement": "Tria6", "constraints": ["fixed", "force"], diff --git a/src/Mod/Fem/femexamples/material_multiple_tensionrod_twoboxes.py b/src/Mod/Fem/femexamples/material_multiple_tensionrod_twoboxes.py index 8c135ea54e..9c02816fcb 100644 --- a/src/Mod/Fem/femexamples/material_multiple_tensionrod_twoboxes.py +++ b/src/Mod/Fem/femexamples/material_multiple_tensionrod_twoboxes.py @@ -46,7 +46,7 @@ def init_doc(doc=None): def get_information(): - info = {"name": "Material Multiple Two Boxes", + info = {"name": "Multimaterial tension rod 2 boxes", "meshtype": "solid", "meshelement": "Tet10", "constraints": ["fixed", "pressure"],