-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.txt
More file actions
115 lines (101 loc) · 9.88 KB
/
Copy pathconfig.txt
File metadata and controls
115 lines (101 loc) · 9.88 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
* ===================================================================================================================================
* ===================================================================================================================================
* ============== Configuration txt file containing information about the calculation =======================================
* ============== settings, analysis tools and output. The specific raw format symbol matters. =======================================
* ===================================================================================================================================
* ===================================================================================================================================
SIMULATION MODE(LIST)
| (LIST) - mode which gives all modulus in a list;
| (FRACTURE_LOOP) - mode which gives all modulus in a taylor-made loop (requiring working directly with the Main.cpp);
| (ISING_LOOP) - mode which gives all modulus in a taylor-made loop (requiring working directly with the Main.cpp).
=====================================================================================================================================
================================ Initial parameters for DCC_Section Tool ====================================================
=====================================================================================================================================
DCC_Section SWITCHED ON
| Switch on/off the whole DCC_Section tool from the calculation. Only "DCC_Section SWITCH XX" is allowed here.
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
| Value | Description | Special sign | Index in the Configuration vector |
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-------------------------------------------------------------------------------------------------------------------------------------
P | Calculation type ('P' - plane cut, 'H' - half-plane cut with length a) | } | 00
0.3 | half-plane length a = r/L, where r is the size and L is the length of the whole plane
=====================================================================================================================================
================================ Initial parameters for DCC_Processing Tool ====================================================
=====================================================================================================================================
DCC_Processing SWITCHED ON
| Switch on/off the whole DCC_Processing tool from the calculation. Only "DCC_Processing SWITCH XX" is allowed here.
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
| Value | Description | Special sign | Index in the Configuration vector |
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-------------------------------------------------------------------------------------------------------------------------------------
3 | The problem dimension that is the maximum dimension k_max of k-Cells | @ | 0
-------------------------------------------------------------------------------------------------------------------------------------
R | Calculation type ('R', 'RW', 'S', 'F', 'I' or 'X') | & |
-------------------------------------------------------------------------------------------------------------------------------------
1 | The number of i(X) designs | ! | 1
| (0 - random; 1 - random, smax; 2 - random, smax, smin; 3 - random, smax, smin, smax-smin/2;...)
-------------------------------------------------------------------------------------------------------------------------------------
0.99 | MAX fraction of Special faces (calculation limit) | ? | 2
-------------------------------------------------------------------------------------------------------------------------------------
/Users/user/Dropbox/OFFICE/NEPER/Voronoi_1k/Voronoi/ | Input folder | ~ |
-------------------------------------------------------------------------------------------------------------------------------------
/Users/user/Dropbox/OFFICE/NEPER/resultsJanuary2023/v1k/ | Output folder | $ |
-------------------------------------------------------------------------------------------------------------------------------------
* Slash ../ at the end is essential here
/Users/user/Dropbox/OFFICE/NEPER/resultsJuly2022/2D_5k/
/Users/user/Dropbox/OFFICE/NEPER/resultsJuly2022/2D_5k/res/
/Users/user/Dropbox/OFFICE/NEPER/1kCells/
/Users/user/Dropbox/OFFICE/NEPER/resultsJuly2022/1kCells/res/
=====================================================================================================================================
================================ Initial parameters for DCC_Kinetic Tool ========================================================
=====================================================================================================================================
DCC_Kinetic SWITCHED ON
| Switch on/off the whole DCC_Kinetic tool from the calculation.
| Only "DCC_Kinetic SWITCHED XX" is allowed here.
++++++++++++++++++++++++++++++++++++++
| Value | Description | Special sign |
++++++++++++++++++++++++++++++++++++++
-------------------------------------------------------------------------------------------------------------------------------------
F | Kinetic simulation type ('F', 'W' or 'P') | ` | Fracture, Wear and Plasticity
-------------------------------------------------------------------------------------------------------------------------------------
0.5 | MAX fraction of Kinetic generated faces (calculation limit) | ^ | 3
-------------------------------------------------------------------------------------------------------------------------------------
=====================================================================================================================================
================================= Analysis tools =====================================================================
=====================================================================================================================================
DCC_Characterisation SWITCHED OFF
| Switch on/off the whole DCC_StructureCharacterisation tool from the calculation. Only "DCC_Characterisation SWITCH XX" is allowed here.
+++++++++++++++++++++++++++++++++++++++++++++++
| On/Off | Description | Index | Library name |
+++++++++++++++++++++++++++++++++++++++++++++++
-------------------------------------------------------------------------------------------------------------------------------------
% | Nodes types statistics, indices and configuration entropy 4 QPsLab.h
-------------------------------------------------------------------------------------------------------------------------------------
# | Edges types statistics, indices and configuration entropy 5 TJsLab.h
-------------------------------------------------------------------------------------------------------------------------------------
% | Faces types statistics and structural indices 6 FacesLab.h
-------------------------------------------------------------------------------------------------------------------------------------
% | Grain types statistics, indices and configuration entropy 7 GrainsLab.h
-------------------------------------------------------------------------------------------------------------------------------------
% | Nodes Laplacian with its spectrum for the nodes network,
Betti numbers (NB0, NB1 and NB2) of the special nodes network 8 NodeLaplacians.h
-------------------------------------------------------------------------------------------------------------------------------------
% | Edges Laplacian with its spectrum for the nodes network,
Betti numbers (EB0, EB1 and EB2) of the special nodes network 9 EdgeLaplacians.h
-------------------------------------------------------------------------------------------------------------------------------------
% | Faces Laplacian with its spectrum for the nodes network,
Betti numbers (FB0, FB1 and FB2) of the special nodes network 10 FaceLaplacians.h
-------------------------------------------------------------------------------------------------------------------------------------
% | Grain Laplacian with its spectrum for the edges network,
Betti numbers (GB0, GB1 and GB2) of the special grains network 11 GrainLaplacians.h
-------------------------------------------------------------------------------------------------------------------------------------
% | Statistical physics and Tutte polynomial for special networks 12 DCCStatistical.h
-------------------------------------------------------------------------------------------------------------------------------------
=====================================================================================================================================
================================= Writer tools =============================================================================
=====================================================================================================================================
DCC_Writer SWITCHED ON
| Switch on/off the whole DCC_Kinetic module from the calculations (Only "DCC_Writer SWITCHED XX" is allowed here)
* ===================================================================================================================================
* ================================ End of file ==========================================================================
* ===================================================================================================================================