THREE-DIMENSIONAL UNSTRUCTURED GRID GENERATION FOR FINITE-VOLUME SOLUTION OF EULER EQUATIONS

Size: px
Start display at page:

Download "THREE-DIMENSIONAL UNSTRUCTURED GRID GENERATION FOR FINITE-VOLUME SOLUTION OF EULER EQUATIONS"

Transcription

1 ICAS 2000 CONGRESS THREE-DIMENSIONAL UNSTRUCTURED GRID GENERATION FOR FINITE-VOLUME SOLUTION OF EULER EQUATIONS Karm Mazaher, Shahram Bodaghabad Sharf Unversty of Technology Keywords: Unstructured grd generaton, Delaunay trangulaton, Euler equatons Abstract To solve the Euler equatons on a threedmensonal unstructured grd, an effcent procedure for generaton of relatvely hgh qualty elements s presented. The basc steps of ths method, whch s essentally based on Delaunay s trangulaton, s conssted of generatng surface ponts, ntal tessellaton, pont dstrbuton functon nterpolaton, nternal node generaton and update trangulaton. Specal treatments for surmountng degenerate cases are consdered wthn the algorthm. Valdaton and relablty of algorthm are checked by dfferent examples. An upwnd scheme s used to solve Euler equatons on these unstructured grds for steady-state problems. Spatal dscrtzaton s accomplshed by a cell-centered fnte-volume formulaton usng flux-dfference splttng method of Roe. Soluton s advanced n tme by a smple explct scheme. Local tme steppng s used to accelerate convergence to the steady state. Some applcaton cases are treated to test the method. Introducton Structured grds have been wdely used for a long tme n CFD applcatons []. Dfferent algorthms of generatng structured grds, solvng basc equatons on them and pre or postprocessng operaton on such grds are well developed. They use less memory per unt element compared wth unstructured one. Also, methods of generatng structured meshes are smpler. However, generatng structured grds about complex confguratons, especally automaton of t, s stll a dffcult task. Unstructured grds are stronger n coverng complex felds, automaton of generaton process s smple, varaton of element sze n grd s applable and adaptaton process s smpler. In versus of such advantages, data structure of unstructured grds s more complex than structured one and optmum process of grd generaton has a complex logc and need extra work. There are a varety of unstructured grd generaton methods. Many of these methods are essentally based on two famous schemes.e. Delaunay Trangulaton and Advancng Front Method algorthms. Delaunay trangulaton methods, wth applcatons n CFD, are presented by Lawson, Green, Sbson [2,3], Bowyer [4] and Watson [5]. In recent years varous modfcatons to Delaunay s method have been presented to optmze and elmnate ts practcal dffcultes. Frey [6] proposed an algorthm for 2D pont creaton based on crcumcrcle and nscrbed crcle centers. Ths algorthm was lnked wth Watson algorthm for trangulaton. Schroder and Shephard [7] have also used Watson algorthm. To keep the boundary conformng, they used a topologcal classfcaton for grd enttes, and generated a consstent grd for complex and non-manfold gven geometres. Muller and hs coworkers [8] presented a strong method for two dmensonal grd generaton by combnng Delaunay s trangulaton and advancng front method by pont creaton. Some efforts n automatc grd generaton for three-dmensonal applcatons are also made. Researches of Weatherll and Hassan [9], Golas and Tsbouks [0], Maccrum and Weatherll [] and heng 234.

2 Karm Mazaher, Shahram Bodaghabad et al [2] le n ths category. In present work a combned Delaunay/Advancng front method n 3D has been presented. Dfferent methods of outcomng degenerate cases n Delaunay trangulaton are consdered. Relatvely hgh qualty elements are created to be used n CFD applcatons. Euler equatons have been solved n some test problems, whch are meshed by current grd generaton algorthm. Followng sectons descrbe steps of grd generaton algorthm and the numercal soluton of the Euler equatons. Fnally results on some test problems are ncluded. 2 Grd generaton method Methods usng advancng front type pont placement and Delaunay connectvty have been developed by Delaunay [], Watson, Lawson, Sbson, Muller et al and George et al [3]. Ths dea s also used n three-dmensonal grd generaton by Rebey [4], Przadeh [5] and Khosravy. Current work s essentally based on work of Khosravy. Specal modfcatons are appled to mprove grd qualty, surmountng degeneraces and ncreasng robustness and relablty of algorthm. To better descrpton of the algorthm some basc defntons are presented. 2. Delaunay trangulaton Delaunay trangulaton s the geometrc dual of the Drchlet tessellaton [4]. Gven a set P of M ponts n an n-dmensonal space, there exsts a regon V such that V { x x P x P for all j} = ; () j The collecton V = = V s defned as the Drchlet tessellaton. Gven a Drchlet tessellaton V, one may form the Delaunay trangulaton by connectng any two ponts P and P j whose correspondng tles V and V j are neghbour. In the 3D case, Delaunay trangulaton gves a decomposton of the convex hull of P nto 3D smplexes (tetrahedra). An mportant property of Delaunay trangulaton M s that a crcumsphere of tetrahedron contans no ponts other than ts vertces. 2.2 The grd generaton process The algorthm n step-by-step manner can be expressed as follows:. Defne a set of ponts, whch form a convex hull contanng all other ponts. 2. Add the boundary nodes to the ntal grd, usng Watson algorthm. Obtan a vald trangulaton of them and recover all boundary surfaces (f they are lost). 3. Assgn a pont dstrbuton functon to each ntal boundary pont. 4. Calculate a crteron for qualty of elements. If qualty of an element s under a threshold value or element doesn t satsfy the pont dstrbuton functon, t s marked as a bad element. 5. Create a new pont for each bad element. 6. For each new pont, search for the element contanng t. 7. Interpolate the pont dstrbuton functon for the new pont from the contanng element. 8. Merge two new ponts that are too close to each other. 9. Reject new ponts that are too close to an exstng pont. 0. Insert each accepted new pont n the trangulaton usng the Watson algorthm.. Contnue from step 4; repeat untl no acceptable pont s created. 2. Smooth the grd dstrbuton. Watson algorthm begns by fndng tetrahedron, whch contans the new pont. Ths tetrahedron and all other tetrahedrons whose crcumsphere contan that pont are then deleted. Ths form a polyhedron bounded by trangular faces. Each face of ths polyhedron and the new pont form a new tetrahedron. Wth constructng all such tetrahedra, a new trangulaton obtaned

3 THREE-DIMENSIONAL GRID GENERATION FOR FINITE-VOLUME SOLUTION OF EULER EQUATIONS 2.3 Boundary pont creaton Generally there are four basc topologcal enttes n three dmensons. These are vertex, edge, surface and regon. Each entty s surrounded by one lower dmenson entty. Regons are surrounded by surfaces, boundary of each surface s an edge and each edge has two end vertces. Boundary nodes creaton s a procedure to create proper ponts n boundary edges and surfaces. Edges dvson s done due to local spacng requrements. Intally ponts may be dstrbuted unformly and then relocated usng proper methods [9]. Pont creaton on surfaces s a dffcult task n grd generaton. In the case of planar surfaces, algebrac methods can be used. For general curved surfaces, usng two-dmensonal grd generaton n surface parametrc space s a common method []. 2.4 Convex hull Convex hull s a smple large enough regon, whch contans all nodes n the mesh. A smple tetrahedron can be used, but experence showed that f the number of nodes on the convex hull were low, probablty of occurrng degenerate cases would be ncreased. For all examples presented here, a polyhedron wth one node n ts center s used. 2.5 Nodes nserton Node nserton algorthm s based on Watson algorthm. Ths algorthm deletes all neghbors of the contanng element whose crcumspheres contan the new node. New elements are created usng the new node and each face of the hollowed regon. The dffcult step of ths algorthm s the nsphere check. Ths nvolves makng a decson based upon floatng pont arthmetc. An ncorrect deleton of a tetrahedron can result n a dsjont, non-convex empty polyhedron whch, when new tetrahedra are created, ntersect each other. It has been found that such ncorrect decsons can also dsconnect and solate a prevously nserted pont such that t no longer appears n the data structure of the formng ponts. Such problems may even arse wth smple geometres, such as a set of ponts, whch defne a grd on the surface of a unt cube. Foundng degeneraces and surmountng them utlzes a lot of efforts n the three-dmensonal grd generaton development [7,9,0]. 2.6 Resolvng degenerate cases When more than four ponts of the pont set le on the crcumsphere of an element (wthn the resoluton of the numercal calculaton), the degenerate case occurs. Resolvng degeneraces requre a consstent decson for a partcular pont for beng nsde or outsde. In practce, the judgement whether a pont P s nsde a partcular sphere C of radus r and crcumcenter x c (Fgure ) can be made based on a tolerance factor ε: P C when P xc r ε Fgure Approxmate ncrcle test (2) Choosng ε>0 s equvalent to classfyng P outsde of all degenerate C. Generally ε s taken postve for convenence. The parameter ε n fact defnes an approxmate n/out sphere C of dfferent radus from the real crcumsphere C. By usng C nstead of C, the result s that the trangulaton may not satsfy the crcumsphere condton. But even f ε=0, the effect of numercal calculaton errors s to consder C rather than the real C. So, to have a vald mesh, the method should account for the 234.3

