DELFT UNIVERSITY OF TECHNOLOGY

Size: px
Start display at page:

Download "DELFT UNIVERSITY OF TECHNOLOGY"

Transcription

1 DELFT UNIVERSITY OF TECHNOLOGY REPORT The Krylov accelerated SIMPLER method for incompressible flow C. Vik and A. Saghir ISSN Reports of the Department of Applied Mathematical Analysis Delft 2002

2 Copyright 2002 by Department of Applied Mathematical Analysis, Delft, The Netherlands. No part of the Jornal may be reprodced, stored in a retrieval system, or transmitted, in any form or by any means, electronic, mechanical, photocopying, recording, or otherwise, withot the prior written permission from Department of Applied Mathematical Analysis, Delft University of Technology, The Netherlands.

3 [ The Krylov accelerated SIMPLER method for incompressible flow ] [C. Vik and A. Saghir] September 10, 2002 Abstract Nmerical modeling of the melting and combstion process is an important tool in gaining nderstanding of the physical and chemical phenomena which occr in a gasor oil-fired glass melting frnace. The incompressible Navier-Stokes eqations are sed to model the gas flow in the frnace. The discrete Navier-Stokes eqations are solved by the SIMPLER method. In or applications many SIMPLER iterations are necessary to obtain an accrate soltion. In this paper Krylov accelerated versions are proposed: GCR-SIMPLER. The properties of these methods are investigated for a simple two-dimensional flow. Thereafter the efficiency of the methods is compared for three-dimensional flows in indstrial glass melting frnaces. Keywords: SIMPLER method, Krylov acceleration, efficiency, incompressible Navier- Stokes 1 Introdction The increasing demand in qality, prodction efficiency and environmental isses drive glass prodcers in optimizing their melting frnaces. The qality demand is so high and the melting behavior so complex that a complete nderstanding of all important physical and chemical phenomena dring the melting process is reqired to make advances. At the TNO Institte of Applied Physics a CFD simlation model for gas- and oil-fired glass melting frnaces has been developed. This is a complete model for glass melting frnaces, describing the combstion space and glass bath, and predicting the effects on melting performance and glass qality. The model is sccessflly sed by the glass indstry and frnace manfactrers for prodct qality improvement, optimization of frnace designs and troble-shooting. The simlation of a complete glass melting frnace often reslts in large comptation times. One of the reasons for this is that the model ses the so-called SIMPLER pressrecorrection method to solve the incompressible Navier-Stokes eqations. It is well known 1

4 that the SIMPLER method often reqires many iterations. To redce the large comptation times of the SIMPLER method, a Krylov sbspace acceleration of the SIMPLER method has been developed. The GCR Generalized Conjgate Residals method has been sed for this prpose, since GCR can be applied to the non-symmetric matrices which reslt from discretization of the Navier-Stokes eqations. The new method presented in this paper is called GCR-SIMPLER. 2 Description of the mathematical model We compte nmerical soltions of the steady state Navier-Stokes eqations: ν + grad + gradp = f, div = 0, combined with appropriate bondary conditions. The vector field represents the velocity, p represents the pressre and ν is the viscosity. The Stokes eqations are the Navier-Stokes eqations withot the non-linear term. After discretization of the incompressible Stokes eqations one obtains the following linear system: Q G G T 0 p = b1 b 2, 1 where is the algebraic vector of velocity components and the algebraic vector p contains the pressre nknowns. In the remainder of this paper, this system is abbreviated as Ax = b. Discretization of the continity eqation leads to a zero block on the main diagonal of A, so the reslting linear system is indefinite and symmetric for the Stokes eqations. This leads to serios problems when linear solvers are sed. Varios methods are known to overcome these difficlties: the pressre-matrix method [4], Uzawa method [17, 21, 6, 8], SIMPLE-type methods[14, 10], penalty method [2], pressre correction method [20], PISO method [1], etc. For an overview of these methods we refer to [16] Section 9.6. In CFD packages, a poplar method is the SIMPLE method proposed by Patankar and Spalding [15] or one of its variants SIMPLER [14], SIMPLEST [26], or SIMPLEC [19]. In many applications the SIMPLE method needs many iterations before an accrate soltion is reached. Varios athors consider a mltigrid acceleration of the SIMPLE method [24, 11, 3]. In this paper we consider a Krylov sbspace acceleration of the SIMPLER method [23]. The reason for this is that Krylov methods have only a small amont of overhead costs and are easy to implement in an existing CFD package. Althogh the discretized Stokes eqation leads to a symmetric coefficient matrix, we se a Krylov sbspace method sitable for non-symmetric matrices, becase we also apply the reslting method to the discrete Navier-Stokes eqations, where a non-symmetric coefficient matrix occrs. Recently, saddle point preconditioners for Krylov sbspace methods have been proposed to solve the discretized Navier-Stokes eqations. For a srvey we refer to [9]. 2

5 3 SIMPLE type methods as distribtive iterative methods In order to combine the SIMPLE-type methods with a Krylov solver we first write these methods as a distribtive iterative method [26, 24]. 3.1 SIMPLE method The diagonal of the matrix Q is denoted by D and R G T D 1 G. The SIMPLE method as proposed by Patankar [14] is given by the following algorithm: SIMPLE algorithm 1. Choose an initial estimate p. 2. Solve Q = b 1 Gp. 3. Solve Rδp = b 2 G T. 4. Compte = D 1 Gδp and p := p + δp. 5. If not converged take p = p and go to 2. The soltions of the systems given in 2 and 3 are obtained by a small nmber of iterations with a Block Gass-Seidel method TDMA solver [14]. The SIMPLE method can also be seen as a distribtive iterative method. Instead of solving the system Ax = b the system AB R y = b, x = B R y will be solved. Choosing B R and M R as: I D B R = 1 G Q 0, M 0 I R = G T, 2 R and sing the splitting AB R = M R N R the following iteration is obtained SIMPLE method [24]: x k+1 = x k + B R M R 1 b Ax k, k = 1, 2,..., niter. In the SIMPLE method the matrix A is mltiplied from the right with B R and the reslting matrix is split. We can also se a mltiplication from the left with B L and se the splitting M L where the matrices are given by B L = I 0 G T D 1 I, M L = Q G 0 R Using the splitting B L A = M L N L we can se the iteration x k+1 = x k + M L 1 B L b Ax k, k = 1, 2,..., niter. This is a new SIMPLE type method, which we denote by SIMPLEL. 3. 3

6 3.2 SIMPLER method First the SIMPLER method is explained. Thereafter the SIMPLER method is written as a distribtive iterative solver. Sppose the velocity vector is known. Then an easy calclation shows that p is a soltion of the system: Rp = b 2 G T D 1 D Q + b 1. This idea is sed in the SIMPLER method. When k is known, p k+1 and k+1 are calclated as follows: SIMPLER algorithm 1. Solve Rp = b 2 G T D 1 D Q k + b Solve Q = b 1 Gp. 3. Solve Rδp = b 2 G T. 4. Compte k+1 = D 1 Gδp and p k+1 = p + δp. One iteration of the SIMPLER algorithm is approximately 1.3 times as expensive as one SIMPLE iteration. Steps 2, 3, and 4 of both methods are comparable. Using 3 it is easy to check that N L is given by N L = 0 0 G T D 1 D Q 0. 4 Now the first and second step of the SIMPLER algorithm can be written as: M L p = N L k p k + B L b1 b 2. 5 This is eqivalent to M L p = M L k p k + B L b1 b 2 M L N L k p k. 6 Mltiplying this eqation with M L 1 leads to p = k p k + M L 1 B L b1 b 2 A k p k. 7 After this step a SIMPLE iteration follows. So the new soltion is given by k+1 p k+1 = p 1 b1 + B R M R A b 2 p. 8 4

7 Combining both steps shows that one SIMPLER iteration can be denoted by where P S is given by k+1 p k+1 = k p k This expression can also be written as + P S b1 b 2 A k p k P S = B R M R 1 B R M R 1 AM L 1 B L + M L 1 B L. P S = B R M R 1 B L 1 Q 0 0 2R B R 1 M L 1 B L., 9 Smmarizing we note that the SIMPLER method can be written as a distribtive iterative method: x k+1 = x k + B R M 1 R B 1 L TB 1 R M 1 L B Lb Ax k, where T is the block diagonal part of the matrix M L + M R A. Note that the SIMPLER method is closely related to the Symmetric Block Gass-Seidel method. Frthermore, when Q is symmetric it follows from the definition that B L = B T R and M L = M T R, which implies that P S is symmetric. So for the incompressible Stokes eqation the MINRES method combined with the SIMPLER method as preconditioner can be sed. 4 A saddle point preconditioner In this section we describe one of the saddle point preconditioners proposed by Elman [7]. Thereafter we write the iteration matrices of this preconditioner and the SIMPLE preconditioner in the same way. This enables s to give a theoretical comparison of both preconditioners. In Section 6.2 these preconditioners are compared from nmerical point of view. In [7] saddle point preconditioners of the following form are considered: P E = Q G 0 X It is easy to show that AP E = I 0 G T Q 1 G T Q 1 GX 1, so that the eigenvales are: {1} σg T Q 1 GX 1. 5

