2.2 Weighting function

Size: px
Start display at page:

Download "2.2 Weighting function"

Transcription

1 Annual Report (23) Kawahara Lab. On Shape Function of Element-Free Galerkin Method for Flow Analysis Daigo NAKAI and Mutsuto KAWAHARA Department of Civil Engineering, Chuo University, Kasuga 3 27, Bunkyo ku, Tokyo, JAPAN, E mail: kawa@civil.chuo u.ac.jp Abstract The mesh-free methods, which does not require time-consuming mesh generations for modeling the computational domain, are expected to become a key technology in the next generation of computation methods. The mesh-free method is easy to employ the CAD data because it needs only nodal data and definition of the domain. The mesh-free method is possible to realize seamless system from modeling to computation, thus it is expected as an useful method. The element-free Galerkin method (EFGM) proposed by Belytschko et al []. is one of the practical mesh-free methods. Purpose of this study is to investigate the basic characteristics of the EFGM. To do this, the diffusion equation is analyzed. Introduction In recent years, the performance of computer is improved and the technology of the numerical analysis is highly progressed. Therefore it is possible to simulate the large-scale numerical simulation. The finite element method (FEM) has been successfully applied to solve a wide variety of engineering problems. On the other hand, it is clear that the mesh generation is a most time-consuming process for the analysis. For this reason, it can be said that the preparation of computational data is preventing the technology of simulation from popularization. Recently, study of the mesh-free method which does not need elementnodal data for input data is studied in various fields of engineering. Among the mesh-free methods proposed, the element-free Galerkin method (EFGM) has been considered as the most realistic and practical scheme[2]. The EFGM does not need the element-nodal data, however, to make a interpolation function, the EFGM needs a lot of calculation time because searching the nodes are necessary at every integration point and as the characteristics of the EFGM, making shape function becomes complicated. Therefore, it prevents the EFGM from popularization. It is very important to reduce the calculation time for the EFGM. In this research, for reducing the calculation time, effective scheme for searching the node is presented. As a numerical example, two-dimensional diffusion equation is analyzed. 2 Element-Free Galerkin Method(EFGM) 2. Moving Least Square Method(MLSM) As for the FEM, state value of arbitrary integration points in the domain is interpolated using the shape function based on the state value at node included in an element. On the other hand, as for the EFGM, state value of arbitrary integration points in the domain is solved by a kind of Least Square Method based on the state value of the list of nodal points which exists in the circle of which the center is the integration points. The radius of circle is called domain of influence. Introducing a weighting function which has an influence according to the distance between integration point and every node in the domain of influence to the Moving Least Square Method(MLSM), the method is said as a kind of least square method. In short, weighting value is changed according to the distance between integration point and 232

2 nodes in the domain of influence, then a smoothly approximate curved line is given. For the reason of this characteristic, an approximated value is changed according to the movement of location, this approximate method is called as the MLSM. The characteristics of the MLSM are described as follows referring to Fig., Approximated Function Approximate curved line does not pass the nodes. Compared with the shape function applied to the FEM, differentiated value of node is continuous at all sections. x(sampling point) Fig.. Image of MLSM Not only in the EFGM but also in the mesh-free method, the MLSM is a representative method, in which the unknown function φ(x) h is approximated as follows, φ h (x) ={p (x)} T {a (x)}, () where p(x) is linear basis, a(x) is coefficients, which depends on the position x. The coefficient a(x) is obtained minimizing the performance function J, and m is the numbers of terms in the basis. J = N N w (x x i ) {φ h i (x) φ i} 2 = w (x x i ) {{P (x)} T {a (x)} φ i } 2, (2) i i where N is the number of nodes in the neighborhood of x, and φ i is the nodal state value of φ at x = x i. The weighting function w(x x i ) is the function of distance between integration point x and node x i. The stationary condition of the performance function J in Eq.(2) with respect to a(x) is written as follows, J =, (3) a(x) which leads to the following linear relation between a(x) and φ, where A(x) and B(x) are defined as follows, A(x) = a(x) =A (x)b(x)φ i, (4) N w(x x i )p(x i )p T (x i ), (5) i [B(x)] = [w(x x )p(x ),w(x x 2 )p(x 2 ),...,w(x x N )p(x N )], (6) {φ N } T = {φ,φ 2,...,φ N }, (7) in which A(x) and B(x) are m m, m N matrix as follows, [A mm ] = [D mn ][W NN ][D mn ] T, (8) [B mn ] = [D mn ][W NN ], (9) [D mn ] = [{p(x ) m }, {p(x 2 ) m },...,{p(x N ) m }], () [W NN ] = diag[w(r ),w(r 2 ),...,w(r N )]. () Then the interpolation function φ h (x) is transformed into the following form, φ h (x) ={p(x)} T [A(x)] [B(x)]{φ}. (2) where [A(x)], [B(x)] are functions of space coordinates x, where [A mm ] is symmetric matrix. The partial derivatives of φ h (x) can be obtained as follows, φ h (x) x =( {p(x)}t x [A mm ] [B mn ]{p(x)} T [A mm] x [B mn ]{p(x)} T [A mm ] [B mn] ){φ N }. (3) x 233

3 2.2 Weighting function It is very important to select a weighting function w(x x i )=w(r i )in the MLSM. The choice of the weighting function affects on the resulting interpolation function φ h (x). There is a large range for selecting the weighting function. The basic characteristics are as follows, Number of weighting function is positive. Weighting function is defined as the function of distance between the two points. The Quartic Spline Function as shown in Fig.2 is applied in this study for the weighting function w(r i ) w(r i )=. 6.( r i ) 2 8.( r i ) 3 3.( r i ) 4, (4) d m d m d m where this weighting function is satisfied the following conditions, w(r) Quartic Spline Function r/dm Fig.2. Weighting Function w(d m )=, (5) w (d m )=, (6) w (d m )=, (7) w () =, (8) w() =. (9) in which r i, d m is the distance between integration point x i and node x, radius of the domain of influence supported by the weighting function. By reason of these conditions, in case that integration point is moved to the next integration point, the new node is not employed to the interpolation of the next integration point. Then, C continuity is satisfied by these conditions of the weighting function. The weighting function is effective at the integration point x only. If the integration point is changed, the other domain of influence should be taken. The new function is defined by re-evaluation of the weighting function. Continuing this process in every integration point x, a(x) becomes a function of x. Thus, even if linear basis is employed, a smoothly approximated function is obtained. The relation of distance and weighting value is expressed in Fig.3. r Weight Function w(r) r evaluation point candidate node Fig.3. Domain of Influence 2.3 Numerical integration As for FEM, integration of domain is carried out over every element. Contrary to this, in case of EFGM, technique is required, because the EFGM has no element. As for EFGM, the domain is divided into latticed domain called background cell as shown in Fig.4. This integration point in the cell becomes a unit of integration. Usually, the Gauss integration is applied to integration in all cells. The number of integration points is 4 at inner cell, and 6 at boundary cell in this paper. node integration point Fig.4. Background Cell 234

