Leekyo commited on
Commit
7d436b4
·
verified ·
1 Parent(s): 6bda462

Relicense to ODC-By v1.0 (match upstream DeepJEB/SimJEB)

Browse files
Files changed (1) hide show
  1. metadata.json +52 -8
metadata.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
- "license": "CC BY-NC 4.0",
3
- "license_url": "https://creativecommons.org/licenses/by-nc/4.0/",
4
  "dataset": "DeepJEB++ TRELLIS-generated jet-engine bracket surface-FEA dataset",
5
  "version": "1.0",
6
  "date": "2026-06-07",
@@ -23,10 +23,50 @@
23
  "density_g_per_mm3": 0.00443
24
  },
25
  "load_cases": [
26
- {"name": "ver", "type": "force", "direction": [0.0, 0.0, 1.0], "magnitude": 35600.0, "unit": "N"},
27
- {"name": "hor", "type": "force", "direction": [-1.0, 0.0, 0.0], "magnitude": 37800.0, "unit": "N"},
28
- {"name": "dia", "type": "force", "direction": [-0.669, 0.0, 0.743], "magnitude": 42300.0, "unit": "N"},
29
- {"name": "tor", "type": "moment", "direction": [0.0, 1.0, 0.0], "magnitude": 565000.0, "unit": "N*mm"}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
30
  ],
31
  "boundary_conditions": {
32
  "dirichlet": "4 bolt holes clamped (u = 0)",
@@ -43,7 +83,11 @@
43
  "mass": {
44
  "formula": "mass_g = density_g_per_mm3 * enclosed_volume_mm3",
45
  "volume_source": "pymeshfix-watertight enclosed volume of the registered native ~50k mesh (full resolution; more accurate than the 25k FEM tet volume)",
46
- "stats_g": {"min": 83.6, "median": 233.2, "max": 1500.7}
 
 
 
 
47
  },
48
  "layout": {
49
  "1_surface_meshes/": "15,360 input surface meshes (.obj, native ~50k verts)",
@@ -68,4 +112,4 @@
68
  "mass_vs_cad_validation": "The paper's 'R^2=0.9999 vs CAD' mass validation refers to the volume->mass pipeline checked against CAD reference masses (SimJEB GT, which has CAD). Generated TRELLIS brackets have no CAD counterpart, so that validation is not reproduced per-case here; the same deterministic volume pipeline is used.",
69
  "all_at_25k": "All 15,360 field/BC entries are at the same 25k FEM mesh density (consistent labels)."
70
  }
71
- }
 
1
  {
2
+ "license": "ODC-By v1.0",
3
+ "license_url": "https://opendatacommons.org/licenses/by/1-0/",
4
  "dataset": "DeepJEB++ TRELLIS-generated jet-engine bracket surface-FEA dataset",
5
  "version": "1.0",
6
  "date": "2026-06-07",
 
23
  "density_g_per_mm3": 0.00443
24
  },
25
  "load_cases": [
26
+ {
27
+ "name": "ver",
28
+ "type": "force",
29
+ "direction": [
30
+ 0.0,
31
+ 0.0,
32
+ 1.0
33
+ ],
34
+ "magnitude": 35600.0,
35
+ "unit": "N"
36
+ },
37
+ {
38
+ "name": "hor",
39
+ "type": "force",
40
+ "direction": [
41
+ -1.0,
42
+ 0.0,
43
+ 0.0
44
+ ],
45
+ "magnitude": 37800.0,
46
+ "unit": "N"
47
+ },
48
+ {
49
+ "name": "dia",
50
+ "type": "force",
51
+ "direction": [
52
+ -0.669,
53
+ 0.0,
54
+ 0.743
55
+ ],
56
+ "magnitude": 42300.0,
57
+ "unit": "N"
58
+ },
59
+ {
60
+ "name": "tor",
61
+ "type": "moment",
62
+ "direction": [
63
+ 0.0,
64
+ 1.0,
65
+ 0.0
66
+ ],
67
+ "magnitude": 565000.0,
68
+ "unit": "N*mm"
69
+ }
70
  ],
71
  "boundary_conditions": {
72
  "dirichlet": "4 bolt holes clamped (u = 0)",
 
83
  "mass": {
84
  "formula": "mass_g = density_g_per_mm3 * enclosed_volume_mm3",
85
  "volume_source": "pymeshfix-watertight enclosed volume of the registered native ~50k mesh (full resolution; more accurate than the 25k FEM tet volume)",
86
+ "stats_g": {
87
+ "min": 83.6,
88
+ "median": 233.2,
89
+ "max": 1500.7
90
+ }
91
  },
92
  "layout": {
93
  "1_surface_meshes/": "15,360 input surface meshes (.obj, native ~50k verts)",
 
112
  "mass_vs_cad_validation": "The paper's 'R^2=0.9999 vs CAD' mass validation refers to the volume->mass pipeline checked against CAD reference masses (SimJEB GT, which has CAD). Generated TRELLIS brackets have no CAD counterpart, so that validation is not reproduced per-case here; the same deterministic volume pipeline is used.",
113
  "all_at_25k": "All 15,360 field/BC entries are at the same 25k FEM mesh density (consistent labels)."
114
  }
115
+ }