Está en la página 1de 3

In[23]:= (*DE JESUS CAMPUZANO ALEJANDRO 6IM2

TERCER EXAMEN INGENIERIA BIORREACCIÓN*)


(*CULTIVO CONTINUO DE SIMPLE ETAPA CON RECIRCULACIÓN INTERNA DE BIOMASA(membrana)*)
Clear["Global"]
borra
(*Valores de las Constantes cinéticas*)
α = 0.1815(*mgp gcel^-1 h^n-1*);
β = - 0.06(*mgp gcel^-1 h^-1*);
n = - 0.85(*adim*);
m = 0.075(*gs/gcél*h *); Yg = 0.43(*gcél/gs*);
mo2 = 0.13(*go2 gcel^-1 h^-1*);
yo2g = 0.90(*g cel go2^-1*);
cs = 0.008(*go2 L^-1*);
ccrit = 0.002(*go2 L^-1*);
V = 5000(*L*); Sr = 90(*gs/L*); μm = 0.32(*h-1*);
kd = 0.01(*g/L*); ks = 0.04(*g/L*);
Yp = 0.526;(*gp/gs*)
(*Valores propuestos para este sistema*)
Fc = F - Fd; Fd = 0.95; Ef = 0.9; F = Dil * V;

(*Modelos auxiliares*)
qp
Ypx = ; (*gs/gcél *)
μ
qp = α μn + β  1000;(*gp/gcelh*)
μ qp
qs = m + + ;(*gs/gcél*h *)
Yg Yp
μ
qo2 = mo2 + ;
Yo2g
(*Ecuaciones de balance*)
Fc + Fd (1 - Ef)
μ= + kd;
V
Dil (Sr - s)
x= ;
qs
μ ks
s= ;
μm - μ
qp x
p= ;
Dil
x
kla = qo2 ;
cs - ccrit
xF = (x * F) * (24 / 1000);

(*Graficas*)
Plot[Ypx, {Dil, 0.025, 0.23}, PlotLabel  "Rendimiento",
representación gráfica etiqueta de representación
AxesLabel  {"Dil (h-1)", "Yp/x (gp/g cel)"}]
etiqueta de ejes

Printed by Wolfram Mathematica Student Edition


2 membranaa.nb

etiqueta de ejes
Plot[x, {Dil, 0.025, 0.23}, PlotLabel  "Biomasa", AxesLabel  {"Dil (h-1)", "x (gcél/L)"}]
representación gráfica etiqueta de representación etiqueta de ejes
Plot[s, {Dil, 0.025, 0.23}, PlotLabel  "Sustrato residual",
representación gráfica etiqueta de representación
AxesLabel  {"Dil (h-1)", "s (gs/L)"}]
etiqueta de ejes
Plot[xF, {Dil, 0.025, 0.23}, PlotLabel  "Biomasa en kg/dia",
representación gráfica etiqueta de representación
AxesLabel  {"Dil (h-1)", "x (kg/dia)"}]
etiqueta de ejes
Plot[p, {Dil, 0.025, 0.23}, PlotLabel  "Producto", AxesLabel  {"Dil (h-1)", "p (gp/h)"}]
representación gráfica etiqueta de representación etiqueta de ejes
Out[40]=
Rendimiento
Yp/x (gp/g cel)

0.04

0.03

0.02

0.01

Dil (h-1)
0.05 0.10 0.15 0.20

Out[41]=
Biomasa
x (gcél/L)

30

25

20

15
Dil (h-1)
0.05 0.10 0.15 0.20

Printed by Wolfram Mathematica Student Edition


membranaa.nb 3

Out[42]=
Sustrato residual
s (gs/L)

0.12

0.10

0.08

0.06

0.04

0.02

Dil (h-1)
0.05 0.10 0.15 0.20

Out[43]=
Biomasa en kg/dia
x (kg/dia)

800

600

400

200

Dil (h-1)
0.05 0.10 0.15 0.20

Out[44]=
Producto
p (gp/h)

1.2

1.0

0.8

0.6

0.4

0.2

Dil (h-1)
0.05 0.10 0.15 0.20

Printed by Wolfram Mathematica Student Edition

También podría gustarte