4 3 Comparison of Shape Function To clarify the basic characteristics of the MLSM interpolation, the sinusoidal curve is interpolated by the EFGM and the FEM. The total number of node is 2. One cycle of sinusoidal curve is interpolated. The differentiated value of sinusoidal curve becomes cosine curve, which is illustrated in Figs.5 and 6. sin(efgm) cos(efgm) sin(fem) cos(fem) Fig.5. EFGM Fig.6. FEM From these figures, it is clear that even if linear basis is employed, the differentiated value of the interpolation function of EFGM becomes continuous. Contrary to EFGM, FEM results become a constant derivatives. This is one of the important characteristics of the MLSM. sin(efgm) cos(efgm) sin(regular) sin(irregular) Fig.7. EFGM (C continuity) Fig.8. EFGM(irregular node) Domain of influence is defined at every evaluation point. Fig.7 shows the result that the size of domain of influence is changed in large amount of distance at the one evaluation point. As for EFGM, it is important how to select the domain of influence. As for MLSM, C continuity is not satisfied automatically. In case of the size of domain of influence is changed in relatively long distance next to the evaluation point, the weighting value is changed at that node. Then C continuity is not satisfied. From Fig.7, it is clear that the C continuity is not satisfied. The condition of satisfying C continuity is that the size of domain of influence should not change in long distance cos(efgm) cos(fem) It is also important in EFGM, the data of nodal space coordinates is changed into the data of the distance. Therefore, it is very important to select the well-balanced node for MLSM. Fig.8 shows the result that the nodal distribution is irregular. Comparing with the regular nodal distribution, there are some errors in computation. Fig.9 shows the comparison of the differentiated value(cosine curve) between EFGM and FEM. Fig.9. Comparison of cosine curve 235

5 4 Effective Scheme for Searching Nodes As for EFGM, because the interpolation function is approximated by MLSM, it takes a lot of calculation time to search neighborhood of nodes at every integration point. Generally, for making the shape function, the distance between integration point and all nodes should be computed. The distance are sorted in the ascent. Then, optimum nodes can be found to be closest distance. The domain of influence dm can be computed. In case of the present scheme, the node number which is contained in the cell is investigated. Therefore, only to create the distance between integration point and some nodes which exist in the neighboring of cells (Fig.) can be sorted. If there are no optimal nodes in the neighboring cells, continue to adding the next neighboring cells(fig.). By reason to apply this scheme, it is able to reduce the calculation time as the number of integration points is increasing. Domain of influence :integration point :candidate node :not reffered node :integration point :candidate node :not reffered node Fig. < Image of Present Scheme > Fig. 5 Penalty Function Method As for EFGM, the state value of the approximated function at every node does not correspond to the practical state value of every node, which means the approximated function does not pass the node as shown in Fig., because of the least square approximation. Then, in this paper, the Penalty Function Method (PFM) is employed to satisfy the Dirichlet boundary condition. Using PFM, derivatives of an approximated solution at any point can directly coincide with nodal state values. PFM is solved by the one dimensional FEM. 6 Sparse Method Using PFM, the large scale matrix is resulted, so that the iterative method such as Conjugate Gradient Method is unsuitable for solving the PFM formulation. Therefore, it is important to select a direct method which is able to perform the rapid computation. In this paper, the sparse method and improved Cholesky decomposition scheme are employed to solve the EFGM equation. As for the sparse method, only non-zero factor can be memorized. Therefore, the calculation time can be drastically reduced. 236

6 7 Numerical Study 7. Diffusion equation As the numerical study, two-dimensional diffusion equation using EFGM is analyzed. The following diffusion equation is introduced, φ κ( 2 φ x 2 2 φ )=, y2... (in V ) (2) φ = φ,... (on Γ ) (2) where φ is contaminant density, κ is diffusion coefficient, respectively over-bar in Eq.(2) denotes the given function on Γ. For the discretization in time, the Crank Nicolson scheme, which is capable of taking the large time increment and superior in stability, is employed and expressed as follows. φ n φ n κ( 2 φ n 2 t x 2 2 φ n 2 y 2 )=,... (in V ) (22) where φ n 2 = 2 (φn φ n ). (23) Applying the PFM, weighting residual equation written as follows, (φ φ n )dv V 2 tκ φ ( 2 φ n V x 2 2 φ n y 2 )dv 2 α (φ φ n )dγ = γ (φ φ n )dv V 2 tκ φ ( 2 φ n V x 2 2 φ n y 2 )dv 2 α (φ φ n )dγ α (φ φ)dγ, (24) γ γ α is a penalty number to ease the basic boundary condition. α is very large number. 7.2 Numerical example Fig.2 shows the initial state of function φ. Fig.3 represents the nodal distribution. The total number of node is 68. The distribution is referred to as NODE.. As for the domain of influence, fixed value is obtained for all integration points. Time increment t is.. Diffusion coefficient is.. In the following analysis, point- expresses the node of which is the center of the corn. initial state Fig.2. Initial State Fig.3. NODE. 237

7 7.3 Numerical result Fig.4 shows the result of NODE.. The cross axis shows the elapsed time. The vertical axis is the concentration φ at point-. In this case, the nodal distribution is regular. The nodal distribution has a significant influence on the result. From Fig.4, the result by EFGM brings well in agreement with by FEM. The regular nodal distribution such as NODE. is suitable for EFGM analysis. state value FEM EFGM time Fig.4. point-(node.) 7.4 Numerical example 2 Because EFGM can perform the analysis without element data, it is easy to make the input data of EFGM. Figs.6 and 7 show the computational domain and the nodal distribution. The special technique needs not to make the mesh, simple procedure can be used for mesh generation. Fig.6. Computational Domain Fig.7. NODE.2 Fig.8. NODE.3 By the characteristics of MLSM interpolation, EFGM analysis needs the node adjusting. The nodal distribution must keep well-balance at every domain of influence. As for NODE.2, the nodal distribution is irregular at the center of the computational domain. The distance of nodes becomes short, MLSM can not make the fine shape function, because MLSM changes the data of nodal space coordinates into the data of distance. Fig.8(NODE.3) represents the nodal distribution. This figure illustrates the distribution after adjusting of the NODE Numerical result 2 After the node adjusting, the NODE.3 keeps the well-balance at every domain of influence. Figs.9 and 2 represent the result of the final contour of NODE.2 and NODE.3. Fig.9. contour(node.2) Fig.2. contour(node.3) 238

