| ▼ Straight Track Sections Weight | ||||
| ☰ | \( L_{\text{straight, run}} \) | Straight Run Length (m) | 3.000000 |
View Help GuidePurpose: Longitudinal Span.
Logic: The linear distance of the flat track sections where the payload reaches its maximum operational velocity.
Type: Calculated (Math Output)
Render on Grids: None
Mathematical Formula:
$$L_{\text{straight, run}} = L_{\text{straight}}/2$$ Python Logic:
v["Half straight track length (m)"]Live Evaluation: [ROUTE: STATIC/GLOBAL] 3.0000 = 3.0000
|
| ☰ | \( X_{\text{modules, straight}} \) | Modules per Straight Run | 0.000000 |
View Help GuidePurpose: Segment Count.
Logic: Defines the number of 1-meter structural blocks required to cover a single layer on one side of the straight run.
Type: Calculated (Math Output)
Render on Grids: None
Mathematical Formula:
$$X_{\text{modules, straight}} = ROUNDUP ( L_{\text{straight, run}} / L , 0 )$$ Python Logic:
ROUNDUP ( v["Straight Run Length (m)"] / v["Module Length (m)"] , 0 )Live Evaluation: [ROUTE: STATIC/GLOBAL] ROUNDUP ( 3.0000 / 0.0000 , 0 ) = 0.0000
|
| ☰ | \( \Sigma X_{\text{straight, modules}} \) | Total Straight Modules | 0.000000 |
View Help GuidePurpose: Global Module Count.
Logic: The cumulative number of straight cover segments required for the top and bottom layers across both lateral sides.
Type: Calculated (Math Output)
Render on Grids: None
Mathematical Formula:
$$\Sigma X_{\text{straight, modules}} = X_{\text{modules, straight}} \times 2 \times 2$$ Python Logic:
v["Modules per Straight Run"] * 2 * 2Live Evaluation: [ROUTE: STATIC/GLOBAL] 0.0000 * 2 * 2 = 0.0000
|
| ☰ | \( \Sigma M_{\text{straight}} \) | Total Straight Mass (kg) | 0.000000 |
View Help GuidePurpose: Mass Output.
Logic: The combined weight of all straight-line "Crash-Rated" protective panels engineered for impact containment.
Type: Calculated (Math Output)
Render on Grids: None
Mathematical Formula:
$$\Sigma M_{\text{straight}} = \Sigma X_{\text{straight, modules}} \times M_{\text{outer, cover}}$$ Python Logic:
v["Total Straight Modules"] * v["Outer Cover Unit Mass (kg)"]Live Evaluation: [ROUTE: STATIC/GLOBAL] 0.0000 * 0.0000 = 0.0000
|