4 Karm Mazaher, Shahram Bodaghabad perturbed crcumsphere. Three problems can arse when computng wth C. Frst, the resultng trangulaton may not be a Delaunay s one wthn tolerance ε. In terms of generatng a computatonal mesh, as long as the trangulaton s a vald one and the elements qualty s acceptable, ths stuaton s not of concern. Secondly a pont P very close to pont P j, where P j s ncorporated nto the trangulaton pror to P, may not be nsde any C, and therefore wll not be partcpated n the trangulaton (Fgure 2). In ths case, t may be necessary to reduce the sze of ε. Thrdly and of most concern, s that nconsstences are created because the mesh doesn t globally satsfy the Delaunay property of the crcumsphere condton. Watson algorthm uses ths property to generate an nserton polyhedron to get a vald mesh. The nserton polyhedron must satsfy the condton of pont convexty [6], as descrbed below: A polyhedron wth faces F, for =,,n F s strctly pont convex to the pont P when the nward pontng normal to each polyhedron face, n, satsfes the condton of pont convexty (Fgure 3): ( P x ) 0 n. > (3) where x s an arbtrary pont on face F. Fgure 2 A pont not nsde any sphere When the nserton polyhedron s strctly pont convex, creatng tetrahedra by connectng P wth each face F produces a structurally consstent mesh. Pont convexty checkng s readly added to the Watson algorthm to prevent structural nconsstences. As each pont s nserted nto the trangulaton to create the nserton polyhedron, the condton for pont convexty s enforced. In partcular when n.( P x ) < δ where δ>0, the pont convexty condton s not satsfed. When a face F does not satsfy the pont convexty, the tetrahedron t s connected to, s deleted, formng a new nserton polyhedron. The added faces are agan evaluated for pont convexty and the procedure s repeated. Fgure 3 Pont convexty rule 2.7 Node creaton Dfferent crtera for checkng bad elements are presented [2]. Two of them are the rato of the smallest edge length to the largest one and the rato of the nscrbed sphere radus to the crcumsphere radus. After taggng bad elements, those that le adjacent to a good one or the boundary, generates the front and new node s created adjacent to each front face. New node s located such that local spacng (based on spacng functon) s satsfed and a regular tetrahedron s expected to be created. 2.8 Mesh smoothng Mesh smoothng (node relaxaton) s a technque of ncreasng the overall qualty by sutable repostonng of nodes. Node relaxaton s appled to nternal and surface nodes. Surface nodes can be moved only on ther geometrc surfaces. One of the most usual methods s Laplacan smoothng [6], whch s used n the 234.4

5 THREE-DIMENSIONAL GRID GENERATION FOR FINITE-VOLUME SOLUTION OF EULER EQUATIONS current work, too. Dfferent qualty crtera can be used [2]. In present work the rato of volume to cubc power of the largest edge length s used. In order to have a pcture of the mesh overall qualty, the mean (Q m ) and jont (Q j ) qualtes are ntroduced []: Q Q m j = N = N N = N = Q Q (4) where N s the number of tetrahedra and Q s ts qualty. The jont qualty factor has a value that s very senstve to elements wth low qualtes. In smoothng procedure, for each node repostonng, the mean and jont qualtes values are calculated n new poston. If these values ncrease respect to ther old values, the node wll be moved. 2.9 Data structure In three-dmensonal grd generaton the followng nformaton are stored: cell vertces, cell neghbors, cell goodness/badness flag, node coordnates and node spacng functon. So, the requred storage space s 9N nteger and 4M floatng words, where M s the number of nodes. 3 Soluton scheme of the Euler equatons The Euler equatons can be wrtten as: U F G H (5) = 0 t x y z The state vector U ( = [ ρ ρu ρv ρw ρe] T ) and the flux vectors F, G, H are expressed n terms of the conservatve varables. ρ s densty, (u, v, w) are velocty components and E s the total energy. E can be related to the other varables by the perfect gas state equaton. A cell-centered method, n whch grd elements are used as doman control volumes, s used. Each cell has four faces and fluxes are F computed on these faces. Flux quanttes are computed usng Roe s flux-dfference-splttng [7]. The flux across each cell face s computed usng [ ] ( U, U ) F( U ) + F( U ) A ( U U ) L R = 2 L Here subscrpts L and R denote to left and rght of the cell face. The Jacoban matrx A s evaluated wth Roe-averaged quanttes [8]. Soluton procedure starts by defnton of the ntal condtons, and then advances n tme by usng a smple explct scheme,.e. U = U t V n+ n 4 R = F n S R L (7) (6) where F n s the normal flux across face, S s the face area, V s the cell volume and t s the soluton tme step. Superscrpts n and n+ denote the current and the next tme step. Steady state soluton s acheved when resdual term of ths equaton s lower than a threshold value. Further dscusson of ths method can be found n many references lke [8] and [9]. Intal condton, boundary condtons and stablty In external flows, t s common that free stream condton s appled as ntal condton. In nternal flows, lke flow n supersonc ducts and cascade flows, unform flow based on nlet condton s usually used. For sold boundares (ncludng symmetry planes), the flow tangency condton (slp condton) s mposed by settng the velocty on the boundary ghost cells as mrror mage of the boundary cell velocty. Densty and pressure n the ghost cells are smply set equal to the boundary cell values. For far-feld boundary, characterstc boundary condtons are appled usng the fxed and extrapolated Remann nvarants correspondng to the ncomng and outgong waves. An approxmate method s used by proper selecton of the conservatve varables to be extrapolated from outsde the doman or to be 234.5