8 From Figs.9 and 2, it is clear that adjusting the nodal distribution, the EFGM can analyze the every computational domain, and the adjustment of the nodal distribution is not hand-working task. Figs.2 and 22 show the result of the point- based on NODE.3. Even if diffusion coefficient is changed into large number, it keeps good stability. FEM EFGM.9 K=. K=.3 K= Fig.2. point-(node.3) Fig.22. point-(node.3) 8 Conclusions In this paper, the analysis of diffusion equation using EFGM is presented. The balance of the nodal distribution is investigated. From the numerical results, nodal balance inside the domain of influence has a significant influence on the computational results. To obtain the fine results, the well-balanced nodal distribution is necessary for EFGM analysis. If the well-balanced nodal distribution is prepared, then EFGM can analyze various fields of numerical analysis. Considering the time-consuming mesh generation in FEM analysis, the more research of EFGM is expected. In the future, although the technology of computer will progress, the problem of mesh generation is not expected to reduce by large amount. As for FEM, the incompatible mesh for the input data is not applicable. To adjust the incompatible mesh in FEM, it is hand-working task. This work takes a lot of time in computation. Even if the computer will progress, the time of hand-working task is not expected to large reduction[3],[4]. In the point of total computational time, EFGM is expected as the effective method. Especially, EFGM is hopeful for those problems depending on the mesh, requiring re-mesh and making use of the characteristics of continuity of derivatives such as C continuity. References [] T.Belytschko, Y.Y.Lu and L.Gu : Element-free galerkin method, International Journal for Numerical Method in Engineering, Vol.37,pp ,(994). [2] H. OKUDA, T. NAGASHIMA and G. YAGAWA : Basic study on Element-Free Galerkin Method(st report, application to ordinary differential equation) and (2st report, application to two-dimensional potential problems), JSME International Journal, Vol.A, No95-395,(995). [3] H. Sakurai and M. KAWAHARA (22a): The element-free Galerkin method for three-dimensional groundwater flow analysis. WCCM V, 5th World Cong. Comp. Mech., Vienna(publ. on congress website) [4] H. Sakurai and M. KAWAHARA (22b): Three-dimensional groundwater flow analysis system using the element-free Galerkin method. Proc. 6th. Japan-US Intern. Symp. Flow Sim. Modeling, Fukuoka, pp

Computational Fluid Dynamics - Incompressible Flows

Computational Fluid Dynamics - Incompressible Flows Computational Fluid Dynamics - Incompressible Flows March 25, 2008 Incompressible Flows Basis Functions Discrete Equations CFD - Incompressible Flows CFD is a Huge field Numerical Techniques for solving

More information

Fatigue Crack Growth Simulation using S-version FEM

Fatigue Crack Growth Simulation using S-version FEM Copyright c 2008 ICCES ICCES, vol.8, no.2, pp.67-72 Fatigue Crack Growth Simulation using S-version FEM M. Kikuchi 1,Y.Wada 2, A. Utsunomiya 3 and Y. Li 4 Summary Fatigue crack growth under mixed mode

More information

Contents. I The Basic Framework for Stationary Problems 1

Contents. I The Basic Framework for Stationary Problems 1 page v Preface xiii I The Basic Framework for Stationary Problems 1 1 Some model PDEs 3 1.1 Laplace s equation; elliptic BVPs... 3 1.1.1 Physical experiments modeled by Laplace s equation... 5 1.2 Other

More information

Chapter 6. Petrov-Galerkin Formulations for Advection Diffusion Equation

Chapter 6. Petrov-Galerkin Formulations for Advection Diffusion Equation Chapter 6 Petrov-Galerkin Formulations for Advection Diffusion Equation In this chapter we ll demonstrate the difficulties that arise when GFEM is used for advection (convection) dominated problems. Several

More information

MESHLESS SOLUTION OF INCOMPRESSIBLE FLOW OVER BACKWARD-FACING STEP

MESHLESS SOLUTION OF INCOMPRESSIBLE FLOW OVER BACKWARD-FACING STEP Vol. 12, Issue 1/2016, 63-68 DOI: 10.1515/cee-2016-0009 MESHLESS SOLUTION OF INCOMPRESSIBLE FLOW OVER BACKWARD-FACING STEP Juraj MUŽÍK 1,* 1 Department of Geotechnics, Faculty of Civil Engineering, University

More information

1.2 Numerical Solutions of Flow Problems

1.2 Numerical Solutions of Flow Problems 1.2 Numerical Solutions of Flow Problems DIFFERENTIAL EQUATIONS OF MOTION FOR A SIMPLIFIED FLOW PROBLEM Continuity equation for incompressible flow: 0 Momentum (Navier-Stokes) equations for a Newtonian

More information

Meshless physical simulation of semiconductor devices using a wavelet-based nodes generator

Meshless physical simulation of semiconductor devices using a wavelet-based nodes generator Meshless physical simulation of semiconductor devices using a wavelet-based nodes generator Rashid Mirzavand 1, Abdolali Abdipour 1a), Gholamreza Moradi 1, and Masoud Movahhedi 2 1 Microwave/mm-wave &

More information

INTERIOR POINT METHOD BASED CONTACT ALGORITHM FOR STRUCTURAL ANALYSIS OF ELECTRONIC DEVICE MODELS

INTERIOR POINT METHOD BASED CONTACT ALGORITHM FOR STRUCTURAL ANALYSIS OF ELECTRONIC DEVICE MODELS 11th World Congress on Computational Mechanics (WCCM XI) 5th European Conference on Computational Mechanics (ECCM V) 6th European Conference on Computational Fluid Dynamics (ECFD VI) E. Oñate, J. Oliver

More information

Corrected/Updated References

Corrected/Updated References K. Kashiyama, H. Ito, M. Behr and T. Tezduyar, "Massively Parallel Finite Element Strategies for Large-Scale Computation of Shallow Water Flows and Contaminant Transport", Extended Abstracts of the Second

More information

AMS527: Numerical Analysis II

AMS527: Numerical Analysis II AMS527: Numerical Analysis II A Brief Overview of Finite Element Methods Xiangmin Jiao SUNY Stony Brook Xiangmin Jiao SUNY Stony Brook AMS527: Numerical Analysis II 1 / 25 Overview Basic concepts Mathematical

More information

Adaptivity For Meshfree Point Collocation Methods In Linear Elastic Solid Mechanics

Adaptivity For Meshfree Point Collocation Methods In Linear Elastic Solid Mechanics University of South Carolina Scholar Commons Theses and Dissertations 2015 Adaptivity For Meshfree Point Collocation Methods In Linear Elastic Solid Mechanics Joshua Wayne Derrick University of South Carolina

More information

Application of Finite Volume Method for Structural Analysis

Application of Finite Volume Method for Structural Analysis Application of Finite Volume Method for Structural Analysis Saeed-Reza Sabbagh-Yazdi and Milad Bayatlou Associate Professor, Civil Engineering Department of KNToosi University of Technology, PostGraduate

More information

lecture 8 Groundwater Modelling -1

lecture 8 Groundwater Modelling -1 The Islamic University of Gaza Faculty of Engineering Civil Engineering Department Water Resources Msc. Groundwater Hydrology- ENGC 6301 lecture 8 Groundwater Modelling -1 Instructor: Dr. Yunes Mogheir

