Files
controls-web/lasuca/factory-information/pan-supply-tanks.php
2026-02-17 09:29:34 -06:00

38 lines
1.3 KiB
PHP

<?php // phpcs:ignoreFile
$pageTitle = 'Pan Supply Tanks';
$metaDescription = 'Syrup and molasses tankage keeps the pan floor supplied at LASUCA.';
$activeNav = 'factory';
require __DIR__ . '/../inc/theme-header.php';
?>
<main>
<header class="hero hero-sub">
<div class="container">
<span class="badge">Factory information</span>
<h1>Pan supply tanks</h1>
<p>
Balanced syrup, A molasses, and B molasses storage keeps the pan floor charged for continuous strikes.
</p>
</div>
</header>
<section class="page-section py-5">
<div class="container">
<div class="content-card">
<p>
Two syrup tanks provide 35,836 gallons of storage, giving the pan floor buffer capacity between
clarification and boiling operations.
</p>
<p>
A molasses is stored in twin tanks totaling 25,658 gallons, while B molasses relies on two tanks totaling
26,544 gallons. Combined magma and seed storage on the pan floor adds another 7,842&nbsp;cubic feet of
capacity for process control.
</p>
</div>
</div>
</section>
</main>
<?php
require __DIR__ . '/../inc/theme-footer.php';
?>