Ethylene

C₂H₄

Core olefin building block

Molecular Structure

Ethylene molecular structure
2D structure of Ethylene

Molecular Details

Molecular FormulaC₂H₄
Molecular Weight28.05 g/mol
StateGas at standard conditions

Olefinverbund Integration

⬅️ Inputs (Starting Materials): Carbon Dioxide (Feedstock), Hydrogen (Feedstock)

➡️ Outputs (Products): Polyethylene, Ethanol, Ethylene Oxide, Ethylbenzene, Vinyl Chloride, Vinyl Acetate, Styrene

Chemistry & Engineering

Reaction Equation2CO₂ + 6H₂ → C₂H₄ + 4H₂O (via Methanol or FT)
ThermodynamicsEndothermic dehydrogenation ΔH > 0; FT is Exothermic
Catalyst SystemZeolite (H-ZSM-5) for MTO path; Iron/Cobalt for FT
Reactor ClassFluidized bed for MTO to manage heat; Fixed bed for FT
Process ConsiderationsExtraterrestrial production favors the Methanol-to-Olefins (MTO) route due to high CO₂ specificity compared to generic Fischer-Tropsch.

Extraterrestrial Production Pattern

  1. Source CO₂ from atmosphere (Mars) or industrial processes
  2. Generate H₂ via water electrolysis (lunar ice / Martian water)
  3. Fischer-Tropsch synthesis to produce hydrocarbons
  4. Catalytic dehydrogenation to yield ethylene

Applications

  • Polyethylene production
  • Ethylene oxide / ethylene glycol
  • Styrene and other aromatics
  • Solvents and intermediates

Reaction Diagram

Reaction diagram
Synthesis reaction pathway

Overall Reaction: C2H6 -> C2H4 + H2

Unit Operations

Process steps following chemical engineering unit operation principles:

StepOperationDescription
1Feed PreheatHeat hydrocarbon feed to 500-600°C
2Steam DilutionMix with steam (0.3-0.5 steam/HC ratio)
3PyrolysisThermal cracking in tubular furnace at 800-900°C, <1s residence
4QuenchingRapid cooling to 350°C to stop reactions
5CompressionMulti-stage compression with intercooling
6Cryogenic SeparationDemethanizer, deethanizer, C2 splitter at -100°C

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 Ethylene -->
<!-- Educational schema - simplified for demonstration -->
<BatchML xmlns="http://www.wbf.org/xml/B2MML-V0600">
  
  <ProcessCell ID="ETHYLENE_CRACKER_CELL">
    <Description>Process cell for Ethylene production</Description>
    
    <Unit ID="ETHYLENE_CRACKER">
      <Description>Main synthesis unit</Description>
      
      <!-- Equipment Modules -->
      <EquipmentModule ID="PREHEATER">
        <Description>Preheater</Description>
      </EquipmentModule>
      <EquipmentModule ID="STEAM_MIXER">
        <Description>Steam Mixer</Description>
      </EquipmentModule>
      <EquipmentModule ID="CRACKING_FURNACE">
        <Description>Cracking Furnace</Description>
      </EquipmentModule>
      <EquipmentModule ID="QUENCH_TOWER">
        <Description>Quench Tower</Description>
      </EquipmentModule>
      <EquipmentModule ID="COMPRESSOR">
        <Description>Compressor</Description>
      </EquipmentModule>
      <EquipmentModule ID="COLD_BOX">
        <Description>Cold Box</Description>
      </EquipmentModule>
    </Unit>
  </ProcessCell>
  
  <MasterRecipe ID="ETHYLENE_CRACKER_RECIPE">
    <Description>Master recipe for Ethylene</Description>
    <ProductID>ETHYLENE</ProductID>
    
    <UnitProcedure ID="ETHYLENE_CRACKER_UP">
      <Description>Unit procedure for synthesis</Description>
      
      <Operation ID="OP_01">
        <Description>Operation 1</Description>
        <Phase ID="PREHEAT">
          <Description>Preheat 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="DILUTE">
          <Description>Dilute 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="CRACK">
          <Description>Crack 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="QUENCH">
          <Description>Quench 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="COMPRESS">
          <Description>Compress 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="SEPARATE">
          <Description>Separate 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.