More information

3D Nearest-Nodes Finite Element Method for Solid Continuum Analysis

3D Nearest-Nodes Finite Element Method for Solid Continuum Analysis Adv. Theor. Appl. Mech., Vol. 1, 2008, no. 3, 131-139 3D Nearest-Nodes Finite Element Method for Solid Continuum Analysis Yunhua Luo Department of Mechanical & Manufacturing Engineering, University of

More information

Solution of 2D Euler Equations and Application to Airfoil Design

Solution of 2D Euler Equations and Application to Airfoil Design WDS'6 Proceedings of Contributed Papers, Part I, 47 52, 26. ISBN 8-86732-84-3 MATFYZPRESS Solution of 2D Euler Equations and Application to Airfoil Design J. Šimák Charles University, Faculty of Mathematics

More information

Solving a Two Dimensional Unsteady-State. Flow Problem by Meshless Method

Solving a Two Dimensional Unsteady-State. Flow Problem by Meshless Method Applied Mathematical Sciences, Vol. 7, 203, no. 49, 242-2428 HIKARI Ltd, www.m-hikari.com Solving a Two Dimensional Unsteady-State Flow Problem by Meshless Method A. Koomsubsiri * and D. Sukawat Department

More information

f xx + f yy = F (x, y)

f xx + f yy = F (x, y) Application of the 2D finite element method to Laplace (Poisson) equation; f xx + f yy = F (x, y) M. R. Hadizadeh Computer Club, Department of Physics and Astronomy, Ohio University 4 Nov. 2013 Domain

More information

Fathi El-Yafi Project and Software Development Manager Engineering Simulation

Fathi El-Yafi Project and Software Development Manager Engineering Simulation An Introduction to Mesh Generation Algorithms Part 2 Fathi El-Yafi Project and Software Development Manager Engineering Simulation 21-25 April 2008 1 Overview Adaptive Meshing: Remeshing Decimation Optimization

More information

Finite element algorithm with adaptive quadtree-octree mesh refinement

Finite element algorithm with adaptive quadtree-octree mesh refinement ANZIAM J. 46 (E) ppc15 C28, 2005 C15 Finite element algorithm with adaptive quadtree-octree mesh refinement G. P. Nikishkov (Received 18 October 2004; revised 24 January 2005) Abstract Certain difficulties

More information

Possibility of Implicit LES for Two-Dimensional Incompressible Lid-Driven Cavity Flow Based on COMSOL Multiphysics

Possibility of Implicit LES for Two-Dimensional Incompressible Lid-Driven Cavity Flow Based on COMSOL Multiphysics Possibility of Implicit LES for Two-Dimensional Incompressible Lid-Driven Cavity Flow Based on COMSOL Multiphysics Masanori Hashiguchi 1 1 Keisoku Engineering System Co., Ltd. 1-9-5 Uchikanda, Chiyoda-ku,

More information

C. A. D. Fraga Filho 1,2, D. F. Pezzin 1 & J. T. A. Chacaltana 1. Abstract

C. A. D. Fraga Filho 1,2, D. F. Pezzin 1 & J. T. A. Chacaltana 1. Abstract Advanced Computational Methods and Experiments in Heat Transfer XIII 15 A numerical study of heat diffusion using the Lagrangian particle SPH method and the Eulerian Finite-Volume method: analysis of convergence,

More information

A numerical grid and grid less (Mesh less) techniques for the solution of 2D Laplace equation

A numerical grid and grid less (Mesh less) techniques for the solution of 2D Laplace equation Available online at www.pelagiaresearchlibrary.com Advances in Applied Science Research, 2014, 5(1):150-155 ISSN: 0976-8610 CODEN (USA): AASRFC A numerical grid and grid less (Mesh less) techniques for

More information

Effectiveness of Element Free Galerkin Method over FEM

Effectiveness of Element Free Galerkin Method over FEM Effectiveness of Element Free Galerkin Method over FEM Remya C R 1, Suji P 2 1 M Tech Student, Dept. of Civil Engineering, Sri Vellappaly Natesan College of Engineering, Pallickal P O, Mavelikara, Kerala,

More information

A higher-order finite volume method with collocated grid arrangement for incompressible flows

A higher-order finite volume method with collocated grid arrangement for incompressible flows Computational Methods and Experimental Measurements XVII 109 A higher-order finite volume method with collocated grid arrangement for incompressible flows L. Ramirez 1, X. Nogueira 1, S. Khelladi 2, J.

More information

cuibm A GPU Accelerated Immersed Boundary Method

cuibm A GPU Accelerated Immersed Boundary Method cuibm A GPU Accelerated Immersed Boundary Method S. K. Layton, A. Krishnan and L. A. Barba Corresponding author: labarba@bu.edu Department of Mechanical Engineering, Boston University, Boston, MA, 225,

More information

Level-set and ALE Based Topology Optimization Using Nonlinear Programming

Level-set and ALE Based Topology Optimization Using Nonlinear Programming 10 th World Congress on Structural and Multidisciplinary Optimization May 19-24, 2013, Orlando, Florida, USA Level-set and ALE Based Topology Optimization Using Nonlinear Programming Shintaro Yamasaki

More information

ALE Seamless Immersed Boundary Method with Overset Grid System for Multiple Moving Objects

ALE Seamless Immersed Boundary Method with Overset Grid System for Multiple Moving Objects Tenth International Conference on Computational Fluid Dynamics (ICCFD10), Barcelona,Spain, July 9-13, 2018 ICCFD10-047 ALE Seamless Immersed Boundary Method with Overset Grid System for Multiple Moving

More information

CME 345: MODEL REDUCTION

CME 345: MODEL REDUCTION CME 345: MODEL REDUCTION Parameterized Partial Differential Equations Charbel Farhat Stanford University cfarhat@stanford.edu 1 / 19 Outline 1 Initial Boundary Value Problems 2 Typical Parameters of Interest

More information

AN A PRIORI MODEL REDUCTION FOR ISOGEOMETRIC BOUNDARY ELEMENT METHOD

AN A PRIORI MODEL REDUCTION FOR ISOGEOMETRIC BOUNDARY ELEMENT METHOD ECCOMAS Congress 2016 VII European Congress on Computational Methods in Applied Sciences and Engineering M. Papadrakakis, V. Papadopoulos, G. Stefanou, V. Plevris (eds.) Crete Island, Greece, 5 10 June

More information

EFFICIENT SOLVER FOR LINEAR ALGEBRAIC EQUATIONS ON PARALLEL ARCHITECTURE USING MPI

EFFICIENT SOLVER FOR LINEAR ALGEBRAIC EQUATIONS ON PARALLEL ARCHITECTURE USING MPI EFFICIENT SOLVER FOR LINEAR ALGEBRAIC EQUATIONS ON PARALLEL ARCHITECTURE USING MPI 1 Akshay N. Panajwar, 2 Prof.M.A.Shah Department of Computer Science and Engineering, Walchand College of Engineering,

