80 lines
3.8 KiB
HTML
80 lines
3.8 KiB
HTML
|
|
<!DOCTYPE html>
|
||
|
|
<html lang="en">
|
||
|
|
<head>
|
||
|
|
<meta charset="UTF-8">
|
||
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
|
|
<title>Thermal Loop Verification • Allen Lorch</title>
|
||
|
|
<style>
|
||
|
|
:root { --void: #0a0a0a; --copper: #ff6b00; --ice: #e0e0e0; --grid: #333; }
|
||
|
|
body { font-family: 'JetBrains Mono', 'SF Mono', monospace; background: var(--void); color: var(--ice); margin: 0; padding: 3rem; line-height: 1.5; }
|
||
|
|
h1 { color: var(--copper); border-bottom: 1px solid var(--copper); padding-bottom: 0.75rem; letter-spacing: -0.05em; }
|
||
|
|
h2 { color: #fff; font-size: 1.2rem; margin-top: 3rem; }
|
||
|
|
.metric-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin: 2rem 0; border: 1px solid var(--copper); padding: 1.5rem; }
|
||
|
|
.cell { border: 1px solid var(--grid); padding: 1rem; text-align: center; }
|
||
|
|
.cell-label { color: var(--copper); font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.1em; }
|
||
|
|
.cell-value { font-size: 1.5rem; font-weight: bold; }
|
||
|
|
.cell-unit { color: #888; font-size: 0.75rem; }
|
||
|
|
img { width: 100%; height: auto; border: 1px solid var(--copper); margin: 2rem 0; filter: sepia(0.3) contrast(1.2); }
|
||
|
|
a { color: var(--copper); text-decoration: none; }
|
||
|
|
a:hover { text-shadow: 0 0 8px var(--copper); }
|
||
|
|
.sigil { position: fixed; bottom: 2rem; right: 2rem; color: var(--copper); font-size: 0.75rem; transform: rotate(-15deg); }
|
||
|
|
</style>
|
||
|
|
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
<h1>THERMAL LOOP VERIFICATION</h1>
|
||
|
|
<p class="meta">Burlington, MA • 0400 EST • 14-week cycle extension</p>
|
||
|
|
|
||
|
|
<h2>I. CIRCUIT PARAMETERS</h2>
|
||
|
|
<div class="metric-grid">
|
||
|
|
<div class="cell">
|
||
|
|
<div class="cell-label">ΔT MAXIMUM</div>
|
||
|
|
<div class="cell-value">12.4</div>
|
||
|
|
<div class="cell-unit">kelvin</div>
|
||
|
|
</div>
|
||
|
|
<div class="cell">
|
||
|
|
<div class="cell-label">PUMP HEAD</div>
|
||
|
|
<div class="cell-value">847</div>
|
||
|
|
<div class="cell-unit">psi</div>
|
||
|
|
</div>
|
||
|
|
<div class="cell">
|
||
|
|
<div class="cell-label">FLOW RATE</div>
|
||
|
|
<div class="cell-value">3.14</div>
|
||
|
|
<div class="cell-unit">L/s</div>
|
||
|
|
</div>
|
||
|
|
<div class="cell">
|
||
|
|
<div class="cell-label">VISCOUS DRAG</div>
|
||
|
|
<div class="cell-value">0.00</div>
|
||
|
|
<div class="cell-unit">%</div>
|
||
|
|
</div>
|
||
|
|
<div class="cell">
|
||
|
|
<div class="cell-label">REGENERATION</div>
|
||
|
|
<div class="cell-value">14</div>
|
||
|
|
<div class="cell-unit">weeks</div>
|
||
|
|
</div>
|
||
|
|
<div class="cell">
|
||
|
|
<div class="cell-label">CYCLE LOCK</div>
|
||
|
|
<div class="cell-value">TRUE</div>
|
||
|
|
<div class="cell-unit">bit</div>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
|
||
|
|
<h2>II. VERIFICATION SEQUENCE</h2>
|
||
|
|
<ol style="font-size: 0.9rem; column-count: 2; column-gap: 3rem;">
|
||
|
|
<li>Isolate manifold junction A-7</li>
|
||
|
|
<li>Purge residual heat from loop segment 3</li>
|
||
|
|
<li>Inject cryogenic buffer at 0.001 K tolerance</li>
|
||
|
|
<li>Verify pump telemetry against ground truth</li>
|
||
|
|
<li>Lock thermal gradient at ΔT = 12.4 K</li>
|
||
|
|
<li>Engage regenerative cooling cycle</li>
|
||
|
|
<li>Sign the ledger</li>
|
||
|
|
</ol>
|
||
|
|
|
||
|
|
<h2>III. VISUAL PROOF</h2>
|
||
|
|
<p style="color: var(--copper); font-size: 0.75rem; margin-bottom: 1rem;">SOURCE: PEXELS — ROYALTY-FREE // SHUTTLE ATLANTIS THERMAL ARCHITECTURE</p>
|
||
|
|
<img src="https://images.pexels.com/photos/11470749/pexels-photo-11470749.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940" alt="Close-up of Space Shuttle Atlantis thermal protection system and structural joints">
|
||
|
|
|
||
|
|
<div class="sigil">ALL ENDS IN TRUE</div>
|
||
|
|
</body>
|
||
|
|
</html>
|