From 9728cf15f0a1d77840162661a9d1c8ec6a9c96a7 Mon Sep 17 00:00:00 2001 From: Sudhanshu Dubey Date: Thu, 30 Jul 2020 08:10:27 +0200 Subject: [PATCH] FEM: square pipe examples, typo corrected for consistency --- src/Mod/Fem/femexamples/square_pipe_end_twisted_edgeforces.py | 2 +- src/Mod/Fem/femexamples/square_pipe_end_twisted_nodeforces.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Mod/Fem/femexamples/square_pipe_end_twisted_edgeforces.py b/src/Mod/Fem/femexamples/square_pipe_end_twisted_edgeforces.py index 2a0c97be3340..d0dfeb07e3ac 100644 --- a/src/Mod/Fem/femexamples/square_pipe_end_twisted_edgeforces.py +++ b/src/Mod/Fem/femexamples/square_pipe_end_twisted_edgeforces.py @@ -49,7 +49,7 @@ def get_information(): "meshelement": "Tria6", "constraints": ["force", "fixed"], "solvers": ["calculix"], - "material": "Solid", + "material": "solid", "equation": "mechanical" } return info diff --git a/src/Mod/Fem/femexamples/square_pipe_end_twisted_nodeforces.py b/src/Mod/Fem/femexamples/square_pipe_end_twisted_nodeforces.py index 8724ab59ec4e..2028b1d51dc5 100644 --- a/src/Mod/Fem/femexamples/square_pipe_end_twisted_nodeforces.py +++ b/src/Mod/Fem/femexamples/square_pipe_end_twisted_nodeforces.py @@ -49,7 +49,7 @@ def get_information(): "meshelement": "Tria6", "constraints": ["force", "fixed"], "solvers": ["calculix"], - "material": "Solid", + "material": "solid", "equation": "mechanical" } return info