From f395f38d09ecfc19fb67132031b1bbc7c92bc5b6 Mon Sep 17 00:00:00 2001 From: Przemo Firszt Date: Sat, 1 Aug 2015 11:53:30 +0100 Subject: [PATCH] Tests, FEM: Add missing Density and update md5 of standard inp file Signed-off-by: Przemo Firszt --- src/Mod/Fem/TestFem.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Mod/Fem/TestFem.py b/src/Mod/Fem/TestFem.py index 77723c3cf3c2..6818a7eb3832 100644 --- a/src/Mod/Fem/TestFem.py +++ b/src/Mod/Fem/TestFem.py @@ -36,7 +36,7 @@ # All changes in ccxInpWriter resulting in changes of the .inp file should # be reflected in src/Mod/Fem/test_file.inp and the m5d_standard variable # should be updated -md5_standard = "4de49f1f9ef63e56f180bb42f7b55ccf" +md5_standard = "5f1739821b1c741a6f35655af102bb14" mesh_name = 'Mesh' working_dir = '/tmp/FEM/' mesh_points_file = 'Mod/Fem/mesh_points.csv' @@ -83,6 +83,7 @@ def create_new_material(self): mat['Name'] = "Test Material" mat['YoungsModulus'] = "20000 MPa" mat['PoissonRatio'] = "0.36" + mat['Density'] = "1000 kg/m^3" self.new_material_object.Material = mat def create_fixed_constraint(self):