6 Karm Mazaher, Shahram Bodaghabad nterpolated from the nsde due to the local Mach number. Stablty condton s appled by Courant- Fredrcks-Lewy (CFL) condton. Local tme steppng accelerates convergence to the steady state by advancng the soluton at each cell n tme at a CFL number near the local stablty lmt. The expresson for the local tme step can be represented as [3]: V t = β u = + 4 ( c ) S Here β s a safety factor, u, c and (8) S are the normal velocty, sound speed and area of the face. Bar quanttes show Roe-averaged values. 4 Results In ths secton sample generated meshes are presented to show valdty of the proposed algorthm. Also the supersonc flow around a wedge and a cone are smulated usng the Eluer equatons. 4. Sample meshes A smple rectangular doman around a wedge s the frst example. Fgure 4 shows a cross secton of ths grd. The qualty dstrbuton for ths mesh s shown n Fgure 5. The second example s a grd around a cone. Because of the symmetry, only one-half of the cone s consdered. The far-feld boundary s a cylndrcal surface. A cross secton of ths grd s shown n Fgure 6. Thrd sample mesh s a more complex doman,.e. grd around ONERA M6 wng. A sphercal surface s used as the farfeld boundary. Ths mesh s shown n Fgure 7. It s appear from Fgure 5 shows that the qualty factor has a dstrbuton smlar to the normal dstrbuton. Average qualty for ths mesh s about 0.4 (ths s true for other examples, too). Of course, the dstrbuton s preferred to be as close as possble to unty. Smoothng could move the peak of the dstrbuton curve to one, but n all examples, the number of cells wth qualty greater than 0.9 s decreased, as t can be observed n Table. In other words, smoothng dstrbutes the badness of cells among all cells. Snce the overall qualty of the grd s mportant (and not qualty of a specal cell), t can be deduced that smoothng procedure s advantageous. An mportant factor, whch s also observed n Table, s the very low value of the mnmum qualty n the grd. It means that some bad cells always present n grd. These cells may affect the soluton accuracy and n the worst case deterorate the stablty. 4.2 Applcatons Supersonc flow around a wedge s a good test problem, whch s a really two-dmensonal problem, so comparson of the threedmensonal soluton wth the 2D one s possble. Snce the exact soluton exsts for ths problem. A supersonc flow wth Mach number M =2.5 around a wedge wth half-angle of 5 degree s consdered. Mach contours n a 2D secton of the doman are shown n Fgure 8. Mach number and pressure rato across the shock s extracted from the soluton and s compared wth the two-dmensonal and the exact solutons n Fgure 9. 2D soluton s obtaned from an adaptve solver [20]. Adaptve 2D grd s at least two levels fner than the 3D grd and has a hgher qualty. Snce the wedge flow s essentally a 2D flow, the dfference between 2D and 3D solutons s acceptable. Steady state soluton of the supersonc flow wth freestream Mach number of 2 wth 0 degrees angle of attack around a cone wth 0 degrees half-angle s the second test problem. Ths s a three-dmensonal problem. Mach contours on the cone surface are shown n Fgure 0. Pressure coeffcent on the cone surface s compared wth Shankar [2] soluton n Fgure. As expected, the pressure reaches to ts mnmum on the leeward sde of the cone and then ncreases. In the current soluton ths mnmum s detected almost accurately. Weak shock waves are not well developed on the leeward sde, and strong wndward shocks domnate the physcs of ths problem. Indeed the 234.6

7 THREE-DIMENSIONAL GRID GENERATION FOR FINITE-VOLUME SOLUTION OF EULER EQUATIONS hgher order schemes and adaptaton can lead to better results n the soluton. References [] Thompson J F, Son B K, Weatherll N P. Handbook of grd generaton. st edton, CRC Press, 999. [2] Barth T J. On unstructured grds and solvers. Von Karman Seres n Computatonal Flud Dynamcs, pp -65, 990. [3] Khosrav R. Soluton of compressble flow equatons on 3D unstructured grds. MS Thess of Mechancal Engneerng, Department of Mechancal Engneerng, Sharf Unversty of Technology, 997. [4] Bowyer A. Computng Drchlet tessellatons. The Computer Journal, Vol. 24, No. 2, pp 62-66, 98. [5] Watson D F. Computng n-dmensonal Delaunay tessellaton wth applcaton to Voron polytopes. The Computer Journal, Vol. 24, No. 2, pp 67-72, 98. [6] Frey W. Selectve refnement: a new strategy for automatc node placement n graded trangular meshes. Internatonal Journal for Numercal Methods n Engneerng, Vol. 24, pp , 987. [7] Schroeder W J, Shephard M S. Geometry-based fully automatc mesh generaton and Delaunay trangulaton. Internatonal Journal for Numercal Methods n Engneerng, Vol. 26, pp , 988. [8] Muller J D, Roe P L, Deconnck H. A frontal approach for nternal node generaton n Delaunay trangulatons. Internatonal Journal for Numercal Methods n Fluds, 992. [9] Weatherll N P, Hassan O. Effcent threedmensonal Delaunay trangulaton wth automatc pont creaton and mposed boundary constrants. Internatonal Journal for Numercal Methods n Engneerng, Vol. 37, pp , 994. [0] Golas N A, Tsbouks T D. An approach to refnng three-dmensonal tetrahedral based on Delaunay transformatons. Internatonal Journal for Numercal Methods n Engneerng, Vol. 37, pp , 994. [] Macrum D L, Weatherll N P. Unstructured grd generaton usng teratve pont nserton and local reconnecton. AIAA Journal, Vol. 33, No. 9, pp , 995. [2] heng Y, Lews R W, Gethn D T. Three-dmensonal unstructured mesh generaton part -3. Computer Methods n Appled Mechancs and Engneerng, Vol. 34, pp , 996. [3] George P L, Hermelne F. Delaunay s mesh of a convex polyhedron n dmenson d. Applcaton to arbtrary polyhedra. Internatonal Journal for Numercal Methods n Engneerng, Vol. 33, pp , 997. [4] Rebay S. Effcent unstructured mesh generaton by means of Delaunay trangulaton and Bowyer-Watson algorthm. Journal of Computatonal Physcs, Vol. 06, pp 25-38, 993. [5] Przadeh Sh. Three-dmensonal unstructured vscous grds by the advancng-layers method. AIAA Journal, Vol. 34, No., pp 43-49, 996. [6] Schroeder W J, Shephard M S. A combned octree/delaunay method for fully automatc 3-D mesh generaton. Internatonal Journal for Numercal Methods n Engneerng, Vol. 29, pp 37-55, 990. [7] Roe P L. Approxmate Remann solvers, parameter vectors and dfference schemes. Journal of Computatonal Physcs, Vol. 83, pp 25-38, 98. [8] Hrsch C. Numercal computaton of nternal and external flows. 2 nd edton, John Wley & Sons, 988. [9] Frnk N T. Upwnd scheme for solvng the Euler equatons on unstructured tetrahedral meshes. AIAA Journal, Vol. 30, No., pp 70-77, 992. [20] Lessan B. Unsteady soluton of two-dmensonal compressble flow on unstructured grds. MS Thess of Mechancal Engneerng, Department of Mechancal Engneerng, Sharf Unversty of Technology, 997. [2] Shankar V. Treatment of concal and nonconcal supersonc flows by an mplct marchng scheme appled to the full potental equaton. Proc ASME/AIAA conference on Computers n Flow Predctons and Flud Dynamcs Experments, Washngton D.C., pp 63-70,

8 Karm Mazaher, Shahram Bodaghabad Y 2500 Qualty Dstrbuton for Wedge Grd Before Smoothng After Smoothng.8.6 z.4.2 Number of Tetrahedron y Fgure 4 Wedge mesh cross secton x Qualty Fgure 5 Qualty dstrbutons for wedge grd Y 2 Y Fgure 6 Cross secton of mesh over cone x 0 Fgure 7 Mesh around ONERA M6 wng Y= Const. Secton n Wedge Flow M = 2.5 Θ =5deg Fgure 8 Mach contours n a secton of wedge Level Mach Mach D 3D Exact Fgure 9 Comparson of 3D, 2D and exact solutons P 234.8

9 THREE-DIMENSIONAL GRID GENERATION FOR FINITE-VOLUME SOLUTION OF EULER EQUATIONS Y M =2 α =0 Current Soluton Shankar Soluton 0.2 C P 0.5 Cross Vew α =0deg M =2 Mach φ φ Fgure 0 Mach contours on cone surface Fgure Crcumferental pressure coeffcent around cone Table Qualty comparson of meshes before and after smoothng Mesh Q m Q j Q mn Q max Before After Before After Before After Before After Wedge Cone M6 wng

R s s f. m y s. SPH3UW Unit 7.3 Spherical Concave Mirrors Page 1 of 12. Notes

R s s f. m y s. SPH3UW Unit 7.3 Spherical Concave Mirrors Page 1 of 12. Notes SPH3UW Unt 7.3 Sphercal Concave Mrrors Page 1 of 1 Notes Physcs Tool box Concave Mrror If the reflectng surface takes place on the nner surface of the sphercal shape so that the centre of the mrror bulges

More information

Quality Improvement Algorithm for Tetrahedral Mesh Based on Optimal Delaunay Triangulation