8 In [7] varios choices for the matrix X are considered. It appears that a balance shold be fond between fast convergence, σg T Q 1 GX 1 {1}, and the amont of work to apply the preconditioner to a vector. For the SIMPLE preconditioner we can compte M R 1 : M R 1 = Q 1 0 R 1 G T Q 1 R 1 So the iteration matrix AB R M R 1 can be written as: I I QD 1 GR 1 G T Q 1 I QD 1 GR 1 0 I which implies that the eigenvales of AB R M R 1 are: {1} σi I QD 1 GR 1 G T Q 1. We note that the Elman preconditioner converges in one iteration when X = G T Q 1 G, whereas the SIMPLE preconditioner converges in one iteration when D = Q. In general X is an approximation of G T Q 1 G and D is an approximation of Q. Comparing both preconditioners, it appears that for the SIMPLE preconditioner the iteration matrix converges to the identity matrix for D Q, whereas the iteration matrix for the Elman preconditioner converges to a block lower trianglar matrix so the iteration matrix is non-normal for X G T Q 1 G.., 5 The GCR acceleration method In this section a Krylov acceleration of the preconditioners given in Section 3 and 4 is given. Many Krylov sbspace methods are known to solve non-symmetric linear systems. We choose the GCR method [5] becase the method is robst, minimizes the residal and allows a variable preconditioner [18, 22]. This final property is very important, since in practice the inverse of the matrices occrring in the preconditioners are only compted approximately. So, the preconditioner P k is a different operator in every iteration. GCR algorithm r 0 = b Ax 0 for k = 0, 1,...,ngcr s k+1 = P k r k v k+1 = As k+1 for i = 0, 1,...,k v k+1 = v k+1 v k+1, v i v i 6

9 s k+1 = s k+1 v k+1, v i s i end for v k+1 = v k+1 / v k+1 2 s k+1 = s k+1 / v k+1 2 x k+1 = x k + r k, v k+1 s k+1 r k+1 = r k r k, v k+1 v k+1 end for For P k one can choose B R M R 1 GCR-SIMPLE, P S GCR-SIMPLER, or P E GCR- Elman. De to the modified Gram-Schmidt orthogonalization, the amont of work and memory increases when the nmber of iterations grows. To bond these qantities the method is trncated or restarted after a small nmber of iterations. Comparing the amont of work with that of the SIMPLE method, we note that if the GCR-SIMPLE method is restarted after ngcr iterations, then ngcr 2 vector-pdates and ngcr 2 /2 inner-prodcts extra are reqired. Frthermore, an additional 2ngcr vectors shold be stored in memory. When ngcr is small these costs are negligible. For the SIMPLER preconditioners it appears that a diagonal scaling is beneficial for the convergence of the GCR-SIMPLER method. To implement this the following adaptations are made: compte D AB = diagab R and se r 0 = D 1 ABb Ax 0, s k+1 = BM 1 k D ABr k, and v k+1 = D 1 AB Ask+1. The discretization of the Navier-Stokes eqations gives a non-linear system de to the convection terms. The discretization eqations for the velocities can be written as follows: Q + Gp = b Varios methods can be chosen to linearize Q, like the Newton-Raphson method or the Picard iteration method. We have sed the Picard iteration method where Q k+1 is approximated by Q k. A non-symmetric linear system is obtained with the same strctre as the discretized Stokes eqations. Now, the GCR-SIMPLER algorithm for the Navier-Stokes eqations can be smmarized as follows: x 0 gessed vale for k = 0, 1, 2,..., niter solve Ax k x k+1 = b with GCR-SIMPLER end for The other preconditioners can be sed in the same way. Dring each iteration we do not need to solve this eqation ntil convergence becase the matrix A is defined sing an approximation of x k. This has the advantage that a small vale of ngcr can be chosen which leads to low memory reqirements. The optimal vale of ngcr can be different for each problem. 7

10 6 Nmerical experiments In this section attention will be given to the application of the varios methods to solve the incompressible Navier-Stokes eqations. We will first investigate the properties of SIMPLER and GCR-SIMPLER for a 2D Navier-Stokes flow between two flat plates. Thereafter we compare the GCR method sing the preconditioners proposed in Section 3 and 4 for a Poiseille flow and a backward facing step problem. Finally, in order to compare the efficiency for more realistic test problems, the Ford Nashville float glass frnace is sed. In the measrements the following qantities are sed: CP Utime: exection time of a sed method measred in seconds on an HP-735 in Section 6.1 and on an HP-J210 in Section 6.3, resid: absolte sm of residals for a given variable, niter: nmber of iterations. 6.1 Nmerical properties of the SIMPLE type methods In this section we present some reslts obtained when applying the SIMPLER and the GCR-SIMPLER method to the flow between two flat plates with distance D = 10 cm and length L = 500 cm. For this test problem an eqidistant grid will be sed. To apply the SIMPLER and the GCR-SIMPLER methods we first define some defalt vales of parameters sed in these methods. For both methods the termination criterion is: stop when the sm of the absolte residals of each variable is less than or eqal to The relaxation factor for the pressre is always 1. The SIMPLER method will be sed with relaxation factors eqal to 0.8 for the velocities 1 and 2. For the GCR-SIMPLER method ngcr is taken eqal to 3 and the relaxation factors for the velocities 1 and 2 are eqal to 1. The defalt TDMA solver is PLANE TDMA. For a motivation of these vales we refer to [23]. First we investigate the dependence of GCR-SIMPLER on the vale of ngcr. The reslts are given in Table 1. When ngcr increases the nmber of GCR-SIMPLER iterations decreases, bt every iteration becomes more expensive. On the grid we see that the CPU time is more or less the same for all vales of ngcr. For the grid there are larger differences. The choice ngcr = 14 leads to a minimal amont of CPU time; however, many vectors shold be stored in memory. Therefore the vale ngcr = 3 is a good compromise. When convergence problems occr for the GCR-SIMPLER method it helps to increase the vale of ngcr. In Table 2 the reslts are given for varios grid sizes. Both methods need more iterations when the grid size increases. For a small grid size the CPU times are comparable, whereas for a large grid size GCR-SIMPLER needs less CPU time than the SIMPLER method. For the grid the aspect ratio of the finite volmes is eqal to 50. 8

11 ngcr Grid Grid niter CPU time niter CPU time Table 1: Reslts of the GCR-SIMPLER method for varios vales of ngcr Grid size SIMPLER GCR-SIMPLER niter CPU time niter CPU time Table 2: Reslts for varios grid sizes 6.2 Comparison of the varios preconditioners In this section we present convergence reslts for the preconditioned GCR method, withot restarting or trncation, applied to some test problems. These experiments are done in Matlab. For the discretization we se the Matlab codes 1 given in [25]. In or SIMPLER preconditioners we always take D = diagq. From [7] it appears that X = hd I, for a ν niform grid of width h in d dimensions, is a good preconditioner as long as ν 1. Since this preconditioner is easy to se, we take X = γi, where γ is chosen sch that the convergence of GCR-Elman is optimal. We cannot se X = hd I becase the step-size in x and ν y-direction is different. We only report nmber of iterations to observe the convergence behavior. All inverse matrices in the preconditioners are compted exactly. In real applications approximate inverses shold be sed in order to save flops and memory. Channel flow Or first test problem in this section is a flow in a channel with width 2 and the length is varied. At the inflow bondary we se a parabolic profile, whereas a no-slip bondary condition is sed at the side walls. As otflow bondary conditions we se homogeneos Nemann conditions for both velocity components. For the discretization we se a staggered grid arrangement [25, 12]. The Dirichlet bondary conditions are inclded as extra eqations in the linear system. We start the GCR method with x 0 = 0 and stop if rk ɛ. b As a defalt we take ɛ = ta.twi.tdelft.nl/sers/wesselin/cfdbook.html 9

