16th AIAA Computational Fluid Dynamics Conference June 2003 Orlando, Florida

Size: px
Start display at page:

Download "16th AIAA Computational Fluid Dynamics Conference June 2003 Orlando, Florida"

Transcription

1 AIAA 3979 Algorithmic nhancements to the VLCAN Naier-Stokes Soler D. K. Litton, J.. dwards North Carolina State niersit, aleigh, NC J. A. White NASA Langle esearch Center, Hamton, VA 6th AIAA Comutational Fluid Dnamics Conference 3 6 June 3 Orlando, Florida For ermission to co or reublish, contact the coright owner named on the first age For AIAA-held coright, write to AIAA Permissions Deartment, 8 Aleander Bell Drie, Suite 5, eston, VA

2 AIAA 3979 Algorithmic nhancements to the VLCAN Naier-Stokes Soler D.K. Litton *, J.. dwards *, and J.A. White * Deartment of Mechanical and Aerosace ngineering Camus Bo 79 North Carolina State niersit aleigh, NC 7695 Hersonic Airbreathing Proulsion Branch Mail Sto 68 NASA Langle esearch Center Hamton, VA VLCAN (Viscous wind algorithm for Comle flow ANalsis) is a cell centered, finite olume code used to sole high seed flows related to hersonic ehicles. Two algorithms are resented for eanding the range of alications of the current Naier-Stokes soler imlemented in VLCAN. The first addition is a highl imlicit aroach that uses subiterations to enhance block to block connectiit between adjacent subdomains. The addition of this scheme allows more efficient solution of iscous flows on highl-stretched meshes. The second algorithm addresses the shortcomings associated with densit-based schemes b the addition of a time -deriatie reconditioning strateg. High seed, comressible flows are ticall soled with densit based schemes, which show a high leel of degradation in accurac and conergence at low Mach numbers ( M.). With the addition of reconditioning and associated modifications to the numerical discretization scheme, the eigenalues will scale with the local elocit, and the aboe roblems will be eliminated. With these additions, VLCAN now has imroed conergence behaior for multi-block, highl-stretched meshes and also can sole the Naier-Stokes equations for er low Mach numbers. Introduction The VLCAN (Viscous wind algorithm for Comle flow ANalsis) Naier-Stokes soler is considered the NASA standard in simulating reacting internal flows characteristic of high-seed roulsion deices. [] VLCAN can sole the Naier-Stokes or Parabolized Naier-Stokes equations using a ariet of discretizations, integration algorithms, turbulence models, and chemistr models and is alicable to general structured grids on multi-block domains. MPI message-assing is used to adat VLCAN to arallel architectures. The baseline integration strateg for Naier-Stokes alications within VLCAN is a diagonalized aroimate factorization scheme. This scheme is rather efficient on a er-iteration basis but is sensitie to the nearwall grid sacing. Conergence rates can degrade raidl for highl-stretched meshes. Furthermore, conergence rates can degrade when large numbers of blocks are used, due to the lack of strong couling between adjacent blocks. VLCAN is also designed for higher Mach number alications, and like most comressible flow solers, can eerience conergence degradation and solution inaccurac for er low Mach number flows. The resent effort is concerned with imroing the numerical efficienc of VLCAN for iscous flows on multi-block, highl -stretched meshes and for general low Mach number calculations. In the former contet, lanar relaation based imlicit methods are introduced, along with sub-iteratie rocedures that allow for a large degree of imlicit couling among blocks. In the latter contet, a time-deriatie reconditioning strateg based on the allseed flu formulae of [] is imlemented and tested for laminar and turbulent flows of caloricall- and thermallerfect gas at low Mach numbers. The cases used for alidation are the West and Korkegi double wedge of 4

