Skip to content

Commit 21cac0f

Browse files
committed
Midnight exp_14: PAC Triangle — NS/dark matter/turbulence (1/4)
Panel A PASS: MED depth bound prevents energy blowup at all depths. She-Leveque exponents verified at 0.06% mean error. The Fibonacci turbulence formula (p/9 + 2(1-(2/3)^(p/3))) is confirmed. Panel B FAIL: Naive PAC tree rotation curve doesn't reproduce NFW. Linear depth-to-radius mapping too simplistic. Dark matter fraction wrong sign. The depth-73 mass prediction (5.8 keV) still holds but the spatial mapping needs serious work. Panel C FAIL: CIV velocity structure functions ANTI-correlate with She-Leveque (r=-0.93). Cosmic gas velocity is NOT Kolmogorov turbulence. The structure function exponents decrease with p instead of increasing. Different physical regime. The conceptual connection (turbulence=down, dark matter=up, velocity= across time) needs more mathematical development. The building blocks (depth bound, She-Leveque, cascade clock) are solid individually. The bridge between them is not built yet.
1 parent 55ea851 commit 21cac0f

2 files changed

Lines changed: 455 additions & 0 deletions

File tree

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
{
2+
"experiment": "exp_14_pac_triangle",
3+
"initiative": "midnight",
4+
"panels": {
5+
"A": {
6+
"test": "panel_A",
7+
"depth_results": {
8+
"1": {
9+
"mean_concentration": 1.235179426673697,
10+
"max_concentration": 1.558360821748345,
11+
"blowup": false
12+
},
13+
"2": {
14+
"mean_concentration": 1.2925806617483955,
15+
"max_concentration": 1.58253938017825,
16+
"blowup": false
17+
},
18+
"3": {
19+
"mean_concentration": 1.3368960898985114,
20+
"max_concentration": 1.5986812632719642,
21+
"blowup": false
22+
},
23+
"5": {
24+
"mean_concentration": 1.413249915885619,
25+
"max_concentration": 1.6195636151638875,
26+
"blowup": false
27+
},
28+
"10": {
29+
"mean_concentration": 1.5408377610028332,
30+
"max_concentration": 1.688060624117564,
31+
"blowup": false
32+
}
33+
},
34+
"sl_mean_error": 0.0005750143241246397,
35+
"PASS": true
36+
},
37+
"B": {
38+
"test": "panel_B",
39+
"pac_flatness": 0.10029129032608433,
40+
"dm_fraction": -0.02993051506421085,
41+
"pac_nfw_corr": -0.3591389369095951,
42+
"PASS": false
43+
},
44+
"C": {
45+
"test": "panel_C",
46+
"ratio_correlation": -0.9276354604564966,
47+
"PASS": false
48+
},
49+
"D": {
50+
"test": "panel_D",
51+
"n_panels_pass": 1,
52+
"PASS": false
53+
}
54+
},
55+
"score": "1/4"
56+
}

0 commit comments

Comments
 (0)