12 In many channel flows the length of the channel is mch larger than the width of the channel. From or experiments we know that a nmber of preconditioners break down or have a bad convergence behavior when stretched cells occrs. Therefore we vary the length of the channel two orders of magnitde and report the reslts for the proposed preconditioners in Table 3. These reslts are obtained for the Stokes eqations on a grid. Note that the nmber of iterations increases for the ILU and Elman preconditioners for increasing length, whereas the nmber of iterations is constant or decreasing for the SIMPLER preconditioners. Length ILU SIMPLE SIMPLER Elman Table 3: Nmber of iterations of the preconditioned GCR method for the Stokes eqations We have also sed the Oseen eqations: ν + w grad + gradp = f, div = 0, where w is a given velocity field. These eqations are sed dring a Picard iteration to solve the non-linear Navier-Stokes eqations. We take w eqal to the velocity of the Poiseille flow. From Table 4 and 5 it appears that the nmber of iterations increases for decreasing ν. The behavior for increasing length is comparable for the Stokes and Oseen eqations. Length ILU SIMPLE SIMPLER Elman Table 4: Nmber of iterations of the preconditioned GCR method for the Oseen eqations for ν = 1 Finally, solving the Navier-Stokes eqations with a Picard iteration the intermediate Stokes and Oseen eqations are solved with a relative large ɛ. Therefore we also give the reslts for ɛ = 10 2 in Table 6. It appears that for a low accracy there is a large growth in the nmber of iterations for the ILU and Elman preconditioners for increasing length of the channel. 10

13 Length ILU SIMPLE SIMPLER Elman Table 5: Nmber of iterations of the preconditioned GCR method for the Oseen eqations for ν = 0.1 Length ILU SIMPLE SIMPLER Elman Table 6: Nmber of iterations of the preconditioned GCR method for the Oseen eqations for ν = 0.1 and ɛ = 10 2 Backward facing step Or second test problem is a backward facing step problem. The length of the channel is 25 and the width is 2. At the inflow bondary we have a parabolic profile at the pper half part and a no-slip condition at the lower half part of the bondary. In the Oseen eqations we take w eqal to zero in the lower part of the channel and eqal to the Poiseille flow velocities in the pper part of the channel. The horizontal velocity contors of w and are given in Figre 1 and 2. The iteration conts are given in Table 7. Note that the SIMPLER preconditioner is insensitive to the choice of ν. For the other preconditioners the nmber of iterations increases for decreasing ν. This behavior is also reported in [7] for the Elman preconditioner. Stokes Oseen Preconditioner ν = 0.25 ν = ILU SIMPLE SIMPLER Elman Table 7: Nmber of iterations of the preconditioned GCR method for the backward facing step problem 11

14 Figre 1: Contor plot of horizontal component of w sed in the backward facing step problem Figre 2: Contor plot of the horizontal component of the soltion of the backward facing step problem 6.3 The Ford Nashville frnace In this section the SIMPLER and the GCR-SIMPLER method are sed to simlate the combstion chamber of the Ford frnace [13]. In the model for this frnace, the combstion of natral gas is described by the conserved scalar approach to high temperatre, nonpremixed combstion and the chemistry is described with a one-step global reaction. The geometry of the Ford frnace is sketched in Figre 3. The internal length, width and maximm height of the combstion chamber are m. The same convergence Figre 3: Geometry of the Ford float glass frnace criterion is sed for each method. In this problem the iteration process is stopped when the absolte sm of the residals of each variable is less than or eqal to The finite volme grid consists of = points. The same relaxation factors are sed for both methods. In the SIMPLER and the GCR-SIMPLER method the same SPACE TDMA solver is sed. The first simlation has been done sing the GCR-SIMPLER method. The reslts are: niter = 3390, CP U time 3.3 days. Using the SIMPLER method the simlation has been stopped after 7.5 days, becase the maximm nmber of iterations has been reached. We see again a large decrease in CPU time when the Krylov 12

15 acceleration is sed. The temperatre contors in a plane jst above the glass srface are shown in Figre 4. A comparison of the compted and measred qantities for this frnace is given in [13]. For more reslts concerning the convergence behavior of the varios methods applied to the IFRF frnace we refer to [23]. Flid Temperatre [ o C]: Figre 4: The temperatre contors of the Ford float frnace sing the GCR-SIMPLER method 6.4 Memory Using the GCR-SIMPLER method instead of the SIMPLER method leads to more memory. In Table 8 the memory reqirements are given for varios problems. For a threedimensional problem the increase is approximately 50 %. When ngcr is increased the CPU time may decrease bt the memory reqirements increase. problem SIMPLER GCR-SIMPLER ngcr = 3 Flat plates IFRF frnace Ford frnace Table 8: Memory reqirements for varios problems measred in Megabytes 7 Conclsions An efficient method to simlate glass-melting frnaces is considered. In this method the incompressible Navier-Stokes eqations are sed. SIMPLE-type methods are very poplar 13

16 to solve the discretized incompressible Navier-Stokes eqations. In this paper SIMPLE and SIMPLER are rewritten as classical distribtive iteration methods for linear systems. Two other preconditioners are considered ILU and Elman [7]. As Krylov acceleration the GCR method is sed. Firstly the dependence of the GCR-SIMPLER methods on grid-size and ngcr is investigated by nmerical experiments. These insights are sed to propose a nmber of defalt parameters ngcr = 3, TDMA solver, otlet bondary condition, etc. for these methods. Secondly the convergence behavior of the ILU, SIMPLER, and Elman preconditioner are compared for two test problems: a channel flow and a backward facing step flow. It appears that GCR-SIMPLER is only weakly dependent on the stretching of the grid and the viscosity. Points of crrent research are: inclsion of more advanced preconditioners proposed by [7] and comparison of the memory reqirements and CPU time of the proposed preconditioners for practical problems. Finally, the efficiency of SIMPLER and GCR-SIMPLER is compared sing a simlation of an indstrial frnace. For these simlations, where the grid has high aspect ratios, the GCR-SIMPLER method appears to be three times as fast as the SIMPLER method. Frthermore, larger relaxation factors can be sed for GCR-SIMPLER, which leads to a still higher efficiency. After convergence the qality of the compted reslts velocity, pressre, trblence qantities, etc is comparable. GCR-SIMPLER reqires more memory than the SIMPLER method. References [1] I.E. Barten. Comparison of SIMPLE- and PISO-type algorithms for transient flows. Int J. Nm. Meth. in Flids, 26: , [2] M. Bercovier. Pertrbation of a mixed variational problem, applications to mixed finite element methods. R.A.I.R.O. Anal. Nmér., 12: , [3] D. Braess and D. Sarazin. An efficient smoother for the Stokes problem. App. Nm. Math., 23:3 19, [4] J. Cahoet and J.P. Chabard. Some fast 3-D finite element solvers for the generalized Stokes problem. Int. J. Nm. Methods Flids, 8: , [5] S.C. Eisenstat, H.C. Elman, and M.H. Schltz. Variational iterative methods for nonsymmetric systems of linear eqations. SIAM J. Nm. Anal., 20: , [6] H.C. Elman. Mltigrid and Krylov sbspace methods for the discrete Navier-Stokes eqations. Int. J. Nm. Meth. Flids, 22: ,

17 [7] H.C. Elman. Preconditioning for the steady-state Navier-Stokes eqations with low viscosity. SIAM J. Sci. Compt., 20: , [8] H.C. Elman and G.H. Golb. Inexact and preconditioned Uzawa algorithms for saddlepoint problems. SIAM J. Nm. Anal., 31: , [9] H.C. Elman, D.J. Silvester, and A.J. Wathen. Performance and analysis of saddle point preconditioners for the discrete steady-state Navier-Stokes eqations. Nmer. Math., 90: , [10] J.H. Ferziger and M. Peric. Comptational methods for flid dynamics second edition. Springer, Berlin, [11] T. Gjesdal and M.E.H. Lossis. Comparison of pressre correction smoothers for mltigrid soltion of incompressible flow. Int. J. Nm. Meth. Flids, 25: , [12] F.H. Harlow and J.E. Welch. Nmerical calclation of time-dependent viscos incompressible flow of flid with a free srface. The Physics of Flids, 8: , [13] A.M. Lankhorst, G.P. Boerstoel, H.P.H. Mysenberg, and K.K. Koram. Complete simlation of the glass tank and combstion chamber of the former Ford Nashville float frnace inclding melter, refiner and working end. In Forth Int. Seminar on Mathematical Simlation in the Glass Melting, [14] S.V. Patankar. Nmerical heat transfer and flid flow. McGraw-Hill, New York, [15] S.V. Patankar and D.B. Spalding. A calclation procedre for heat and mass transfer in three-dimensional parabolic flows. Int. J. Heat Mass Transfer, 15: , [16] A. Qarteroni and A. Valli. Nmerical approximation of partial differential eqations. Springer series in Comptational Mathematics 23. Springer Verlag, Berlin, [17] R. Temam. Navier-Stokes eqations. Theory and Nmerical Analysis, 3rd edition. North-Holland, Amsterdam, [18] H.A. van der Vorst and C. Vik. GMRESR: a family of nested GMRES methods. Nm. Lin. Alg. Appl., 1: , [19] J.P. Van Doormaal and G.D. Raithby. Enhancements of the SIMPLE method for predicting incompressible flid flows. Nm. Heat Transfer, 7: , [20] J. van Kan. A second-order accrate pressre-correction scheme for viscos incompressible flow. SIAM J. Sci. Stat. Compt., 7: ,

