rypy91 commited on
Commit
08dad37
·
verified ·
1 Parent(s): 19bd210

Upload README.txt

Browse files
Files changed (1) hide show
  1. README.txt +104 -0
README.txt CHANGED
@@ -3,6 +3,110 @@
3
 
4
  # # # PHASE-FIELD # # #
5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6
  # # # HOSS # # #
7
 
8
  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.):
 
3
 
4
  # # # PHASE-FIELD # # #
5
 
6
+ This repository contains simulation output data organizedi into compressed .tag.gz archives of HDF5 (.h5) files. The data is goruped under 5 different material directories and 2 boundary condition subdirectories containing a sequence of tarballs (e.g.):
7
+
8
+ PHASE-FIELD/
9
+ ├── aluminum/
10
+ │ ├── combined_bc/
11
+ │ ├── xz_batch_000.tar.gz
12
+ │ ├── xz_batch_001.tar.gz
13
+ │ ├── horizontal_bc/
14
+ │ ├── z_batch_000.tar.gz
15
+ │ └── ...
16
+ ├── pbx/
17
+ │ ├── combined_bc/
18
+ │ ├── horizontal_bc/
19
+ │ ├── z_batch_000.tar.gz
20
+ │ └── ...
21
+ └── shale/
22
+ │ ├── combined_bc/
23
+ │ ├── horizontal_bc/
24
+ │ ├── z_batch_000.tar.gz
25
+ │ └── ...
26
+ ...
27
+
28
+ Each .tar.gz archive holds 1000 compressed HDF5 (.h5) files. The .h5 files are named using the following convention:
29
+
30
+ frac_pull_{bc}_{modnum}.h5
31
+
32
+ where {bc} represents the boundary condtion types [z,xz] (uniaxial,biaxial) {modnum} represents the simulation (or model) number.
33
+
34
+ # # Stucture of each .h5 file # #
35
+
36
+ Each HDF5 file contains fracture simulatio ndata and is orgnize by a consistent set of keys:
37
+
38
+ grid points
39
+ dtype: int32
40
+ The number of gird points in the simulation.
41
+
42
+ model {modnum} break time
43
+ float
44
+ Represents the simulation time-to-failure.
45
+
46
+ model {modnum} fracture at time = {time}
47
+ numpy array of shape (128,128)
48
+ dtype: float32
49
+ Represents the phase-field scalar variable at each time across the model domain
50
+
51
+ model {modnum} fracture initial
52
+ numpy array of shape (128,128)
53
+ dtype: float32
54
+ The initial (unfractured) state of the model before any deformation.
55
+
56
+ model {modnum} fracture final
57
+ numpy array of shape (128,128)
58
+ dtype: float32
59
+ The final fracture configuration at the time-to-failure.
60
+
61
+ origin
62
+ dtype: int32
63
+ Represents the origin coordinate.
64
+
65
+ spacing
66
+ dtype: int32
67
+ Represents the simulation spacing.
68
+
69
+ # .h5 file keys example #
70
+
71
+ == Keys In File ==
72
+ grid points
73
+ model 100195 break time
74
+ model 100195 fracture at time = 1.0999999E-04
75
+ model 100195 fracture at time = 1.2000000E-04
76
+ model 100195 fracture at time = 1.3000000E-04
77
+ model 100195 fracture at time = 1.3999999E-04
78
+ model 100195 fracture at time = 1.4999999E-04
79
+ model 100195 fracture at time = 1.6000000E-04
80
+ model 100195 fracture at time = 1.7000000E-04
81
+ model 100195 fracture at time = 1.8000000E-04
82
+ model 100195 fracture at time = 1.8999999E-04
83
+ model 100195 fracture at time = 1.9999999E-04
84
+ model 100195 fracture at time = 1.9999999E-05
85
+ model 100195 fracture at time = 2.1000000E-04
86
+ model 100195 fracture at time = 2.1999999E-04
87
+ model 100195 fracture at time = 2.2999999E-04
88
+ model 100195 fracture at time = 2.3999999E-04
89
+ model 100195 fracture at time = 2.4999998E-04
90
+ model 100195 fracture at time = 2.6000000E-04
91
+ model 100195 fracture at time = 2.6999999E-04
92
+ model 100195 fracture at time = 2.7999998E-04
93
+ model 100195 fracture at time = 2.9000000E-04
94
+ model 100195 fracture at time = 2.9999999E-04
95
+ model 100195 fracture at time = 2.9999999E-05
96
+ model 100195 fracture at time = 3.1000000E-04
97
+ model 100195 fracture at time = 3.9999999E-05
98
+ model 100195 fracture at time = 4.9999999E-05
99
+ model 100195 fracture at time = 5.9999998E-05
100
+ model 100195 fracture at time = 6.9999995E-05
101
+ model 100195 fracture at time = 7.9999998E-05
102
+ model 100195 fracture at time = 9.0000001E-05
103
+ model 100195 fracture at time = 9.9999997E-05
104
+ model 100195 fracture at time = 9.9999997E-06
105
+ model 100195 fracture final
106
+ model 100195 fracture initial
107
+ origin
108
+ spacing
109
+
110
  # # # HOSS # # #
111
 
112
  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.):