Skip to content

Commit

Permalink
FEM: Adding the meshing points and volumes files necessary to create …
Browse files Browse the repository at this point in the history
…mesh of test model to the test folder
  • Loading branch information
stoflap authored and wwmayer committed Aug 4, 2016
1 parent 1caeb68 commit e8adb51
Show file tree
Hide file tree
Showing 4 changed files with 62 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Mod/Fem/App/CMakeLists.txt
Expand Up @@ -134,7 +134,7 @@ SET(FemScripts_SRCS

SET(FemTests_SRCS
test_files/ccx/mesh_points.csv
test_files/ccx/mesh_volumes.csv
test_files/ccx/mesh_volumes.csv
test_files/ccx/cube_frequency.inp
test_files/ccx/cube_frequency.dat
test_files/ccx/cube_frequency.frd
Expand All @@ -144,6 +144,8 @@ SET(FemTests_SRCS
test_files/ccx/cube_static.frd
test_files/ccx/cube_static_expected_values
test_files/ccx/cube.fcstd
test_files/ccx/spine_points.csv
test_files/ccx/spine_volumes.csv
test_files/ccx/spine_thermomech.fcstd
)

Expand Down
2 changes: 2 additions & 0 deletions src/Mod/Fem/CMakeLists.txt
Expand Up @@ -104,6 +104,8 @@ INSTALL(
test_files/ccx/cube_static.frd
test_files/ccx/cube_static_expected_values
test_files/ccx/cube.fcstd
test_files/ccx/spine_points.csv
test_files/ccx/spine_volumes.csv
test_files/ccx/spine_thermomech.fcstd

DESTINATION
Expand Down
45 changes: 45 additions & 0 deletions src/Mod/Fem/test_files/ccx/spine_points.csv
@@ -0,0 +1,45 @@
1,203.2,25.4,0
2,203.2,25.4,25.4
3,203.2,0,0
4,203.2,0,25.4
5,0,25.4,0
6,0,25.4,25.4
7,0,0,0
8,0,0,25.4
9,98.3488,25.4,25.4
10,102.616,0,25.4
11,98.3488,25.4,0
12,102.616,0,0
13,0,12.7,25.4
14,49.1744,25.4,25.4
15,150.774,25.4,25.4
16,203.2,12.7,25.4
17,51.308,0,25.4
18,152.908,0,25.4
19,0,12.7,0
20,49.1744,25.4,0
21,150.774,25.4,0
22,203.2,12.7,0
23,51.308,0,0
24,152.908,0,0
25,203.2,25.4,12.7
26,0,25.4,12.7
27,203.2,0,12.7
28,0,0,12.7
29,0,12.7,12.7
30,51.308,12.7,25.4
31,100.482,12.7,25.4
32,152.908,12.7,25.4
33,51.308,12.7,0
34,100.482,12.7,0
35,152.908,12.7,0
36,203.2,12.7,12.7
37,49.1744,25.4,12.7
38,150.774,25.4,12.7
39,98.3488,25.4,12.7
40,51.308,0,12.7
41,152.908,0,12.7
42,102.616,0,12.7
43,51.308,12.7,12.7
44,100.482,12.7,12.7
45,152.908,12.7,12.7
12 changes: 12 additions & 0 deletions src/Mod/Fem/test_files/ccx/spine_volumes.csv
@@ -0,0 +1,12 @@
37,5,6,12,11,26,43,33,20,37,34
38,9,12,11,2,44,34,39,15,45,38
39,3,4,1,12,27,36,22,24,41,35
40,2,12,11,1,45,34,38,25,35,21
41,2,12,1,4,45,35,25,16,41,36
42,9,12,2,10,44,45,15,31,42,32
43,2,12,4,10,45,41,16,32,42,18
44,9,12,10,6,44,42,31,14,43,30
45,9,12,6,11,44,43,14,39,34,37
46,6,7,5,12,29,19,26,43,23,33
47,8,7,6,12,28,29,13,40,23,43
48,12,10,6,8,42,30,43,40,17,13

0 comments on commit e8adb51

Please sign in to comment.