3 AIAA 3979 of 4 configuration [3], a 3-D channel flow, iniscid flow oer a bum along a -D channel, a flat late simulation, and finall, a simulation of subsonic-tosuersonic flow transition in a two-dimensional nozzle. Goerning quations VLCAN soles the three-dimensional Naier- Stokes equations, eanded to include searate transort equations for indiidual secies and twoequation turbulence model comonents. Written in a generalized coordinate sstem, the Naier-Stokes set ma be written as, ) ( Q t dq () with the residual oerator ) (Q gien as ( ) ( ) ( ) S G G F F Q ) ( () The solution ector, Q, is gien b: ω κ t N w u Y Y J Q CS M (3) and the iniscid flu terms are defined as ( ) w u Y Y J t q NCS ω κ M ( ) V V V wv V uv V V Y Y V J F t z N CS ω κ M ( ) W W W ww W uw W W Y Y W J G t z N CS ω κ M (4) The Jacobian, J, of the transformation is defined as ( ) ( ) z J,,,, (5) The comonents of the cell face unit normal and the contraariant elocities are (6) z w u z w u V z w u W z (7) Definitions for iscous flu ectors,, F, and G and the source-term ectors can be found in []. In the aboe equations, Y i is the mass fraction of the i th chemical secies and N CS is the total number of chemical secies. For a caloricall erfect gas, the ressure, total enthal, static enthal, and total energ are gien b T ( ) w u h H C T h (8) P H t For a thermall erfect gas, the ressure, secies enthal, and static enthal are formed b the eressions: N CS i i i u Y T µ

4 AIAA 3979 T h h C dt (9) i i T h N CS i i h i Y i where i ( u /µ i ) is the i th secies gas constant. u is the uniersal gas constant and µ i is the secies molecular weight. Planar elaation Imlicit Flow Solers for Multi-Block Domains. Algorithm One of the major roblems encountered when soling three-dimensional roblems on large numbers of blocks is a reduction in the oerall conergence rate as the number of blocks increases. Tical domain-decomosition strategies used for finite-olume discretizations onl allow one or two mesh cells of oerla between adjacent domains. Tical imlicit solers, when formulated for multiblock arrangements, do not consider matri elements that would multil corrections generated in adjacent domains. Theore, subdomain couling is onl achieed in an elicit manner, through the residual ealuation at cells adjacent to block interfaces. The LX3D otion in VLCAN is built around a lanar relaation scheme for soling the sub-domain imlicit roblem, and is designed to sole the comlete (not arabolized) Naier-Stokes equations. The chosen swee direction ma be block-secific, and the crossflow lane linear sstem is aroimatel soled using an incomlete L decomosition rocedure. This aroach alleiates much of the numerical stiffness associated with highl-stretched mesh cells, roided that the crossflow lane is oriented so that to encomass the coordinate direction(s) with the largest degree of mesh stretching. Techniques such as Jacobian freezing are used to reduce the oerall CP load, and imlicit boundar conditions are incororated to further enhance stabilit. The LX3D otion has been tested for suersonic turbulent flow ast a clinder, laminar flow between two intersecting wedges [3] and -D unstead flow using a dual-timesteing aroach. An imroed imlicit algorithm has been deeloed with better block-to-block couling. M reresents the lanar relaation imlicit oerator as alied oer a subdomain, with its action uon a residual ector,, denoted b the oeration. M The actual Jacobian matri is denoted as A. Note that the factorization of M is defined onl oer the interior grid oints within a articular subdomain. In contrast, the Jacobian matri A contains elements that ma multil corrections that are obtained from the solution of the linear sstem in adjacent subdomains. Thus we ma slit the matri A into M N, where N contains elements of A that would multil corrections in adjacent subdomains and is the factorization error. Gien this, a general iteratie scheme for imroing the solution of the linear roblem at a articular subdomain ma be defined as: M ( Q for n, l Q n, l ) n A Q n, l n, l Q () Here, the inde n denotes a articular iteration leel for the solution of the nonlinear roblem (for unstead flows, this could be art of another subiteration), and the inde l denotes a articular iteration leel for the iteratie imroement of the solution of the linear roblem. With this basic strateg in lace, one can define an algorithm for imroing block-to-block couling: Sole: Q For l, l ma : M n, : Pass aroriate n n l Q, elements to ghost cells of adjacent blocks (arallel MPI send / receie) n, l n, l n n, l : Sole: Q Q M ( A Q ) nd loo date: Q Q Q n n n, lma This algorithm requires that an etra block diagonal matri, corresonding to the block diagonal of A, which is normall oer-written b the lanar IL factorization, be stored in addition to M itself. The onl change to the VLCAN inut deck necessar to imlement this algorithm is a flag indicating the number of subiterations erformed, l ma. If this is set to zero, then no subiterations are erformed and the lanar relaation scheme alone is used to adance the solution. Test cases shown in the esults section roide indications of the degree of imroement in conergence rates offered b this aroach. 3 of 4

5 AIAA 3979 Time-Deriatie Preconditioning Algorithm The time -deriatie reconditioning strateg currentl imlemented into VLCAN combines the rank-one reconditioning matri of Weiss and Smith [4] with the all-seed ersion of the low diffusion flu-slitting scheme (LDFSS) of dwards [5], deeloed according to a methodolog resented in dwards and Liou []. The reconditioning method can currentl be used with unge-kutta elicit time integration and diagonalized aroimate factorization imlicit time integration. The reconditioned Naier-Stokes equation set is gien b: dq P ( Q), () t where the reconditioning matri, P, is defined as r r T P I θ u () with r u T [ Y K YN u w H k ω ] r T P Q CS θ P Q P Q 3 V a K P Q Neq (3) where N eq reresents the total number of equations. The erence elocit, V, is resonsible for scaling the eigenalues of the equation set at low seeds to be of the same order. V is defined as min a r,ma V V, KV where a is the sound seed and V r, (4) is the elocit magnitude. V in the aboe equation acts as a cutoff elocit to reent singularities in the roimit of stagnation regions. In the VLCAN imlementation, the constant K scaling the cutoff elocit is a user inut, and V is set to the inutted free-stream elocit. The eigenalues of P are: Q,, [( M ) ± ( M ) 4V ] M V (4) As the incomressible limit is aroached, the eigenalues become a,, [ 4V ] ± (5) whereas the eigenalues reert to their traditional alues,,, and ± a as V? a. Numerical Discretization To ensure accurac at all flow seeds, it is necessar that the numerical discretization of the iniscid flu terms lect the reconditioned eigensstem. There are seeral aroaches for doing this, with the most rigorous being the use of characteristic analsis to derie reconditioned analogues of matri-dissiation methods. In the VLCAN imlementation, we instead imlement a reconditioned ariant of the low diffusion flu-slitting scheme (LDFSS) of dwards [5], deeloed according to a methodolog resented in dwards and Liou []. The interface flu in LDFSS is slit into conectie and I ressure contributions as follows: I C C [ C C ] [ D D ] a The ector L L C is the same as u r [ K ] z L L L (6) in q. (3), while (7) The reconditioned interface sound seed as a ( M ) ( M ) / 4V a is defined / (8) where the subscrit ½ reresents ealuation of the quantit using flowfield information arithmeticallaeraged to the cell interface. The quantities D, and D are functions of left-and right-state Mach numbers, seciall defined in terms of the interface sound seed and the erence Mach number as follows []: C, C, 4 of 4

6 AIAA 3979 [( M ) M ( M M ] ~ L, / L, / M ) (9) [( M ) M ( M M ] ~, /, / M ) () L with M L, a L / () For gas-dnamic flows, the use of the mo dified Mach number definitions in conjunction with the reconditioned sound seed enables the numerical dissiation mechanism of LDFSS to scale roerl at all seeds. cetions to this are the definitions for C and C, which contain a ressure-dissiation term roortional to L. As shown in [], this term acts to roide ressure-elocit couling at low seeds, and to ensure that this effect scales roerl, the term must be multilied b /,/ M. Precise definitions of the comonents of LDFSS ma be found in [5], and a more recent etension alid for general fluids ma be found in [6]. Time-Steing Scheme The solution is adanced in time b a reconditioned, diagonalized aroimate factorization (DAF) scheme. The reconditioned ersion of the DAF scheme is written as follows: T T T * n [ I J tsq ] Qi, j, k J tp ** * [ I J tδ ( )] λ, c λ, ( T ) Qi, j, k Q i, j, k *** ** [ I J tδ ( λ, c λ, )]( T ) Qi, j, k Qi, j, k *** [ I J tδ ( λ, c λ )]( T ) Q Q, In this, the modal matrices i, j, k n n Q i, j, k Qi, j, k Qi, j, k i, j, k () (3) T, ( T ), etc. are constructed from diagonalization transformations of the forms where T λ c T P, ( ) Q, (4) λ, c is a diagonal matri containing the eigenalues of the reconditioned uler sstem. Note that the first ste of the DAF rocedure is an aroimation of the more eact eression * n [ P J ts ] Q J t Q i j, k, (5) This aroimation allows the use of the Sherman- Morrison theorem to comute the action of P on the residual ector in O(n) oerations. The action of all other source Jacobian elements (those corresonding to chemistr and turbulence source terms) on the residual ector is comuted in a searate ste, inoling the use of Householder transformations to ensure good numerical stabilit. Other additions to VLCAN required for reconditioning include the use of characteristic inflow boundar conditions based on the reconditioned equations and the use of local time stes based on the eigenalues of the reconditioned sstem. esults Planar elaation esults The testing of the algorithm has been focused on the West-Korkegi intersecting-wedge geometr [3] and a channel-flow analogue formed b eliminating the wedges and the clustering to the leading edge. The clustering in the Y and Z directions remains the same, as do the length, width, and height of the (now) rectangular geometr. The free-stream conditions for the intersecting-wedge simulations are: M 3, e/m.e6, T 5 K. The free-stream conditions for the channel-flow simulations are: M.5, e/m 3.5e5, T 5 K. In both cases, the grid size is 6555 and laminar flow is assumed. nless otherwise mentioned, all cases were erformed in arallel on the North Carolina Suercomuting Center IBM -SP using a 6-block load-balanced decomosition of the baseline grid. Figure resents baseline results for the LX3D lanar relaation method ( l ma ). The ositie effect of using imlicit boundar conditions is clearl indicated, as is the fact that the lanar relaation rocedure allows a much higher CFL that the baseline DAF scheme. This translates in a significant CP saings, as the DAF scheme at a CFL of 3.5 takes.9 hours to run on the NCSC IBM-SP (6 rocessors) while the lanar relaation scheme at a CFL of 5 requires onl.95 hours. Figure resents results from a CFL-raming eercise erformed for the suersonic West-Korkegi case. The final CFL number is reached b raming from. to oer the first 5 iterations, from to 5 oer the net 5, and from 5 to the final alue oer the net 5 of 4

7 AIAA iterations. In this case and in most subsequent ones, the first 5 iterations are erformed on a coarse mesh using a first-order accurate iniscid flu discretization. Jacobian freezing is initiated after 5 iterations, with re-ealuation and factorization of the matrices erformed eer 5 iterations ast this oint. The controlling arameter l ma is set to one for this stud. Figure shows that there is little adantage to choosing a CFL higher than 5 for this case. Figure 3 shows the effect of the choice of swee direction on the erformance of the iteratiel imroed lanar relaation algorithm with l ma and l ma. Sweeing in the i direction (the direction of the dominant moement of the suersonic flow) is clearl erable to sweeing in the j direction. Performing one subiteration to imroe the solution of the linear sstem imroes the erformance in both cases, at least in terms of the number of iterations. Figure 4 illustrates the effect of aring l ma on the number of iterations required for conergence. As shown, the number of iterations required for conergence dros as the number of subiterations erformed increases. Also shown for comarison is a calculation erformed on the singleblock grid using l ma. This calculation was erformed on a Comaq S, which has enough shared memor to store all of the matri elements in core. Interestingl, the single-block grid erformance at l ma is slightl worse than the 6- block erformance. Otherwise, the trends are what one might eect. As the work increases significantl with the increase in the number of subiterations, it is instructie to eamine wall clock time. Figure 5 shows that for this redominatel suersonic flow, there is little benefit to erforming the subiterations, with onl about a 5% imroement in oerall eecution time for the best case of l ma. The net test case corresonds to Mach.5 flow through a channel similar in dimension to the West-Korkegi geometr. The single-block 6555 grid is decomosed into 6 blocks along the i coordinate. The CFL is ramed from a starting alue of. to a final alue of for the lanar relaation ariants, and again, 5 iterations are erformed to first-order satial accurac on the coarser mesh before interolating the solution to the finest mesh. Figure 6 ortras conergence histories for four runs: the first-order lanar relaation l l scheme with ma and ma, and the secondorder lanar relaation scheme with l ma and l ma. As shown, more than a three-fold imroement in the number of iterations required for conergence is eidenced for the first order discretization. CP times for the first order discretizations are 7.3 minutes for l ma and 33.4 minutes for ma. These times are also nearl a three-fold imroement. It is ossible that the sstem load ma hae been different for each of these runs, as the fact that the CP seedu is nearl in accord with the iteration count is somewhat surrising, gien the etra eense of the subiteration rocedure. It is noteworth that the use of subiterations stabilizes the second-order case to the oint that its conergence rate is er similar to the first-order case. Otherwise, as eidenced b the results, the calculation eentuall dierges. In comarison with the suersonic West and Korkegi case, these results indicate that the benefits of subiteratie imroement of the linear sstem solution ma be much larger for subsonic flows. The technique aears to aid in daming and/or eelling ressure disturbances that otherwise tend to lect from hsical and interface boundaries. Preconditioning esults The four test cases for the reconditioned sstem are flow oer a flat-late, flow through a two-dimensional TC nozzle, flow between intersecting wedges, and iniscid flow oer a bum in a channel. These corresond to ariations on standard test cases included in the VLCAN ackage. In all cases the maimum CFL is set to.5, and most cases inole both turbulent and laminar flow as well as multi-comonent gases. In all turbulent cases, the Wilco (998) k-ω model is used, while for all multi-comonent cases, a miture of nitrogen and ogen is used. Two-dimensional flow oer flat late Figure 7 shows the 659 grid for the flat-late simulation. The first run was to comare the results of raming the Mach number down from Mach.5 to Mach.5. The free-stream conditions for the Mach.5 simulation are: e/m.e7, T 3K. In each successie case the onl arameter changed was the Mach number, which decreased the enolds number b a factor of for each succeeding run. Figure 8 resents conergence histories for reconditioned and nonreconditioned cases at each Mach number. Strikingl, it can be seen that the conergence of the nonreconditioned sstem is not altered b lowering the Mach number, whereas the reconditioned sstem conerges faster for onl Mach.5 and.5. A closer inestigation into the solution roduced b the nonreconditioned sstem erified that the solution was in l 6 of 4

8 AIAA 3979 fact incorrect. This was erified when comaring with the Blasius solution at distances of.3,.4, and.45 meters from the front edge of the flat late. B using the Blasius solution for flow oer a flat late, the boundar laer thickness can be calculated as: 5. δ ( ) (6) e Table shows how the non-reconditioned sstem behaes in comarison to the reconditioned sstem. From this table it can be inferred that the nonreconditioned sstem is in fact conerging to an incorrect solution. The reconditioned sstem has a more realistic alue for the thickness of the boundar laer. For the Mach.5 run, the error for the reconditioned sstem is no larger than 6.7%. For the Mach.5 simulation, the error is less than.3%. Both of these numbers are in stark contrast to the 85-95% error found in the results obtained without reconditioning. Figures 9 and show the results for a turbulent, caloricall erfect and a turbulent, twosecies air flow oer a flat late, resectiel. The conergences for each case are er similar to the laminar flow in Figure 9. In all three eamles, the reconditioned Mach.5 case showed a marked imroement in conergence oer the nonreconditioned sstem. This is somewhat in contrast with the results from the eigenalue analsis, which indicate that the non-reconditioned sstem should hae a better oerall condition number at this Mach number. One reason ma be the resence, in the reconditioned flu-slitting, of ressure-diffusion terms that tend to smooth out ariations in the ressure field. As will be seen in the net few eamles, this result is consistentl indeendent of geometr. The conergence degradation indicated for the Mach.5 calculations could be associated with the decrease in enolds number. Stiffness due to low enolds numbers will not be alleiated b the inis cid reconditioning techniques currentl emloed in VLCAN. Two-dimensional flow through a nozzle The net case considered is flow through the two-dimensional TC nozzle. This is a standard test case for the VLCAN soler that inoles decomosing the nozzle flow into two regions: an ellitic region ustream of the nozzle throat and a arabolic region downstream of the throat. The ellitic region is soled using the DAF scheme (reconditioned and non-reconditioned), while the arabolic region is soled using sace-marching once the ellitic solution has been obtained. Figure shows the grid used in the calculation, while Figures and 3 show contours of Mach number and eddiscosit ratio (erenced to the laminar alue), resectiel. In the other calculations resented in this aer, the constant K scaling the cutoff elocit in q. (4) is set to one, since the elocit eerwhere is near the free-stream elocit. In the nozzle calculation, howeer, the free-stream sound seed is chosen as the erence elocit. Thus, a choice of K will not actiate reconditioning in the ellitic region. Figure 4 illustrates the effect of lowering K (equal to qctoff in the figure) on the conergence rates. The best results (for a four order-of-magnitude reduction) are obtained for K~.. Lower alues result in a significant degradation in conergence rate, though the sloe aears to be more consistent. These results indicate that the roer erence-elocit choice for strongl-mied subsonic / suersonic flowfields ma not be obious, and that trialand-error rocedures ma hae to be used to obtain the best results. en with this ambiguit, the use of reconditioning results in a factor of saings in iteration count. This translates into nearl a factor of saings in CP time, as the modifications necessar for imlementing reconditioning require er little additional CP time. Three-dimensional flow through intersecting wedges Figures 5-8 resent results from simulations of subsonic iscous flow through the West-Korkegi intersecting wedge geometr (shown in Figure 5) Freestream conditions are chosen to be the same as in the twodimensional flat-late case. Figure 6 illustrates the conergence histories for laminar flow through the wedges. The three non-reconditioned solutions do not conerge at the same rate and show worse conergences than the reconditioned scheme at all Mach numbers, ecet Mach.5. As the Mach number decreases in magnitude beond the Mach.5 case, the conergence rate is shown to decrease quickl. The reconditioned sstem contains a few oscillations but maintains its downward trend towards conergence. Figure 7 shows results for the turbulent, caloricall erfect case. This case shows trends that are almost identical to the laminar flow. The disarit in the results gien b the nonreconditioned sstem is magnified when running the two secies, turbulent simulation. As can be seen in Figure 8, the non-reconditioned residual at Mach.5 does not go down, but rather oscillates wildl around -. Although its reconditioned counterart does not disla this behaior, the conergence rate is noticeabl slowed down. The residual of the reconditioned sstem continues to go down towards conergence with minimal oscillations (in comarison to non-reconditioned sstem). 7 of 4

9 AIAA 3979 To erif that the results roduced b the reconditioning formulation were hsicall consistent, calculations of laminar flow through the channel analogue of the West-Korkegi geometr were also erformed. At locations far enough awa from the corner, it was anticiated that the boundar laer would deelo according to the Blasius scaling shown in q. (6). Table comares redictions from the reconditioned and non-reconditioned formulations ersus the Blasius result. The boundar laer thickness obtained from the nonreconditioned formulation turned out to hae an error of no less than 85%, while the reconditioned formulation roided results within a reasonable 6% of the theoretical alues. Conergence trends were similar to those corresonding to the intersecting wedges and are thus not shown. Iniscid flow oer a bum in a channel The last eamle of the alidation of the reconditioning strateg is iniscid flow oer a bum in a channel. For this articular case, the uler equations are soled, thus enolds-number effects illustrated in the earlier calculations are not resent. Figure 9 ortras the grid used for the calculations, while Figure shows the conergence histories for Mach numbers of.5,.5, and.5. These calculations reeal the eected trend of (nearl) Mach-number indeendent conergence rates when using the reconditioning technique. In contrast, the non-reconditioned formulation dislas a significant degradation in conergence rate as the Mach number is lowered. Finall, an imortant roert of the reconditioned DAF scheme is erified in Figure. The reconditioned scheme is designed to reert back to the comressible Naier Stokes equations for higher Mach-number flows. It is aarent from this figure that the two schemes are in fact identical for suersonic flow oer the bum, thus demonstrating the alidit of the reconditioned diagonalized aroimate factorization scheme for all flow seeds. Conclusions Two algorithms for enhancing the caabilities of the VLCAN Naier-Stokes soler hae been resented. The urose of the first algorithm is to imroe conergence rates for iscous flows on highl-stretched, mult i-block meshes. The algorithm decreases not onl the number of iterations to conergence, but also the time to conergence, an imortant factor in weighing the imortance of this new addition. So far, this addition is secialized for caloricall-erfect gases. The second algorithm is a timederiatie reconditioning strateg that is intended to eand the range of alicabilit of VLCAN toward low-seed, nearl incomressible flows. This addition is alid for caloricall and thermall-erfect gas and is designed for use with the baseline diagonalized aroimate factorization algorithm in VLCAN. Test cases show that the reconditioning framework greatl imroes solution accurac for low Mach numbers. Stiffness due to low-enolds number effects, is not, howeer, eliminated in the resent formulation, leading to some conergence degradation for low-seed, low enolds number flows. This ma require the use of iscous reconditioning strategies or a more imlicit treatment of the iscous terms. Future work will focus on combining the time-deriatie reconditioning techniques with the full-imlicit formulations to arrie at a framework caable of alleiating most sources of numerical stiffness resent in large-scale flow calculations. Acknowledgments This research was suorted b NASA Langle under grant NAG--5. IBM SP- comuter time was obtained from a grant from the North Carolina Suercomuting Center. eferences [] White, J.A. and Morrison, J.H., A Psuedo-Temoral Multi-Grid elaation Scheme for Soling the Parabolized Naier-Stokes quations, AIAA 9936, Jul, 999. [] dwards, J.. and Liou, M.-S. Low-Diffusion Flu- Slitting Methods for Flows at all Seeds, AIAA Journal, Vol. 36, No. 9, 998, [3] West, J.., and Korkegi,.H., Suersonic Interaction in the Corner of Intersecting Wedges at High enolds Numbers, AIAA Journal, Vol., No. 5, 97. [4]Weiss, J.M. and Smith, W.A., Preconditioning Alied to Variable and Constant Densit Flows, AIAA Journal, Vol. 33, 995,. 5. [5] dwards, J.. A Low-Diffusion Flu-Slitting Scheme for Naier-Stokes Calculations, Comuters & Fluids, Vol. 6, No. 6, 997, [6] dwards, J.., Towards nified CFD Simulations of eal Fluid Flows, (inited), AIAA -54CP,. 8 of 4

10 AIAA Planar relaation without imlicit BC's(CFL ) Planar relaation with imlicit BC's(CFL ) Planar relaation with imlicit BC's(CFL 5) Diagonalized AF (CFL 3.5) -.5 el L itsonthecoarse mesh; 5 itsonthefine mesh Jacobian freezing actiatedafter 5 itson each mesh Imlicit BC's inj and Kdirections el L CFL 5 CFL 5 CFL 65 CFL 5 CFL Figure : Conergence of lanar relaation scheme 5 5 Figure : ffect ofcfl number on conergence el L relaation swee in "i" direction; l ma relaation swee in "i" direction; l ma relaation swee in "j" direction; l ma relaation swee in "j" direction; l ma el L l ma ; single block grid l ma ; 6 block grid l ma ; 6 block grid l ma ; 6 block grid lma 3; 6 block grid l ma 4; 6 block grid Figure 3: ffect ofswee directiononconergence 3 Figure 4: ffect ofsubiteration number on conergence 9 of 4

11 AIAA 3979 IBM SP- wall clock time (seconds) l ma Figure 5: CP time required ersus number of subiterations el L lanar relaation, first order, l ma lanar relaation, first order, l ma lanar relaation, second order, l ma lanar relaation, second order, l ma 5 5 Figure 6: ffectof subiterations on subsonic channel-flow conergence LDFSS, Mach.5 PCOND, Mach.5 LDFSS, Mach.5 PCOND, Mach.5 LDFSS, Mach.5 PCOND, Mach.5 5 el L Figure 7: Comutational Grid forflow oer a Flat-Plate Figure 8: Conergence histor for arious Mach numbers for laminar flow oer a Flat-Plate of 4

12 AIAA LDFSS, Mach.5 PCOND, Mach.5 LDFSS, Mach.5 PCOND, Mach.5 LDFSS, Mach.5 PCOND, Mach LDFSS, Mach.5 P COND, Mach.5 LDFSS, Mach.5 P COND, Mach.5 LDFSS, Mach.5 P COND, Mach.5 el L el L Figure 9: Conergence histor for arious Mach numbers for a turbulent, caloricall erfect flow oer a Flat-Plate Figure : Conergence histor for arious Mach numbers for a turbulent, two-secies air flow oer a Flat-Plate of 4

13 AIAA 3979 el L noreconditioning -.75 qctoff.5 - qctoff qctoff.5 qctoff qctoff Figure 4:Conergencehistories: ellitic artoftcnozzlecalculation Z X Y LDFSS, Mach.5 PCOND, Mach.5 LDFSS, Mach.5 PCOND, Mach.5 LDFSS, Mach.5 PCOND, Mach el L Figure 5: Comutational Gridfor West-Korkegi intersecting-wedges flow Figure 6: Conergence histor for arious Mach numbers forlaminar flow through West-Korkegi intersecting-wedges of 4

14 AIAA LDFSS, Mach.5 PCOND, Mach.5 LDFSS, Mach.5 PCOND, Mach.5 LDFSS, Mach.5 PCOND, Mach LDFSS, Mach.5 P COND, Mach.5 LDFSS, Mach.5 P COND, Mach.5 LDFSS, Mach.5 P COND, Mach el L - el L Figure 7: Conergence histor for arious Mach numbers for a turbulent, caloricall erfect flow throughthe West-Korkegi intersecting-wedges Figure 8: Conergence histor for arious Mach numbers for a turbulent, two-secies air flow through the West-Korkegi intersecting-wedges LDFSS, Mach.5 PCOND, Mach.5 LDFSS, Mach.5 PCOND, Mach.5 LDFSS, Mach.5 PCOND, Mach el L Figure 9: Comutational Gridfor flow oer a Bum 3 4 Figure : Conergence histor for arious Mach numbers for flow oer a Bum 3 of 4

15 AIAA el L Non-Preconditioned Preconditioned Figure : ffect ofturbulent, suersonic flow on DAF calculation of channel flow Table : Boundar laer thickness for laminar flow oer Flat-Plate X- location d (meters) at Mach.5 d (meters) at Mach.5 (meters) Non-reconditioned Preconditioned Actual Non-reconditioned Preconditioned Actual % rror % rror % rror Table : Boundar laer thickness for laminar flow through Channel X- location d (meters) at Mach.5 d (meters) at Mach.5 (meters) Non-reconditioned Preconditioned Actual Non-reconditioned Preconditioned Actual % rror % rror % rror of 4

5 th Smosium on Integrating CF and Exeriments in Aerodnamics (Integration 0) 3-5 October 0 JAXA Chofu Aerosace Center, Toko, Jaan rag and Lift Predict

5 th Smosium on Integrating CF and Exeriments in Aerodnamics (Integration 0) 3-5 October 0 JAXA Chofu Aerosace Center, Toko, Jaan rag and Lift Predict 5th Smosium on Integrating CF and Exeriments in Aerodnamics (Integration 0) 45 5 th Smosium on Integrating CF and Exeriments in Aerodnamics (Integration 0) 3-5 October 0 JAXA Chofu Aerosace Center, Toko,

More information

AE301 Aerodynamics I UNIT A: Fundamental Concepts

AE301 Aerodynamics I UNIT A: Fundamental Concepts AE301 Aerodynamics I UNIT A: Fundamental Concets ROAD MAP... A-1: Engineering Fundamentals Reiew A-: Standard Atmoshere A-3: Goerning Equations of Aerodynamics A-4: Airseed Measurements A-5: Aerodynamic

More information

Node-voltage method using virtual current sources technique for special cases

Node-voltage method using virtual current sources technique for special cases Node-oltage method using irtual current sources technique for secial cases George E. Chatzarakis and Marina D. Tortoreli Electrical and Electronics Engineering Deartments, School of Pedagogical and Technological

More information

A taxonomy and comparison of parallel block multi-level preconditioners for the incompressible Navier Stokes equations q

A taxonomy and comparison of parallel block multi-level preconditioners for the incompressible Navier Stokes equations q Aailable online at www.sciencedirect.com Journal of Comutational Physics 7 (008) 1790 1808 www.elseier.com/locate/jc A taxonomy and comarison of arallel block multi-leel reconditioners for the incomressible

More information

Analysis of Shock-plugs in Quasi-One-Dimensional Compressible Flow

Analysis of Shock-plugs in Quasi-One-Dimensional Compressible Flow Proceedings of the World Congress on Mechanical, Chemical, and terial Engineering (MCM 015) Barcelona, Sain Jul 0-1, 015 Paer No. 38 Analsis of Shock-lugs in Quasi-One-Dimensional Comressible Flow Thomas

More information

The Role of Momentum Interpolation Mechanism of the Roe. Scheme in the Shock Instability

The Role of Momentum Interpolation Mechanism of the Roe. Scheme in the Shock Instability The Role of Momentum Interolation Mechanism of the Roe Scheme in the Shock Instabilit Xue-song Li Ke Laborator for Thermal Science and Power Engineering of Ministr of Education, Deartment of Thermal Engineering,

More information

High speed wind tunnels 2.0 Definition of high speed. 2.1 Types of high speed wind tunnels

High speed wind tunnels 2.0 Definition of high speed. 2.1 Types of high speed wind tunnels Module Lectures 6 to 1 High Seed Wind Tunnels Keywords: Blow down wind tunnels, Indraft wind tunnels, suersonic wind tunnels, c-d nozzles, second throat diffuser, shocks, condensation in wind tunnels,

More information

Lecture 5. Differential Analysis of Fluid Flow Navier-Stockes equation

Lecture 5. Differential Analysis of Fluid Flow Navier-Stockes equation Lectre 5 Differential Analsis of Flid Flo Naier-Stockes eqation Differential analsis of Flid Flo The aim: to rodce differential eqation describing the motion of flid in detail Flid Element Kinematics An

More information

Hermite subdivision on manifolds via parallel transport

Hermite subdivision on manifolds via parallel transport Adances in Comutational Mathematics manuscrit No. (will be inserted by the editor Hermite subdiision on manifolds ia arallel transort Caroline Moosmüller Receied: date / Acceted: date Abstract We roose

More information

9.3 Laminar Flat-Plate Boundary Layer: Exact Solution w-19

9.3 Laminar Flat-Plate Boundary Layer: Exact Solution w-19 9.3 Laminar Flat-Plate Boundary Layer: Exact Solution w-19 Laminar Flat-Plate Boundary Layer: Exact Solution The solution for the laminar boundary layer on a horizontal flat late was obtained by Prtl s

More information

Robot Motion Planning using Hyperboloid Potential Functions

Robot Motion Planning using Hyperboloid Potential Functions Proceedings of the World Congress on Engineering 7 Vol II WCE 7, July - 4, 7, London, U.K. Robot Motion Planning using Hyerboloid Potential Functions A. Badawy and C.R. McInnes, Member, IAEN Abstract A

More information

COMPUTER SIMULATION OF A LABORATORY HYDRAULIC SYSTEM WITH MATLAB-SIMULINK

COMPUTER SIMULATION OF A LABORATORY HYDRAULIC SYSTEM WITH MATLAB-SIMULINK DVNCED ENGINEERING 4(20101, ISSN 1846-5900 COMPUTER SIMULTION OF LORTORY HYDRULIC SYSTEM WITH MTL-SIMULINK Grego, G. & Siminiati, D. bstract: The article resents some selected roblems related to modeling

More information

NUMERICAL AND THEORETICAL INVESTIGATIONS ON DETONATION- INERT CONFINEMENT INTERACTIONS

NUMERICAL AND THEORETICAL INVESTIGATIONS ON DETONATION- INERT CONFINEMENT INTERACTIONS NUMERICAL AND THEORETICAL INVESTIGATIONS ON DETONATION- INERT CONFINEMENT INTERACTIONS Tariq D. Aslam and John B. Bdzil Los Alamos National Laboratory Los Alamos, NM 87545 hone: 1-55-667-1367, fax: 1-55-667-6372

More information

Numerical Computation of the Eigenstructure of Cylindrical Acoustic Waveguides with Heated (or Cooled) Walls

Numerical Computation of the Eigenstructure of Cylindrical Acoustic Waveguides with Heated (or Cooled) Walls Alied Mathematical Sciences, Vol. 3, 29, no. 7, 82-837 Numerical Comutation of the Eigenstructure of Clindrical Acoustic Waveguides with Heated (or Cooled) Walls Brian J. M c Cartin Alied Mathematics,

More information

5. PRESSURE AND VELOCITY SPRING Each component of momentum satisfies its own scalar-transport equation. For one cell:

5. PRESSURE AND VELOCITY SPRING Each component of momentum satisfies its own scalar-transport equation. For one cell: 5. PRESSURE AND VELOCITY SPRING 2019 5.1 The momentum equation 5.2 Pressure-velocity couling 5.3 Pressure-correction methods Summary References Examles 5.1 The Momentum Equation Each comonent of momentum

More information

16. CHARACTERISTICS OF SHOCK-WAVE UNDER LORENTZ FORCE AND ENERGY EXCHANGE

16. CHARACTERISTICS OF SHOCK-WAVE UNDER LORENTZ FORCE AND ENERGY EXCHANGE 16. CHARACTERISTICS OF SHOCK-WAVE UNDER LORENTZ FORCE AND ENERGY EXCHANGE H. Yamasaki, M. Abe and Y. Okuno Graduate School at Nagatsuta, Tokyo Institute of Technology 459, Nagatsuta, Midori-ku, Yokohama,

More information

MODELING OF UNSTEADY AERODYNAMIC CHARACTERISTCS OF DELTA WINGS.

MODELING OF UNSTEADY AERODYNAMIC CHARACTERISTCS OF DELTA WINGS. IAS00 ONGRESS MODEING OF UNSTEADY AERODYNAMI HARATERISTS OF DETA WINGS. Jouannet hristoher, rus Petter inköings Uniersity eywords: Delta wings, Unsteady, Modeling, Preliminary design, Aerodynamic coefficient.

More information

GEF2500 GEOPHYSICAL FLUID MECHANICS

GEF2500 GEOPHYSICAL FLUID MECHANICS GEF5 GEOPHYSICAL FLUID MECHANICS Jan Erik H. Weber Deartment of Geosciences Section for Meteorolog and Oceanograh Uniersit of Oslo. E-mail: j.e.weber@geo.uio.no Blindern Januar 3 Contents. FLUID MECHANICS

More information

JJMIE Jordan Journal of Mechanical and Industrial Engineering

JJMIE Jordan Journal of Mechanical and Industrial Engineering JJMIE Jordan Journal of Mechanical and Industrial Engineering Volume, Number, Jun. 8 ISSN 995-6665 Pages 7-75 Efficiency of Atkinson Engine at Maximum Power Density using emerature Deendent Secific Heats

More information

Combining Logistic Regression with Kriging for Mapping the Risk of Occurrence of Unexploded Ordnance (UXO)

Combining Logistic Regression with Kriging for Mapping the Risk of Occurrence of Unexploded Ordnance (UXO) Combining Logistic Regression with Kriging for Maing the Risk of Occurrence of Unexloded Ordnance (UXO) H. Saito (), P. Goovaerts (), S. A. McKenna (2) Environmental and Water Resources Engineering, Deartment

More information

Computer arithmetic. Intensive Computation. Annalisa Massini 2017/2018

Computer arithmetic. Intensive Computation. Annalisa Massini 2017/2018 Comuter arithmetic Intensive Comutation Annalisa Massini 7/8 Intensive Comutation - 7/8 References Comuter Architecture - A Quantitative Aroach Hennessy Patterson Aendix J Intensive Comutation - 7/8 3

More information

3. THE SOLUTION OF TRANSFORMATION PARAMETERS

3. THE SOLUTION OF TRANSFORMATION PARAMETERS Deartment of Geosatial Siene. HE SOLUION OF RANSFORMAION PARAMEERS Coordinate transformations, as used in ratie, are models desribing the assumed mathematial relationshis between oints in two retangular

More information

A Numerical Method for Critical Buckling Load for a Beam Supported on Elastic Foundation

A Numerical Method for Critical Buckling Load for a Beam Supported on Elastic Foundation A Numerical Method for Critical Buckling Load for a Beam Suorted on Elastic Foundation Guo-ing Xia Institute of Bridge Engineering, Dalian University of Technology, Dalian, Liaoning Province, P. R. China

More information

Analysis of Masonry Vaulted Systems: The Barrel Vaults

Analysis of Masonry Vaulted Systems: The Barrel Vaults Structural Analsis of istorical Constructions, ew Delhi 6 P.B. ourenço, P. oca, C. odena, S. Agrawal (ds.) Analsis of asonr Vaulted Sstems: The Barrel Vaults A.Baratta and O.Corbi Universit of ales Federico

More information

Dot-Product Steering A New Control Law for Satellites and Spacecrafts

Dot-Product Steering A New Control Law for Satellites and Spacecrafts The First International Bhurban Conerence on Alied Sciences and Technologies Bhurban, Pakistan. June 1-15,,. 178-184 Dot-Product Steering A New Control Law or Satellites and Sacecrats Sed Ari Kamal 1 Deartments

More information

Open-air traveling-wave thermoacoustic generator

Open-air traveling-wave thermoacoustic generator rticle Engineering Thermohysics July 11 Vol.56 No.: 167 173 doi: 1.17/s11434-11-447-x SPECIL TOPICS: Oen-air traeling-wae thermoacoustic generator XIE XiuJuan 1*, GO Gang 1,, ZHOU Gang 1 & LI Qing 1 1

More information

Magnetospheric Physics - Homework, 4/04/2014

Magnetospheric Physics - Homework, 4/04/2014 Magnetosheric hysics - Homework, // 7. Fast wave, fast shock, erendicular shock, entroy, jum relation. Consider the fast erendicular shock. a) Determine the ositive root of the solution for the comression

More information

A Critical State Sand Model with Elastic-Plastic Coupling

A Critical State Sand Model with Elastic-Plastic Coupling A Critical State Sand Model with Elastic-Plastic Couling Ali Lashkari * and Ali Golchin Deartment of Ciil & Enironmental Engineering Shiraz Uniersity of Technology, Shiraz, Iran lashkari@sutech.ac.ir,

More information

Synoptic Meteorology I: The Geostrophic Approximation. 30 September, 7 October 2014

Synoptic Meteorology I: The Geostrophic Approximation. 30 September, 7 October 2014 The Equations of Motion Synotic Meteorology I: The Geostrohic Aroimation 30 Setember, 7 October 2014 In their most general form, and resented without formal derivation, the equations of motion alicable

More information

Estimating h Boundary Layer Equations

Estimating h Boundary Layer Equations Estimating h Boundar Laer Equations ChE 0B Before, we just assumed a heat transfer coefficient, but can we estimate them from first rinciles? Look at stead laminar flow ast a flat late, again: Clearl,

More information

Elliptic Curves and Cryptography

Elliptic Curves and Cryptography Ellitic Curves and Crytograhy Background in Ellitic Curves We'll now turn to the fascinating theory of ellitic curves. For simlicity, we'll restrict our discussion to ellitic curves over Z, where is a

More information

NUMERICAL INVESTIGATION OF LIQUID JET INJECTION INTO A SUPERSONIC CROSSFLOW

NUMERICAL INVESTIGATION OF LIQUID JET INJECTION INTO A SUPERSONIC CROSSFLOW NUMERICAL INVESTIGATION OF LIQUID JET INJECTION INTO A SUPERSONIC CROSSFLOW Haixu Liu, Yincheng Guo, Wenyi Lin Deartment of Engineering Mechanics, Tsinghua University, Beiing 100084, China Keywords: two-fluid

More information

Viscous Dissipation and Heat Absorption effect on Natural Convection Flow with Uniform Surface Temperature along a Vertical Wavy Surface

Viscous Dissipation and Heat Absorption effect on Natural Convection Flow with Uniform Surface Temperature along a Vertical Wavy Surface Aailable at htt://am.ed/aam Al. Al. Math. ISSN: 93-966 Alications and Alied Mathematics: An International Jornal (AAM) Secial Isse No. (Ma 6),. 8 8th International Mathematics Conference, March,, IUB Cams,

More information

State Estimation with ARMarkov Models

State Estimation with ARMarkov Models Deartment of Mechanical and Aerosace Engineering Technical Reort No. 3046, October 1998. Princeton University, Princeton, NJ. State Estimation with ARMarkov Models Ryoung K. Lim 1 Columbia University,

More information

Temperature Rise Comparison of Switchgear in SF 6, N 2, and Air

Temperature Rise Comparison of Switchgear in SF 6, N 2, and Air TELKOMNIKA, Vol.11, No.3, March 2013,. 1377 ~ 1382 ISSN: 2302-4046 1377 Temerature Rise Comarison of Switchgear in SF 6, N 2, and Air Feng Hao*, Zhang Junmin School of Automation Science and Electrical

More information

Higher-order Logic Description of MDPs to Support Meta-cognition in Artificial Agents

Higher-order Logic Description of MDPs to Support Meta-cognition in Artificial Agents Higher-order Logic escrition of MPs to Suort Meta-cognition in Artificial Agents Vincenzo Cannella, Antonio Chella, and Roberto Pirrone iartimento di Ingegneria Chimica, Gestionale, Informatica, Meccanica,

More information

MODELING THE RELIABILITY OF C4ISR SYSTEMS HARDWARE/SOFTWARE COMPONENTS USING AN IMPROVED MARKOV MODEL

MODELING THE RELIABILITY OF C4ISR SYSTEMS HARDWARE/SOFTWARE COMPONENTS USING AN IMPROVED MARKOV MODEL Technical Sciences and Alied Mathematics MODELING THE RELIABILITY OF CISR SYSTEMS HARDWARE/SOFTWARE COMPONENTS USING AN IMPROVED MARKOV MODEL Cezar VASILESCU Regional Deartment of Defense Resources Management

More information

Planar Transformations and Displacements

Planar Transformations and Displacements Chater Planar Transformations and Dislacements Kinematics is concerned with the roerties of the motion of oints. These oints are on objects in the environment or on a robot maniulator. Two features that

More information

Session 5: Review of Classical Astrodynamics

Session 5: Review of Classical Astrodynamics Session 5: Review of Classical Astrodynamics In revious lectures we described in detail the rocess to find the otimal secific imulse for a articular situation. Among the mission requirements that serve

More information

Antony Jameson. Stanford University Aerospace Computing Laboratory Report ACL

Antony Jameson. Stanford University Aerospace Computing Laboratory Report ACL Formulation of Kinetic Energy Preserving Conservative Schemes for Gas Dynamics and Direct Numerical Simulation of One-dimensional Viscous Comressible Flow in a Shock Tube Using Entroy and Kinetic Energy

More information

Analysis of High-Altitude Ionization Gauge Measurements Using the Direct Simulation Monte Carlo Method

Analysis of High-Altitude Ionization Gauge Measurements Using the Direct Simulation Monte Carlo Method th AIAA Thermohysics Conference June - July, Portland, Oregon AIAA - Analysis of High-Altitude Ionization Gauge Measurements Using the Direct Simulation Monte Carlo Method Quanhua Sun *, Chunei Cai, and

More information

Lecture Thermodynamics 9. Entropy form of the 1 st law. Let us start with the differential form of the 1 st law: du = d Q + d W

Lecture Thermodynamics 9. Entropy form of the 1 st law. Let us start with the differential form of the 1 st law: du = d Q + d W Lecture hermodnamics 9 Entro form of the st law Let us start with the differential form of the st law: du = d Q + d W Consider a hdrostatic sstem. o know the required d Q and d W between two nearb states,

More information

CMSC 425: Lecture 4 Geometry and Geometric Programming

CMSC 425: Lecture 4 Geometry and Geometric Programming CMSC 425: Lecture 4 Geometry and Geometric Programming Geometry for Game Programming and Grahics: For the next few lectures, we will discuss some of the basic elements of geometry. There are many areas

More information

Paper C Exact Volume Balance Versus Exact Mass Balance in Compositional Reservoir Simulation

Paper C Exact Volume Balance Versus Exact Mass Balance in Compositional Reservoir Simulation Paer C Exact Volume Balance Versus Exact Mass Balance in Comositional Reservoir Simulation Submitted to Comutational Geosciences, December 2005. Exact Volume Balance Versus Exact Mass Balance in Comositional

More information

DEVELOPMENT OF A BRANCH AND PRICE APPROACH INVOLVING VERTEX CLONING TO SOLVE THE MAXIMUM WEIGHTED INDEPENDENT SET PROBLEM

DEVELOPMENT OF A BRANCH AND PRICE APPROACH INVOLVING VERTEX CLONING TO SOLVE THE MAXIMUM WEIGHTED INDEPENDENT SET PROBLEM DEVELOPMENT OF A BRANCH AND PRICE APPROACH INVOLVING VERTEX CLONING TO SOLVE THE MAXIMUM WEIGHTED INDEPENDENT SET PROBLEM A Thesis by SANDEEP SACHDEVA Submitted to the Office of Graduate Studies of Texas

More information

Optimization of Gear Design and Manufacture. Vilmos SIMON *

Optimization of Gear Design and Manufacture. Vilmos SIMON * 7 International Conference on Mechanical and Mechatronics Engineering (ICMME 7) ISBN: 978--6595-44- timization of Gear Design and Manufacture Vilmos SIMN * Budaest Universit of Technolog and Economics,

More information

Ducted Wind/Water Turbines and Propellers Revisited By Michael, J. Werle, PhD 1 and Walter M. Presz, Jr., PhD 2 FLODESIGN, INC. WILBRAHAM, MA.

Ducted Wind/Water Turbines and Propellers Revisited By Michael, J. Werle, PhD 1 and Walter M. Presz, Jr., PhD 2 FLODESIGN, INC. WILBRAHAM, MA. Introduction Ducted Wind/Water Turbines and roellers Revisited By Michael, J. Werle, hd and Walter M. resz, Jr., hd FLODEIGN, IN. WILBRAHAM, MA. 0095 There has been considerable effort and discussion in

More information

Optimal array pattern synthesis with desired magnitude response

Optimal array pattern synthesis with desired magnitude response Otimal array attern synthesis with desired magnitude resonse A.M. Pasqual a, J.R. Arruda a and P. erzog b a Universidade Estadual de Caminas, Rua Mendeleiev, 00, Cidade Universitária Zeferino Vaz, 13083-970

More information

The. Consortium. Continuum Mechanics. Original notes by Professor Mike Gunn, South Bank University, London, UK Produced by the CRISP Consortium Ltd

The. Consortium. Continuum Mechanics. Original notes by Professor Mike Gunn, South Bank University, London, UK Produced by the CRISP Consortium Ltd The C R I S P Consortium Continuum Mechanics Original notes b Professor Mike Gunn, South Bank Universit, London, UK Produced b the CRISP Consortium Ltd THOR OF STRSSS In a three dimensional loaded bod,

More information

REPORT DOCUMENTATION PAGE

REPORT DOCUMENTATION PAGE REPORT DOCUMENTATION PAGE Form Aroved OMB No. 0704-0188 Public reorting burden for this collection of information is estimated to average 1 hour er resonse, including the time for reviewing instructions,

More information

Numerical Methods: Structured vs. unstructured grids. General Introduction: Why numerical methods? Numerical methods and their fields of application

Numerical Methods: Structured vs. unstructured grids. General Introduction: Why numerical methods? Numerical methods and their fields of application Numerical Methods: Structured vs. unstructured grids The goals o this course General : Why numerical methods? Numerical methods and their ields o alication Review o inite dierences Goals: Understanding

More information

E( x ) [b(n) - a(n, m)x(m) ]

E( x ) [b(n) - a(n, m)x(m) ] Homework #, EE5353. An XOR network has two inuts, one hidden unit, and one outut. It is fully connected. Gie the network's weights if the outut unit has a ste actiation and the hidden unit actiation is

More information

A Method to Solve Optimization Problem in Model. Predictive Control for Twin Rotor MIMO System. Using Modified Genetic Algorithm

A Method to Solve Optimization Problem in Model. Predictive Control for Twin Rotor MIMO System. Using Modified Genetic Algorithm International Journal of Comuting and Otimization Vol. 4, 217, no. 1, 31-41 HIKARI Ltd, www.m-iari.com tts://doi.org/1.12988/ijco.217.734 A Metod to Sole Otimization Problem in Model Predictie Control

More information

Numerical Linear Algebra

Numerical Linear Algebra Numerical Linear Algebra Numerous alications in statistics, articularly in the fitting of linear models. Notation and conventions: Elements of a matrix A are denoted by a ij, where i indexes the rows and

More information

arxiv: v1 [math-ph] 21 Dec 2007

arxiv: v1 [math-ph] 21 Dec 2007 Dynamic Phase ransitions in PV Systems ian Ma Deartment of Mathematics, Sichuan Uniersity, Chengdu, P. R. China Shouhong Wang Deartment of Mathematics, Indiana Uniersity, Bloomington, IN 4745 (Dated: February

More information

Constructing an Efficient Self-Tuning Aircraft Engine Model for Control and Health Management Applications

Constructing an Efficient Self-Tuning Aircraft Engine Model for Control and Health Management Applications Constructing an Efficient Self-Tuning Aircraft Engine Model for Control and Health Management Alications Jeffrey B. Armstrong 1 and Donald L. Simon 2 1 Vantage Partners, LLC, Cleeland, Ohio, 44135, U.

More information

SLIP MODEL PERFORMANCE FOR MICRO-SCALE GAS FLOWS

SLIP MODEL PERFORMANCE FOR MICRO-SCALE GAS FLOWS 3th AIAA Thermophysics Conference 3- June 3, Orlando, Florida AIAA 3-5 SLIP MODEL PERFORMANCE FOR MICRO-SCALE GAS FLOWS Matthew J. McNenly* Department of Aerospace Engineering Uniersity of Michigan, Ann

More information

Theory of turbomachinery. Chapter 1

Theory of turbomachinery. Chapter 1 Theory of turbomachinery Chater Introduction: Basic Princiles Take your choice of those that can best aid your action. (Shakeseare, Coriolanus) Introduction Definition Turbomachinery describes machines

More information

a) Derive general expressions for the stream function Ψ and the velocity potential function φ for the combined flow. [12 Marks]

a) Derive general expressions for the stream function Ψ and the velocity potential function φ for the combined flow. [12 Marks] Question 1 A horizontal irrotational flow system results from the combination of a free vortex, rotating anticlockwise, of strength K=πv θ r, located with its centre at the origin, with a uniform flow

More information

Computational Model for Predicting the Location of Glass Solidification in Optic Fiber Drawing

Computational Model for Predicting the Location of Glass Solidification in Optic Fiber Drawing Proceedings of HT-FED4 4 ASME Heat Transfer/Fluids Engineering Summer Conference July -5, 4, Charlotte, North Carolina USA HT-FED4-565 Comutational Model for Predicting the Location of Glass Solidification

More information

NUMERICAL SIMULATION OF A PARTICLE TRANSPORT IN THE FLAT CHANNEL

NUMERICAL SIMULATION OF A PARTICLE TRANSPORT IN THE FLAT CHANNEL th Euroean Conference on Comutational Mechanics (ECCM ) th Euroean Conference on Comutational Fluid Dnamics (ECFD ) 5 June, Glasgow, UK NUMERICAL SIMULATION OF A PARTICLE TRANSPORT IN THE FLAT CHANNEL

More information

Production and Detection Theory of Pulsed Photoacoustic Wave with Maximum Amplitude and Minimum Distortion in Absorbing Liquid

Production and Detection Theory of Pulsed Photoacoustic Wave with Maximum Amplitude and Minimum Distortion in Absorbing Liquid roduction and Detection Theory of ulsed hotoacoustic Wae with Maximum mlitude and Minimum Distortion in bsorbing iquid Zuomin Zhao, Seo Nissilä, Onni hola, Risto Myllylä bstract The hotoacoustic effect

More information

Understanding DPMFoam/MPPICFoam

Understanding DPMFoam/MPPICFoam Understanding DPMFoam/MPPICFoam Jeroen Hofman March 18, 2015 In this document I intend to clarify the flow solver and at a later stage, the article-fluid and article-article interaction forces as imlemented

More information

+++ Modeling of Structural-dynamic Systems by UML Statecharts in AnyLogic +++ Modeling of Structural-dynamic Systems by UML Statecharts in AnyLogic

+++ Modeling of Structural-dynamic Systems by UML Statecharts in AnyLogic +++ Modeling of Structural-dynamic Systems by UML Statecharts in AnyLogic Modeling of Structural-dynamic Systems by UML Statecharts in AnyLogic Daniel Leitner, Johannes Krof, Günther Zauner, TU Vienna, Austria, dleitner@osiris.tuwien.ac.at Yuri Karov, Yuri Senichenkov, Yuri

More information

COUPLING CONDITIONS FOR LES WITH DOWNSTREAM RANS FOR THE PREDICTION OF INCOMPRESSIBLE TURBULENT FLOWS

COUPLING CONDITIONS FOR LES WITH DOWNSTREAM RANS FOR THE PREDICTION OF INCOMPRESSIBLE TURBULENT FLOWS COUPLING CONDITIONS FOR WITH DOWNSTREAM RANS FOR THE PREDICTION OF INCOMPRESSIBLE TURBULENT FLOWS Dominic von Terzi Institut für Hdromechanik, Universität Karlsruhe Kaiserstraße, D-76 Karlsruhe, German

More information

The homework problem (pucks_on_ice) illustrates several important points:

The homework problem (pucks_on_ice) illustrates several important points: Ekman laers, friction & eostrohic flow The homework roblem (ucks_on_ice) illustrates several imortant oints: 1. Particles move erendicular to the alied force, to the riht in the northern hemishere, to

More information

ASSESSMENT OF FREE STREAM SEEDER PERFORMANCE FOR VELOCIMETRY IN A SCRAMJET COMBUSTOR

ASSESSMENT OF FREE STREAM SEEDER PERFORMANCE FOR VELOCIMETRY IN A SCRAMJET COMBUSTOR ASSESSMENT OF FREE STREAM SEEDER PERFORMANCE FOR VELOCIMETRY IN A SCRAMJET COMBUSTOR Jason Howison Advisor: Christoher P. Goyne Deartment of Mechanical and Aerosace Engineering University of Virginia Abstract

More information

Micro I. Lesson 5 : Consumer Equilibrium

Micro I. Lesson 5 : Consumer Equilibrium Microecono mics I. Antonio Zabalza. Universit of Valencia 1 Micro I. Lesson 5 : Consumer Equilibrium 5.1 Otimal Choice If references are well behaved (smooth, conve, continuous and negativel sloed), then

More information

Unsteady transition from a Mach to a regular shockwave intersection

Unsteady transition from a Mach to a regular shockwave intersection Unsteady transition from a Mach to a regular shockwae intersection S. J. KARABELAS and N.C. MARKATOS Department of Chemical Engineering, Computational Fluid Dynamics Unit National Technical Uniersity of

More information

Distributed Rule-Based Inference in the Presence of Redundant Information

Distributed Rule-Based Inference in the Presence of Redundant Information istribution Statement : roved for ublic release; distribution is unlimited. istributed Rule-ased Inference in the Presence of Redundant Information June 8, 004 William J. Farrell III Lockheed Martin dvanced

More information

Today. CS-184: Computer Graphics. Introduction. Some Examples. 2D Transformations

Today. CS-184: Computer Graphics. Introduction. Some Examples. 2D Transformations Toda CS-184: Comuter Grahics Lecture #3: 2D Transformations Prof. James O Brien Universit of California, Berkele V2005F-03-1.0 2D Transformations Primitive Oerations Scale, Rotate, Shear, Fli, Translate

More information

Angular motion in two-component systems Notes on Quantum Mechanics

Angular motion in two-component systems Notes on Quantum Mechanics Angular motion in two-comonent sstems Notes on Quantum Mechanics htt://quantum.bu.edu/notes/quantummechanics/angularmotionintwocomonentsstems.df Last udated Thursda, December, 5 :7:9-5: Coright 5 Dan Dill

More information

Hypersonic flow: introduction

Hypersonic flow: introduction Hyersonic flow: introduction Van Dyke: Hyersonic flow is flow ast a body at high ach number, where nonlinearity is an essential feature of the flow. Also understood, for thin bodies, that if is the thickness-to-chord

More information

Radar Dish. Armature controlled dc motor. Inside. θ r input. Outside. θ D output. θ m. Gearbox. Control Transmitter. Control. θ D.

Radar Dish. Armature controlled dc motor. Inside. θ r input. Outside. θ D output. θ m. Gearbox. Control Transmitter. Control. θ D. Radar Dish ME 304 CONTROL SYSTEMS Mechanical Engineering Deartment, Middle East Technical University Armature controlled dc motor Outside θ D outut Inside θ r inut r θ m Gearbox Control Transmitter θ D

More information

Viscous Dissipation and Mass Transfer Effects on MHD Oscillatory Flow in a Vertical Channel with Porous Medium

Viscous Dissipation and Mass Transfer Effects on MHD Oscillatory Flow in a Vertical Channel with Porous Medium Advances in Dnamical Sstems and Alications. ISSN 973-53, Volume, Number, (7). 5-6 Research India Publications htt://www.riublication.com Viscous Dissiation and Mass Transfer Effects on MHD Oscillator Flow

More information

y p 2 p 1 y p Flexible System p 2 y p2 p1 y p u, y 1 -u, y 2 Component Breakdown z 1 w 1 1 y p 1 P 1 P 2 w 2 z 2

y p 2 p 1 y p Flexible System p 2 y p2 p1 y p u, y 1 -u, y 2 Component Breakdown z 1 w 1 1 y p 1 P 1 P 2 w 2 z 2 ROBUSTNESS OF FLEXIBLE SYSTEMS WITH COMPONENT-LEVEL UNCERTAINTIES Peiman G. Maghami Λ NASA Langley Research Center, Hamton, VA 368 Robustness of flexible systems in the resence of model uncertainties at

More information

Effect of geometry on flow structure and pressure drop in pneumatic conveying of solids along horizontal ducts

Effect of geometry on flow structure and pressure drop in pneumatic conveying of solids along horizontal ducts Journal of Scientific LAÍN & Industrial SOMMERFELD Research: PNEUMATIC CONVEYING OF SOLIDS ALONG HORIZONTAL DUCTS Vol. 70, February 011,. 19-134 19 Effect of geometry on flow structure and ressure dro

More information

Homogeneous and Inhomogeneous Model for Flow and Heat Transfer in Porous Materials as High Temperature Solar Air Receivers

Homogeneous and Inhomogeneous Model for Flow and Heat Transfer in Porous Materials as High Temperature Solar Air Receivers Excert from the roceedings of the COMSOL Conference 1 aris Homogeneous and Inhomogeneous Model for Flow and Heat ransfer in orous Materials as High emerature Solar Air Receivers Olena Smirnova 1 *, homas

More information

f ax ; a 0 is a periodic function b is a periodic function of x of p b. f which is assumed to have the period 2 π, where

f ax ; a 0 is a periodic function b is a periodic function of x of p b. f which is assumed to have the period 2 π, where (a) (b) If () Year - Tutorial: Toic: Fourier series Time: Two hours π π n Find the fundamental eriod of (i) cos (ii) cos k k f a ; a is a eriodic function b is a eriodic function of of b. f is a eriodic

More information

Eigenanalysis of Finite Element 3D Flow Models by Parallel Jacobi Davidson

Eigenanalysis of Finite Element 3D Flow Models by Parallel Jacobi Davidson Eigenanalysis of Finite Element 3D Flow Models by Parallel Jacobi Davidson Luca Bergamaschi 1, Angeles Martinez 1, Giorgio Pini 1, and Flavio Sartoretto 2 1 Diartimento di Metodi e Modelli Matematici er

More information

Implementation and Validation of Finite Volume C++ Codes for Plane Stress Analysis

Implementation and Validation of Finite Volume C++ Codes for Plane Stress Analysis CST0 191 October, 011, Krabi Imlementation and Validation of Finite Volume C++ Codes for Plane Stress Analysis Chakrit Suvanjumrat and Ekachai Chaichanasiri* Deartment of Mechanical Engineering, Faculty

More information

Analysis and Control of Flow-Acoustic Feedback-Loop Interactions in Transitional Airfoils

Analysis and Control of Flow-Acoustic Feedback-Loop Interactions in Transitional Airfoils Analysis and Control of Flow-Acoustic Feedback-Loo Interactions in Transitional Airfoils Vladimir GOLUBEV 1 ; La NGUYEN 2 Reda MANKBADI 3 ; Michel ROGER 4 1 2 3 FCAAP Embry-Riddle Aeronautical University

More information

THERMAL ANALYSIS OF CHARRING MATERIALS BASED ON PYROLYSIS INTERFACE MODEL

THERMAL ANALYSIS OF CHARRING MATERIALS BASED ON PYROLYSIS INTERFACE MODEL THERMA SCIENCE, Year 14, Vol. 18, No. 5,. 1591-1596 1591 THERMA ANAYSIS OF CHARRING MATERIAS BASED ON PYROYSIS INTERFACE MODE by Hai-Ming HUANG *a, Wei-Jie I a, and Hai-ingYU b a Institute of Engineering

More information

An Alternative Approach to Reduce Dimensionality in Data Envelopment Analysis

An Alternative Approach to Reduce Dimensionality in Data Envelopment Analysis Journal of Modern Alied Statistical Methods Volume Issue Article 7 5--3 An Alternatie Aroach to Reduce Dimensionality in Data Eneloment Analysis Grace Lee Ching Ya The Uniersity of Nottingham Malaysia

More information

A PROBABILISTIC POWER ESTIMATION METHOD FOR COMBINATIONAL CIRCUITS UNDER REAL GATE DELAY MODEL

A PROBABILISTIC POWER ESTIMATION METHOD FOR COMBINATIONAL CIRCUITS UNDER REAL GATE DELAY MODEL A PROBABILISTIC POWER ESTIMATION METHOD FOR COMBINATIONAL CIRCUITS UNDER REAL GATE DELAY MODEL G. Theodoridis, S. Theoharis, D. Soudris*, C. Goutis VLSI Design Lab, Det. of Electrical and Comuter Eng.

More information

Sensitivity of Nonlinear Network Training to Affine Transformed Inputs

Sensitivity of Nonlinear Network Training to Affine Transformed Inputs Sensitiity of Nonlinear Network raining to Affine ransformed Inuts Changhua Yu, Michael Manry, Pramod Lakshmi Narasimha Deartment of Electrical Engineering Uniersity of exas at Arlington, X 76019 changhua

More information

Module 4 : Lecture 1 COMPRESSIBLE FLOWS (Fundamental Aspects: Part - I)

Module 4 : Lecture 1 COMPRESSIBLE FLOWS (Fundamental Aspects: Part - I) Module 4 : Lecture COMPRESSIBLE FLOWS (Fundamental Asects: Part - I) Overview In general, the liquids and gases are the states of a matter that comes under the same category as fluids. The incomressible

More information

Shadow Computing: An Energy-Aware Fault Tolerant Computing Model

Shadow Computing: An Energy-Aware Fault Tolerant Computing Model Shadow Comuting: An Energy-Aware Fault Tolerant Comuting Model Bryan Mills, Taieb Znati, Rami Melhem Deartment of Comuter Science University of Pittsburgh (bmills, znati, melhem)@cs.itt.edu Index Terms

More information

Simplifications to Conservation Equations

Simplifications to Conservation Equations Chater 5 Simlifications to Conservation Equations 5.1 Steady Flow If fluid roerties at a oint in a field do not change with time, then they are a function of sace only. They are reresented by: ϕ = ϕq 1,

More information

KEY ISSUES IN THE ANALYSIS OF PILES IN LIQUEFYING SOILS

KEY ISSUES IN THE ANALYSIS OF PILES IN LIQUEFYING SOILS 4 th International Conference on Earthquake Geotechnical Engineering June 2-28, 27 KEY ISSUES IN THE ANALYSIS OF PILES IN LIQUEFYING SOILS Misko CUBRINOVSKI 1, Hayden BOWEN 1 ABSTRACT Two methods for analysis

More information

MODEL-BASED MULTIPLE FAULT DETECTION AND ISOLATION FOR NONLINEAR SYSTEMS

MODEL-BASED MULTIPLE FAULT DETECTION AND ISOLATION FOR NONLINEAR SYSTEMS MODEL-BASED MULIPLE FAUL DEECION AND ISOLAION FOR NONLINEAR SYSEMS Ivan Castillo, and homas F. Edgar he University of exas at Austin Austin, X 78712 David Hill Chemstations Houston, X 77009 Abstract A

More information

Unsteady Flow of a Dusty Conducting Fluid through porous medium between Parallel Porous Plates with Temperature Dependent Viscosity and Heat Source

Unsteady Flow of a Dusty Conducting Fluid through porous medium between Parallel Porous Plates with Temperature Dependent Viscosity and Heat Source Volume Issue3 3- June www.ijsret.org ISSN 78-88 Unsteady Flow of a Dusty Conducting Fluid through orous medium between Parallel Porous Plates with Temerature Deendent Viscosity and Heat Source Shalini

More information

Role of Momentum Interpolation Mechanism of the Roe. Scheme in Shock Instability

Role of Momentum Interpolation Mechanism of the Roe. Scheme in Shock Instability Role of Momentum Interolation Mechanism of the Roe Scheme in Shock Instability Xiao-dong Ren 1,2 Chun-wei Gu 1 Xue-song Li 1,* 1. Key Laboratory for Thermal Science and Power Engineering of Ministry of

More information

Sysem I, Singular Mission. Sysem I, Long Distance Mission. No Convergence. y [mm] y [mm] x [mm] x [mm]

Sysem I, Singular Mission. Sysem I, Long Distance Mission. No Convergence. y [mm] y [mm] x [mm] x [mm] Time-Inariant Stabilization of a Unicycle-Tye Mobile Robot: Theory and Exeriments ByungMoon Kim 1 and Panagiotis Tsiotras 2 School of Aerosace Engineering Georgia Institute of Technology, Atlanta, GA,

More information

ACT Global Optimization Competition Workshop

ACT Global Optimization Competition Workshop ACT Global Otimization Cometition Worksho Mikhail S.KONSTANTINO Gennadiy G. FEDOTO Moscow Aiation Institute iachesla G. PETUKHO Khruniche State Research and Production Sace Center OBJECTIE FUNCTION: PRELIMINARY

More information

Chapter 11: Relation between vorticity, divergence and the vertical velocity

Chapter 11: Relation between vorticity, divergence and the vertical velocity Cater 11: Relation between ticity, diergence and te ertical elocity Te diergence equation In cater 3 we used a simle ersion of te continuity equation. Here we deelo it furter, artly because it will gie

More information

Linear diophantine equations for discrete tomography

Linear diophantine equations for discrete tomography Journal of X-Ray Science and Technology 10 001 59 66 59 IOS Press Linear diohantine euations for discrete tomograhy Yangbo Ye a,gewang b and Jiehua Zhu a a Deartment of Mathematics, The University of Iowa,

More information

Indirect Rotor Field Orientation Vector Control for Induction Motor Drives in the Absence of Current Sensors

Indirect Rotor Field Orientation Vector Control for Induction Motor Drives in the Absence of Current Sensors Indirect Rotor Field Orientation Vector Control for Induction Motor Drives in the Absence of Current Sensors Z. S. WANG *, S. L. HO ** * College of Electrical Engineering, Zhejiang University, Hangzhou

More information

Fluid Physics 8.292J/12.330J

Fluid Physics 8.292J/12.330J Fluid Phsics 8.292J/12.0J Problem Set 4 Solutions 1. Consider the problem of a two-dimensional (infinitel long) airplane wing traeling in the negatie x direction at a speed c through an Euler fluid. In

More information

C H A P T E R ,1752'8&7,21

C H A P T E R ,1752'8&7,21 CHAPTER The first law of thermodynamics is a secial case of the fundamental and general law of conseration of energy, which is alied to thermal henomena in thermodynamic system. The basic law of energy

More information