18 [21] C. Vincent and R. Boyer. A preconditioned conjgate gradient Uzawa-type method for the soltion of the Stokes problem by mixed Q1-P0 stabilized finite elements. Int. J. Nm. Meth. Flids, 14: , [22] C. Vik. New insights in GMRES-like methods with variable preconditioners. J. Comp. Appl. Math., 61: , [23] C. Vik, A. Saghir, and G.P. Boerstoel. The Krylov accelerated SIMPLER method for flow problems in indstrial frnaces. Int. J. for Nm. Meth. Flids, 33: , [24] P. Wesseling. An introdction to mltigrid methods. Wiley, Chichester, available at [25] P. Wesseling. Principles of Comptational Flid Dynamics. Springer Series in Comptational Mathematics, Vol.29. Springer, Heidelberg, [26] G. Wittm. Mlti-grid methods for Stokes and Navier-Stokes eqations with transforming smoothers: Algorithms and nmerical reslts. Nmer. Math., 54: ,

DELFT UNIVERSITY OF TECHNOLOGY

DELFT UNIVERSITY OF TECHNOLOGY DELFT UNIVERSITY OF TECHNOLOGY REPORT 08-09 SIMPLE-type preconditioners for the Oseen problem M. r Rehman, C. Vik G. Segal ISSN 1389-6520 Reports of the Department of Applied Mathematical Analysis Delft

More information

Discontinuous Fluctuation Distribution for Time-Dependent Problems

Discontinuous Fluctuation Distribution for Time-Dependent Problems Discontinos Flctation Distribtion for Time-Dependent Problems Matthew Hbbard School of Compting, University of Leeds, Leeds, LS2 9JT, UK meh@comp.leeds.ac.k Introdction For some years now, the flctation

More information

The solution of the discretized incompressible Navier-Stokes equations with iterative methods

The solution of the discretized incompressible Navier-Stokes equations with iterative methods The solution of the discretized incompressible Navier-Stokes equations with iterative methods Report 93-54 C. Vuik Technische Universiteit Delft Delft University of Technology Faculteit der Technische

More information

Preconditioners for the incompressible Navier Stokes equations

Preconditioners for the incompressible Navier Stokes equations Preconditioners for the incompressible Navier Stokes equations C. Vuik M. ur Rehman A. Segal Delft Institute of Applied Mathematics, TU Delft, The Netherlands SIAM Conference on Computational Science and

More information

FREQUENCY DOMAIN FLUTTER SOLUTION TECHNIQUE USING COMPLEX MU-ANALYSIS

FREQUENCY DOMAIN FLUTTER SOLUTION TECHNIQUE USING COMPLEX MU-ANALYSIS 7 TH INTERNATIONAL CONGRESS O THE AERONAUTICAL SCIENCES REQUENCY DOMAIN LUTTER SOLUTION TECHNIQUE USING COMPLEX MU-ANALYSIS Yingsong G, Zhichn Yang Northwestern Polytechnical University, Xi an, P. R. China,

More information

Determining of temperature field in a L-shaped domain

