Masstransfernotesall
Masstransfernotesall
R= 82.06 cm^3*atm/molK
%linear interpolation:
x=7.7108; x1=7; x2=8; y1= 0.7896; y2= 0.7712;
y=y1+(x-x1)*(y2-y1)/(x2-x1);
Chp 24 Fundamentals of
Mass Transfer
%Chapter 24 Equations
MWavg=sum(yi*MWi); %avg moelcular weight= sum(yi*MWi)
rhoavg=MWavg*C; % average gas density(g/L)=MW(g/mol)*C(mol/L)
PA=yA*P
CA=PA/(R*T)
C=P/(R*T)
BK=1.3*10^-16; %boltzman constant in ergs/K
N=6.022*10^-23;
%knudson coefficient
DKA=4850*dpore*sqrt(T/MA) ; %24-58 b.
%A is H2S
%B is CH4
MA=38.08; %g/gmole
MB=16.05; %g/gmole
N=6.022*10^23;
BK=1.3*10^-16; %boltzman constant in ergs/K
sigmaA=3.623;%given
sigmaB= 3.822; %appendix K.2
sigmaAB=(sigmaA+sigmaB)/2;
MA=34; %MW of H2S
MB=16; %MW of CH4
phiA=301.1; %epsilon A over BK, given\
phiB=136.5;
epsB=BK*136.5; %appendix K.2- eps/BK = 136.5 so you multiply
eps=BK*sqrt(phiA*epsB/BK);% equation 24-45
%or alternatively
eps=BK*sqrt(phiA*phiB); % and they are the same
phi=eps/BK;
AppendixKrowI= T/phi % 1.4946 Appendix K.1
%assume linear for linearInterpolation:
x1=1.45; x2=1.5; y1=1.215; y2= 1.198; x=AppendixKrowI;
y=y1+(x-x1)*(y2-y1)/(x2-x1);
OhmD=y
%OhmD=1.1998;
%Binary Gas-Phase Diffusion Coeff- Hirschfelder Equation 24-33
DABhirschfelder=0.001858*T^(3/2)*(1/MA+1/MB)^.5/(P*sigmaAB^2*OhmD)
%cm^2/
%Fuller,Schettler, and Giddlings Equation
%A=H2S; B=CH4
%use table 24.3
SVA=2*1.98+17; %sum of A from table 24.3 H2S-> H2+S->2*1.98+17
SVB=16.5+4*1.98; %sum of A from table 24.3 CH4-> C+4H->
DABfuller=0.001*T^(1.75)*sqrt(1/MA+1/MB)/(P*(SVA^(1/3)+SVB^(1/3))^2)
DAB=DABfuller;
%solve DprimeAe
%eps=0.5;
Dpore=20*10^-7;
Dka=4850*Dpore*sqrt(T/MA)
DAe=(1/DAB+1/Dka)^-1
DprimeAe=eps^2*DAe;
HW:
24.5 Consider the following properties of the atmosphere of
the planet Mars at a particular measurement point on the surface,
as measured by the Mars Rover:
Average surface pressure: 6.1 mbar
Average temperature: 210 K
Atmospheric gas composition (by volume): carbon dioxide
(CO2) 95.32%; nitrogen (N2) 2.7%; argon (Ar) 1.6%; oxygen
(O2) 0.13%; carbon monoxide (CO) 0.08%.
a. What is the partial pressure of CO2 in the Martian atmosphere,
pA, in units of Pa?
b. What is the molar concentration of CO2 in the Martian
atmosphere, cA?
c. What is the total molar concentration of all gases in the
Martian atmosphere?
d. What is the total mass concentration of all gases the Martian
atmosphere?
%masshw1chp24p4.m
clear all
clc
%masshw1chp24p12.m
clear all
clc
%part a
yA=0.01;
P=15; %atm
R=82.06;
T=303; %K
PA=yA*P;
CA=PA/(R*T); %6.0328e-06 mol/cm^3
%part b
%A is H2S
%B is CH4
MA=38.08; %g/gmole
MB=16.05; %g/gmole
N=6.022*10^23;
BK=1.3*10^-16; %boltzman constant in ergs/K
sigmaA=3.623;%given
sigmaB= 3.822; %appendix K.2
sigmaAB=(sigmaA+sigmaB)/2;
MA=34; %MW of H2S
MB=16; %MW of CH4
phiA=301.1; %epsilon A over BK, given\
phiB=136.5;
epsB=BK*136.5; %appendix K.2- eps/BK = 136.5 so you multiply
eps=BK*sqrt(phiA*epsB/BK);% equation 24-45
%or alternatively
eps=BK*sqrt(phiA*phiB); % and they are the same
phi=eps/BK;
AppendixKrowI= T/phi % 1.4946 Appendix K.1
%assume linear for linearInterpolation:
x1=1.45; x2=1.5; y1=1.215; y2= 1.198; x=AppendixKrowI;
y=y1+(x-x1)*(y2-y1)/(x2-x1);
OhmD=y
%OhmD=1.1998;
%Binary Gas-Phase Diffusion Coeff- Hirschfelder Equation 24-33
DABhirschfelder=0.001858*T^(3/2)*(1/MA+1/MB)^.5/(P*sigmaAB^2*OhmD)
%cm^2/
%Fuller,Schettler, and Giddlings Equation
%A=H2S; B=CH4
%use table 24.3
SVA=2*1.98+17; %sum of A from table 24.3 H2S-> H2+S->2*1.98+17
SVB=16.5+4*1.98; %sum of A from table 24.3 CH4-> C+4H->
DABfuller=0.001*T^(1.75)*sqrt(1/MA+1/MB)/(P*(SVA^(1/3)+SVB^(1/3))^2)
DAB=DABfuller;
%solve DprimeAe
%eps=0.5; Im just not sure about the difference between eps and epsAB
its for porous material
Dpore=20*10^-7;
Dka=4850*Dpore*sqrt(T/MA)
DAe=(1/DAB+1/Dka)^-1
DprimeAe=eps^2*DAe;
%masshw1chp24p18.m
clear all
clc
T=288;
MB=18;% molecular of water
y=y1+(x-x1)*(y2-y1)/(x2-x1);
muB=1.394; %viscocity water in cp
phiB=2.6;%table 24.5 page 450
VA=(4*3.7+14.8+7.4);%volumes of H, C, O respectively
DAB=T/muB*7.4*10^-8*sqrt(phiB*MB)/VA^0.6
Chp 25 Differential
Equations of Mass transfer
Chp 26 Steady State
Molecular Diffusion
Ex 1
Diffusivity
%mass chp26 ex 1
clear all
clc
%equation
%NA=cDAB/delz*ln(1-ya2/(1-ya1))
%WA=NA*S
P=1;%1 atm
R=0.08206; %m^3*atm/kgmole K
T=273+35; %K
c=P/(R*T); %0.0396 kg mole /m^3
z2=5; %m
z1=0.2; %m
NAz=c*DAB/(z2-z1)*log((1-YA2)/(1-YA1))
D=2;
S=pi*D^2/4;
%book: NAz=1.197*10^-8
W=NAz*S*131.4*3600*24% kg/kgmole * s * h/ h / day -total kg TCE/day
Midterm Review
Chp 27 Unsteady-
State Molecular
Diffusion
27.4
One step of the manufacturing of silicon solar cells is the molecular diffusion (doping) of
elemental phosphorous (P) into crystalline silicon to make an n-type semiconductor. This
Pdoped layer needs to be at least 0:467 mm into the 200-mm thick wafer. The present
diffusion process is carried out at 1000 C. Data for the total amount of phosphorous atoms
loaded into the silicon wafer vs. time at 1000 C are presented in the figure below. The
maximum solubility of phosphorous within crystalline silicon is 1:0 10 21 P atoms=cm3 at 1000
C. The square silicon wafer has a surface area of 100 cm 2 (10 cm=side). Initially, there is no
phosphorous impurity in the crystalline silicon. What is the concentration of P atoms (atoms
P/cm3) doped into the silicon at a depth of 0:467 mm after 40 min, based on the data
provided?
%masshw4ch27p4.m
clear all
clc
Cao=0;
mao=0;
S=100; %cm^2
CAS=1*10^21; %P atoms
t=40*60; %mins converted to hour
mat=6*10^18/100; %from slope in units P atoms/ sqrt(t)
DAB=pi*mat^2/(CAS^2*S^2*4) %cm^2/s
z=0.468*10^-4; %micro m conveted to cm
phi = z/(2*sqrt(DAB*t)) %from error function phi= 0.8983
%from appendix L erf(phi)=0.797
x1=0.85; x2=0.9; y1=0.7707; y2=0.797; x=phi;
y=y1+(x-x1)*(y2-y1)/(x2-x1); %y=erf(phi)=erfphi= 0.7961
erfphi= 0.7961;
CA=CAS*(1-erfphi) %atoms/cm^3
27.9 A simple experiment is set up to measure the effective diffusion coefficient of blue
dextran dye into a rigid agarose gel. An aqueous, well-mixed solution of liquid height 10 cm
containing 1:0 g=L (1:0 10_3 g=cm3) of the dye rests over the rigid gel of 2:0 cm thickness, as
shown in the figure in the right-hand column above. The solubility of the dye in both water and
the agarose gel are the samei.e., the concentration of dye on the water side of the water-gel
interface is equal to the concentration of dye on the gel side of the water-gel interface. The
aqueous gel is generally considered a water-hydrated polymer, where solute molecules diffuse
through the hydrated regions. Initially, there is no dye dissolved the gel. After 24 h, a tiny
section of the gel, 2:0 mm from the surface, is very carefully excised with a syringe needle.
The concentration of the dye within the gel sample is measured by a spectrophtometer, and
reads 0:203 g dye=L (2: 03 10_4 g=cm3). Based on the experimental measurements, estimate
the effective diffusion coefficient of blue dextran dye in the agarose gel. Justify by a calculation
that it is reasonable to assume that the concentration of the dye in the well-mixed aqueous
solution does not change significantly over the course of the experiment.
Chp 28 Convective
Mass Transfer
Mass Hw 5 Week 8
Andrew Sanchez
28.4
a. Find Shmidt:
a. Sc= v(air)/DAB
i. Why is vair not Volumetric flow rate of air/ cross-sectional Area- vair
from appendix I- 1.5689*10^-5
ii. DAB- given above
iii. Vai
DAB= 0.097; %cm^2/s given
vair= 1.5689*10^-5; %m^2/s
Sc=vair/DAB*100^2= 1.6174
iv. Why is v0 volumetric flowrate
W=1.5;
H=1;
L=1.5;
%solve Shl
v0= 60; %m^3
vinf=v0/(W*H*60)
%need vinf for Re
%need Re for ShL
ReL= vinf*L/vair;
ShL=0.664*ReL^.5*Sc^(1/3)=196.778
%part b solve WA
kc=ShL*DAB/(L*100)% 0.127cm/s
CA=(105/760)/(82.06*300)%=5.61*10^-6;
W=kc*CA*L^2*100^2*78*60 = 75.1987 g/min
m=1.5*1.5^2*100^2/10*.3
t=m/W
del=5*1.5/sqrt(ReL)
delc=del/Sc^(1/3)
finalans=v0*(150/W)^2
%masshw5 ch 28.4
clear all
clc
%28.7
%a solve Shmidt
DAB= 3*10^-6; %cm^2/s given
vair= 6*10^-3; %cm^2/s
Sc=vair/DAB
v0=30;
W=10;
L=20;
vinf=v0/(W*L)
Re=vinf*L/vair
ShL=0.664*Re^(1/2)*Sc^(1/3)
ShL=0.664*Sc^(1/3)*(v0/(W*vair))^0.5
kc=ShL*DAB/L
Ca=0.04
NA=kc*Ca
x=[0:0.1:L];
kc=ShL*DAB./x;
plot (x,kc)
a. omg I thought it was vA or vB but thats kinematic viscocity- thats why you can use the tables
b. also theyre doing 2*10^5 for Re but why not 2000
Mass Hw 5 Week 8
Andrew Sanchez
28.4
b. Find Shmidt:
a. Sc= v(air)/DAB
i. Why is vair not Volumetric flow rate of air/ cross-sectional Area- vair
from appendix I- 1.5689*10^-5
ii. DAB- given above
iii. Vai
DAB= 0.097; %cm^2/s given
vair= 1.5689*10^-5; %m^2/s
Sc=vair/DAB*100^2= 1.6174
iv. Why is v0 volumetric flowrate
W=1.5;
H=1;
L=1.5;
%solve Shl
v0= 60; %m^3
vinf=v0/(W*H*60)
%need vinf for Re
%need Re for ShL
ReL= vinf*L/vair;
ShL=0.664*ReL^.5*Sc^(1/3)=196.778
%part b solve WA
kc=ShL*DAB/(L*100)% 0.127cm/s
CA=(105/760)/(82.06*300)%=5.61*10^-6;
W=kc*CA*L^2*100^2*78*60 = 75.1987 g/min
Part c
%masshw5 ch 28.4
clear all
clc
%28.7
%a solve Shmidt
DAB= 3*10^-6; %cm^2/s given
vair= 6*10^-3; %cm^2/s
Sc=vair/DAB
v0=30;
W=10;
L=20;
vinf=v0/(W*L)
Re=vinf*L/vair
ShL=0.664*Re^(1/2)*Sc^(1/3)
ShL=0.664*Sc^(1/3)*(v0/(W*vair))^0.5
kc=ShL*DAB/L
Ca=0.04
NA=kc*Ca
x=[0:0.1:L];
kc=ShL*DAB./x;
plot (x,kc)
Chp 29 Convective
Mass Transfer b/w
phases- [Advanced
Thermo part. 1]
Hw 8
%masshw8ch29p6.m
clear all
clc
format long
H= 0.15; % atm
P= 1.5; %atm
MWB= 180;%g/gmole
rhoB=0.8; %g/cm^3
kx= 0.01; % kgmole/m^2 s
ky= 0.02; % kgmole/m^2 s
kG=ky/P;
CL=rhoB/MWB;
kL= kx*MWB/rhoB*1000/100^3
KL=(100^3/1000*rhoB/(H*MWB*kG)+1/kL)^-1 %0.00105 m/s
%must convert H by multiplying by kG/rhoB due to units given in problem
xA= 0.05;
PA=0.015; %atm
Csat=PA/H*CL;
CAL=xA*CL;
NA=KL*(Csat-CAL)*100^3 % convert to mol / m s
xAi=.05-NA/kx/1000
PAi=H*xAi
Problem 29.19
%masshw8ch29p19.m
clearall
clc
formatlong
H=550;%atm
P=1;%atm
MWB=18;
rhoB=1000;
kx=200;%gmole/m^2s
ky=0.1;%gmole/m^2s
KG=ky/P/1000;
kL=kx*MWB/rhoB/1000;
KL=(1/(H*KG)+1/kL)^1
kG=ky/P;
CL=rhoB/MWB;
kL=kx*MWB/rhoB*1000/100^3
KL=(100^3/1000*rhoB/(H*MWB*kG)+1/kL)^1%0.00105m/s
%mustconvertHbymultiplyingbykG/rhoBduetounitsgiveninproblem
xA=0.04;
PA=0.015;%atm
Csat=PA/H*CL;
CAL=10;
NA=KL*(CAL1000*Csat)*100^3%converttomol/ms
Final Exam Practice