39 lines
1.4 KiB
PHP
39 lines
1.4 KiB
PHP
<?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 cubic feet for the 2002 crop. From there the massecuite feeds two banks of seven
|
|
Dyer-Blanchard crystallizers, each holding 1,000 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';
|
|
?>
|