Quality Improvement Algorithm for Tetrahedral Mesh Based on Optimal Delaunay Triangulation Intellgent Informaton Management, 013, 5, 191-195 Publshed Onlne November 013 (http://www.scrp.org/journal/m) http://dx.do.org/10.36/m.013.5601 Qualty Improvement Algorthm for Tetrahedral Mesh Based on

More information

Parallelism for Nested Loops with Non-uniform and Flow Dependences

Parallelism for Nested Loops with Non-uniform and Flow Dependences Parallelsm for Nested Loops wth Non-unform and Flow Dependences Sam-Jn Jeong Dept. of Informaton & Communcaton Engneerng, Cheonan Unversty, 5, Anseo-dong, Cheonan, Chungnam, 330-80, Korea. seong@cheonan.ac.kr

More information

Mathematics 256 a course in differential equations for engineering students

Mathematics 256 a course in differential equations for engineering students Mathematcs 56 a course n dfferental equatons for engneerng students Chapter 5. More effcent methods of numercal soluton Euler s method s qute neffcent. Because the error s essentally proportonal to the

More information

Hermite Splines in Lie Groups as Products of Geodesics

Hermite Splines in Lie Groups as Products of Geodesics Hermte Splnes n Le Groups as Products of Geodescs Ethan Eade Updated May 28, 2017 1 Introducton 1.1 Goal Ths document defnes a curve n the Le group G parametrzed by tme and by structural parameters n the

More information

Programming in Fortran 90 : 2017/2018

Programming in Fortran 90 : 2017/2018 Programmng n Fortran 90 : 2017/2018 Programmng n Fortran 90 : 2017/2018 Exercse 1 : Evaluaton of functon dependng on nput Wrte a program who evaluate the functon f (x,y) for any two user specfed values

More information

3D vector computer graphics

3D vector computer graphics 3D vector computer graphcs Paolo Varagnolo: freelance engneer Padova Aprl 2016 Prvate Practce ----------------------------------- 1. Introducton Vector 3D model representaton n computer graphcs requres

More information

6.854 Advanced Algorithms Petar Maymounkov Problem Set 11 (November 23, 2005) With: Benjamin Rossman, Oren Weimann, and Pouya Kheradpour

6.854 Advanced Algorithms Petar Maymounkov Problem Set 11 (November 23, 2005) With: Benjamin Rossman, Oren Weimann, and Pouya Kheradpour 6.854 Advanced Algorthms Petar Maymounkov Problem Set 11 (November 23, 2005) Wth: Benjamn Rossman, Oren Wemann, and Pouya Kheradpour Problem 1. We reduce vertex cover to MAX-SAT wth weghts, such that the

More information

Electrical analysis of light-weight, triangular weave reflector antennas

Electrical analysis of light-weight, triangular weave reflector antennas Electrcal analyss of lght-weght, trangular weave reflector antennas Knud Pontoppdan TICRA Laederstraede 34 DK-121 Copenhagen K Denmark Emal: kp@tcra.com INTRODUCTION The new lght-weght reflector antenna

More information

Subspace clustering. Clustering. Fundamental to all clustering techniques is the choice of distance measure between data points;

Subspace clustering. Clustering. Fundamental to all clustering techniques is the choice of distance measure between data points; Subspace clusterng Clusterng Fundamental to all clusterng technques s the choce of dstance measure between data ponts; D q ( ) ( ) 2 x x = x x, j k = 1 k jk Squared Eucldean dstance Assumpton: All features

More information

A MOVING MESH APPROACH FOR SIMULATION BUDGET ALLOCATION ON CONTINUOUS DOMAINS

A MOVING MESH APPROACH FOR SIMULATION BUDGET ALLOCATION ON CONTINUOUS DOMAINS Proceedngs of the Wnter Smulaton Conference M E Kuhl, N M Steger, F B Armstrong, and J A Jones, eds A MOVING MESH APPROACH FOR SIMULATION BUDGET ALLOCATION ON CONTINUOUS DOMAINS Mark W Brantley Chun-Hung

More information

X- Chart Using ANOM Approach

X- Chart Using ANOM Approach ISSN 1684-8403 Journal of Statstcs Volume 17, 010, pp. 3-3 Abstract X- Chart Usng ANOM Approach Gullapall Chakravarth 1 and Chaluvad Venkateswara Rao Control lmts for ndvdual measurements (X) chart are

More information

Very simple computational domains can be discretized using boundary-fitted structured meshes (also called grids)

Very simple computational domains can be discretized using boundary-fitted structured meshes (also called grids) Structured meshes Very smple computatonal domans can be dscretzed usng boundary-ftted structured meshes (also called grds) The grd lnes of a Cartesan mesh are parallel to one another Structured meshes

More information

S.P.H. : A SOLUTION TO AVOID USING EROSION CRITERION?

S.P.H. : A SOLUTION TO AVOID USING EROSION CRITERION? S.P.H. : A SOLUTION TO AVOID USING EROSION CRITERION? Célne GALLET ENSICA 1 place Emle Bloun 31056 TOULOUSE CEDEX e-mal :cgallet@ensca.fr Jean Luc LACOME DYNALIS Immeuble AEROPOLE - Bat 1 5, Avenue Albert

More information

Lobachevsky State University of Nizhni Novgorod. Polyhedron. Quick Start Guide

Lobachevsky State University of Nizhni Novgorod. Polyhedron. Quick Start Guide Lobachevsky State Unversty of Nzhn Novgorod Polyhedron Quck Start Gude Nzhn Novgorod 2016 Contents Specfcaton of Polyhedron software... 3 Theoretcal background... 4 1. Interface of Polyhedron... 6 1.1.

More information

A Binarization Algorithm specialized on Document Images and Photos

A Binarization Algorithm specialized on Document Images and Photos A Bnarzaton Algorthm specalzed on Document mages and Photos Ergna Kavalleratou Dept. of nformaton and Communcaton Systems Engneerng Unversty of the Aegean kavalleratou@aegean.gr Abstract n ths paper, a

More information

Analysis of 3D Cracks in an Arbitrary Geometry with Weld Residual Stress

Analysis of 3D Cracks in an Arbitrary Geometry with Weld Residual Stress Analyss of 3D Cracks n an Arbtrary Geometry wth Weld Resdual Stress Greg Thorwald, Ph.D. Ted L. Anderson, Ph.D. Structural Relablty Technology, Boulder, CO Abstract Materals contanng flaws lke nclusons

More information

Multiblock method for database generation in finite element programs

Multiblock method for database generation in finite element programs Proc. of the 9th WSEAS Int. Conf. on Mathematcal Methods and Computatonal Technques n Electrcal Engneerng, Arcachon, October 13-15, 2007 53 Multblock method for database generaton n fnte element programs

More information

2x x l. Module 3: Element Properties Lecture 4: Lagrange and Serendipity Elements

2x x l. Module 3: Element Properties Lecture 4: Lagrange and Serendipity Elements Module 3: Element Propertes Lecture : Lagrange and Serendpty Elements 5 In last lecture note, the nterpolaton functons are derved on the bass of assumed polynomal from Pascal s trangle for the fled varable.

More information

Learning the Kernel Parameters in Kernel Minimum Distance Classifier

Learning the Kernel Parameters in Kernel Minimum Distance Classifier Learnng the Kernel Parameters n Kernel Mnmum Dstance Classfer Daoqang Zhang 1,, Songcan Chen and Zh-Hua Zhou 1* 1 Natonal Laboratory for Novel Software Technology Nanjng Unversty, Nanjng 193, Chna Department

More information

An Application of the Dulmage-Mendelsohn Decomposition to Sparse Null Space Bases of Full Row Rank Matrices

An Application of the Dulmage-Mendelsohn Decomposition to Sparse Null Space Bases of Full Row Rank Matrices Internatonal Mathematcal Forum, Vol 7, 2012, no 52, 2549-2554 An Applcaton of the Dulmage-Mendelsohn Decomposton to Sparse Null Space Bases of Full Row Rank Matrces Mostafa Khorramzadeh Department of Mathematcal

More information

The Codesign Challenge

The Codesign Challenge ECE 4530 Codesgn Challenge Fall 2007 Hardware/Software Codesgn The Codesgn Challenge Objectves In the codesgn challenge, your task s to accelerate a gven software reference mplementaton as fast as possble.

More information

Wavefront Reconstructor

Wavefront Reconstructor A Dstrbuted Smplex B-Splne Based Wavefront Reconstructor Coen de Vsser and Mchel Verhaegen 14-12-201212 2012 Delft Unversty of Technology Contents Introducton Wavefront reconstructon usng Smplex B-Splnes

More information

RECENT research on structured mesh flow solver for aerodynamic problems shows that for practical levels of

RECENT research on structured mesh flow solver for aerodynamic problems shows that for practical levels of A Hgh-Order Accurate Unstructured GMRES Algorthm for Invscd Compressble Flows A. ejat * and C. Ollver-Gooch Department of Mechancal Engneerng, The Unversty of Brtsh Columba, 054-650 Appled Scence Lane,

More information

NUMERICAL SOLVING OPTIMAL CONTROL PROBLEMS BY THE METHOD OF VARIATIONS

NUMERICAL SOLVING OPTIMAL CONTROL PROBLEMS BY THE METHOD OF VARIATIONS ARPN Journal of Engneerng and Appled Scences 006-017 Asan Research Publshng Network (ARPN). All rghts reserved. NUMERICAL SOLVING OPTIMAL CONTROL PROBLEMS BY THE METHOD OF VARIATIONS Igor Grgoryev, Svetlana

More information

Enhanced Advancing Front Technique with Extension Cases for Initial Triangular Mesh Generation

Enhanced Advancing Front Technique with Extension Cases for Initial Triangular Mesh Generation , July 6-8, 2011, London, U.K. Enhanced Advancng Front Technque wth Extenson Cases for Intal Trangular Mesh Generaton Z. Abal Abas and S. Salleh Abstract Durng the element creaton procedure of ntal mesh

More information

An Accurate Evaluation of Integrals in Convex and Non convex Polygonal Domain by Twelve Node Quadrilateral Finite Element Method

An Accurate Evaluation of Integrals in Convex and Non convex Polygonal Domain by Twelve Node Quadrilateral Finite Element Method Internatonal Journal of Computatonal and Appled Mathematcs. ISSN 89-4966 Volume, Number (07), pp. 33-4 Research Inda Publcatons http://www.rpublcaton.com An Accurate Evaluaton of Integrals n Convex and

More information

A Fast Visual Tracking Algorithm Based on Circle Pixels Matching

A Fast Visual Tracking Algorithm Based on Circle Pixels Matching A Fast Vsual Trackng Algorthm Based on Crcle Pxels Matchng Zhqang Hou hou_zhq@sohu.com Chongzhao Han czhan@mal.xjtu.edu.cn Ln Zheng Abstract: A fast vsual trackng algorthm based on crcle pxels matchng

More information

For instance, ; the five basic number-sets are increasingly more n A B & B A A = B (1)

For instance, ; the five basic number-sets are increasingly more n A B & B A A = B (1) Secton 1.2 Subsets and the Boolean operatons on sets If every element of the set A s an element of the set B, we say that A s a subset of B, or that A s contaned n B, or that B contans A, and we wrte A

More information

A Fast Content-Based Multimedia Retrieval Technique Using Compressed Data

A Fast Content-Based Multimedia Retrieval Technique Using Compressed Data A Fast Content-Based Multmeda Retreval Technque Usng Compressed Data Borko Furht and Pornvt Saksobhavvat NSF Multmeda Laboratory Florda Atlantc Unversty, Boca Raton, Florda 3343 ABSTRACT In ths paper,

More information

A Five-Point Subdivision Scheme with Two Parameters and a Four-Point Shape-Preserving Scheme

A Five-Point Subdivision Scheme with Two Parameters and a Four-Point Shape-Preserving Scheme Mathematcal and Computatonal Applcatons Artcle A Fve-Pont Subdvson Scheme wth Two Parameters and a Four-Pont Shape-Preservng Scheme Jeqng Tan,2, Bo Wang, * and Jun Sh School of Mathematcs, Hefe Unversty

More information

Analysis of Continuous Beams in General

Analysis of Continuous Beams in General Analyss of Contnuous Beams n General Contnuous beams consdered here are prsmatc, rgdly connected to each beam segment and supported at varous ponts along the beam. onts are selected at ponts of support,

More information

Accounting for the Use of Different Length Scale Factors in x, y and z Directions

Accounting for the Use of Different Length Scale Factors in x, y and z Directions 1 Accountng for the Use of Dfferent Length Scale Factors n x, y and z Drectons Taha Soch (taha.soch@kcl.ac.uk) Imagng Scences & Bomedcal Engneerng, Kng s College London, The Rayne Insttute, St Thomas Hosptal,

More information

Structured Grid Generation Via Constraint on Displacement of Internal Nodes

Structured Grid Generation Via Constraint on Displacement of Internal Nodes Internatonal Journal of Basc & Appled Scences IJBAS-IJENS Vol: 11 No: 4 79 Structured Grd Generaton Va Constrant on Dsplacement of Internal Nodes Al Ashrafzadeh, Razeh Jalalabad Abstract Structured grd

More information

Kinematics of pantograph masts

Kinematics of pantograph masts Abstract Spacecraft Mechansms Group, ISRO Satellte Centre, Arport Road, Bangalore 560 07, Emal:bpn@sac.ernet.n Flght Dynamcs Dvson, ISRO Satellte Centre, Arport Road, Bangalore 560 07 Emal:pandyan@sac.ernet.n

More information

SLAM Summer School 2006 Practical 2: SLAM using Monocular Vision

SLAM Summer School 2006 Practical 2: SLAM using Monocular Vision SLAM Summer School 2006 Practcal 2: SLAM usng Monocular Vson Javer Cvera, Unversty of Zaragoza Andrew J. Davson, Imperal College London J.M.M Montel, Unversty of Zaragoza. josemar@unzar.es, jcvera@unzar.es,

More information

Compiler Design. Spring Register Allocation. Sample Exercises and Solutions. Prof. Pedro C. Diniz

Compiler Design. Spring Register Allocation. Sample Exercises and Solutions. Prof. Pedro C. Diniz Compler Desgn Sprng 2014 Regster Allocaton Sample Exercses and Solutons Prof. Pedro C. Dnz USC / Informaton Scences Insttute 4676 Admralty Way, Sute 1001 Marna del Rey, Calforna 90292 pedro@s.edu Regster

More information

NAG Fortran Library Chapter Introduction. G10 Smoothing in Statistics

NAG Fortran Library Chapter Introduction. G10 Smoothing in Statistics Introducton G10 NAG Fortran Lbrary Chapter Introducton G10 Smoothng n Statstcs Contents 1 Scope of the Chapter... 2 2 Background to the Problems... 2 2.1 Smoothng Methods... 2 2.2 Smoothng Splnes and Regresson

More information

An inverse problem solution for post-processing of PIV data

An inverse problem solution for post-processing of PIV data An nverse problem soluton for post-processng of PIV data Wt Strycznewcz 1,* 1 Appled Aerodynamcs Laboratory, Insttute of Avaton, Warsaw, Poland *correspondng author: wt.strycznewcz@lot.edu.pl Abstract

More information

Tsinghua University at TAC 2009: Summarizing Multi-documents by Information Distance

Tsinghua University at TAC 2009: Summarizing Multi-documents by Information Distance Tsnghua Unversty at TAC 2009: Summarzng Mult-documents by Informaton Dstance Chong Long, Mnle Huang, Xaoyan Zhu State Key Laboratory of Intellgent Technology and Systems, Tsnghua Natonal Laboratory for

More information

Outline. Type of Machine Learning. Examples of Application. Unsupervised Learning

Outline. Type of Machine Learning. Examples of Application. Unsupervised Learning Outlne Artfcal Intellgence and ts applcatons Lecture 8 Unsupervsed Learnng Professor Danel Yeung danyeung@eee.org Dr. Patrck Chan patrckchan@eee.org South Chna Unversty of Technology, Chna Introducton

More information

High-Boost Mesh Filtering for 3-D Shape Enhancement

High-Boost Mesh Filtering for 3-D Shape Enhancement Hgh-Boost Mesh Flterng for 3-D Shape Enhancement Hrokazu Yagou Λ Alexander Belyaev y Damng We z Λ y z ; ; Shape Modelng Laboratory, Unversty of Azu, Azu-Wakamatsu 965-8580 Japan y Computer Graphcs Group,

More information

Solitary and Traveling Wave Solutions to a Model. of Long Range Diffusion Involving Flux with. Stability Analysis

Solitary and Traveling Wave Solutions to a Model. of Long Range Diffusion Involving Flux with. Stability Analysis Internatonal Mathematcal Forum, Vol. 6,, no. 7, 8 Soltary and Travelng Wave Solutons to a Model of Long Range ffuson Involvng Flux wth Stablty Analyss Manar A. Al-Qudah Math epartment, Rabgh Faculty of

More information

Unsupervised Learning

Unsupervised Learning Pattern Recognton Lecture 8 Outlne Introducton Unsupervsed Learnng Parametrc VS Non-Parametrc Approach Mxture of Denstes Maxmum-Lkelhood Estmates Clusterng Prof. Danel Yeung School of Computer Scence and

More information

Optimization Methods: Integer Programming Integer Linear Programming 1. Module 7 Lecture Notes 1. Integer Linear Programming

Optimization Methods: Integer Programming Integer Linear Programming 1. Module 7 Lecture Notes 1. Integer Linear Programming Optzaton Methods: Integer Prograng Integer Lnear Prograng Module Lecture Notes Integer Lnear Prograng Introducton In all the prevous lectures n lnear prograng dscussed so far, the desgn varables consdered

More information

FEATURE EXTRACTION. Dr. K.Vijayarekha. Associate Dean School of Electrical and Electronics Engineering SASTRA University, Thanjavur

FEATURE EXTRACTION. Dr. K.Vijayarekha. Associate Dean School of Electrical and Electronics Engineering SASTRA University, Thanjavur FEATURE EXTRACTION Dr. K.Vjayarekha Assocate Dean School of Electrcal and Electroncs Engneerng SASTRA Unversty, Thanjavur613 41 Jont Intatve of IITs and IISc Funded by MHRD Page 1 of 8 Table of Contents

More information

The Greedy Method. Outline and Reading. Change Money Problem. Greedy Algorithms. Applications of the Greedy Strategy. The Greedy Method Technique

The Greedy Method. Outline and Reading. Change Money Problem. Greedy Algorithms. Applications of the Greedy Strategy. The Greedy Method Technique //00 :0 AM Outlne and Readng The Greedy Method The Greedy Method Technque (secton.) Fractonal Knapsack Problem (secton..) Task Schedulng (secton..) Mnmum Spannng Trees (secton.) Change Money Problem Greedy

More information

Harmonic Coordinates for Character Articulation PIXAR

Harmonic Coordinates for Character Articulation PIXAR Harmonc Coordnates for Character Artculaton PIXAR Pushkar Josh Mark Meyer Tony DeRose Bran Green Tom Sanock We have a complex source mesh nsde of a smpler cage mesh We want vertex deformatons appled to

More information

Type-2 Fuzzy Non-uniform Rational B-spline Model with Type-2 Fuzzy Data

Type-2 Fuzzy Non-uniform Rational B-spline Model with Type-2 Fuzzy Data Malaysan Journal of Mathematcal Scences 11(S) Aprl : 35 46 (2017) Specal Issue: The 2nd Internatonal Conference and Workshop on Mathematcal Analyss (ICWOMA 2016) MALAYSIAN JOURNAL OF MATHEMATICAL SCIENCES

More information

Review of approximation techniques

Review of approximation techniques CHAPTER 2 Revew of appromaton technques 2. Introducton Optmzaton problems n engneerng desgn are characterzed by the followng assocated features: the objectve functon and constrants are mplct functons evaluated

More information

An Optimal Algorithm for Prufer Codes *

An Optimal Algorithm for Prufer Codes * J. Software Engneerng & Applcatons, 2009, 2: 111-115 do:10.4236/jsea.2009.22016 Publshed Onlne July 2009 (www.scrp.org/journal/jsea) An Optmal Algorthm for Prufer Codes * Xaodong Wang 1, 2, Le Wang 3,

More information

Cell Count Method on a Network with SANET

Cell Count Method on a Network with SANET CSIS Dscusson Paper No.59 Cell Count Method on a Network wth SANET Atsuyuk Okabe* and Shno Shode** Center for Spatal Informaton Scence, Unversty of Tokyo 7-3-1, Hongo, Bunkyo-ku, Tokyo 113-8656, Japan

More information

Cluster Analysis of Electrical Behavior

Cluster Analysis of Electrical Behavior Journal of Computer and Communcatons, 205, 3, 88-93 Publshed Onlne May 205 n ScRes. http://www.scrp.org/ournal/cc http://dx.do.org/0.4236/cc.205.350 Cluster Analyss of Electrcal Behavor Ln Lu Ln Lu, School

More information

Content Based Image Retrieval Using 2-D Discrete Wavelet with Texture Feature with Different Classifiers

Content Based Image Retrieval Using 2-D Discrete Wavelet with Texture Feature with Different Classifiers IOSR Journal of Electroncs and Communcaton Engneerng (IOSR-JECE) e-issn: 78-834,p- ISSN: 78-8735.Volume 9, Issue, Ver. IV (Mar - Apr. 04), PP 0-07 Content Based Image Retreval Usng -D Dscrete Wavelet wth

More information

A mathematical programming approach to the analysis, design and scheduling of offshore oilfields

A mathematical programming approach to the analysis, design and scheduling of offshore oilfields 17 th European Symposum on Computer Aded Process Engneerng ESCAPE17 V. Plesu and P.S. Agach (Edtors) 2007 Elsever B.V. All rghts reserved. 1 A mathematcal programmng approach to the analyss, desgn and

More information

GSLM Operations Research II Fall 13/14

GSLM Operations Research II Fall 13/14 GSLM 58 Operatons Research II Fall /4 6. Separable Programmng Consder a general NLP mn f(x) s.t. g j (x) b j j =. m. Defnton 6.. The NLP s a separable program f ts objectve functon and all constrants are

More information

MULTISPECTRAL IMAGES CLASSIFICATION BASED ON KLT AND ATR AUTOMATIC TARGET RECOGNITION

MULTISPECTRAL IMAGES CLASSIFICATION BASED ON KLT AND ATR AUTOMATIC TARGET RECOGNITION MULTISPECTRAL IMAGES CLASSIFICATION BASED ON KLT AND ATR AUTOMATIC TARGET RECOGNITION Paulo Quntlano 1 & Antono Santa-Rosa 1 Federal Polce Department, Brasla, Brazl. E-mals: quntlano.pqs@dpf.gov.br and

More information

Constructing Minimum Connected Dominating Set: Algorithmic approach

Constructing Minimum Connected Dominating Set: Algorithmic approach Constructng Mnmum Connected Domnatng Set: Algorthmc approach G.N. Puroht and Usha Sharma Centre for Mathematcal Scences, Banasthal Unversty, Rajasthan 304022 usha.sharma94@yahoo.com Abstract: Connected

More information

Chapter 6 Programmng the fnte element method Inow turn to the man subject of ths book: The mplementaton of the fnte element algorthm n computer programs. In order to make my dscusson as straghtforward

More information

Outline. Self-Organizing Maps (SOM) US Hebbian Learning, Cntd. The learning rule is Hebbian like:

Outline. Self-Organizing Maps (SOM) US Hebbian Learning, Cntd. The learning rule is Hebbian like: Self-Organzng Maps (SOM) Turgay İBRİKÇİ, PhD. Outlne Introducton Structures of SOM SOM Archtecture Neghborhoods SOM Algorthm Examples Summary 1 2 Unsupervsed Hebban Learnng US Hebban Learnng, Cntd 3 A

More information

Assignment # 2. Farrukh Jabeen Algorithms 510 Assignment #2 Due Date: June 15, 2009.

Assignment # 2. Farrukh Jabeen Algorithms 510 Assignment #2 Due Date: June 15, 2009. Farrukh Jabeen Algorthms 51 Assgnment #2 Due Date: June 15, 29. Assgnment # 2 Chapter 3 Dscrete Fourer Transforms Implement the FFT for the DFT. Descrbed n sectons 3.1 and 3.2. Delverables: 1. Concse descrpton

More information

Simulation of a Ship with Partially Filled Tanks Rolling in Waves by Applying Moving Particle Semi-Implicit Method

Simulation of a Ship with Partially Filled Tanks Rolling in Waves by Applying Moving Particle Semi-Implicit Method Smulaton of a Shp wth Partally Flled Tanks Rollng n Waves by Applyng Movng Partcle Sem-Implct Method Jen-Shang Kouh Department of Engneerng Scence and Ocean Engneerng, Natonal Tawan Unversty, Tape, Tawan,

More information

Problem Definitions and Evaluation Criteria for Computational Expensive Optimization

Problem Definitions and Evaluation Criteria for Computational Expensive Optimization Problem efntons and Evaluaton Crtera for Computatonal Expensve Optmzaton B. Lu 1, Q. Chen and Q. Zhang 3, J. J. Lang 4, P. N. Suganthan, B. Y. Qu 6 1 epartment of Computng, Glyndwr Unversty, UK Faclty

More information

Module Management Tool in Software Development Organizations

Module Management Tool in Software Development Organizations Journal of Computer Scence (5): 8-, 7 ISSN 59-66 7 Scence Publcatons Management Tool n Software Development Organzatons Ahmad A. Al-Rababah and Mohammad A. Al-Rababah Faculty of IT, Al-Ahlyyah Amman Unversty,

More information

Parallel matrix-vector multiplication

Parallel matrix-vector multiplication Appendx A Parallel matrx-vector multplcaton The reduced transton matrx of the three-dmensonal cage model for gel electrophoress, descrbed n secton 3.2, becomes excessvely large for polymer lengths more

More information

Circuit Analysis I (ENGR 2405) Chapter 3 Method of Analysis Nodal(KCL) and Mesh(KVL)

Circuit Analysis I (ENGR 2405) Chapter 3 Method of Analysis Nodal(KCL) and Mesh(KVL) Crcut Analyss I (ENG 405) Chapter Method of Analyss Nodal(KCL) and Mesh(KVL) Nodal Analyss If nstead of focusng on the oltages of the crcut elements, one looks at the oltages at the nodes of the crcut,

More information

AP PHYSICS B 2008 SCORING GUIDELINES

AP PHYSICS B 2008 SCORING GUIDELINES AP PHYSICS B 2008 SCORING GUIDELINES General Notes About 2008 AP Physcs Scorng Gudelnes 1. The solutons contan the most common method of solvng the free-response questons and the allocaton of ponts for

More information

Lecture #15 Lecture Notes

Lecture #15 Lecture Notes Lecture #15 Lecture Notes The ocean water column s very much a 3-D spatal entt and we need to represent that structure n an economcal way to deal wth t n calculatons. We wll dscuss one way to do so, emprcal

More information

A new paradigm of fuzzy control point in space curve

A new paradigm of fuzzy control point in space curve MATEMATIKA, 2016, Volume 32, Number 2, 153 159 c Penerbt UTM Press All rghts reserved A new paradgm of fuzzy control pont n space curve 1 Abd Fatah Wahab, 2 Mohd Sallehuddn Husan and 3 Mohammad Izat Emr

More information

An Iterative Solution Approach to Process Plant Layout using Mixed Integer Optimisation

An Iterative Solution Approach to Process Plant Layout using Mixed Integer Optimisation 17 th European Symposum on Computer Aded Process Engneerng ESCAPE17 V. Plesu and P.S. Agach (Edtors) 2007 Elsever B.V. All rghts reserved. 1 An Iteratve Soluton Approach to Process Plant Layout usng Mxed

More information

Line Clipping by Convex and Nonconvex Polyhedra in E 3

Line Clipping by Convex and Nonconvex Polyhedra in E 3 Lne Clppng by Convex and Nonconvex Polyhedra n E 3 Václav Skala 1 Department of Informatcs and Computer Scence Unversty of West Bohema Unverztní 22, Box 314, 306 14 Plzeò Czech Republc e-mal: skala@kv.zcu.cz

More information

Improvement of Spatial Resolution Using BlockMatching Based Motion Estimation and Frame. Integration

Improvement of Spatial Resolution Using BlockMatching Based Motion Estimation and Frame. Integration Improvement of Spatal Resoluton Usng BlockMatchng Based Moton Estmaton and Frame Integraton Danya Suga and Takayuk Hamamoto Graduate School of Engneerng, Tokyo Unversty of Scence, 6-3-1, Nuku, Katsuska-ku,

More information

Introduction to Geometrical Optics - a 2D ray tracing Excel model for spherical mirrors - Part 2

Introduction to Geometrical Optics - a 2D ray tracing Excel model for spherical mirrors - Part 2 Introducton to Geometrcal Optcs - a D ra tracng Ecel model for sphercal mrrors - Part b George ungu - Ths s a tutoral eplanng the creaton of an eact D ra tracng model for both sphercal concave and sphercal

More information

A New Approach For the Ranking of Fuzzy Sets With Different Heights

A New Approach For the Ranking of Fuzzy Sets With Different Heights New pproach For the ankng of Fuzzy Sets Wth Dfferent Heghts Pushpnder Sngh School of Mathematcs Computer pplcatons Thapar Unversty, Patala-7 00 Inda pushpndersnl@gmalcom STCT ankng of fuzzy sets plays

More information

LECTURE : MANIFOLD LEARNING

LECTURE : MANIFOLD LEARNING LECTURE : MANIFOLD LEARNING Rta Osadchy Some sldes are due to L.Saul, V. C. Raykar, N. Verma Topcs PCA MDS IsoMap LLE EgenMaps Done! Dmensonalty Reducton Data representaton Inputs are real-valued vectors

More information

Classification / Regression Support Vector Machines

Classification / Regression Support Vector Machines Classfcaton / Regresson Support Vector Machnes Jeff Howbert Introducton to Machne Learnng Wnter 04 Topcs SVM classfers for lnearly separable classes SVM classfers for non-lnearly separable classes SVM

More information

Interpolation of the Irregular Curve Network of Ship Hull Form Using Subdivision Surfaces

Interpolation of the Irregular Curve Network of Ship Hull Form Using Subdivision Surfaces 7 Interpolaton of the Irregular Curve Network of Shp Hull Form Usng Subdvson Surfaces Kyu-Yeul Lee, Doo-Yeoun Cho and Tae-Wan Km Seoul Natonal Unversty, kylee@snu.ac.kr,whendus@snu.ac.kr,taewan}@snu.ac.kr

