1(a)
Explain how to use 'for' loop in SciLab with appropriate example.
5 M
1(b)
Use Crank-Nicholson Scheme to solve,
uxx = ut 0≤x≤1 t>0 h=14 k=14
Given u(x, 0) = 0, u(0, t) = 0, u(1, t) =50t Compute u for one step in t-direction.
uxx = ut 0≤x≤1 t>0 h=14 k=14
Given u(x, 0) = 0, u(0, t) = 0, u(1, t) =50t Compute u for one step in t-direction.
5 M
1(c)
Show progress of bisection method using graphical representation.
5 M
1(d)
Solve following system of equation,
x+y+z=7
z+2y+3z=16
z+3y+4z=22
x+y+z=7
z+2y+3z=16
z+3y+4z=22
5 M
2(a)
Liquid Molar volume of n-butane at 350 K and 9.4573 bar may be calculated using Redlich-Kwong equation as given below
Vl=zRTp
where,
z=β+z(z+β)(1+β−zqβ)
β=0.08664PrTr Pr=PPc Tr=TTc q=6.6.48
for n-butane, Tc = 425.1Ki, pc = 37.96bar
Calculate liquid molar volume for n-butane at given condition using Newton-Raphson method starting with z=β.
Vl=zRTp
where,
z=β+z(z+β)(1+β−zqβ)
β=0.08664PrTr Pr=PPc Tr=TTc q=6.6.48
for n-butane, Tc = 425.1Ki, pc = 37.96bar
Calculate liquid molar volume for n-butane at given condition using Newton-Raphson method starting with z=β.
20 M
3(a)
Solve following set of equations using Gauss-Seidel and Gauss-Jordan Method
2x1-3x2+x3=-11
3x1+4x2-3x3=-34
x1+5x2-2x3=-17
2x1-3x2+x3=-11
3x1+4x2-3x3=-34
x1+5x2-2x3=-17
14 M
3(b)
Write Laplace equation and express it in difference form using Taylor's series expansion.
6 M
4(a)
A chemical reactor that has a single second order reaction and a outlet flowrate that is a linear function of height has the following model
dVCdt=FinCin−FC−kVC2
dVdt=Fin−F
where, F = βV.
The parameters and variables are as given below.
Fin = inlet flowrate, (2 LPM)
Cin = inlet concentration, (1 gmol/lit)
k = reaction rate constant, (2 lit/(gmol-min))
β = 1 min-1
V = reaction mixture volume, (at t = 0, 1 lit)
C = concentration in reactor, (at t = 0, 0.5 gmol/lit)
Find the concentration and volume after one minute using Runge-kutta second order method.
dVCdt=FinCin−FC−kVC2
dVdt=Fin−F
where, F = βV.
The parameters and variables are as given below.
Fin = inlet flowrate, (2 LPM)
Cin = inlet concentration, (1 gmol/lit)
k = reaction rate constant, (2 lit/(gmol-min))
β = 1 min-1
V = reaction mixture volume, (at t = 0, 1 lit)
C = concentration in reactor, (at t = 0, 0.5 gmol/lit)
Find the concentration and volume after one minute using Runge-kutta second order method.
20 M
5(a)
Friction factor is commercial pipe for turbulcnt flow can be calculated using Colebrook equation. If roughness factor(k) for carbon steel pipe is 0.00015 m for a pipe with ID (D) 0.315 m, using suitable numerical method calculate friction Colebrook equation,
1√f=−2.0log(k/D3.7+2.51Re√f) .
1√f=−2.0log(k/D3.7+2.51Re√f) .
12 M
5(b)
Find the root of the function f(x)=3x216−274 using Regula-Falci method. Consider the span [0, 10].
8 M
6(a)
Solve the following system by Gaussian Elimination with and without partial pivoting and comment on the results:
[211−2402132201320][x1x2x3x4]=[0873]
[211−2402132201320][x1x2x3x4]=[0873]
10 M
6(b)
Solve the following system by LU decomposition:
A=[40−1321−20032−21105] b1=[014−2]
A=[40−1321−20032−21105] b1=[014−2]
10 M
More question papers from Computer Programming and Numerical Methods