1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
SVETLANKA909090 [29]
2 years ago
7

Consider the formation of p-nitrophenol from p-nitrophenyl trimethyl acetate. The process is known as enzymatic hydrolysis and i

t occurs in the presence of the enzyme elastase. Along with the formation of p-nitrophenol, trimethyl acetic acid is also formed which is an undesired byproduct. p-nitrophenol is an important intermediate in the manufacture of several pharmaceuticals. Your role as a Chemical Engineer is to maximize the production of p-nitrophenol. The reactions can be denoted as:
E+S → P+ES R1
ES+PE+A R2
where e denotes the enzyme elastase, denotes the substrate p-nitrophenyl trimethyl acetate, es denotes enzyme-substrate intermediate and A denotes the trimethyl acetic acid. The rate of the reactions 1 and 2 are given by:
kg Cs KM + C r2 = kxCp
where Cs and Cp denote the concentrations of the substrate and the product, k, and ky are the rate constants given by 0.015 s' and 0.0026 s. Ky is the Michaelis - Menten constant and is given by 5.53 mol/m!. All the reactants and products are in the liquid phase. The initial concentrations of S and E are 0.5 mol/m3 and 0.001 mol/m..Consider the above reaction to occur in a batch reactor for 15 minutes.
a. Plot the concentration profiles of S, P and A as a function of time in a single figure.
b. Plot the selectivity of P with respect to 5 as a function of time b.
Engineering
1 answer:
solniwko [45]2 years ago
6 0

Solution :

cs=zeros(9001);

ca=zeros(9001);

cp=zeros(9001);

psi=zeros(9001);

t=[0:0.1:900];

cs(1)=0.5;

ce(1)=0.001;

cp(1)=0;

ca(1)=0;

psi(1)=0;

for i=1:1:9000

cs(i+1)=cs(i)-0.1*((0.015*cs(i))/(5.53+cs(i)));

cp(i+1)=cp(i)+0.1*((0.015*cs(i))/(5.53+cs(i))-0.0026*cp(i));

ca(i+1)=ca(i)+0.1*0.0026*cp(i);

psi(i+1)=((cp(i+1)-cp(i)))/((cs(i)-cs(i+1)));

end

plot(t,cs,t,cp,t,ca);

plot(t,psi);

You might be interested in
Can you reduce energy use without compromising people's basic needs (such as opening a car, cooking food, home lighting, electri
Liono4ka [1.6K]

Answer:

   yes

  • electric and/or hybrid cars
  • microwave ovens
  • LED lighting
  • low-power electronics

Explanation:

Advances in technology and changes in social organization have brought about reductions in energy use on many fronts.

  • hybrid/electric vehicles have reduced transportation energy needs
  • microwave ovens have reduced cooking energy needs
  • LED lighting has reduced lighting energy needs
  • low-power electronics have reduced the energy cost of technology and entertainment
  • heat pumps and insulated windows have reduced energy needs for home heating and cooling
  • zoning laws have reduced the need for travel to work and shopping areas
4 0
3 years ago
An ideal reheat Rankine cycle with water as the working fluid operates the boiler at 15,000 kPa, the reheater at 2000 kPa, and t
solniwko [45]

Answer:

See the explanation below.

Explanation:

First find the enthalpies h₁, h₂, h₃, h₄, h₅, and h₆.

Find h₁:

Using Saturated Water Table and given pressure p₁ = 100 kPa

h₁ = 417.5 kJ/kg

Find h₂:

In order to find h₂, add the w_{p} to h₁, where  w_{p}  is the work done by pump and h₁ is the enthalpy computed above h₁ = 417.5 kJ/kg.

But first we need to compute  w_{p} To computer  

Pressures:

p₁ = 100 kPa

p₂ = 15,000 kPa

and

Using saturated water pressure table, the volume of water v_{f} = 1.0432

Dividing 1.0432/1000 gives us:

Volume of water = v₁ =  0.001043 m³/kg

Compute the value of h₂:

h₂ = h₁ + v₁ (p₂ - p₁)

    = 417.5 kJ/kg + 0.001043 m³/kg ( 15,000 kPa - 100 kPa)

    =  417.5 + 0.001043 (14900)

    = 417.5 + 15.5407

    = 433.04 kJ/kg

Find h₃  

Using steam table:

At pressure p₃ = 15000 kPa

and Temperature = T₃ = 450°C

Then h₃ = 3159 kJ/kg

The entropy s₃ = 6.14 kJ/ kg K

Find h₄

Since entropy s₃ is equal to s₄ So

s₄ = 6.14 kJ/kgK

To compute h₄

s₄ = s_{f} + x_{4} s_{fg}

x_{4} = s_{4} -s_{f} /s_{fg}

x_{4} = 6.14 -  2.45 / 3.89

x_{4}   = 0.9497

The enthalpy h₄:

h₄ = h_{f} +x_{4} h_{fg}

    = 908.4 + 0.9497(1889.8)

    =  908.4 + 1794.7430

    = 2703 kJ/kg