More information

APPLICATION OF MULTIVARIATE LOSS FUNCTION FOR ASSESSMENT OF THE QUALITY OF TECHNOLOGICAL PROCESS MANAGEMENT

APPLICATION OF MULTIVARIATE LOSS FUNCTION FOR ASSESSMENT OF THE QUALITY OF TECHNOLOGICAL PROCESS MANAGEMENT 3. - 5. 5., Brno, Czech Republc, EU APPLICATION OF MULTIVARIATE LOSS FUNCTION FOR ASSESSMENT OF THE QUALITY OF TECHNOLOGICAL PROCESS MANAGEMENT Abstract Josef TOŠENOVSKÝ ) Lenka MONSPORTOVÁ ) Flp TOŠENOVSKÝ

More information

Brave New World Pseudocode Reference

Brave New World Pseudocode Reference Brave New World Pseudocode Reference Pseudocode s a way to descrbe how to accomplsh tasks usng basc steps lke those a computer mght perform. In ths week s lab, you'll see how a form of pseudocode can be

More information

CS 534: Computer Vision Model Fitting

CS 534: Computer Vision Model Fitting CS 534: Computer Vson Model Fttng Sprng 004 Ahmed Elgammal Dept of Computer Scence CS 534 Model Fttng - 1 Outlnes Model fttng s mportant Least-squares fttng Maxmum lkelhood estmaton MAP estmaton Robust

