Skip to content

Commit

Permalink
Tests, FEM: Add missing Density and update md5 of standard inp file
Browse files Browse the repository at this point in the history
Signed-off-by: Przemo Firszt <przemo@firszt.eu>
  • Loading branch information
PrzemoF authored and wwmayer committed Aug 5, 2015
1 parent 95a7083 commit f395f38
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Mod/Fem/TestFem.py
Expand Up @@ -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'
Expand Down Expand Up @@ -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):
Expand Down

0 comments on commit f395f38

Please sign in to comment.