More information

MODELING MIXED BOUNDARY PROBLEMS WITH THE COMPLEX VARIABLE BOUNDARY ELEMENT METHOD (CVBEM) USING MATLAB AND MATHEMATICA

MODELING MIXED BOUNDARY PROBLEMS WITH THE COMPLEX VARIABLE BOUNDARY ELEMENT METHOD (CVBEM) USING MATLAB AND MATHEMATICA A. N. Johnson et al., Int. J. Comp. Meth. and Exp. Meas., Vol. 3, No. 3 (2015) 269 278 MODELING MIXED BOUNDARY PROBLEMS WITH THE COMPLEX VARIABLE BOUNDARY ELEMENT METHOD (CVBEM) USING MATLAB AND MATHEMATICA

More information

PATCH TEST OF HEXAHEDRAL ELEMENT

PATCH TEST OF HEXAHEDRAL ELEMENT Annual Report of ADVENTURE Project ADV-99- (999) PATCH TEST OF HEXAHEDRAL ELEMENT Yoshikazu ISHIHARA * and Hirohisa NOGUCHI * * Mitsubishi Research Institute, Inc. e-mail: y-ishi@mri.co.jp * Department

More information

A Multiple Constraint Approach for Finite Element Analysis of Moment Frames with Radius-cut RBS Connections

A Multiple Constraint Approach for Finite Element Analysis of Moment Frames with Radius-cut RBS Connections A Multiple Constraint Approach for Finite Element Analysis of Moment Frames with Radius-cut RBS Connections Dawit Hailu +, Adil Zekaria ++, Samuel Kinde +++ ABSTRACT After the 1994 Northridge earthquake

More information

(x, y, z) m 2. (x, y, z) ...] T. m 2. m = [m 1. m 3. Φ = r T V 1 r + λ 1. m T Wm. m T L T Lm + λ 2. m T Hm + λ 3. t(x, y, z) = m 1

(x, y, z) m 2. (x, y, z) ...] T. m 2. m = [m 1. m 3. Φ = r T V 1 r + λ 1. m T Wm. m T L T Lm + λ 2. m T Hm + λ 3. t(x, y, z) = m 1 Class 1: Joint Geophysical Inversions Wed, December 1, 29 Invert multiple types of data residuals simultaneously Apply soft mutual constraints: empirical, physical, statistical Deal with data in the same

More information

Accurate and Dense Wide-Baseline Stereo Matching Using SW-POC

Accurate and Dense Wide-Baseline Stereo Matching Using SW-POC Accurate and Dense Wide-Baseline Stereo Matching Using SW-POC Shuji Sakai, Koichi Ito, Takafumi Aoki Graduate School of Information Sciences, Tohoku University, Sendai, 980 8579, Japan Email: sakai@aoki.ecei.tohoku.ac.jp

More information

Travel Time Tomography using Neural Networks

Travel Time Tomography using Neural Networks Travel Time Tomography using Neural Networks Yoshiya Oda Tokyo Metropolitan University, Japan Tomohisa Ishiyama Tokyo Metropolitan University, Japan Shinya Yokono Tokyo Metropolitan University, Japan SUMMARY:

More information

CARTESIAN OVOIDS. A. Cartesian Ovoids in the case n o < n i

CARTESIAN OVOIDS. A. Cartesian Ovoids in the case n o < n i CARTESIAN OVOIDS The Cartesian ovoids are plane curves that have been first described by Rene Descartes (in 1637 AD) and represent the geometric locus of points that have the same linear combination of

More information

Topology optimization in B-spline space

Topology optimization in B-spline space Topology optimization in B-spline space Xiaoping Qian Mechanical, Materials, and Aerospace Engineering Department Illinois Institute of Technology Chicago, IL 60062, USA Email: qian@iit.edu Highlights

More information

An Optimization Method Based On B-spline Shape Functions & the Knot Insertion Algorithm

An Optimization Method Based On B-spline Shape Functions & the Knot Insertion Algorithm An Optimization Method Based On B-spline Shape Functions & the Knot Insertion Algorithm P.A. Sherar, C.P. Thompson, B. Xu, B. Zhong Abstract A new method is presented to deal with shape optimization problems.

More information

Simulation in Computer Graphics. Particles. Matthias Teschner. Computer Science Department University of Freiburg

Simulation in Computer Graphics. Particles. Matthias Teschner. Computer Science Department University of Freiburg Simulation in Computer Graphics Particles Matthias Teschner Computer Science Department University of Freiburg Outline introduction particle motion finite differences system of first order ODEs second

More information

Development of a particle difference scheme for dynamic crack propagation problem

Development of a particle difference scheme for dynamic crack propagation problem Development of a particle difference scheme for dynamic crack propagation problem *Young-Choel Yoon 1) and Kyeong-Hwan Kim ) 1) Dept. of Civil Engineering, Myongji College, Seoul 10-776, Korea ) Dept.

More information

The DRM-MD integral equation method for the numerical solution of convection-diffusion

The DRM-MD integral equation method for the numerical solution of convection-diffusion The DRM-MD integral equation method for the numerical solution of convection-diffusion equation V. Popov & H. Power Wessex Institute of Technology, Ashurst Lodge, Ashurst, Abstract This work presents a

More information

June 5, Institute of Structural Analysis Graz University of Technology Lessingstr. 25/II, 8010 Graz, Austria

June 5, Institute of Structural Analysis Graz University of Technology Lessingstr. 25/II, 8010 Graz, Austria Higher-order meshing of implicit geometries part I: Integration and interpolation in cut elements arxiv:706.00578v [cs.na] 2 Jun 207 T.P. Fries, S. Omerović, D. Schöllhammer, J. Steidl June 5, 207 Institute

More information

Lecture 15: More Iterative Ideas

Lecture 15: More Iterative Ideas Lecture 15: More Iterative Ideas David Bindel 15 Mar 2010 Logistics HW 2 due! Some notes on HW 2. Where we are / where we re going More iterative ideas. Intro to HW 3. More HW 2 notes See solution code!

More information

Foundations of Analytical and Numerical Field Computation

Foundations of Analytical and Numerical Field Computation Foundations of Analytical and Numerical Field Computation Stephan Russenschuck, CERN-AT-MEL Stephan Russenschuck CERN, TE-MCS, 1211 Geneva, Switzerland 1 Permanent Magnet Circuits 2 Rogowski profiles Pole

More information

Parameterization of triangular meshes

Parameterization of triangular meshes Parameterization of triangular meshes Michael S. Floater November 10, 2009 Triangular meshes are often used to represent surfaces, at least initially, one reason being that meshes are relatively easy to

More information

CHAPTER 9 INPAINTING USING SPARSE REPRESENTATION AND INVERSE DCT

