Jump to content

Documentation:CHBE Exam Wiki/2.3 - Solving Reactive Balances

From UBC Wiki

2.3 – Solving Reactive Balances In-depth

2.3.0 – Learning Objectives

By the end of this section you should be able to:

Solve simple reactive balances using the molecular and atomic reactive balances.


2.3.1 – Introduction

We will solve the example in the diagram 4.71 using the molecular species and atomic species balance. Python will be implemented to perform calculations. This section goes in-depth of the logic used to solve the problem that is addressed before.


2.3.2 – Problem statement

Recall the block diagram in figure 4.7-1

C2H6C2H4+H2

![](../figures/Module-2/ethane-reaction.png)

What are the mol flows of the exit streams of ethane C6H6 and ethylene C4H4?


2.3.3 – Solving using the molecular species balance

First, we identify our molecular species; for us, this is Hydrogen, Ethane, and Ethylene.

Next, we write out their respective balance equations. Note how the diagram 4.7-1 only shows the output variables (n1˙,n2˙)

C2H6balance:100kmolmininput=n1˙kmolminOutput+C2H6Consumed

C2H4balance:C2H4generated=n2˙kmolminOutput

H2balance:40kmolmingenerated=40kmolminOutput


To further relate these equations, use the stoichiometrey of the dehydrogenation reaction which gives a relationship between the consumed and generated terms:


C2H6C2H4+H2


Since there is a 1:1 ratio between the Generation of Hydrogen to C2H4:

40kmolminH2generated*1kmolminC2H41kmolminH2=40kmolminC2H4generated


Since there is a 1:1 ratio between the generation of hydrogen and the consumption of Ethane, C2H6consumed=40kmolmin.


Substituting the C2H6Consumed and the C2H4generated into their respective equations, we can see that the outputs of ethane and ethylene (n1˙,n2˙) are 60kmolmin and 40kmolmin respectively.


C2H6balance:100kmolmininput=n1˙kmolminOutput+40kmolminC2H6Output

n1˙=60kmolminOutput

C2H4balance:C2H4generated=n2˙kmolminOutput=40kmolminC2H4generated


2.3.4 – Solving using the Atomic species balance

Let's recall the Atomic balances:

Carbon(C) balance:Input=Output

Hydrogen(H) balance:Input=Output

First the Atomic balances are broken down to collect any molecular species containing the atomic species (Carbon and Hydrogen).

The carbon balance becomes: C2H6input=C2H6output+C2H4output

The hydrogen balance becomes:

C2H6input=C2H6output+C2H4output+H2output

We then isolate the atomic species from the molecular species. Another way of thinking is: How many of N atoms are there in this molecule? For example, there are 2 carbon atoms for every 1 ethane molecule.

The carbon balance becomes:

C2H6input*2Ckmolmin1C2H6kmolmin=C2H6output*2Ckmolmin1C2H6kmolmin+C2H4output*2Ckmolmin1C2H6kmolmin

The hydrogen balance becomes:

C2H6input*6Hkmolmin1C2H6kmolmin=C2H6output*6Hkmolmin1C2H6kmolmin+C2H4output*4Hkmolmin1C2H6kmolmin+H2output*2Hkmolmin1H2kmolmin


Note from diagram 4.7-1, the input and output values are substituted for their respective integers and variables. Remember that ethane and ethene outputs are defined as (n1˙,n2˙)

rewriting the balances

The carbon balance becomes: 200kmolmin=2n1˙+2n2˙

The hydrogen balance becomes:

600kmolmin=6n1˙+4n2˙+80kmolmin