add all files

This commit is contained in:
Rucus
2026-02-17 09:29:34 -06:00
parent b8c8d67c67
commit 782d203799
21925 changed files with 2433086 additions and 0 deletions

View File

@@ -0,0 +1,39 @@
<?php // phpcs:ignoreFile
$pageTitle = 'Crystallizers';
$metaDescription = 'Receiver capacity and continuous crystallizer banks keep massecuite conditioned for centrifugals.';
$activeNav = 'factory';
require __DIR__ . '/../inc/theme-header.php';
?>
<main>
<header class="hero hero-sub">
<div class="container">
<span class="badge">Factory information</span>
<h1>Crystallizers</h1>
<p>
Continuous banks of Dyer-Blanchard crystallizers finish “C” strikes and deliver steady massecuite flow to the
centrifugals.
</p>
</div>
</header>
<section class="page-section py-5">
<div class="container">
<div class="content-card">
<p>
A large receiver positioned above the crystallizer gallery catches every “C” strike and was expanded to
6,205&nbsp;cubic feet for the 2002 crop. From there the massecuite feeds two banks of seven
Dyer-Blanchard crystallizers, each holding 1,000&nbsp;cubic feet.
</p>
<p>
The banks operate in continuous flow, with Nadler pumps moving conditioned massecuite from the
crystallizer room to the centrifugal mixers to keep the station balanced.
</p>
</div>
</div>
</section>
</main>
<?php
require __DIR__ . '/../inc/theme-footer.php';
?>