CHAPTER 9 INPAINTING USING SPARSE REPRESENTATION AND INVERSE DCT CHAPTER 9 INPAINTING USING SPARSE REPRESENTATION AND INVERSE DCT 9.1 Introduction In the previous chapters the inpainting was considered as an iterative algorithm. PDE based method uses iterations to converge

More information

Puffin User Manual. March 1, Johan Hoffman and Anders Logg.

Puffin User Manual. March 1, Johan Hoffman and Anders Logg. Puffin User Manual March 1, 2006 Johan Hoffman and Anders Logg www.fenics.org Visit http://www.fenics.org/ for the latest version of this manual. Send comments and suggestions to puffin-dev@fenics.org.

More information

A STUDY ON THE INFLUENCE OF BOUNDARY CONDITIONS ON THREE DIMENSIONAL DYNAMIC RESPONSES OF EMBANKMENTS

A STUDY ON THE INFLUENCE OF BOUNDARY CONDITIONS ON THREE DIMENSIONAL DYNAMIC RESPONSES OF EMBANKMENTS October 12-17, 28, Beijing, China A STUDY ON THE INFLUENCE OF BOUNDARY CONDITIONS ON THREE DIMENSIONAL DYNAMIC RESPONSES OF EMBANKMENTS S. Kano 1 a, Y. Yokoi 2, Y. Sasaki 3 and Y. Hata 4 1 Assistant Professor,

More information

Partial Differential Equations

Partial Differential Equations Simulation in Computer Graphics Partial Differential Equations Matthias Teschner Computer Science Department University of Freiburg Motivation various dynamic effects and physical processes are described

More information

Finite Element Method. Chapter 7. Practical considerations in FEM modeling

Finite Element Method. Chapter 7. Practical considerations in FEM modeling Finite Element Method Chapter 7 Practical considerations in FEM modeling Finite Element Modeling General Consideration The following are some of the difficult tasks (or decisions) that face the engineer

More information

PROPERTIES OF NATURAL ELEMENT COORDINATES ON ANY POLYHEDRON

PROPERTIES OF NATURAL ELEMENT COORDINATES ON ANY POLYHEDRON PROPRTIS OF NATURAL LMNT COORDINATS ON ANY POLYHDRON P. Milbradt and T. Fröbel Institute of Computer Science in Civil ngineering, Univercity of Hanover, 3067, Hanover, Germany; PH (+49) 5-76-5757; FAX

More information

Modeling Large Sliding Frictional Contact Along Non-Smooth Discontinuities in X-FEM

Modeling Large Sliding Frictional Contact Along Non-Smooth Discontinuities in X-FEM Modeling Large Sliding Frictional Contact Along Non-Smooth Discontinuities in X-FEM Seyed Mohammad Jafar TaheriMousavi and Seyedeh Mohadeseh Taheri Mousavi Abstract Modeling large frictional contact is

More information

Commutative filters for LES on unstructured meshes

Commutative filters for LES on unstructured meshes Center for Turbulence Research Annual Research Briefs 1999 389 Commutative filters for LES on unstructured meshes By Alison L. Marsden AND Oleg V. Vasilyev 1 Motivation and objectives Application of large

More information

Effective adaptation of hexahedral mesh using local refinement and error estimation

Effective adaptation of hexahedral mesh using local refinement and error estimation Key Engineering Materials Vols. 243-244 (2003) pp. 27-32 online at http://www.scientific.net (2003) Trans Tech Publications, Switzerland Online Citation available & since 2003/07/15 Copyright (to be inserted

More information

COMPUTER AIDED ENGINEERING. Part-1

COMPUTER AIDED ENGINEERING. Part-1 COMPUTER AIDED ENGINEERING Course no. 7962 Finite Element Modelling and Simulation Finite Element Modelling and Simulation Part-1 Modeling & Simulation System A system exists and operates in time and space.

More information

A meshfree weak-strong form method

A meshfree weak-strong form method A meshfree weak-strong form method G. R. & Y. T. GU' 'centre for Advanced Computations in Engineering Science (ACES) Dept. of Mechanical Engineering, National University of Singapore 2~~~ Fellow, Singapore-MIT

More information

Edge and local feature detection - 2. Importance of edge detection in computer vision

Edge and local feature detection - 2. Importance of edge detection in computer vision Edge and local feature detection Gradient based edge detection Edge detection by function fitting Second derivative edge detectors Edge linking and the construction of the chain graph Edge and local feature

More information

Lecture 2.2 Cubic Splines

Lecture 2.2 Cubic Splines Lecture. Cubic Splines Cubic Spline The equation for a single parametric cubic spline segment is given by 4 i t Bit t t t i (..) where t and t are the parameter values at the beginning and end of the segment.

More information

Incompressible Viscous Flow Simulations Using the Petrov-Galerkin Finite Element Method

Incompressible Viscous Flow Simulations Using the Petrov-Galerkin Finite Element Method Copyright c 2007 ICCES ICCES, vol.4, no.1, pp.11-18, 2007 Incompressible Viscous Flow Simulations Using the Petrov-Galerkin Finite Element Method Kazuhiko Kakuda 1, Tomohiro Aiso 1 and Shinichiro Miura

More information

Efficient computation of source magnetic scalar potential

Efficient computation of source magnetic scalar potential Adv. Radio Sci., 4, 59 63, 2006 Author(s) 2006. This work is licensed under a Creative Commons License. Advances in Radio Science Efficient computation of source magnetic scalar potential W. Hafla, A.

More information

Assignment 4: Mesh Parametrization

Assignment 4: Mesh Parametrization CSCI-GA.3033-018 - Geometric Modeling Assignment 4: Mesh Parametrization In this exercise you will Familiarize yourself with vector field design on surfaces. Create scalar fields whose gradients align

More information

TWO-DIMENSIONAL PROBLEM OF THE THEORY OF ELASTICITY. INVESTIGATION OF STRESS CONCENTRATION FACTORS.

TWO-DIMENSIONAL PROBLEM OF THE THEORY OF ELASTICITY. INVESTIGATION OF STRESS CONCENTRATION FACTORS. Ex_1_2D Plate.doc 1 TWO-DIMENSIONAL PROBLEM OF THE THEORY OF ELASTICITY. INVESTIGATION OF STRESS CONCENTRATION FACTORS. 1. INTRODUCTION Two-dimensional problem of the theory of elasticity is a particular

More information

Lecture 15: Segmentation (Edge Based, Hough Transform)

Lecture 15: Segmentation (Edge Based, Hough Transform) Lecture 15: Segmentation (Edge Based, Hough Transform) c Bryan S. Morse, Brigham Young University, 1998 000 Last modified on February 3, 000 at :00 PM Contents 15.1 Introduction..............................................

More information

FEMLAB Exercise 1 for ChE366

FEMLAB Exercise 1 for ChE366 FEMLAB Exercise 1 for ChE366 Problem statement Consider a spherical particle of radius r s moving with constant velocity U in an infinitely long cylinder of radius R that contains a Newtonian fluid. Let

More information