This can simply be computed using the software for steam tables online. Just use the entropy s₃ = 6.14 kJ/ kg K and pressure p₄ = 2000 kPa

Find h₅

Using steam table:

At pressure p₅ = 2000 kPa

and Temperature = T₅ = 450°C

Then h₅  = 3358 kJ/kg

Find h₆:

Since the entropy s₅ = 7.286 kJ/kgK is equal s₆ to  So

s₆ = 7.286 kJ/kgK = 7.29 kJ/kgK

To compute h₆

s₆ = s_{f} + x_{6} s_{fg}

x_{6} = s_{6} -s_{f} /s_{fg}

x_{6} = 7.29 - 1.3028 / 6.0562

x_{6}   = 0.988

The enthalpy h₆:

h₆ = h_{f} +x_{6} h_{fg}

    = 417.51 + 0.988 (2257.5)

    = 417.51 + 2230.41

  h₆ =  2648 kJ/kg

This can simply be computed using the software for steam tables online. Just use the entropy s₅ = 7.286 kJ/kgK and pressure p₅ = 2000 kPa

Compute power used by pump:

P_{p} is found by using:

mass flow rate = m =  1.74 kg/s

Volume of water = v₁ =  0.001043 m³/kg

p₁ = 100 kPa

p₂ = 15,000 kPa

P_{p}  = ( m ) ( v₁ ) ( p₂ - p₁ )

     = (1.74 kg/s) (0.001043 m³/kg) (15,000 kPa - 100 kPa)

     = (1.74 kg/s) (0.001043 m³/kg) (14900)

     = 27.04

P_{p} = 27 kW

Compute heat added q_{a} and heat rejected q_{r}  from boiler using computed enthalpies:

q_{a} = ( h₃ - h₂ ) + ( h₅ - h₄ )

      = ( 3159 kJ/kg - 433.04 kJ/kg ) + ( 3358 kJ/kg - 2703 kJ/kg )

      = 2726 + 655

      = 3381  kJ/kg

q_{r} =  h₆ - h₁

  = 2648 kJ/kg - 417.5 kJ/kg

  = 2232 kJ/kg

Compute net work

W_{net} = q_{a} - q_{r}

       = 3381  kJ/kg - 2232 kJ/kg

       = 1150 kJ/kg

Compute power produced by the cycle

mass flow rate = m =  1.74 kg/s

W_{net} = 1150 kJ/kg

P = m * W_{net}

  = 1.74 kg/s * 1150 kJ/kg

  = 2001 kW

Compute rate of heat transfer in the reheater

Q = m * ( h₅ - h₄ )

   =  1.74 kg/s * 655

   =  1140 kW

Compute Thermal efficiency of this system

μ_{t} = 1 - q_{r} /  q_{a}

   = 1 - 2232 kJ/kg / 3381  kJ/kg

   = 1 - 0.6601

   = 0.34

   = 34%

7 0
3 years ago
Which phrase best describes a safety-critical system? A. a system that faces a very high risk of failure B. a system isolated fr
KIM [24]

Answer:

B.

Explanation:

A safety-critical system (SCS) or life-critical system is a system whose failure or malfunction may result in one (or more) of the following outcomes: death or serious injury to people. loss or severe damage to equipment/property.

7 0
3 years ago
When we say that communication is
Harlamova29_29 [7]

Answer:

Communication is simply the act of transferring information from one place, person or group to another. Every communication involves (at least) one sender, a message and a recipient.

Explanation:

3 0
2 years ago
You are traveling upstream on a river at dusk. You see a buoy with the number 5 and a flashing green light . What should you do?
nalin [4]

Answer:

please give brainliest my brother just got the corona virus

Explanation:

this is my brothers account he wants to get 5 brainliest

8 0
3 years ago
Other questions:
  • What are the three main areas of bioengineering?
    11·1 answer
  • What are the disadvantages of using 3D ink jet printing ??
    8·1 answer
  • Please read
    6·1 answer
  • A closed system undergoes an adiabatic process during which the work transfer into the system is 12 kJ. The system then returns
    14·1 answer
  • A parison is extruded from a die with outside diameter = 11.5 mm and inside diameter = 7.5 mm. The observed die swell = 1.25. Th
    8·1 answer
  • A steel rectangular tube has outside dimensions of 150 mm x 50 mm and a wall thickness of 4 mm. State the inside dimensions, the
    5·1 answer
  • 1. A fixed-geometry supersonic inlet starts at a Mach number of 3. After starting, the cruise Mach number is 2, and the operatin
    13·1 answer
  • All circuits need three basic parts: an energy source, wires, and the object that is going to change the electrical energy into
    5·2 answers
  • Which statements describe how the Fed responds to high inflation? Check all that apply.
    12·1 answer
  • Fig. 4 shows a simply-supported beam with supports A and B. The beam is subjected to three forces, 2000 N, 4000 N and 1500 N in
    5·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!