More information

A Robust Method for Estimating the Fundamental Matrix

A Robust Method for Estimating the Fundamental Matrix Proc. VIIth Dgtal Image Computng: Technques and Applcatons, Sun C., Talbot H., Ourseln S. and Adraansen T. (Eds.), 0- Dec. 003, Sydney A Robust Method for Estmatng the Fundamental Matrx C.L. Feng and Y.S.

More information

EECS 730 Introduction to Bioinformatics Sequence Alignment. Luke Huan Electrical Engineering and Computer Science

EECS 730 Introduction to Bioinformatics Sequence Alignment. Luke Huan Electrical Engineering and Computer Science EECS 730 Introducton to Bonformatcs Sequence Algnment Luke Huan Electrcal Engneerng and Computer Scence http://people.eecs.ku.edu/~huan/ HMM Π s a set of states Transton Probabltes a kl Pr( l 1 k Probablty

More information

Course Introduction. Algorithm 8/31/2017. COSC 320 Advanced Data Structures and Algorithms. COSC 320 Advanced Data Structures and Algorithms

Course Introduction. Algorithm 8/31/2017. COSC 320 Advanced Data Structures and Algorithms. COSC 320 Advanced Data Structures and Algorithms Course Introducton Course Topcs Exams, abs, Proects A quc loo at a few algorthms 1 Advanced Data Structures and Algorthms Descrpton: We are gong to dscuss algorthm complexty analyss, algorthm desgn technques