An Efficient, Geometric Multigrid Solver for the Anisotropic Diffusion Equation in Two and Three Dimensions

An Efficient, Geometric Multigrid Solver for the Anisotropic Diffusion Equation in Two and Three Dimensions 1 n Efficient, Geometric Multigrid Solver for the nisotropic Diffusion Equation in Two and Three Dimensions Tolga Tasdizen, Ross Whitaker UUSCI-2004-002 Scientific Computing and Imaging Institute University

More information

Image Segmentation II Advanced Approaches

Image Segmentation II Advanced Approaches Image Segmentation II Advanced Approaches Jorge Jara W. 1,2 1 Department of Computer Science DCC, U. of Chile 2 SCIAN-Lab, BNI Outline 1. Segmentation I Digital image processing Segmentation basics 2.

More information

Transaction of JSCES, Paper No Parallel Finite Element Analysis in Large Scale Shell Structures using CGCG Solver

Transaction of JSCES, Paper No Parallel Finite Element Analysis in Large Scale Shell Structures using CGCG Solver Transaction of JSCES, Paper No. 257 * Parallel Finite Element Analysis in Large Scale Shell Structures using Solver 1 2 3 Shohei HORIUCHI, Hirohisa NOGUCHI and Hiroshi KAWAI 1 24-62 22-4 2 22 3-14-1 3

More information

An Interface-fitted Mesh Generator and Polytopal Element Methods for Elliptic Interface Problems

An Interface-fitted Mesh Generator and Polytopal Element Methods for Elliptic Interface Problems An Interface-fitted Mesh Generator and Polytopal Element Methods for Elliptic Interface Problems Long Chen University of California, Irvine chenlong@math.uci.edu Joint work with: Huayi Wei (Xiangtan University),

More information

Microwell Mixing with Surface Tension

Microwell Mixing with Surface Tension Microwell Mixing with Surface Tension Nick Cox Supervised by Professor Bruce Finlayson University of Washington Department of Chemical Engineering June 6, 2007 Abstract For many applications in the pharmaceutical

More information

Theoretical Background for OpenLSTO v0.1: Open Source Level Set Topology Optimization. M2DO Lab 1,2. 1 Cardiff University

Theoretical Background for OpenLSTO v0.1: Open Source Level Set Topology Optimization. M2DO Lab 1,2. 1 Cardiff University Theoretical Background for OpenLSTO v0.1: Open Source Level Set Topology Optimization M2DO Lab 1,2 1 Cardiff University 2 University of California, San Diego November 2017 A brief description of theory

More information

Example 24 Spring-back

Example 24 Spring-back Example 24 Spring-back Summary The spring-back simulation of sheet metal bent into a hat-shape is studied. The problem is one of the famous tests from the Numisheet 93. As spring-back is generally a quasi-static

More information

Gauss-Sigmoid Neural Network

Gauss-Sigmoid Neural Network Gauss-Sigmoid Neural Network Katsunari SHIBATA and Koji ITO Tokyo Institute of Technology, Yokohama, JAPAN shibata@ito.dis.titech.ac.jp Abstract- Recently RBF(Radial Basis Function)-based networks have

More information

ALF USER GUIDE. Date: September

ALF USER GUIDE. Date: September ALF USER GUIDE R. VERFÜRTH Contents 1. Introduction 1 2. User interface 2 3. Domain and initial grid 3 4. Differential equation 9 5. Discretization 12 6. Solver 12 7. Mesh refinement 14 8. Number of nodes

More information

A Finite Element Method for Deformable Models

A Finite Element Method for Deformable Models A Finite Element Method for Deformable Models Persephoni Karaolani, G.D. Sullivan, K.D. Baker & M.J. Baines Intelligent Systems Group, Department of Computer Science University of Reading, RG6 2AX, UK,

More information

Mid-Year Report. Discontinuous Galerkin Euler Equation Solver. Friday, December 14, Andrey Andreyev. Advisor: Dr.

Mid-Year Report. Discontinuous Galerkin Euler Equation Solver. Friday, December 14, Andrey Andreyev. Advisor: Dr. Mid-Year Report Discontinuous Galerkin Euler Equation Solver Friday, December 14, 2012 Andrey Andreyev Advisor: Dr. James Baeder Abstract: The focus of this effort is to produce a two dimensional inviscid,

More information

Parameterization of Meshes

Parameterization of Meshes 2-Manifold Parameterization of Meshes What makes for a smooth manifold? locally looks like Euclidian space collection of charts mutually compatible on their overlaps form an atlas Parameterizations are

More information

Comparison Between Scattering Coefficients Determined By Specimen Rotation And By Directivity Correlation

Comparison Between Scattering Coefficients Determined By Specimen Rotation And By Directivity Correlation Comparison Between Scattering Coefficients Determined By Specimen Rotation And By Directivity Correlation Tetsuya Sakuma, Yoshiyuki Kosaka Institute of Environmental Studies, University of Tokyo 7-3-1

More information

Computational Flow Simulations around Circular Cylinders Using a Finite Element Method

Computational Flow Simulations around Circular Cylinders Using a Finite Element Method Copyright c 2008 ICCES ICCES, vol.5, no.4, pp.199-204 Computational Flow Simulations around Circular Cylinders Using a Finite Element Method Kazuhiko Kakuda 1, Masayuki Sakai 1 and Shinichiro Miura 2 Summary

More information

1 Exercise: Heat equation in 2-D with FE