Determining of temperature field in a L-shaped domain Available online at www.pelagiaresearchlibrary.com Advances in Applied Science Research, 0, (:-8 Determining of temperatre field in a L-shaped domain Oigo M. Zongo, Sié Kam, Kalifa Palm, and Alione Oedraogo

More information

A Survey of the Implementation of Numerical Schemes for Linear Advection Equation

A Survey of the Implementation of Numerical Schemes for Linear Advection Equation Advances in Pre Mathematics, 4, 4, 467-479 Pblished Online Agst 4 in SciRes. http://www.scirp.org/jornal/apm http://dx.doi.org/.436/apm.4.485 A Srvey of the Implementation of Nmerical Schemes for Linear

More information

DELFT UNIVERSITY OF TECHNOLOGY

DELFT UNIVERSITY OF TECHNOLOGY DELFT UNIVERSITY OF TECHNOLOGY REPORT 13-10 Comparison of some preconditioners for the incompressible Navier-Stokes equations X. He and C. Vuik ISSN 1389-6520 Reports of the Delft Institute of Applied

More information

AN EFFICIENT ITERATIVE METHOD FOR THE GENERALIZED STOKES PROBLEM

AN EFFICIENT ITERATIVE METHOD FOR THE GENERALIZED STOKES PROBLEM SAM J. SC. COMPUT. c 998 Society for ndstrial and Applied Mathematics Vol. 9, No., pp. 6 6, Janary 998 5 AN EFFCENT TERATVE METHOD FOR THE GENERALZED STOKES PROBLEM VVEK SARN AND AHMED SAMEH Abstract.

More information

Transient Approach to Radiative Heat Transfer Free Convection Flow with Ramped Wall Temperature

Transient Approach to Radiative Heat Transfer Free Convection Flow with Ramped Wall Temperature Jornal of Applied Flid Mechanics, Vol. 5, No., pp. 9-1, 1. Available online at www.jafmonline.net, ISSN 175-57, EISSN 175-645. Transient Approach to Radiative Heat Transfer Free Convection Flow with Ramped

More information

Lecture Notes: Finite Element Analysis, J.E. Akin, Rice University

Lecture Notes: Finite Element Analysis, J.E. Akin, Rice University 9. TRUSS ANALYSIS... 1 9.1 PLANAR TRUSS... 1 9. SPACE TRUSS... 11 9.3 SUMMARY... 1 9.4 EXERCISES... 15 9. Trss analysis 9.1 Planar trss: The differential eqation for the eqilibrim of an elastic bar (above)

More information

Two-media boundary layer on a flat plate

Two-media boundary layer on a flat plate Two-media bondary layer on a flat plate Nikolay Ilyich Klyev, Asgat Gatyatovich Gimadiev, Yriy Alekseevich Krykov Samara State University, Samara,, Rssia Samara State Aerospace University named after academician

More information

Lewis number and curvature effects on sound generation by premixed flame annihilation

Lewis number and curvature effects on sound generation by premixed flame annihilation Center for Trblence Research Proceedings of the Smmer Program 2 28 Lewis nmber and crvatre effects on sond generation by premixed flame annihilation By M. Talei, M. J. Brear AND E. R. Hawkes A nmerical

More information

Efficiency Increase and Input Power Decrease of Converted Prototype Pump Performance

Efficiency Increase and Input Power Decrease of Converted Prototype Pump Performance International Jornal of Flid Machinery and Systems DOI: http://dx.doi.org/10.593/ijfms.016.9.3.05 Vol. 9, No. 3, Jly-September 016 ISSN (Online): 188-9554 Original Paper Efficiency Increase and Inpt Power

More information

OPTIMUM EXPRESSION FOR COMPUTATION OF THE GRAVITY FIELD OF A POLYHEDRAL BODY WITH LINEARLY INCREASING DENSITY 1

OPTIMUM EXPRESSION FOR COMPUTATION OF THE GRAVITY FIELD OF A POLYHEDRAL BODY WITH LINEARLY INCREASING DENSITY 1 OPTIMUM EXPRESSION FOR COMPUTATION OF THE GRAVITY FIEL OF A POLYHERAL BOY WITH LINEARLY INCREASING ENSITY 1 V. POHÁNKA2 Abstract The formla for the comptation of the gravity field of a polyhedral body

More information

Applying Laminar and Turbulent Flow and measuring Velocity Profile Using MATLAB

Applying Laminar and Turbulent Flow and measuring Velocity Profile Using MATLAB IOS Jornal of Mathematics (IOS-JM) e-issn: 78-578, p-issn: 319-765X. Volme 13, Isse 6 Ver. II (Nov. - Dec. 17), PP 5-59 www.iosrjornals.org Applying Laminar and Trblent Flow and measring Velocity Profile

More information

4 Exact laminar boundary layer solutions

4 Exact laminar boundary layer solutions 4 Eact laminar bondary layer soltions 4.1 Bondary layer on a flat plate (Blasis 1908 In Sec. 3, we derived the bondary layer eqations for 2D incompressible flow of constant viscosity past a weakly crved

More information

Numerical Simulation of Three Dimensional Flow in Water Tank of Marine Fish Larvae

Numerical Simulation of Three Dimensional Flow in Water Tank of Marine Fish Larvae Copyright c 27 ICCES ICCES, vol.4, no.1, pp.19-24, 27 Nmerical Simlation of Three Dimensional Flo in Water Tank of Marine Fish Larvae Shigeaki Shiotani 1, Atsshi Hagiara 2 and Yoshitaka Sakakra 3 Smmary

More information

A Decomposition Method for Volume Flux. and Average Velocity of Thin Film Flow. of a Third Grade Fluid Down an Inclined Plane

A Decomposition Method for Volume Flux. and Average Velocity of Thin Film Flow. of a Third Grade Fluid Down an Inclined Plane Adv. Theor. Appl. Mech., Vol. 1, 8, no. 1, 9 A Decomposition Method for Volme Flx and Average Velocit of Thin Film Flow of a Third Grade Flid Down an Inclined Plane A. Sadighi, D.D. Ganji,. Sabzehmeidani

More information

Momentum Equation. Necessary because body is not made up of a fixed assembly of particles Its volume is the same however Imaginary

Momentum Equation. Necessary because body is not made up of a fixed assembly of particles Its volume is the same however Imaginary Momentm Eqation Interest in the momentm eqation: Qantification of proplsion rates esign strctres for power generation esign of pipeline systems to withstand forces at bends and other places where the flow

More information

Available online at ScienceDirect. Procedia Engineering 150 (2016 )

Available online at   ScienceDirect. Procedia Engineering 150 (2016 ) Available online at www.sciencedirect.com ScienceDirect Procedia Engineering 150 (016 ) 635 640 International Conference on Indstrial Engineering, ICIE 016 Research of Dynamics of the Rotor with Three-film

More information

CHEMICAL REACTION EFFECTS ON FLOW PAST AN EXPONENTIALLY ACCELERATED VERTICAL PLATE WITH VARIABLE TEMPERATURE. R. Muthucumaraswamy and V.

CHEMICAL REACTION EFFECTS ON FLOW PAST AN EXPONENTIALLY ACCELERATED VERTICAL PLATE WITH VARIABLE TEMPERATURE. R. Muthucumaraswamy and V. International Jornal of Atomotive and Mechanical Engineering (IJAME) ISSN: 9-8649 (int); ISSN: 18-166 (Online); Volme pp. 31-38 Jly-December 1 niversiti Malaysia Pahang DOI: http://dx.doi.org/1.158/ijame..11.11.19

More information

Active Flux Schemes for Advection Diffusion

Active Flux Schemes for Advection Diffusion AIAA Aviation - Jne, Dallas, TX nd AIAA Comptational Flid Dynamics Conference AIAA - Active Fl Schemes for Advection Diffsion Hiroaki Nishikawa National Institte of Aerospace, Hampton, VA 3, USA Downloaded

More information

5. The Bernoulli Equation

5. The Bernoulli Equation 5. The Bernolli Eqation [This material relates predominantly to modles ELP034, ELP035] 5. Work and Energy 5. Bernolli s Eqation 5.3 An example of the se of Bernolli s eqation 5.4 Pressre head, velocity

More information

A Computational Study with Finite Element Method and Finite Difference Method for 2D Elliptic Partial Differential Equations

A Computational Study with Finite Element Method and Finite Difference Method for 2D Elliptic Partial Differential Equations Applied Mathematics, 05, 6, 04-4 Pblished Online November 05 in SciRes. http://www.scirp.org/jornal/am http://d.doi.org/0.46/am.05.685 A Comptational Stdy with Finite Element Method and Finite Difference

More information

Hybrid modelling and model reduction for control & optimisation

Hybrid modelling and model reduction for control & optimisation Hybrid modelling and model redction for control & optimisation based on research done by RWTH-Aachen and TU Delft presented by Johan Grievink Models for control and optimiation market and environmental

More information

Radiation Effects on Heat and Mass Transfer over an Exponentially Accelerated Infinite Vertical Plate with Chemical Reaction

Radiation Effects on Heat and Mass Transfer over an Exponentially Accelerated Infinite Vertical Plate with Chemical Reaction Radiation Effects on Heat and Mass Transfer over an Exponentially Accelerated Infinite Vertical Plate with Chemical Reaction A. Ahmed, M. N.Sarki, M. Ahmad Abstract In this paper the stdy of nsteady flow

More information

A Robust Preconditioned Iterative Method for the Navier-Stokes Equations with High Reynolds Numbers

A Robust Preconditioned Iterative Method for the Navier-Stokes Equations with High Reynolds Numbers Applied and Computational Mathematics 2017; 6(4): 202-207 http://www.sciencepublishinggroup.com/j/acm doi: 10.11648/j.acm.20170604.18 ISSN: 2328-5605 (Print); ISSN: 2328-5613 (Online) A Robust Preconditioned

More information

Efficient Augmented Lagrangian-type Preconditioning for the Oseen Problem using Grad-Div Stabilization

Efficient Augmented Lagrangian-type Preconditioning for the Oseen Problem using Grad-Div Stabilization Efficient Augmented Lagrangian-type Preconditioning for the Oseen Problem using Grad-Div Stabilization Timo Heister, Texas A&M University 2013-02-28 SIAM CSE 2 Setting Stationary, incompressible flow problems

More information

Finite Difference Method of Modelling Groundwater Flow

Finite Difference Method of Modelling Groundwater Flow Jornal of Water Resorce and Protection, 20, 3, 92-98 doi:0.4236/warp.20.33025 Pblished Online March 20 (http://www.scirp.org/ornal/warp) Finite Difference Method of Modelling Grondwater Flow Abstract Magns.

More information

Computational Geosciences 2 (1998) 1, 23-36

Computational Geosciences 2 (1998) 1, 23-36 A STUDY OF THE MODELLING ERROR IN TWO OPERATOR SPLITTING ALGORITHMS FOR POROUS MEDIA FLOW K. BRUSDAL, H. K. DAHLE, K. HVISTENDAHL KARLSEN, T. MANNSETH Comptational Geosciences 2 (998), 23-36 Abstract.

More information

BLOOM S TAXONOMY. Following Bloom s Taxonomy to Assess Students

BLOOM S TAXONOMY. Following Bloom s Taxonomy to Assess Students BLOOM S TAXONOMY Topic Following Bloom s Taonomy to Assess Stdents Smmary A handot for stdents to eplain Bloom s taonomy that is sed for item writing and test constrction to test stdents to see if they

More information

STUDY OF THE NON-DIMENSIONAL SOLUTION OF DYNAMIC EQUATION OF MOVEMENT ON THE PLANE PLAQUE WITH CONSIDERATION OF TWO-ORDER SLIDING PHENOMENON

STUDY OF THE NON-DIMENSIONAL SOLUTION OF DYNAMIC EQUATION OF MOVEMENT ON THE PLANE PLAQUE WITH CONSIDERATION OF TWO-ORDER SLIDING PHENOMENON ANNALS OF THE FACULTY OF ENGINEERING HUNEDOARA 006, Tome IV, Fascicole, (ISSN 1584 665) FACULTY OF ENGINEERING HUNEDOARA, 5, REVOLUTIEI, 33118, HUNEDOARA STUDY OF THE NON-DIMENSIONAL SOLUTION OF DYNAMIC

More information

Curves - Foundation of Free-form Surfaces

Curves - Foundation of Free-form Surfaces Crves - Fondation of Free-form Srfaces Why Not Simply Use a Point Matrix to Represent a Crve? Storage isse and limited resoltion Comptation and transformation Difficlties in calclating the intersections

More information

Numerical Study on Bouncing and Separation Collision Between Two Droplets Considering the Collision-Induced Breakup

Numerical Study on Bouncing and Separation Collision Between Two Droplets Considering the Collision-Induced Breakup Jornal of Mechanical Science and Technology (007) 585~59 Jornal of Mechanical Science and Technology Nmerical Stdy on Boncing and Separation Collision Between Two Droplets Considering the Collision-Indced

More information

Two Phase Flow Analysis in Electro-Chemical Machining using CFD

Two Phase Flow Analysis in Electro-Chemical Machining using CFD Two Phase Flow Analysis in Electro-Chemical Machining sing CFD 1 Usharani Rath, 2 Chandan Kmar Biswas 1,2 Department of Mechanical Engineering, National Institte of Technology, Rorkela, 769008, India e-mail:

More information

MODELLING OF TURBULENT ENERGY FLUX IN CANONICAL SHOCK-TURBULENCE INTERACTION

MODELLING OF TURBULENT ENERGY FLUX IN CANONICAL SHOCK-TURBULENCE INTERACTION MODELLING OF TURBULENT ENERGY FLUX IN CANONICAL SHOCK-TURBULENCE INTERACTION Rssell Qadros, Krishnend Sinha Department of Aerospace Engineering Indian Institte of Technology Bombay Mmbai, India 476 Johan

More information

Experimental Study of an Impinging Round Jet

Experimental Study of an Impinging Round Jet Marie Crie ay Final Report : Experimental dy of an Impinging Rond Jet BOURDETTE Vincent Ph.D stdent at the Rovira i Virgili University (URV), Mechanical Engineering Department. Work carried ot dring a

More information

Fast solvers for steady incompressible flow

Fast solvers for steady incompressible flow ICFD 25 p.1/21 Fast solvers for steady incompressible flow Andy Wathen Oxford University wathen@comlab.ox.ac.uk http://web.comlab.ox.ac.uk/~wathen/ Joint work with: Howard Elman (University of Maryland,

More information

Steady State and Transient Thermal Analysis of Switched Reluctance Machine

Steady State and Transient Thermal Analysis of Switched Reluctance Machine Steady State and Transient Thermal Analysis of Switched Relctance Machine E. Annie Elisabeth Jebaseeli and S. Paramasivam Abstract This paper presents the two dimensional (-D) steady state and transient

More information

TIME ACCURATE FAST THREE-STEP WAVELET-GALERKIN METHOD FOR PARTIAL DIFFERENTIAL EQUATIONS

TIME ACCURATE FAST THREE-STEP WAVELET-GALERKIN METHOD FOR PARTIAL DIFFERENTIAL EQUATIONS International Jornal of Wavelets, Mltiresoltion and Information Processing Vol. 4, No. (26) 65 79 c World Scientific Pblishing Company TIME ACCURATE FAST THREE-STEP WAVELET-GALERKIN METHOD FOR PARTIAL

More information

Sareban: Evaluation of Three Common Algorithms for Structure Active Control

Sareban: Evaluation of Three Common Algorithms for Structure Active Control Engineering, Technology & Applied Science Research Vol. 7, No. 3, 2017, 1638-1646 1638 Evalation of Three Common Algorithms for Strctre Active Control Mohammad Sareban Department of Civil Engineering Shahrood

More information

OPTIMIZATION ASPECTS ON MODIFICATION OF STARCH USING ELECTRON BEAM IRRADIATION FOR THE SYNTHESIS OF WATER-SOLUBLE COPOLYMERS

OPTIMIZATION ASPECTS ON MODIFICATION OF STARCH USING ELECTRON BEAM IRRADIATION FOR THE SYNTHESIS OF WATER-SOLUBLE COPOLYMERS OPTIMIZATION ASPECTS ON MODIFICATION OF STARCH USING ELECTRON BEAM IRRADIATION FOR THE SYNTHESIS OF WATER-SOLUBLE COPOLYMERS M. BRASOVEANU 1, E. KOLEVA,3, K. VUTOVA, L. KOLEVA 3, M.R. NEMȚANU 1 1 National

More information

Reducing Conservatism in Flutterometer Predictions Using Volterra Modeling with Modal Parameter Estimation

Reducing Conservatism in Flutterometer Predictions Using Volterra Modeling with Modal Parameter Estimation JOURNAL OF AIRCRAFT Vol. 42, No. 4, Jly Agst 2005 Redcing Conservatism in Fltterometer Predictions Using Volterra Modeling with Modal Parameter Estimation Rick Lind and Joao Pedro Mortaga University of

More information

Solving a System of Equations

Solving a System of Equations Solving a System of Eqations Objectives Understand how to solve a system of eqations with: - Gass Elimination Method - LU Decomposition Method - Gass-Seidel Method - Jacobi Method A system of linear algebraic

More information

Technical Note. ODiSI-B Sensor Strain Gage Factor Uncertainty

Technical Note. ODiSI-B Sensor Strain Gage Factor Uncertainty Technical Note EN-FY160 Revision November 30, 016 ODiSI-B Sensor Strain Gage Factor Uncertainty Abstract Lna has pdated or strain sensor calibration tool to spport NIST-traceable measrements, to compte

More information

Vectors in Rn un. This definition of norm is an extension of the Pythagorean Theorem. Consider the vector u = (5, 8) in R 2

Vectors in Rn un. This definition of norm is an extension of the Pythagorean Theorem. Consider the vector u = (5, 8) in R 2 MATH 307 Vectors in Rn Dr. Neal, WKU Matrices of dimension 1 n can be thoght of as coordinates, or ectors, in n- dimensional space R n. We can perform special calclations on these ectors. In particlar,

More information

FOUNTAIN codes [3], [4] provide an efficient solution

FOUNTAIN codes [3], [4] provide an efficient solution Inactivation Decoding of LT and Raptor Codes: Analysis and Code Design Francisco Lázaro, Stdent Member, IEEE, Gianligi Liva, Senior Member, IEEE, Gerhard Bach, Fellow, IEEE arxiv:176.5814v1 [cs.it 19 Jn

More information

International Journal of Physical and Mathematical Sciences journal homepage:

International Journal of Physical and Mathematical Sciences journal homepage: 64 International Jornal of Physical and Mathematical Sciences Vol 2, No 1 (2011) ISSN: 2010-1791 International Jornal of Physical and Mathematical Sciences jornal homepage: http://icoci.org/ijpms PRELIMINARY

More information

Homotopy Perturbation Method for Solving Linear Boundary Value Problems

Homotopy Perturbation Method for Solving Linear Boundary Value Problems International Jornal of Crrent Engineering and Technolog E-ISSN 2277 4106, P-ISSN 2347 5161 2016 INPRESSCO, All Rights Reserved Available at http://inpressco.com/categor/ijcet Research Article Homotop

More information

Computational Fluid Dynamics Simulation and Wind Tunnel Testing on Microlight Model

Computational Fluid Dynamics Simulation and Wind Tunnel Testing on Microlight Model Comptational Flid Dynamics Simlation and Wind Tnnel Testing on Microlight Model Iskandar Shah Bin Ishak Department of Aeronatics and Atomotive, Universiti Teknologi Malaysia T.M. Kit Universiti Teknologi

More information

Discretization and Solution of Convection-Diffusion Problems. Howard Elman University of Maryland

Discretization and Solution of Convection-Diffusion Problems. Howard Elman University of Maryland Discretization and Soltion of Convection-Diffsion Problems Howard Elman University of Maryland Overview. Te convection-diffsion eqation Introdction and examples. Discretization strategies inite element

More information

arxiv: v1 [physics.flu-dyn] 4 Sep 2013

arxiv: v1 [physics.flu-dyn] 4 Sep 2013 THE THREE-DIMENSIONAL JUMP CONDITIONS FOR THE STOKES EQUATIONS WITH DISCONTINUOUS VISCOSITY, SINGULAR FORCES, AND AN INCOMPRESSIBLE INTERFACE PRERNA GERA AND DAVID SALAC arxiv:1309.1728v1 physics.fl-dyn]

More information

An advanced ILU preconditioner for the incompressible Navier-Stokes equations

An advanced ILU preconditioner for the incompressible Navier-Stokes equations An advanced ILU preconditioner for the incompressible Navier-Stokes equations M. ur Rehman C. Vuik A. Segal Delft Institute of Applied Mathematics, TU delft The Netherlands Computational Methods with Applications,

More information

Prandl established a universal velocity profile for flow parallel to the bed given by

Prandl established a universal velocity profile for flow parallel to the bed given by EM 0--00 (Part VI) (g) The nderlayers shold be at least three thicknesses of the W 50 stone, bt never less than 0.3 m (Ahrens 98b). The thickness can be calclated sing Eqation VI-5-9 with a coefficient

More information

The spreading residue harmonic balance method for nonlinear vibration of an electrostatically actuated microbeam

The spreading residue harmonic balance method for nonlinear vibration of an electrostatically actuated microbeam J.L. Pan W.Y. Zh Nonlinear Sci. Lett. Vol.8 No. pp.- September The spreading reside harmonic balance method for nonlinear vibration of an electrostatically actated microbeam J. L. Pan W. Y. Zh * College

More information

STUDY OF AC ELECTROOSMOTIC FLOW DEVELOPED BY CO-PLANAR MICROELECTRODE ARRAY IN A SLIT MICROCHANNEL

STUDY OF AC ELECTROOSMOTIC FLOW DEVELOPED BY CO-PLANAR MICROELECTRODE ARRAY IN A SLIT MICROCHANNEL Proceedings of the International Conference on Mechanical Engineering 211 (ICME211 18-2 ecember 211, haka, Bangladesh ICME 11 225 STUY O AC EECTROOSMOTIC OW EVEOPE BY CO-PANAR MICROEECTROE ARRAY IN A SIT

More information

The Deflation Accelerated Schwarz Method for CFD

The Deflation Accelerated Schwarz Method for CFD The Deflation Accelerated Schwarz Method for CFD J. Verkaik 1, C. Vuik 2,, B.D. Paarhuis 1, and A. Twerda 1 1 TNO Science and Industry, Stieltjesweg 1, P.O. Box 155, 2600 AD Delft, The Netherlands 2 Delft

More information

A Review of Preconditioning Techniques for Steady Incompressible Flow

A Review of Preconditioning Techniques for Steady Incompressible Flow Zeist 2009 p. 1/43 A Review of Preconditioning Techniques for Steady Incompressible Flow David Silvester School of Mathematics University of Manchester Zeist 2009 p. 2/43 PDEs Review : 1984 2005 Update

More information

EDEXCEL NATIONAL CERTIFICATE/DIPLOMA. PRINCIPLES AND APPLICATIONS of FLUID MECHANICS UNIT 13 NQF LEVEL 3 OUTCOME 3 - HYDRODYNAMICS

EDEXCEL NATIONAL CERTIFICATE/DIPLOMA. PRINCIPLES AND APPLICATIONS of FLUID MECHANICS UNIT 13 NQF LEVEL 3 OUTCOME 3 - HYDRODYNAMICS EDEXCEL NATIONAL CERTIFICATE/DIPLOMA PRINCIPLES AND APPLICATIONS of FLUID MECHANICS UNIT 3 NQF LEVEL 3 OUTCOME 3 - HYDRODYNAMICS TUTORIAL - PIPE FLOW CONTENT Be able to determine the parameters of pipeline

More information

PROBLEMS

PROBLEMS PROBLEMS------------------------------------------------ - 7- Thermodynamic Variables and the Eqation of State 1. Compter (a) the nmber of moles and (b) the nmber of molecles in 1.00 cm of an ideal gas

More information

A Model-Free Adaptive Control of Pulsed GTAW

A Model-Free Adaptive Control of Pulsed GTAW A Model-Free Adaptive Control of Plsed GTAW F.L. Lv 1, S.B. Chen 1, and S.W. Dai 1 Institte of Welding Technology, Shanghai Jiao Tong University, Shanghai 00030, P.R. China Department of Atomatic Control,

More information

Study of the diffusion operator by the SPH method

Study of the diffusion operator by the SPH method IOSR Jornal of Mechanical and Civil Engineering (IOSR-JMCE) e-issn: 2278-684,p-ISSN: 2320-334X, Volme, Isse 5 Ver. I (Sep- Oct. 204), PP 96-0 Stdy of the diffsion operator by the SPH method Abdelabbar.Nait

More information

Large Eddy Simulation Of Flow Past A Two-dimensional Hill

Large Eddy Simulation Of Flow Past A Two-dimensional Hill Large Eddy Simlation Of Flow Past A Two-dimensional Hill Sankara N.Vengadesan ) and Akihiko Nakayama ) ) Research Associate, Email: vengades@kobe-.ac.jp, ) Professor, Email: nakayama@kobe-.ac.jp Gradate

