Kinetics 2
Kinetics 2
Kinetics 2
ENGINEERING.
KINETICS
PROJECT ONE
GROUP;
[1] NWAZOJIE CHUKWUDALU CLARE 40499
[2] OSAWEMWENZE AMEN LILIAN 40503
Solution
Analysis of problem:
This material under the conditions stated above, Fourier's law applies, the thermal conductivity K
depends on the direct coefficient LQQ, as well as on the direct and coupling coefficients associated with
the unconstrained component L1Q. In general, the empirical conductivity associated with a particular flux
depends on the constraints applied to other possible fluxes.
J = 1
Since no other flux is present apart from heat and only one component is present, the equation
reduces to:
J1 J1
J1 = FQ
FQ + F1
F1
JQ JQ
FQ F1
[ ] = [ J ][ ]
1 1 J1 1
FQ F1
JQ
Recall = LQQ (rate of change of flux with respect to driving force)
FQ
J1
= L1Q
FQ
1
[ ]=[ ][ ]
1 1 11 1
JQ = Q + 1 F1
J1 = 1 FQ + 11 F1
JQ = FQ + 1 F1 ...... (1)
J1 = 1 FQ + 11 F1 ... (2)
At Steady State, the thermal and diffusion currents causes the unconstrained solute to be
redistributed thus a steady- state distribution has been reached therefore the diffusion of the
unconstrained solute i.e. Component 1 is completed therefore:
J1 = 0
Therefore, 1 FQ = - 11 F1
1 FQ
F1 = - (3)
11
1 2 FQ
JQ = FQ - . (4)
11
JQ = - K .................................................... (5)
1 2 1
- K = [ ][ ]
11
1 1 2
K = [ ] (7)
11
This is the expression for the thermal conductivity of the electrical insulated Isolated bar as it
was forced into a steady-state distribution by the thermal flux assuming no solute(component 1)
enters or leaves the ends of the bar.
Problem 3
Consider the one-dimensional diffusion problem below in which diffusivity depends on time.
2
= () 2 0 < x L; 0<ttf
(2) |(L,t) = 0 (Insulated at this end)
Solution
Pdepe in Matlab will be used to solve the diffusion problem to plot the appropriate graphs, the
equation will be re-arranged to get the necessary data needed for the plot.
Rearranging the equation;
2
= () ................... (1)
2
=
(()
)......... (2)
C = x-m (mf ) + s
C = 1; m = 0; f =() ; s=0
p + qf = 0
p + q(() )=0
c( 0, t) = 0 .............. B.C 1
pl = Cl - Coe(-t)
Co = 1
pl = Cl - e(-t) and ql = 0
1
pr = 0 and qr =
()
but () =
1
pr = 0 and qr =
C0 = 1
C(x,0)= 1
MATLAB CODE 3
Problem 4:
Consider the one-dimensional diffusion problem below in which diffusivity depends on
concentration.
2 () 2
= () + ( ) ( ) 0 < x L; 0<ttf
2
(2) |(L,t) = 0 (Insulated at this end)
Solution
Pdepe in Matlab will be used to solve the diffusion problem to plot the appropriate graphs, the
equation will be re-arranged to get the necessary data needed for the plot.
2 () 2
= () + ( ) ( )........ (1)
2
() 2
=
(()
) + (
) ( ) (2)
() 2
C = 1; m = 0; f =() ;s=( ) ( )
BC No 1: Left (l)
p + qf = 0
p + q(() ) = 0 .................................................. (3)
Co = 1
pl = Cl - e(-t) and ql = 0
1
pr = 0 and qr =
()
but () =
1
pr = 0 and qr =
Initial Condition (IC);
C0 = 1
C(x,0)= 1
MatLab Code 4