1 Exercise: Heat equation in 2-D with FE 1 Exercise: Heat equation in 2-D with FE Reading Hughes (2000, sec. 2.3-2.6 Dabrowski et al. (2008, sec. 1-3, 4.1.1, 4.1.3, 4.2.1 This FE exercise and most of the following ones are based on the MILAMIN

More information

ACCURACY OF NUMERICAL SOLUTION OF HEAT DIFFUSION EQUATION

ACCURACY OF NUMERICAL SOLUTION OF HEAT DIFFUSION EQUATION Scientific Research of the Institute of Mathematics and Computer Science ACCURACY OF NUMERICAL SOLUTION OF HEAT DIFFUSION EQUATION Ewa Węgrzyn-Skrzypczak, Tomasz Skrzypczak Institute of Mathematics, Czestochowa

More information

Recent Developments in Model-based Derivative-free Optimization

Recent Developments in Model-based Derivative-free Optimization Recent Developments in Model-based Derivative-free Optimization Seppo Pulkkinen April 23, 2010 Introduction Problem definition The problem we are considering is a nonlinear optimization problem with constraints:

More information

Convexization in Markov Chain Monte Carlo

Convexization in Markov Chain Monte Carlo in Markov Chain Monte Carlo 1 IBM T. J. Watson Yorktown Heights, NY 2 Department of Aerospace Engineering Technion, Israel August 23, 2011 Problem Statement MCMC processes in general are governed by non

More information

ADAPTIVE APPROACH IN NONLINEAR CURVE DESIGN PROBLEM. Simo Virtanen Rakenteiden Mekaniikka, Vol. 30 Nro 1, 1997, s

ADAPTIVE APPROACH IN NONLINEAR CURVE DESIGN PROBLEM. Simo Virtanen Rakenteiden Mekaniikka, Vol. 30 Nro 1, 1997, s ADAPTIVE APPROACH IN NONLINEAR CURVE DESIGN PROBLEM Simo Virtanen Rakenteiden Mekaniikka, Vol. 30 Nro 1, 1997, s. 14-24 ABSTRACT In recent years considerable interest has been shown in the development

More information

Guidelines for proper use of Plate elements

Guidelines for proper use of Plate elements Guidelines for proper use of Plate elements In structural analysis using finite element method, the analysis model is created by dividing the entire structure into finite elements. This procedure is known

More information

Real-Time Shape Editing using Radial Basis Functions

Real-Time Shape Editing using Radial Basis Functions Real-Time Shape Editing using Radial Basis Functions, Leif Kobbelt RWTH Aachen Boundary Constraint Modeling Prescribe irregular constraints Vertex positions Constrained energy minimization Optimal fairness

More information

Non-Linear Finite Element Methods in Solid Mechanics Attilio Frangi, Politecnico di Milano, February 3, 2017, Lesson 1

Non-Linear Finite Element Methods in Solid Mechanics Attilio Frangi, Politecnico di Milano, February 3, 2017, Lesson 1 Non-Linear Finite Element Methods in Solid Mechanics Attilio Frangi, attilio.frangi@polimi.it Politecnico di Milano, February 3, 2017, Lesson 1 1 Politecnico di Milano, February 3, 2017, Lesson 1 2 Outline

More information

The optimum design of a moving PM-type linear motor for resonance operating refrigerant compressor

The optimum design of a moving PM-type linear motor for resonance operating refrigerant compressor International Journal of Applied Electromagnetics and Mechanics 33 (2010) 673 680 673 DOI 10.3233/JAE-2010-1172 IOS Press The optimum design of a moving PM-type linear motor for resonance operating refrigerant

More information

Sweeping Jet Flushing Method for EDM

Sweeping Jet Flushing Method for EDM International Conference on Multidisciplinary Research & Practice P a g e 192 Sweeping Jet Flushing Method for EDM Kishor K Kulkarni # Production Engineering, ShivajiUniversity/Ashokrao Mane Group of Institution

More information

Isogeometric Analysis of Fluid-Structure Interaction

Isogeometric Analysis of Fluid-Structure Interaction Isogeometric Analysis of Fluid-Structure Interaction Y. Bazilevs, V.M. Calo, T.J.R. Hughes Institute for Computational Engineering and Sciences, The University of Texas at Austin, USA e-mail: {bazily,victor,hughes}@ices.utexas.edu

More information

Introduction to Finite Element Analysis using ANSYS

Introduction to Finite Element Analysis using ANSYS Introduction to Finite Element Analysis using ANSYS Sasi Kumar Tippabhotla PhD Candidate Xtreme Photovoltaics (XPV) Lab EPD, SUTD Disclaimer: The material and simulations (using Ansys student version)

More information

Transactions on Modelling and Simulation vol 20, 1998 WIT Press, ISSN X

Transactions on Modelling and Simulation vol 20, 1998 WIT Press,   ISSN X r-adaptive boundary element method Eisuke Kita, Kenichi Higuchi & Norio Kamiya Department of Mechano-Informatics and Systems, Nagoya University, Nagoya 464-01, Japan Email: kita@mech.nagoya-u.ac.jp Abstract

More information

The 3D DSC in Fluid Simulation

The 3D DSC in Fluid Simulation The 3D DSC in Fluid Simulation Marek K. Misztal Informatics and Mathematical Modelling, Technical University of Denmark mkm@imm.dtu.dk DSC 2011 Workshop Kgs. Lyngby, 26th August 2011 Governing Equations

More information

PROGRAMMING OF MULTIGRID METHODS

PROGRAMMING OF MULTIGRID METHODS PROGRAMMING OF MULTIGRID METHODS LONG CHEN In this note, we explain the implementation detail of multigrid methods. We will use the approach by space decomposition and subspace correction method; see Chapter:

More information

QUASI-3D SOLVER OF MEANDERING RIVER FLOWS BY CIP-SOROBAN SCHEME IN CYLINDRICAL COORDINATES WITH SUPPORT OF BOUNDARY FITTED COORDINATE METHOD

QUASI-3D SOLVER OF MEANDERING RIVER FLOWS BY CIP-SOROBAN SCHEME IN CYLINDRICAL COORDINATES WITH SUPPORT OF BOUNDARY FITTED COORDINATE METHOD QUASI-3D SOLVER OF MEANDERING RIVER FLOWS BY CIP-SOROBAN SCHEME IN CYLINDRICAL COORDINATES WITH SUPPORT OF BOUNDARY FITTED COORDINATE METHOD Keisuke Yoshida, Tadaharu Ishikawa Dr. Eng., Tokyo Institute

More information

Module 1: Introduction to Finite Difference Method and Fundamentals of CFD Lecture 5:

Module 1: Introduction to Finite Difference Method and Fundamentals of CFD Lecture 5: file:///d:/chitra/nptel_phase2/mechanical/cfd/lecture5/5_1.htm 1 of 1 6/20/2012 12:22 PM The Lecture deals with: Explicit and Implicit Methods file:///d:/chitra/nptel_phase2/mechanical/cfd/lecture5/5_2.htm

More information

An explicit feature control approach in structural topology optimization

An explicit feature control approach in structural topology optimization th World Congress on Structural and Multidisciplinary Optimisation 07 th -2 th, June 205, Sydney Australia An explicit feature control approach in structural topology optimization Weisheng Zhang, Xu Guo

More information

A New Smoothing Algorithm for Quadrilateral and Hexahedral Meshes

A New Smoothing Algorithm for Quadrilateral and Hexahedral Meshes A New Smoothing Algorithm for Quadrilateral and Hexahedral Meshes Sanjay Kumar Khattri Department of Mathematics, University of Bergen, Norway sanjay@mi.uib.no http://www.mi.uib.no/ sanjay Abstract. Mesh

More information

Connecting Rod Design using a Stress Analysis of 3D CAD

Connecting Rod Design using a Stress Analysis of 3D CAD The 4th International Conference on Design Engineering and Science, ICDES 2017 Aachen, Germany, September 17-19, 2017 124 Connecting Rod Design using a Stress Analysis of 3D CAD (Automatic computation

More information

Shape Modeling of A String And Recognition Using Distance Sensor

Shape Modeling of A String And Recognition Using Distance Sensor Proceedings of the 24th IEEE International Symposium on Robot and Human Interactive Communication Kobe, Japan, Aug 31 - Sept 4, 2015 Shape Modeling of A String And Recognition Using Distance Sensor Keisuke

More information