Skip to content

Commit

Permalink
FEM: fix unit test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
berndhahnebach authored and wwmayer committed Feb 17, 2016
1 parent 2f2e6e8 commit 183f8df
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 4 deletions.
12 changes: 10 additions & 2 deletions src/Mod/Fem/test_files/ccx/cube_frequency.inp
Expand Up @@ -464,15 +464,18 @@ Eall
68,
69,

***********************************************************
** Node sets for prescribed displacement constraint
** written by write_displacement_nodes function

***********************************************************
** Materials
** written by write_materials function
** Young's modulus unit is MPa = N/mm2
**FreeCAD material name: Steel
*MATERIAL, NAME=MechanicalMaterial
*ELASTIC
200000 ,
0.300
200000 , 0.300
*DENSITY
7.900e-09,

Expand All @@ -497,6 +500,11 @@ FemConstraintFixed,2
FemConstraintFixed,3


***********************************************************
** Displacement constraint applied
** written by write_displacement function


***********************************************************
** Frequency analysis
** written by write_frequency function
Expand Down
12 changes: 10 additions & 2 deletions src/Mod/Fem/test_files/ccx/cube_static.inp
Expand Up @@ -464,6 +464,10 @@ Eall
68,
69,

***********************************************************
** Node sets for prescribed displacement constraint
** written by write_displacement_nodes function

***********************************************************
** Node sets for loads
** written by write_node_sets_constraints_force function
Expand All @@ -476,8 +480,7 @@ Eall
**FreeCAD material name: Steel
*MATERIAL, NAME=MechanicalMaterial
*ELASTIC
200000 ,
0.300
200000 , 0.300
*DENSITY
7.900e-09,

Expand All @@ -502,6 +505,11 @@ FemConstraintFixed,2
FemConstraintFixed,3


***********************************************************
** Displacement constraint applied
** written by write_displacement function


***********************************************************
** Node loads
** written by write_constraints_force function
Expand Down

0 comments on commit 183f8df

Please sign in to comment.