More information

UNIT V BOUNDARY LAYER INTRODUCTION

UNIT V BOUNDARY LAYER INTRODUCTION UNIT V BOUNDARY LAYER INTRODUCTION The variation of velocity from zero to free-stream velocity in the direction normal to the bondary takes place in a narrow region in the vicinity of solid bondary. This

More information

ON THE PERFORMANCE OF LOW

ON THE PERFORMANCE OF LOW Monografías Matemáticas García de Galdeano, 77 86 (6) ON THE PERFORMANCE OF LOW STORAGE ADDITIVE RUNGE-KUTTA METHODS Inmaclada Higeras and Teo Roldán Abstract. Gien a differential system that inoles terms

More information

UNCERTAINTY FOCUSED STRENGTH ANALYSIS MODEL

UNCERTAINTY FOCUSED STRENGTH ANALYSIS MODEL 8th International DAAAM Baltic Conference "INDUSTRIAL ENGINEERING - 19-1 April 01, Tallinn, Estonia UNCERTAINTY FOCUSED STRENGTH ANALYSIS MODEL Põdra, P. & Laaneots, R. Abstract: Strength analysis is a

More information

M.A. Botchev. September 5, 2014

M.A. Botchev. September 5, 2014 Rome-Moscow school of Matrix Methods and Applied Linear Algebra 2014 A short introduction to Krylov subspaces for linear systems, matrix functions and inexact Newton methods. Plan and exercises. M.A. Botchev

