rypy91 commited on
Commit
fa9433f
·
verified ·
1 Parent(s): b08e558

Upload 2 files

Browse files

adding readme and example file (as explained in readme)

Files changed (3) hide show
  1. .gitattributes +1 -0
  2. README.txt +100 -0
  3. frac_pull_z_15941.gif +3 -0
.gitattributes CHANGED
@@ -1 +1,2 @@
1
  *.tar.gz filter=lfs diff=lfs merge=lfs -text
 
 
1
  *.tar.gz filter=lfs diff=lfs merge=lfs -text
2
+ frac_pull_z_15941.gif filter=lfs diff=lfs merge=lfs -text
README.txt ADDED
@@ -0,0 +1,100 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # # # # material_fracturing data archive readme # # # #
2
+
3
+ # # # PHASE-FIELD # # #
4
+
5
+ # # # HOSS # # #
6
+
7
+ This repository contains simulation output data organized into compressed .tar.gz archives of HDF5 (.h5) files. The data is grouped under three different material directories containing a sequence of tarballs (e.g.):
8
+
9
+ HOSS/
10
+ ├── pbx/
11
+ │ ├── batch_001.tar.gz
12
+ │ ├── batch_002.tar.gz
13
+ │ └── ...
14
+ ├── shale/
15
+ │ ├── batch_001.tar.gz
16
+ │ ├── batch_002.tar.gz
17
+ │ └── ...
18
+ └── tungsten/
19
+ ├── batch_001.tar.gz
20
+ ├── batch_002.tar.gz
21
+ └── ...
22
+
23
+ Each .tar.gz archive holds 1000 compressed HDF5 (.h5) files. The .h5 files are named using the following convention:
24
+
25
+ frac_pull_z_{modnum}.h5
26
+
27
+ where {modnum} represents the simulation (or model) number.
28
+
29
+ # # Structure of each .h5 file # #
30
+
31
+ Each HDF5 file contains fracture simulation data and is organized by a consistent set of keys:
32
+
33
+ model {modnum} break time
34
+ float
35
+ Represents the simulation time-to-failure.
36
+
37
+ model {modnum} fracture at time = {step}_{time}
38
+ numpy array of shape (X,7)
39
+ where X is the total number of edge segments with columns:
40
+ [p1_x, p1_y, p1_z, p2_x, p2_y, p2_z, damage]
41
+ p1_x is the x-coordinate position of the 1st point on the edge
42
+ p1_y is the y-coordinate position of the 1st point on the edge
43
+ p1_z is the z-coordinate position of the 1st point on the edge
44
+ p2_x is the x-coordinate position of the 2nd point on the edge
45
+ p2_y is the y-coordinate position of the 2nd point on the edge
46
+ p2_z is the z-coordinate position of the 2nd point on the edge
47
+ damage is the 0.0 to 1.0 value of loss of cohesion (1.0 is complete failure)
48
+ For more details on cohesion see (Lei, Z., Rougier, E., Knight, E. E., Zang, M. & Munjiza, A. Impact fracture and fragmentation of glass via the 3d combined finite-discrete element method. Applied Sciences 11, 2484 (2021))
49
+ Snapshots of the fracture state at discrete simulation time steps.
50
+ {step}: Sequential index of the snapshot.
51
+ {time}: Physical simulation time in scientific notation (seconds).
52
+
53
+ model {modnum} fracture initial
54
+ numpy array of shape (X,7)
55
+ where X is the total number of edge segments with columns:
56
+ [p1_x, p1_y, p1_z, p2_x, p2_y, p2_z, damage]
57
+ The initial (unfractured) state of the model before any deformation.
58
+
59
+ model {modnum} fracture final
60
+ numpy array of shape (X,7)
61
+ where X is the total number of edge segments with columns:
62
+ [p1_x, p1_y, p1_z, p2_x, p2_y, p2_z, damage]
63
+ The final fracture configuration at the time-to-failure.
64
+
65
+ unique lines
66
+ int
67
+ The total number of unique edge segements in simulation that represents the unstructured grid.
68
+
69
+ # .h5 file keys example #
70
+
71
+ == Keys In File ==
72
+ model 15941 break time
73
+ model 15941 fracture at time = 001_0.00000000e+00
74
+ model 15941 fracture at time = 002_2.00000000e-09
75
+ model 15941 fracture at time = 003_4.00000000e-09
76
+ model 15941 fracture at time = 004_6.00000000e-09
77
+ model 15941 fracture at time = 005_8.00000000e-09
78
+ model 15941 fracture at time = 006_1.00000000e-08
79
+ model 15941 fracture at time = 007_1.20000000e-08
80
+ model 15941 fracture at time = 008_1.40000000e-08
81
+ model 15941 fracture at time = 009_1.60000000e-08
82
+ model 15941 fracture at time = 010_1.80000000e-08
83
+ model 15941 fracture at time = 011_2.00000000e-08
84
+ model 15941 fracture at time = 012_2.20000000e-08
85
+ model 15941 fracture at time = 013_2.40000000e-08
86
+ model 15941 fracture at time = 014_2.60000000e-08
87
+ model 15941 fracture at time = 015_2.80000000e-08
88
+ model 15941 fracture at time = 016_3.00000000e-08
89
+ model 15941 fracture at time = 017_3.20000000e-08
90
+ model 15941 fracture final
91
+ model 15941 fracture initial
92
+ unique lines
93
+
94
+ # Plots #
95
+
96
+ frac_pull_z_15941.gif
97
+ An example .gif of a single simulation as the fracture patterns evolve.
98
+
99
+
100
+
frac_pull_z_15941.gif ADDED

Git LFS Details

  • SHA256: 2ff43d0e85c0f62ca2df4557019544d77a91c35f8533002315bbc9d16a7c5ca8
  • Pointer size: 131 Bytes
  • Size of remote file: 957 kB