More information

Topology Design using LS-TaSC Version 2 and LS-DYNA

Topology Design using LS-TaSC Version 2 and LS-DYNA Topology Desgn usng LS-TaSC Verson 2 and LS-DYNA Wllem Roux Lvermore Software Technology Corporaton, Lvermore, CA, USA Abstract Ths paper gves an overvew of LS-TaSC verson 2, a topology optmzaton tool

More information

Data Representation in Digital Design, a Single Conversion Equation and a Formal Languages Approach

Data Representation in Digital Design, a Single Conversion Equation and a Formal Languages Approach Data Representaton n Dgtal Desgn, a Sngle Converson Equaton and a Formal Languages Approach Hassan Farhat Unversty of Nebraska at Omaha Abstract- In the study of data representaton n dgtal desgn and computer

More information

Dynamic wetting property investigation of AFM tips in micro/nanoscale

Dynamic wetting property investigation of AFM tips in micro/nanoscale Dynamc wettng property nvestgaton of AFM tps n mcro/nanoscale The wettng propertes of AFM probe tps are of concern n AFM tp related force measurement, fabrcaton, and manpulaton technques, such as dp-pen

More information

Order of Accuracy Study of Unstructured Grid Finite Volume Upwind Schemes

Order of Accuracy Study of Unstructured Grid Finite Volume Upwind Schemes João Luz F. Azevedo et al. João Luz F. Azevedo joaoluz.azevedo@gmal.com Comando-Geral de Tecnologa Aeroespacal Insttuto de Aeronáutca e Espaço IAE 12228-903 São José dos Campos, SP, Brazl Luís F. Fguera