More information

), σ is a parameter, is the Euclidean norm in R d.

), σ is a parameter, is the Euclidean norm in R d. WEIGHTED GRAPH LAPLACIAN AND IMAGE INPAINTING ZUOQIANG SHI, STANLEY OSHER, AND WEI ZHU Abstract. Inspired by the graph Laplacian and the point integral method, we introdce a novel weighted graph Laplacian

More information

Study on the impulsive pressure of tank oscillating by force towards multiple degrees of freedom

Study on the impulsive pressure of tank oscillating by force towards multiple degrees of freedom EPJ Web of Conferences 80, 0034 (08) EFM 07 Stdy on the implsive pressre of tank oscillating by force towards mltiple degrees of freedom Shigeyki Hibi,* The ational Defense Academy, Department of Mechanical

More information

Study on Combustion Characteristics of the Blast Furnace Gas in the Constant Volume Combustion Bomb

Study on Combustion Characteristics of the Blast Furnace Gas in the Constant Volume Combustion Bomb Proceedings of the 7th WEA International Conference on Power ystems, Beijing, China, eptemer 15-17, 2007 115 tdy on Comstion Characteristics of the Blast Frnace Gas in the Constant Volme Comstion Bom IU

More information

Stair Matrix and its Applications to Massive MIMO Uplink Data Detection

Stair Matrix and its Applications to Massive MIMO Uplink Data Detection 1 Stair Matrix and its Applications to Massive MIMO Uplink Data Detection Fan Jiang, Stdent Member, IEEE, Cheng Li, Senior Member, IEEE, Zijn Gong, Senior Member, IEEE, and Roy S, Stdent Member, IEEE Abstract

More information

Elements of Coordinate System Transformations

Elements of Coordinate System Transformations B Elements of Coordinate System Transformations Coordinate system transformation is a powerfl tool for solving many geometrical and kinematic problems that pertain to the design of gear ctting tools and

More information

Kragujevac J. Sci. 34 (2012) UDC 532.5: :537.63

Kragujevac J. Sci. 34 (2012) UDC 532.5: :537.63 5 Kragjevac J. Sci. 34 () 5-. UDC 53.5: 536.4:537.63 UNSTEADY MHD FLOW AND HEAT TRANSFER BETWEEN PARALLEL POROUS PLATES WITH EXPONENTIAL DECAYING PRESSURE GRADIENT Hazem A. Attia and Mostafa A. M. Abdeen

More information

The Dual of the Maximum Likelihood Method

The Dual of the Maximum Likelihood Method Department of Agricltral and Resorce Economics University of California, Davis The Dal of the Maximm Likelihood Method by Qirino Paris Working Paper No. 12-002 2012 Copyright @ 2012 by Qirino Paris All

More information

Efficient Solvers for the Navier Stokes Equations in Rotation Form

