Ethylbenzene

C₆H₅C₂H₅

Intermediate for styrene production

Molecular Structure

Ethylbenzene molecular structure
2D structure of Ethylbenzene

Molecular Details

Molecular FormulaC₆H₅C₂H₅
Molecular Weight106.17 g/mol
StateLiquid at standard conditions

Olefinverbund Integration

⬅️ Inputs (Starting Materials): Benzene, Ethylene

➡️ Outputs (Products): Styrene

Chemistry & Engineering

Reaction EquationC₆H₆ + C₂H₄ → C₆H₅C₂H₅
ThermodynamicsExothermic alkylation
Catalyst SystemZeolite MCM-22 (liquid phase) or ZSM-5 (vapor)
Reactor ClassFixed bed liquid-phase alkylation
Process ConsiderationsRequires excess benzene to prevent poly-alkylation; unconverted benzene is recycled.

Extraterrestrial Production Pattern

  1. Benzene + ethylene → ethylbenzene
  2. Zeolite catalyst (ZSM-5 or MCM-22) in vapor phase
  3. AlCl₃ catalyst (older liquid-phase process)
  4. Distillation for purification

Applications

  • Styrene production (dehydrogenation)
  • Solvent
  • Fuel additive

Reaction Diagram

Reaction diagram
Synthesis reaction pathway

Overall Reaction: C6H6 + C2H4 -> C6H5C2H5

Unit Operations

Process steps following chemical engineering unit operation principles:

StepOperationDescription
1Benzene/Ethylene FeedDry and purify feed streams
2AlkylationZeolite (ZSM-5) or AlCl₃ catalyst at 200-450°C
3TransalkylationConvert polyethylbenzenes to EB with benzene
4Benzene RecoveryDistill to recover unreacted benzene
5EB PurificationDistill to >99.8% ethylbenzene
6DEB RecoveryRecover diethylbenzene for recycle

S88 Batch Control Model

This module follows the ISA-88 (S88) batch control standard. Below is a simplified BatchML schema for educational purposes:

<?xml version="1.0" encoding="UTF-8"?>
<!-- ISA-88 Batch Control Model for Ethylbenzene -->
<!-- Educational schema - simplified for demonstration -->
<BatchML xmlns="http://www.wbf.org/xml/B2MML-V0600">
  
  <ProcessCell ID="ETHYLBENZENE_PLANT_CELL">
    <Description>Process cell for Ethylbenzene production</Description>
    
    <Unit ID="ETHYLBENZENE_PLANT">
      <Description>Main synthesis unit</Description>
      
      <!-- Equipment Modules -->
      <EquipmentModule ID="DRYER">
        <Description>Dryer</Description>
      </EquipmentModule>
      <EquipmentModule ID="ALKYLATOR">
        <Description>Alkylator</Description>
      </EquipmentModule>
      <EquipmentModule ID="TRANSALKYLATOR">
        <Description>Transalkylator</Description>
      </EquipmentModule>
      <EquipmentModule ID="BENZENE_COLUMN">
        <Description>Benzene Column</Description>
      </EquipmentModule>
      <EquipmentModule ID="EB_COLUMN">
        <Description>Eb Column</Description>
      </EquipmentModule>
      <EquipmentModule ID="DEB_COLUMN">
        <Description>Deb Column</Description>
      </EquipmentModule>
    </Unit>
  </ProcessCell>
  
  <MasterRecipe ID="ETHYLBENZENE_PLANT_RECIPE">
    <Description>Master recipe for Ethylbenzene</Description>
    <ProductID>ETHYLBENZENE</ProductID>
    
    <UnitProcedure ID="ETHYLBENZENE_PLANT_UP">
      <Description>Unit procedure for synthesis</Description>
      
      <Operation ID="OP_01">
        <Description>Operation 1</Description>
        <Phase ID="FEED">
          <Description>Feed phase</Description>
          <PhaseLogic>
            <Step ID="STEP_1"><Action>Initialize</Action></Step>
            <Step ID="STEP_2"><Action>Execute</Action></Step>
            <Step ID="STEP_3"><Action>Complete</Action></Step>
          </PhaseLogic>
        </Phase>
      </Operation>
      
      <Operation ID="OP_02">
        <Description>Operation 2</Description>
        <Phase ID="ALKYLATE">
          <Description>Alkylate phase</Description>
          <PhaseLogic>
            <Step ID="STEP_1"><Action>Initialize</Action></Step>
            <Step ID="STEP_2"><Action>Execute</Action></Step>
            <Step ID="STEP_3"><Action>Complete</Action></Step>
          </PhaseLogic>
        </Phase>
      </Operation>
      
      <Operation ID="OP_03">
        <Description>Operation 3</Description>
        <Phase ID="TRANSALKYLATE">
          <Description>Transalkylate phase</Description>
          <PhaseLogic>
            <Step ID="STEP_1"><Action>Initialize</Action></Step>
            <Step ID="STEP_2"><Action>Execute</Action></Step>
            <Step ID="STEP_3"><Action>Complete</Action></Step>
          </PhaseLogic>
        </Phase>
      </Operation>
      
      <Operation ID="OP_04">
        <Description>Operation 4</Description>
        <Phase ID="BENZENE_REC">
          <Description>Benzene Rec phase</Description>
          <PhaseLogic>
            <Step ID="STEP_1"><Action>Initialize</Action></Step>
            <Step ID="STEP_2"><Action>Execute</Action></Step>
            <Step ID="STEP_3"><Action>Complete</Action></Step>
          </PhaseLogic>
        </Phase>
      </Operation>
      
      <Operation ID="OP_05">
        <Description>Operation 5</Description>
        <Phase ID="EB_PURIFY">
          <Description>Eb Purify phase</Description>
          <PhaseLogic>
            <Step ID="STEP_1"><Action>Initialize</Action></Step>
            <Step ID="STEP_2"><Action>Execute</Action></Step>
            <Step ID="STEP_3"><Action>Complete</Action></Step>
          </PhaseLogic>
        </Phase>
      </Operation>
      
      <Operation ID="OP_06">
        <Description>Operation 6</Description>
        <Phase ID="DEB_REC">
          <Description>Deb Rec phase</Description>
          <PhaseLogic>
            <Step ID="STEP_1"><Action>Initialize</Action></Step>
            <Step ID="STEP_2"><Action>Execute</Action></Step>
            <Step ID="STEP_3"><Action>Complete</Action></Step>
          </PhaseLogic>
        </Phase>
      </Operation>
    </UnitProcedure>
  </MasterRecipe>
  
</BatchML>

**Key S88 Concepts:**
- **Process Cell**: The physical grouping containing all equipment for this process
- **Unit**: The major equipment that performs the synthesis
- **Equipment Modules**: Individual pieces of equipment (reactors, columns, etc.)
- **Unit Procedure**: The sequence of operations to produce the product
- **Phases**: The lowest level of procedural control (e.g., REACT, SEPARATE, PURIFY)

Key S88 Concepts:
Process Cell: Physical grouping containing all equipment
Unit: Major equipment performing synthesis
Equipment Modules: Individual pieces (reactors, columns, etc.)
Phases: Lowest level of procedural control (REACT, SEPARATE, etc.)


This Synthesis Module is part of the 100chemicals Olefinverbund — an integrated chemical production network designed for extraterrestrial civilization on Moon and Mars.