More information

Support Vector Machines

Support Vector Machines /9/207 MIST.6060 Busness Intellgence and Data Mnng What are Support Vector Machnes? Support Vector Machnes Support Vector Machnes (SVMs) are supervsed learnng technques that analyze data and recognze patterns.

More information

PHANTOM VORTICITY IN EULER SOLUTIONS ON HIGHLY STRETCHED GRIDS

PHANTOM VORTICITY IN EULER SOLUTIONS ON HIGHLY STRETCHED GRIDS ICAS 000 CONGRESS PHANTOM VORTICITY IN EULER SOLUTIONS ON HIGHLY STRETCHED GRIDS S. A. Prnce, D. K. Ludlow, N. Qn Cranfeld College of Aeronautcs, Bedfordshre, UK Currently DERA Bedford, UK Keywords: Phantom

More information

Skew Angle Estimation and Correction of Hand Written, Textual and Large areas of Non-Textual Document Images: A Novel Approach

Skew Angle Estimation and Correction of Hand Written, Textual and Large areas of Non-Textual Document Images: A Novel Approach Angle Estmaton and Correcton of Hand Wrtten, Textual and Large areas of Non-Textual Document Images: A Novel Approach D.R.Ramesh Babu Pyush M Kumat Mahesh D Dhannawat PES Insttute of Technology Research

More information

An Approach in Coloring Semi-Regular Tilings on the Hyperbolic Plane

An Approach in Coloring Semi-Regular Tilings on the Hyperbolic Plane An Approach n Colorng Sem-Regular Tlngs on the Hyperbolc Plane Ma Louse Antonette N De Las Peñas, mlp@mathscmathadmueduph Glenn R Lago, glago@yahoocom Math Department, Ateneo de Manla Unversty, Loyola

More information

Design of Structure Optimization with APDL

Design of Structure Optimization with APDL Desgn of Structure Optmzaton wth APDL Yanyun School of Cvl Engneerng and Archtecture, East Chna Jaotong Unversty Nanchang 330013 Chna Abstract In ths paper, the desgn process of structure optmzaton wth

More information

TN348: Openlab Module - Colocalization

TN348: Openlab Module - Colocalization TN348: Openlab Module - Colocalzaton Topc The Colocalzaton module provdes the faclty to vsualze and quantfy colocalzaton between pars of mages. The Colocalzaton wndow contans a prevew of the two mages

More information

ROBOT KINEMATICS. ME Robotics ME Robotics

ROBOT KINEMATICS. ME Robotics ME Robotics ROBOT KINEMATICS Purpose: The purpose of ths chapter s to ntroduce you to robot knematcs, and the concepts related to both open and closed knematcs chans. Forward knematcs s dstngushed from nverse knematcs.

More information

Barycentric Coordinates. From: Mean Value Coordinates for Closed Triangular Meshes by Ju et al.

Barycentric Coordinates. From: Mean Value Coordinates for Closed Triangular Meshes by Ju et al. Barycentrc Coordnates From: Mean Value Coordnates for Closed Trangular Meshes by Ju et al. Motvaton Data nterpolaton from the vertces of a boundary polygon to ts nteror Boundary value problems Shadng Space

More information

Report on On-line Graph Coloring

Report on On-line Graph Coloring 2003 Fall Semester Comp 670K Onlne Algorthm Report on LO Yuet Me (00086365) cndylo@ust.hk Abstract Onlne algorthm deals wth data that has no future nformaton. Lots of examples demonstrate that onlne algorthm

More information

3D Virtual Eyeglass Frames Modeling from Multiple Camera Image Data Based on the GFFD Deformation Method

3D Virtual Eyeglass Frames Modeling from Multiple Camera Image Data Based on the GFFD Deformation Method NICOGRAPH Internatonal 2012, pp. 114-119 3D Vrtual Eyeglass Frames Modelng from Multple Camera Image Data Based on the GFFD Deformaton Method Norak Tamura, Somsangouane Sngthemphone and Katsuhro Ktama

More information

Positive Semi-definite Programming Localization in Wireless Sensor Networks

Positive Semi-definite Programming Localization in Wireless Sensor Networks Postve Sem-defnte Programmng Localzaton n Wreless Sensor etworks Shengdong Xe 1,, Jn Wang, Aqun Hu 1, Yunl Gu, Jang Xu, 1 School of Informaton Scence and Engneerng, Southeast Unversty, 10096, anjng Computer

More information

Polyhedral Compilation Foundations

Polyhedral Compilation Foundations Polyhedral Complaton Foundatons Lous-Noël Pouchet pouchet@cse.oho-state.edu Dept. of Computer Scence and Engneerng, the Oho State Unversty Feb 8, 200 888., Class # Introducton: Polyhedral Complaton Foundatons

More information

Complex Numbers. Now we also saw that if a and b were both positive then ab = a b. For a second let s forget that restriction and do the following.

Complex Numbers. Now we also saw that if a and b were both positive then ab = a b. For a second let s forget that restriction and do the following. Complex Numbers The last topc n ths secton s not really related to most of what we ve done n ths chapter, although t s somewhat related to the radcals secton as we wll see. We also won t need the materal

More information