Efficient Solvers for the Navier Stokes Equations in Rotation Form Efficient Solvers for the Navier Stokes Equations in Rotation Form Computer Research Institute Seminar Purdue University March 4, 2005 Michele Benzi Emory University Atlanta, GA Thanks to: NSF (MPS/Computational

More information

Chapter 3 MATHEMATICAL MODELING OF DYNAMIC SYSTEMS

Chapter 3 MATHEMATICAL MODELING OF DYNAMIC SYSTEMS Chapter 3 MATHEMATICAL MODELING OF DYNAMIC SYSTEMS 3. System Modeling Mathematical Modeling In designing control systems we mst be able to model engineered system dynamics. The model of a dynamic system

More information

Experiment and mathematical model for the heat transfer in water around 4 C

Experiment and mathematical model for the heat transfer in water around 4 C Eropean Jornal of Physics PAPER Experiment and mathematical model for the heat transfer in water arond 4 C To cite this article: Naohisa Ogawa and Fmitoshi Kaneko 2017 Er. J. Phys. 38 025102 View the article

More information

INTERNATIONAL JOURNAL OF MATHEMATICS AND COMPUTERS IN SIMULATION Volume 10, 2016

INTERNATIONAL JOURNAL OF MATHEMATICS AND COMPUTERS IN SIMULATION Volume 10, 2016 Transmission Loss Assessment and Optimization of an Intake System for Atomotive Application Siano D. 1, Aiello R., and D Agostino D. Abstract The acostic project of internal combstion engine s intake systems

More information

Bridging the Gap Between Multigrid, Hierarchical, and Receding-Horizon Control

Bridging the Gap Between Multigrid, Hierarchical, and Receding-Horizon Control Bridging the Gap Between Mltigrid, Hierarchical, and Receding-Horizon Control Victor M. Zavala Mathematics and Compter Science Division Argonne National Laboratory Argonne, IL 60439 USA (e-mail: vzavala@mcs.anl.gov).

More information

Department of Industrial Engineering Statistical Quality Control presented by Dr. Eng. Abed Schokry

Department of Industrial Engineering Statistical Quality Control presented by Dr. Eng. Abed Schokry Department of Indstrial Engineering Statistical Qality Control presented by Dr. Eng. Abed Schokry Department of Indstrial Engineering Statistical Qality Control C and U Chart presented by Dr. Eng. Abed

More information

STABILISATION OF LOCAL PROJECTION TYPE APPLIED TO CONVECTION-DIFFUSION PROBLEMS WITH MIXED BOUNDARY CONDITIONS

STABILISATION OF LOCAL PROJECTION TYPE APPLIED TO CONVECTION-DIFFUSION PROBLEMS WITH MIXED BOUNDARY CONDITIONS STABILISATION OF LOCAL PROJECTION TYPE APPLIED TO CONVECTION-DIFFUSION PROBLEMS WITH MIXED BOUNDARY CONDITIONS GUNAR MATTHIES, PIOTR SRZYPACZ, AND LUTZ TOBISA Abstract. We present the analysis for the

More information

Creating a Sliding Mode in a Motion Control System by Adopting a Dynamic Defuzzification Strategy in an Adaptive Neuro Fuzzy Inference System

Creating a Sliding Mode in a Motion Control System by Adopting a Dynamic Defuzzification Strategy in an Adaptive Neuro Fuzzy Inference System Creating a Sliding Mode in a Motion Control System by Adopting a Dynamic Defzzification Strategy in an Adaptive Nero Fzzy Inference System M. Onder Efe Bogazici University, Electrical and Electronic Engineering

More information

MEASUREMENT OF TURBULENCE STATISTICS USING HOT WIRE ANEMOMETRY

MEASUREMENT OF TURBULENCE STATISTICS USING HOT WIRE ANEMOMETRY MEASUREMENT OF TURBULENCE STATISTICS USING HOT WIRE ANEMOMETRY Mrgan Thangadrai +, Atl Kmar Son *, Mritynjay Singh +, Sbhendra *, Vinoth Kmar ++, Ram Pyare Singh +, Pradip K Chatterjee + + Thermal Engineering,

More information

Wall treatment in Large Eddy Simulation

Wall treatment in Large Eddy Simulation Wall treatment in arge Edd Simlation David Monfort Sofiane Benhamadoche (ED R&D) Pierre Sagat (Université Pierre et Marie Crie) 9 novembre 007 Code_Satrne User Meeting Wall treatment in arge Edd Simlation

More information

Optimal Control of a Heterogeneous Two Server System with Consideration for Power and Performance

Optimal Control of a Heterogeneous Two Server System with Consideration for Power and Performance Optimal Control of a Heterogeneos Two Server System with Consideration for Power and Performance by Jiazheng Li A thesis presented to the University of Waterloo in flfilment of the thesis reqirement for

More information

IJAET International Journal of Application of Engineering and Technology ISSN: Vol.1 No.1

IJAET International Journal of Application of Engineering and Technology ISSN: Vol.1 No.1 IJAET International Jornal of Application of Engineering and Technology ISSN: 395-3594 Vol1 No1 ANALYSIS OF SUPERSONIC FLOWS IN THE E -LAVAL NOZZLE AT 1 INTO A SUENLY EXPANE UCT AT L/=WITH CAVITY ASPECT

More information

Appendix A: The Fully Developed Velocity Profile for Turbulent Duct Flows

Appendix A: The Fully Developed Velocity Profile for Turbulent Duct Flows Appendix A: The lly Developed Velocity Profile for Trblent Dct lows This appendix discsses the hydrodynamically flly developed velocity profile for pipe and channel flows. The geometry nder consideration

More information

Numerical verification of the existence of localization of the elastic energy for closely spaced rigid disks

Numerical verification of the existence of localization of the elastic energy for closely spaced rigid disks Nmerical verification of the existence of localization of the elastic energy for closely spaced rigid disks S. I. Rakin Siberian State University of transport Rssia, 6349, Novosibirsk, Dsy Kovalchk street,

More information

Fast Iterative Solution of Saddle Point Problems

Fast Iterative Solution of Saddle Point Problems Michele Benzi Department of Mathematics and Computer Science Emory University Atlanta, GA Acknowledgments NSF (Computational Mathematics) Maxim Olshanskii (Mech-Math, Moscow State U.) Zhen Wang (PhD student,

More information

Solving a Class of PDEs by a Local Reproducing Kernel Method with An Adaptive Residual Subsampling Technique

Solving a Class of PDEs by a Local Reproducing Kernel Method with An Adaptive Residual Subsampling Technique Copyright 25 Tech Science Press CMES, vol.8, no.6, pp.375-396, 25 Solving a Class of PDEs by a Local Reprodcing Kernel Method with An Adaptive Residal Sbsampling Techniqe H. Rafieayan Zadeh, M. Mohammadi,2

More information

Similarity Solution for MHD Flow of Non-Newtonian Fluids

Similarity Solution for MHD Flow of Non-Newtonian Fluids P P P P IJISET - International Jornal of Innovative Science, Engineering & Technology, Vol. Isse 6, Jne 06 ISSN (Online) 48 7968 Impact Factor (05) - 4. Similarity Soltion for MHD Flow of Non-Newtonian

More information

AN ISOGEOMETRIC SOLID-SHELL FORMULATION OF THE KOITER METHOD FOR BUCKLING AND INITIAL POST-BUCKLING ANALYSIS OF COMPOSITE SHELLS

AN ISOGEOMETRIC SOLID-SHELL FORMULATION OF THE KOITER METHOD FOR BUCKLING AND INITIAL POST-BUCKLING ANALYSIS OF COMPOSITE SHELLS th Eropean Conference on Comptational Mechanics (ECCM ) 7th Eropean Conference on Comptational Flid Dynamics (ECFD 7) 5 Jne 28, Glasgow, UK AN ISOGEOMETRIC SOLID-SHELL FORMULATION OF THE KOITER METHOD

More information

VIBRATION MEASUREMENT UNCERTAINTY AND RELIABILITY DIAGNOSTICS RESULTS IN ROTATING SYSTEMS

VIBRATION MEASUREMENT UNCERTAINTY AND RELIABILITY DIAGNOSTICS RESULTS IN ROTATING SYSTEMS VIBRATIO MEASUREMET UCERTAITY AD RELIABILITY DIAGOSTICS RESULTS I ROTATIG SYSTEMS. Introdction M. Eidkevicite, V. Volkovas anas University of Technology, Lithania The rotating machinery technical state

More information

Theoretical and Experimental Implementation of DC Motor Nonlinear Controllers

Theoretical and Experimental Implementation of DC Motor Nonlinear Controllers Theoretical and Experimental Implementation of DC Motor Nonlinear Controllers D.R. Espinoza-Trejo and D.U. Campos-Delgado Facltad de Ingeniería, CIEP, UASLP, espinoza trejo dr@aslp.mx Facltad de Ciencias,

More information

Mechanisms and topology determination of complex chemical and biological network systems from first-passage theoretical approach

Mechanisms and topology determination of complex chemical and biological network systems from first-passage theoretical approach Mechanisms and topology determination of complex chemical and biological network systems from first-passage theoretical approach Xin Li and Anatoly B. Kolomeisky Citation: J. Chem. Phys. 39, 4406 (203);

More information

High speed analysis of high pressure combustion in a constant volume cell

High speed analysis of high pressure combustion in a constant volume cell High speed analysis of high pressre combstion in a constant volme cell.j.m. Frijters *, R.J.H. Klein-Dowel, S.S. Manski, L.M.T. Somers and R.S.G. Baert Section Combstion Technology Eindhoven University

More information

Regression Analysis of Octal Rings as Mechanical Force Transducers

Regression Analysis of Octal Rings as Mechanical Force Transducers Regression Analysis of Octal Rings as Mechanical Force Transdcers KHALED A. ABUHASEL* & ESSAM SOLIMAN** *Department of Mechanical Engineering College of Engineering, University of Bisha, Bisha, Kingdom

More information

Advanced topics in Finite Element Method 3D truss structures. Jerzy Podgórski

Advanced topics in Finite Element Method 3D truss structures. Jerzy Podgórski Advanced topics in Finite Element Method 3D trss strctres Jerzy Podgórski Introdction Althogh 3D trss strctres have been arond for a long time, they have been sed very rarely ntil now. They are difficlt

More information

Reduction of over-determined systems of differential equations

Reduction of over-determined systems of differential equations Redction of oer-determined systems of differential eqations Maim Zaytse 1) 1, ) and Vyachesla Akkerman 1) Nclear Safety Institte, Rssian Academy of Sciences, Moscow, 115191 Rssia ) Department of Mechanical

More information