code for electrical engineering research:

Size: px
Start display at page:

Download "code for electrical engineering research:"

Transcription

1 An FEM ELFIN code for electrical engineering research: G. Aiello, S.Alfonzetti, S. Coco, N. Salerno Dipartimento Elettrico, Elettronico e Sistemistico, Universita di Catania, VialeA. Doria 6, Catania, Italy Abstract This paper discusses the basic philosophy and design guidelines of the ELFIN code for electromagnetic CAD research. ELFIN is basically a finite-element code, conceived as a sort of numerical analysis laboratory, expressly tuned to research purposes, where innovative procedures can be easily implemented and tested. The main features of the code are N-dimensional (ID, 2D and 3D) parameterization of procedures, wide application to PDE, IE and IDE problems, and easy treatment of coupled problems, mixed approaches and generalized iterative procedures. Examples of application to 2D and 3D electromagnetic CAD research are given. 1 Introduction Basic research in the area of electromagnetic CAD is concerned with general investigation of new strategies for problem solving and the study of their properties and performance [1], Typical subjects in this context are: the development of new numerical approaches, comparative evaluations of various methods and formulations, validation studies, modelling for special applications, sensitivity and error analyses, inverse problems, optimal design. Among the various numerical methods for electromagnetic analysis the Finite Element Method (FEM) is usually preferred because of its flexibility and generality [2]. The main characteristics that an FE code for electromagnetic CAD research should have are: - openness: the source code should be accessible to the researcher in order to operate modifications easily and to add new capabilities; - modularity: new problems should be implementable by performing simple operations of recombining existing functions and/or by adding suitable modules not interfering with the pre-existing ones [3],[4];

2 358 Software for Electrical Engineering - N-dimensionality: the code should allow the treatment of ID, 2D and 3D problems by following the same algorithms; note that this capability is more than just having three separate codes according to a fixed dimensional index; - mesh freedom: the code should allow great freedom in the discretization of the domain of interest, in the sense that it should be possible to specify elements individually, including higher-order and curved-side elements; - FEM/BEM integration: BEM (Boundary Element Method) should be conveniently integrated in an FE context, to take full advantage of mixed FEM/BEM approaches [5] [6]. Commercial FE codes seldom offer all the above capabilities. In fact, although they are based on well-known, efficient and robust procedures, many of them are meant to solve a specific class of problems and therefore they generally have limitations such as a fixed dimensionality, a fixed kind and order of elements, and a fixed number and kind of unknowns. These characteristics are intended to optimize code performance, but they practically prevent the exclusive use of such codes in a research environment. On the other hand, the development of special programs for each individual research requirement leads to an uncontrollable proliferation of software, with difficulties in integrating different data structures and procedures. To overcome such difficulties, the authors have designed a sort of unitary environment, where research items can be conveniently treated by resorting to a set of highly integrated routines. A basic requirement of this design was its implementability in a small research centre, where limited resources are normally available. The implementation of this environment led to the development of the ELFIN code [7], which is still in progress. This paper highlights the basic philosophy of the design and gives examples of application to CAD research. 2 The basic philosophy of ELFIN The ELFIN code is written in Fortran-77 and was developed on DEC VAX and ALPHA computers under the VMS operating system. Although the code architecture follows the classical scheme of FE codes, in which three distinct main programs are devoted respectively to preprocessing, processing and postprocessing phases, some aspects of the ELFIN structure have been expressly conceived in order to offer the capabilities usually required in a research environment. In the following attention is mainly focused on such aspects. More precisely, the organization of the data structure adopted for the purpose of dimensional and problem parameterization, which are a peculiarity of the ELFIN code, is firstly addressed; a brief overview of the code functions is then offered and the reasons leading to the implemented options are also discussed. 2.1 Geometrical discretization for N-dimensional parameterization The complete N-dimensional parameterization of the geometrical algorithms of

3 Software for Electrical Engineering 359 ELFIN is based on the choice of nodes as fundamental entities of the geometrical discretization. A node is identified by its absolute Cartesian coordinates Xfc (k=l,...,n), in an N-dimensional space. The other geometrical entities of the discretization (elements and boundary sides) are derived from nodes, in the sense that they are defined in terms of particular sets of nodes exhibiting certain geometrical properties. An element is an ordered set of nodes and is identified by an integer The geometrical characteristics of the element are defined every time a geometrical meaning is attributed to the ordering. In this way no limitations are imposed a priori on the kind of element (dimensionality, shape, order) and the following items can be individually specified for each finite element: the element family (e. g. isoparametric Lagrangian simplex and N-rectangular); the element dimensionality N' (with N'< N); the element order m; the element curved-side indicator (for orders m > 1). Local sides of an element are implicitly defined as an ordered subset of its nodes. Boundary sides are explicitly defined local sides; they generally lie on the boundary of the domain, even if internal boundary sides are allowed Region colours can be independently attributed to nodes, elements and boundary "hse" * ***"W"^ specified collections of them during the processing The above organization of geometrical information is clearly structured in a hierarchical way; nodes have dominance over elements and elements over boundary sides. The operations performed on dominated geometrical entities are affected only by hierarchical constraints posed by higher-level entities However, this structure has the great advantage of independence of space dimensionality (which affects only the cardinality of the coordinates of nodes but does not cause any structural modification) and the capacity to cover a wide range of problems. This agility and flexibility has a cost in terms of larger memory occupation and computing time if compared, for example, with codes employing only elements of a fixed kind and order. 2.2 Parameterization of problem variables and sources The conception of a suitable organization of problem variables when the problem itself is not known a priori requires careful balancing between the capacity of treating even more new problems and the rapidly increasing complexity of the structures and relationships involved. In the ELFIN code the objective of maximum freedom of these structures from the kind of problem has been reached by parameterizing problem variables and sources. An ordered set ofm, scalar variables V, (i=l,...,m,) is associated to each node of the discretization. These variables can be all real or all complex according to the real/complex indicator V, which is set to 1 for real problems and to 2 for complex ones (so the total number of real variables associated to n rir?m* *^' ** ^ P^lem Cables V, boundary conditions Dmchlet, Neumann or mixed) are imposed on the nodes of each boundary side (see Section 2.3). Parameterization with respect to the number of problem

4 360 Software for Electrical Engineering variables is the basis to allow unified treatment of coupled problems (see Section2.4). Like problem variables, three kinds of sources are defined: node sources, element sources, boundary-side sources. The real/complex indicator also applies to sources. This organization of the problem-dependent data allows no semantics to be preliminarily attributed to each variable and offers the valuable advantage of the capacity to implement a great variety of problems (scalar, vectorial, coupled, real or complex) exhibiting different kinds of variables and sources with no modifications of structures. 2.3 Preprocessing Since the main objective of the preprocessing functions is to facilitate experimental work for research purposes, the preprocessor has medium capabilities for solid modeling, but quite sophisticated features for defining boundary conditions and sources and for managing high-order and/or curvedside elements; moreover functions are expressly foreseen to interface more powerful external solid modeling programs, if available. A very usercomfortable mixed interactive/batch modality is implemented: before a preprocessing session the user can edit a SPICE-like command file, which can be recalled (once or more) at any time in the interactive session. In the following a brief outline of some preprocessing features is given. - Relative frame (Cartesian, polar or cylindrical) is optionally defined by the user for more simple reference to the absolute spatial coordinates. - Geometrical window is defined by the user (in the relative frame) to restrict the application of some pre- and post-processing commands to this domain. - Geometrical list is a set of nodes, elements or boundary sides, defined by the user to restrict the application of some commands to this set. - Geometrical functions are real functions of the spatial coordinates in the relative frame, defined by the user to impose boundary conditions and sources in an automatic way. - Mesh generation is relative to the current geometrical window and allows the generation of nodes, elements and boundary sides in an N-dimensional way. These features allow very efficient treatment of the crucial issue of imposing sources and boundary conditions when new formulations are experienced; this operation is articulated in two phases: 1) selection of the boundary sides on which the boundary conditions are to be imposed; geometrical (volume, surface, line) indexed and mixed selections are performed by using the geometrical window and list concepts; 2) assignment of the pertaining nodal numerical values, either by using the geometrical function (internally generated values) or by reading them from an external file. 2.4 Processing The ELFIN processing program works in a batch way, starting from the data specified in the preprocessing session and stored in a suitable file. In the

5 Software for Electrical Engineering 361 following only some aspects of the program will be highlighted, neglecting details which reflect standard implementations. - Generalized iteration structures: in the code the problem definition is accomplished by means of definition of the equation and, optionally, of the iteration. The equation definition specifies the kind of PDE, IE or IDE equation (e.g. Laplace, Poisson, Helmholtz, 2D skin effect, motional magnetic diffusion, etc.) from a specific menu. The iteration definition specifies the iteration type (non-linearity, mesh refinement, boundary conditions, time discretization), the convergence norm and the maximum number of iteration steps. A general iteration structure was designed for the main program, in order to treat these independent aspects of the problem definition separately. The equation definition affects the renumbering of the unknowns, the building of the row and column pointers of the non-null entries in the coefficient matrix and the computing of the matrices of the global algebraic system. The iteration definition affects the computation of the convergence norm and the enditeration adjustments, which depend on the kind of iteration selected. - Numerical techniques: from the standpoint of numerical treatment of problems, classical variational and weighted residual (Galerkin) approaches are used. For each equation type a routine exists to build the global system, by resorting to a set of lower-level routines, which deal with the most common differential, integral and algebraic operators. This structure allows a simple treatment of equations by splitting them into elementary differential, integral and algebraic terms. Moreover, great ease in composing new problems is given since the addition of new problem-solving capabilities only involves the construction of a new limited-size routine, opportunely addressing the existing basic ones. - Universal matrices: as far as element matrix computing is concerned, in addition to numerical (Gauss) integration, great care has been devoted to 'the universal matrix technique for simplex Lagrangian elements with straight sides Since universal matrices, initially introduced by Silvester, are continuously growing in number and kind, a set of basic routines was developed to allow online computation of universal values in integer form. - Coupled problems: the treatment of coupled problems is based on parameterization with respect to My and is faced in a generalized way: the unstructured set of problem variables (whose semantics is unknown to the preprocessor) is correctly interpreted only by the routine which builds the global algebraic system for the specific coupled problem. In this way great flexibility exists to implement new coupled problems into the code, because only one limited-size routine has to be developed and added to the processor. 2.5 Postprocessing For postprocessing most of the considerations made for preprocessing apply, with the provision of interfacing to more powerful commercial postprocessing programs. The postprocessing program performs restitutions of a user-defined (real or complex, scalar or vectorial) variable V%, related to the computed

6 362 Software for Electrical Engineering problem variables by means of algebraic or differential operations. With respect to discretization three types ofv% are possible: nodal, elemental and boundarial. Restitutions are available such as: displaying/printing of nodal values, 2D contour line plotting, axonometric 3D contour line plotting, 2D and 3D vectorial plotting [8]. Global quantities (energy, flux, current, etc.) can also be evaluated by means of N-dimensional integrals on elements or boundary (or local) sides. 2.6 Libraries The ELFIN libraries are the core of the code because they constitute the base on which new problems and research can be dealt with by a prevalent work of assembling. More than 500 subroutines have been developed, which can be grouped into three main categories: a) specific subroutines, which refer to the code data structure, including: I/O subroutines; geometrical discretization and material catalogue subroutines; geometrical window and list subroutines; shape function subroutines; universal matrix subroutines. b) non-specific subroutines, which do not refer to the code data structure, including: matricial and polynomial ordering; combinatorial calculus; polynomial algebra and calculus; polynomial matrix algebra; N-dimensional integration of polynomial rational functions; geometrical computations; solution of linear algebraic equation systems. c) graphical subroutines, which, for modularity reasons, interface the external graphical library adopted (Regis, GKS, Xlib, Display Postscript) 3 Examples of research In this section examples are presented of electromagnetic CAD research conducted by means of the ELFIN code. For the sake of conciseness, only a brief outline is given; more details can be found in the relative papers. 3.1 Charge iteration procedure Charge iteration [9] is a new N-dimensional purely FEM iterative procedure for the computation of electrical fields in unbounded domains [10]. Consider a system of voltaged conductors embedded in an unbounded homogeneous dielectric medium. A suitable bounded region D is obtained by introducing a fictitious boundary Bp including all the conductors. By discretizing this domain by means of Lagrangian finite elements of a certain order and assuming an initial guess for the DiricWet condition on Bp (as for example a homogeneous one), the FEM for the Laplace equation leads to the global algebraic system: [A][V] = [B] (1) where [V] is the vector of the unknown potential values; [A] is a symmetrical square matrix of geometrical coefficients and [B] is the vector of the known

7 Software for Electrical Engineering 363 terms, whose generic entry depends on the geometry and on the various Dirichlet conditions. The solution of (1) is affected by a systematic error, due to the untrue values of the potential on Bp; a better approximation to the true solution is obtained by modifying the Dirichlet condition on Bp with the potential values induced by the charge lying on the conductors. These values are computed by means of an appropriate Green function as: V; = ZGimQm (2) mes<. where: G^ is the Green function relative to the i-th node and the barycentre of the m-th element side S^ lying on the conductor surfaces and Q^ is the charge lying on it which can be computed as a linear combination of the potentials in the nodes of the element. The procedure is iterated and will continue until a suitable convergence test is satisfied. In this way the original unbounded problem is converted into a set of iteratively correlated bounded electrostatic problems. The procedure exhibits aspects of computational efficiency if the fictitious boundary is placed in the vicinity of the conductor surfaces [11] and is numerically stable and rapidly convergent (typically after few iterations) [12]; it has also been validated to assess its accuracy by solving classical problems for which analytical solutions are available in literature; the results show an excellent agreement with the known solutions [9]. As an example in Fig. 1 the contours of the potential are drawn in the vicinity of one quarter of a conductor cube on a ground plane. For this analysis a mesh of 1035 nodes and 500 2ndorder tetrahedra was used. The results were obtained with 7 iterations starting with a homogeneous Dirichlet condition on the fictitious boundary and assuming an end-iteration tolerance of 0.1% for the mean absolute difference of the potential on thefictitiousboundary nodes. At this point some aspects of the above procedure can be highlighted, showing how the ELFIN code represents a suitable environment to deal with such studies. The charge iteration procedure fits perfectly into the generalized iteration structure of the processing program; only a limited-size routine has been added to the code to perform the end-iteration adjustments (at thefirstcall the routine computes and stores the relevant coefficients of the procedure). Naturally the code characteristics have allowed an N-dimensional implementation of the procedure, which is also parameterized with respect to the order m of the element; this capability allows useful comparisons between solutions employing elements with different orders. 3.2 Mutual matrices for 2D skin effect problems The application of FEM to the solution of integrodifferential equations, such as those modeling skin effect problems [13], leads to a discretization scheme in which different treatments are used for the various terms of the equation. The differential part, which establishes local links between the unknowns of the problem, is treated in the usual way by assembling the element contributions

8 364 Software for Electrical Engineering Fig. 1 -Contours of the electrical potential in the cube proximity. Fig. 2 -Contours of the vector potential in a two-wire transmission line. into the global algebraic system, whereas the integral part, which establishes direct links between all the unknowns of the problem, is generally treated in a global way by means of quadrature coefficients without following any perelement assembly procedure. In [14] the authors proposed a unitary approach, utilizing a per-element procedure for assembly of the global algebraic system: this was obtained by expressing the global node coupling in terms of element coupling, by means of a new class of universal numerical matrices, named mutual matrices, which are similar to those introduced by Silvester. This approach allows easy inclusion of integrodifferential formulations into generalpurpose N-dimensional finite-element codes. Moreover the resulting assembly algorithm exhibits better performance than conventional techniques. In Fig. 2 the contours of the magnetic vector potential magnitude are reported for one conductor of a two-wire transmission line. For the solution of the relative unbounded problem a procedure similar to that of the previous section was employed [15],[16],[17]. 3.3 Automatic Mesh Generation by the Let-It-Grow Neural Network Let-It-Grow is a self-organizing neural network in which the number of nodes (neurons), connected in a triangular mesh, grows according to examples generated randomly by means of a given probability density function [18]. Starting from the basic idea of the network several changes were made in order to obtain an automatic mesh generator which was implemented in the ELFIN code [19].

9 Software for Electrical Engineering " * Fig. 3 -LIG initial mesh. Fig. 4-LIGfinalmesh. Starting from a rough initial mesh of triangles with a small number of nodes the neural algorithm increases the number of nodes until a user-selected value is reached. Both internal and boundary nodes are separately increased according to two distinct probability density functions, specified by the user using the initial mesh as support. New nodes are inserted in the barycentre of the triangles or in the middle of triangle sides on the boundary. After an example point is generated the nearest nodes are moved to it, taking into account the mesh quality; moreover the classical Delaunay triangulation algorithm is inserted in the growing process to further increase the quality of the final mesh. The main advantages of this neural approach are the lack of a need for classical deterministic programming and simplicity of use since the user only needs to specify an initial rough mesh and the probability density functions. As an example in Fig. 3 the initial mesh (with the associated probability values for elements and boundary sides) is shown for a domain arising in the electrostatic analysis of a conductor disk on a ground plane (r-axis), taking into account the axisymmetry around the z-axis. The final mesh, reported in Fig 4 is constituted of 1149 nodes and 2108 triangles. 4 Conclusions In this paper the FEM code ELFIN for electromagnetic CAD research has been presented, discussing its basic philosophy and design guidelines. The major contribution of ELFIN is the facility it offers in studying new approaches and building, testing and verifying procedures for the analysis and design of electromagnetic devices in a unitary context At present the code is composed of about 500 subroutines (for 50,000 statements). It will be expanded according to research subjects rather than widening the range of standard problem solving capabilities.

10 366 Software for Electrical Engineering Acknowledgements This work was partially supported by the MURST (the Italian Ministry for University and Scientific and Technological Research) through the research project "Integrated CAD Methods for Electromagnetic Fields and Circuits". References 1. Trowbridge, C.W. Electromagnetic computing: the way ahead?, IEEE Trans. Magn., 1988, Silvester, P.P., Ferrari, R.L. Finite Elements for Electrical Engineers, Cambridge University Press, Cambridge, Girdinio, P., Mofino, P., Molinari, G. The versatility of a multiformulational approach in the solution of electromagneticfieldproblems, IEEE Trans. Ma#%.,1987, Molinari, G. et alii, A modular finite-element package for research in electromagnetic analysis developed in a group of Italian universities", Proceedings of BISEF, Peking, China, Oct , 1988, pp Me Donald, B., Wexler, A. Mutually constrained partial differential and integral equation field formulations, Chapter 4, Finite Elements in Electrical and Magnetic Field Problems, ed. M. Chari and P. Silvester (Ed.), J. Wiley & Sons, Salon, S.J., D'angelo, J. Applications of the hybrid finite element - boundary element method in electromagnetics". IEEE Trans. Magn., 1988, Alfonzetti, S., Coco, S. ELFIN: an N-dimensional finite-element code for the computation of electromagneticfields,ieee Trans. Magn., 1988, Alfonzetti, S. An N-dimensional algorithm to draw contour lines over triangular elements", Compumag'95, Berlin, July 10-13,1995. To appear on IEEE Trans. Magn. 9. Aiello, G., Alfonzetti, S., Coco, S. Charge iteration: a procedure for the finite element computation of unbounded electricalfields, Int. J. Numer. Methods Eng., 1994, Emson, C.R.I. Methods for the solution of open-boundary electromagnetic field problems, Proceedings IEE, Pt. A, 1988, Aiello, G., Alfonzetti, S., Coco, S., Salerno, N. Placement of thefictitiousboundary in the charge iteration procedure for unbounded electrical field problems," IEEE Trans. Magn., 1995, Aiello, G., Alfonzetti, S., Coco, S., Salerno, N. Convergence analysis of the charge iteration procedure for unbounded electricalfields,ieee Trans. Magn., 1994, Konrad, A. Integrodifferential finite element formulation of two-dimensional steadystate skin effect problems, IEEE Trans. Magn., 1981, Aiello, G., Alfonzetti, S., Coco, S. Mutual finite-element universal matrices in skin effect problems, IEEE Trans. Magn., 1990, Aiello, G., Alfonzetti, S., Coco, S., Salerno, N. Current iteration for unbounded skin.effect problems, COMPEL, 1994, Aiello, G., Alfonzetti, S., Coco, S., Salerno, N. Treatment of unbounded skin-effect problems in the presence of material inhomogeneities, IEEE Trans. Magn, 1995, Aiello, G., Alfonzetti, S., Coco, S., Salerno, N. Finite element iterative solution of skin effect problems in open boundaries, to appear on Int. J. Numer. Modelling, special issue on Computational Magnetics. 18. Fritzke, B. Let-it-grow self-organizing feature maps with problem dependent cell structure, Artificial Neural Network, 1991,7, Alfonzetti, S., Cavalieri, S., Coco, S., Malgeri, M, Automatic Mesh Generation by the Let-It-Grow Neural Network, Compumag'95, Berlin, July 10-13, To appear on IEEE Trans. Magn.

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

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

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

analysis of complex grounding systems by the program package FIELD GS

analysis of complex grounding systems by the program package FIELD GS The FEM analysis of complex grounding systems by the program package FIELD GS M. Trlep, A. Hamler, B. Hribernik University ofmaribor, Faculty ofelectrical Engineering and Computer Science, Smetanovaul

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

Modeling and Analysis of the Electric Field and Potential Distribution in a Wire-Cylinder Air Gap

Modeling and Analysis of the Electric Field and Potential Distribution in a Wire-Cylinder Air Gap Modeling and Analysis of the Electric Field and Potential Distribution in a Wire-Cylinder Air Gap KONSTANTINOS N. KIOUSIS, ANTONIOS X. MORONIS Technological Educational Institute (TEI) of Athens Energy

More information

A Hybrid Magnetic Field Solver Using a Combined Finite Element/Boundary Element Field Solver

A Hybrid Magnetic Field Solver Using a Combined Finite Element/Boundary Element Field Solver A Hybrid Magnetic Field Solver Using a Combined Finite Element/Boundary Element Field Solver Abstract - The dominant method to solve magnetic field problems is the finite element method. It has been used

More information

Finite Element Convergence for Time-Dependent PDEs with a Point Source in COMSOL 4.2

Finite Element Convergence for Time-Dependent PDEs with a Point Source in COMSOL 4.2 Finite Element Convergence for Time-Dependent PDEs with a Point Source in COMSOL 4.2 David W. Trott and Matthias K. Gobbert Department of Mathematics and Statistics, University of Maryland, Baltimore County,

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

Driven Cavity Example

Driven Cavity Example BMAppendixI.qxd 11/14/12 6:55 PM Page I-1 I CFD Driven Cavity Example I.1 Problem One of the classic benchmarks in CFD is the driven cavity problem. Consider steady, incompressible, viscous flow in a square

More information

13.472J/1.128J/2.158J/16.940J COMPUTATIONAL GEOMETRY

13.472J/1.128J/2.158J/16.940J COMPUTATIONAL GEOMETRY 13.472J/1.128J/2.158J/16.940J COMPUTATIONAL GEOMETRY Lecture 23 Dr. W. Cho Prof. N. M. Patrikalakis Copyright c 2003 Massachusetts Institute of Technology Contents 23 F.E. and B.E. Meshing Algorithms 2

More information

The General Purpose Parameter Based Two Dimensional Mesh Generator

The General Purpose Parameter Based Two Dimensional Mesh Generator The General Purpose Parameter Based Two Dimensional Mesh Generator Abstract Sivamayam Sivasuthan Department of Electrical and Computer Engineering Michigan State University East Lansing, MI 48824, USA

More information

Chapter 15 Introduction to Linear Programming

Chapter 15 Introduction to Linear Programming Chapter 15 Introduction to Linear Programming An Introduction to Optimization Spring, 2015 Wei-Ta Chu 1 Brief History of Linear Programming The goal of linear programming is to determine the values of

More information

Finite Element Analysis Prof. Dr. B. N. Rao Department of Civil Engineering Indian Institute of Technology, Madras. Lecture - 24

Finite Element Analysis Prof. Dr. B. N. Rao Department of Civil Engineering Indian Institute of Technology, Madras. Lecture - 24 Finite Element Analysis Prof. Dr. B. N. Rao Department of Civil Engineering Indian Institute of Technology, Madras Lecture - 24 So in today s class, we will look at quadrilateral elements; and we will

More information

Space Filling Curves and Hierarchical Basis. Klaus Speer

Space Filling Curves and Hierarchical Basis. Klaus Speer Space Filling Curves and Hierarchical Basis Klaus Speer Abstract Real world phenomena can be best described using differential equations. After linearisation we have to deal with huge linear systems of

More information

Development of a Maxwell Equation Solver for Application to Two Fluid Plasma Models. C. Aberle, A. Hakim, and U. Shumlak

Development of a Maxwell Equation Solver for Application to Two Fluid Plasma Models. C. Aberle, A. Hakim, and U. Shumlak Development of a Maxwell Equation Solver for Application to Two Fluid Plasma Models C. Aberle, A. Hakim, and U. Shumlak Aerospace and Astronautics University of Washington, Seattle American Physical Society

More information

Fictitious Domain Methods and Topology Optimization

Fictitious Domain Methods and Topology Optimization Fictitious Domain Methods and Topology Optimization Martin Berggren UMIT research lab Department of Computing Science Umeå University April 11, 2014 Martin Berggren (Umeå University) Fictitious Domain

More information

The meshfree computation of stationary electric current densities in complex shaped conductors using 3D boundary element methods

The meshfree computation of stationary electric current densities in complex shaped conductors using 3D boundary element methods Boundary Elements and Other Mesh Reduction Methods XXXVII 121 The meshfree computation of stationary electric current densities in complex shaped conductors using 3D boundary element methods A. Buchau

More information

CHAPTER 1. Introduction

CHAPTER 1. Introduction ME 475: Computer-Aided Design of Structures 1-1 CHAPTER 1 Introduction 1.1 Analysis versus Design 1.2 Basic Steps in Analysis 1.3 What is the Finite Element Method? 1.4 Geometrical Representation, Discretization

More information

Outline. COMSOL Multyphysics: Overview of software package and capabilities

Outline. COMSOL Multyphysics: Overview of software package and capabilities COMSOL Multyphysics: Overview of software package and capabilities Lecture 5 Special Topics: Device Modeling Outline Basic concepts and modeling paradigm Overview of capabilities Steps in setting-up a

More information

A Graphical User Interface (GUI) for Two-Dimensional Electromagnetic Scattering Problems

A Graphical User Interface (GUI) for Two-Dimensional Electromagnetic Scattering Problems A Graphical User Interface (GUI) for Two-Dimensional Electromagnetic Scattering Problems Veysel Demir vdemir@olemiss.edu Mohamed Al Sharkawy malshark@olemiss.edu Atef Z. Elsherbeni atef@olemiss.edu Abstract

More information

Generative Part Structural Analysis Fundamentals

Generative Part Structural Analysis Fundamentals CATIA V5 Training Foils Generative Part Structural Analysis Fundamentals Version 5 Release 19 September 2008 EDU_CAT_EN_GPF_FI_V5R19 About this course Objectives of the course Upon completion of this course

More information

SDC. Engineering Analysis with COSMOSWorks. Paul M. Kurowski Ph.D., P.Eng. SolidWorks 2003 / COSMOSWorks 2003

SDC. Engineering Analysis with COSMOSWorks. Paul M. Kurowski Ph.D., P.Eng. SolidWorks 2003 / COSMOSWorks 2003 Engineering Analysis with COSMOSWorks SolidWorks 2003 / COSMOSWorks 2003 Paul M. Kurowski Ph.D., P.Eng. SDC PUBLICATIONS Design Generator, Inc. Schroff Development Corporation www.schroff.com www.schroff-europe.com

More information

The Application of EXCEL in Teaching Finite Element Analysis to Final Year Engineering Students.

The Application of EXCEL in Teaching Finite Element Analysis to Final Year Engineering Students. The Application of EXCEL in Teaching Finite Element Analysis to Final Year Engineering Students. Kian Teh and Laurie Morgan Curtin University of Technology Abstract. Many commercial programs exist for

More information

Accelerating Finite Element Analysis in MATLAB with Parallel Computing

Accelerating Finite Element Analysis in MATLAB with Parallel Computing MATLAB Digest Accelerating Finite Element Analysis in MATLAB with Parallel Computing By Vaishali Hosagrahara, Krishna Tamminana, and Gaurav Sharma The Finite Element Method is a powerful numerical technique

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

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 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

A Coupled 3D/2D Axisymmetric Method for Simulating Magnetic Metal Forming Processes in LS-DYNA

A Coupled 3D/2D Axisymmetric Method for Simulating Magnetic Metal Forming Processes in LS-DYNA A Coupled 3D/2D Axisymmetric Method for Simulating Magnetic Metal Forming Processes in LS-DYNA P. L Eplattenier *, I. Çaldichoury Livermore Software Technology Corporation, Livermore, CA, USA * Corresponding

More information

Adaptive Surface Modeling Using a Quadtree of Quadratic Finite Elements

Adaptive Surface Modeling Using a Quadtree of Quadratic Finite Elements Adaptive Surface Modeling Using a Quadtree of Quadratic Finite Elements G. P. Nikishkov University of Aizu, Aizu-Wakamatsu 965-8580, Japan niki@u-aizu.ac.jp http://www.u-aizu.ac.jp/ niki Abstract. This

More information

2D & 3D Finite Element Method Packages of CEMTool for Engineering PDE Problems

2D & 3D Finite Element Method Packages of CEMTool for Engineering PDE Problems 2D & 3D Finite Element Method Packages of CEMTool for Engineering PDE Problems Choon Ki Ahn, Jung Hun Park, and Wook Hyun Kwon 1 Abstract CEMTool is a command style design and analyzing package for scientific

More information

Femap Version

Femap Version Femap Version 11.3 Benefits Easier model viewing and handling Faster connection definition and setup Faster and easier mesh refinement process More accurate meshes with minimal triangle element creation

More information

ECE421: Electronics for Instrumentation

ECE421: Electronics for Instrumentation ECE421: Electronics for Instrumentation Lecture #8: Introduction to FEA & ANSYS Mostafa Soliman, Ph.D. March 23 rd 2015 Mostafa Soliman, Ph.D. 1 Outline Introduction to Finite Element Analysis Introduction

More information

Parametric Short-Circuit Force Analysis of Three-Phase Busbars A Fully Automated Finite Element Approach

Parametric Short-Circuit Force Analysis of Three-Phase Busbars A Fully Automated Finite Element Approach IEEE TRANSACTIONS ON POWER DELIVERY, VOL. 18, NO. 2, APRIL 2003 531 Parametric Short-Circuit Force Analysis of Three-Phase Busbars A Fully Automated Finite Element Approach Dimitris G. Triantafyllidis,

More information

Abstract. 1 Introduction

Abstract. 1 Introduction A CAD tool for the analysis of complex-geometry microwave circuits P. Ciampolini, L. Roselli Istituto di Elettronica, Universita di Perugia, Via G. Duranti I/A, 1-06131 Perugia, Italy Abstract In this

More information

Abstract. Introduction

Abstract. Introduction The efficient calculation of the Cartesian geometry of non-cartesian structures J.M. Freeman and D.G. Ford Engineering Control and Metrology Research Group, The School of Engineering, University of Huddersfield.

More information

Challenge Problem 5 - The Solution Dynamic Characteristics of a Truss Structure

Challenge Problem 5 - The Solution Dynamic Characteristics of a Truss Structure Challenge Problem 5 - The Solution Dynamic Characteristics of a Truss Structure In the final year of his engineering degree course a student was introduced to finite element analysis and conducted an assessment

More information

7 Fractions. Number Sense and Numeration Measurement Geometry and Spatial Sense Patterning and Algebra Data Management and Probability

7 Fractions. Number Sense and Numeration Measurement Geometry and Spatial Sense Patterning and Algebra Data Management and Probability 7 Fractions GRADE 7 FRACTIONS continue to develop proficiency by using fractions in mental strategies and in selecting and justifying use; develop proficiency in adding and subtracting simple fractions;

More information

A mesh refinement technique for the boundary element method based on local error analysis

A mesh refinement technique for the boundary element method based on local error analysis A mesh refinement technique for the boundary element method based on local error analysis J. J. Rodriguez

More information

SIMULATION OF AN IMPLANTED PIFA FOR A CARDIAC PACEMAKER WITH EFIELD FDTD AND HYBRID FDTD-FEM

SIMULATION OF AN IMPLANTED PIFA FOR A CARDIAC PACEMAKER WITH EFIELD FDTD AND HYBRID FDTD-FEM 1 SIMULATION OF AN IMPLANTED PIFA FOR A CARDIAC PACEMAKER WITH EFIELD FDTD AND HYBRID FDTD- Introduction Medical Implanted Communication Service (MICS) has received a lot of attention recently. The MICS

More information

Method of taking into account constructional and technological casting modifications in solidification simulations

Method of taking into account constructional and technological casting modifications in solidification simulations A R C H I V E S of F O U N D R Y E N G I N E E R I N G Published quarterly as the organ of the Foundry Commission of the Polish Academy of Sciences ISSN (1897-3310) Volume 10 Issue 4/2010 147 152 28/4

More information

Model Based Perspective Inversion

Model Based Perspective Inversion Model Based Perspective Inversion A. D. Worrall, K. D. Baker & G. D. Sullivan Intelligent Systems Group, Department of Computer Science, University of Reading, RG6 2AX, UK. Anthony.Worrall@reading.ac.uk

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

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

2: Static analysis of a plate

2: Static analysis of a plate 2: Static analysis of a plate Topics covered Project description Using SolidWorks Simulation interface Linear static analysis with solid elements Finding reaction forces Controlling discretization errors

More information

NOISE PROPAGATION FROM VIBRATING STRUCTURES

NOISE PROPAGATION FROM VIBRATING STRUCTURES NOISE PROPAGATION FROM VIBRATING STRUCTURES Abstract R. Helfrich, M. Spriegel (INTES GmbH, Germany) Noise and noise exposure are becoming more important in product development due to environmental legislation.

More information

Sensors & Transducers 2016 by IFSA Publishing, S. L.

Sensors & Transducers 2016 by IFSA Publishing, S. L. Sensors & Transducers, Vol. 98, Issue 3, March 206, pp. 55-60 Sensors & Transducers 206 by IFSA Publishing, S. L. http://www.sensorsportal.com The Constrained Natural Element Method Applied in Electromagnetic

More information

ENGINEERING TRIPOS PART IIA FINITE ELEMENT METHOD

ENGINEERING TRIPOS PART IIA FINITE ELEMENT METHOD ENGINEERING TRIPOS PART IIA LOCATION: DPO EXPERIMENT 3D7 FINITE ELEMENT METHOD Those who have performed the 3C7 experiment should bring the write-up along to this laboratory Objectives Show that the accuracy

More information

Using Geometric Constraints to Capture. design intent

Using Geometric Constraints to Capture. design intent Journal for Geometry and Graphics Volume 3 (1999), No. 1, 39 45 Using Geometric Constraints to Capture Design Intent Holly K. Ault Mechanical Engineering Department, Worcester Polytechnic Institute 100

More information

A TESSELLATION FOR ALGEBRAIC SURFACES IN CP 3

A TESSELLATION FOR ALGEBRAIC SURFACES IN CP 3 A TESSELLATION FOR ALGEBRAIC SURFACES IN CP 3 ANDREW J. HANSON AND JI-PING SHA In this paper we present a systematic and explicit algorithm for tessellating the algebraic surfaces (real 4-manifolds) F

More information

CHAPTER 4. Numerical Models. descriptions of the boundary conditions, element types, validation, and the force

CHAPTER 4. Numerical Models. descriptions of the boundary conditions, element types, validation, and the force CHAPTER 4 Numerical Models This chapter presents the development of numerical models for sandwich beams/plates subjected to four-point bending and the hydromat test system. Detailed descriptions of the

More information

Using Periodic Boundary Conditions

Using Periodic Boundary Conditions 1 of 6 2004 11 08 15:20 Use periodic boundary conditions, periodic edge conditions, and periodic point conditions to define a constraint that makes two quantities equal on two different (but usually equally

More information

Finite Element Analysis using ANSYS Mechanical APDL & ANSYS Workbench

Finite Element Analysis using ANSYS Mechanical APDL & ANSYS Workbench Finite Element Analysis using ANSYS Mechanical APDL & ANSYS Workbench Course Curriculum (Duration: 120 Hrs.) Section I: ANSYS Mechanical APDL Chapter 1: Before you start using ANSYS a. Introduction to

More information

2 T. x + 2 T. , T( x, y = 0) = T 1

2 T. x + 2 T. , T( x, y = 0) = T 1 LAB 2: Conduction with Finite Difference Method Objective: The objective of this laboratory is to introduce the basic steps needed to numerically solve a steady state two-dimensional conduction problem

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

Adaptive-Mesh-Refinement Pattern

Adaptive-Mesh-Refinement Pattern Adaptive-Mesh-Refinement Pattern I. Problem Data-parallelism is exposed on a geometric mesh structure (either irregular or regular), where each point iteratively communicates with nearby neighboring points

More information

Course Number 432/433 Title Algebra II (A & B) H Grade # of Days 120

Course Number 432/433 Title Algebra II (A & B) H Grade # of Days 120 Whitman-Hanson Regional High School provides all students with a high- quality education in order to develop reflective, concerned citizens and contributing members of the global community. Course Number

More information

A METHOD TO MODELIZE THE OVERALL STIFFNESS OF A BUILDING IN A STICK MODEL FITTED TO A 3D MODEL

A METHOD TO MODELIZE THE OVERALL STIFFNESS OF A BUILDING IN A STICK MODEL FITTED TO A 3D MODEL A METHOD TO MODELIE THE OVERALL STIFFNESS OF A BUILDING IN A STICK MODEL FITTED TO A 3D MODEL Marc LEBELLE 1 SUMMARY The aseismic design of a building using the spectral analysis of a stick model presents

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

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

Module 1: Introduction to Finite Element Analysis. Lecture 4: Steps in Finite Element Analysis

Module 1: Introduction to Finite Element Analysis. Lecture 4: Steps in Finite Element Analysis 25 Module 1: Introduction to Finite Element Analysis Lecture 4: Steps in Finite Element Analysis 1.4.1 Loading Conditions There are multiple loading conditions which may be applied to a system. The load

More information

Geometric Modeling. Introduction

Geometric Modeling. Introduction Geometric Modeling Introduction Geometric modeling is as important to CAD as governing equilibrium equations to classical engineering fields as mechanics and thermal fluids. intelligent decision on the

More information

Lecture 32: FE Mesh Genera3on. APL705 Finite Element Method

Lecture 32: FE Mesh Genera3on. APL705 Finite Element Method Lecture 32: FE Mesh Genera3on APL705 Finite Element Method FE Stages The en3re finite element process can be divide into three main groups of ac3vi3es 1. Pre-processing 2. Formula3on and solu3on 3. Post-processing

More information

An Adaptive Eigenshape Model

An Adaptive Eigenshape Model An Adaptive Eigenshape Model Adam Baumberg and David Hogg School of Computer Studies University of Leeds, Leeds LS2 9JT, U.K. amb@scs.leeds.ac.uk Abstract There has been a great deal of recent interest

More information

Predicting the mechanical behaviour of large composite rocket motor cases

Predicting the mechanical behaviour of large composite rocket motor cases High Performance Structures and Materials III 73 Predicting the mechanical behaviour of large composite rocket motor cases N. Couroneau DGA/CAEPE, St Médard en Jalles, France Abstract A method to develop

More information

STATISTICS AND ANALYSIS OF SHAPE

STATISTICS AND ANALYSIS OF SHAPE Control and Cybernetics vol. 36 (2007) No. 2 Book review: STATISTICS AND ANALYSIS OF SHAPE by H. Krim, A. Yezzi, Jr., eds. There are numerous definitions of a notion of shape of an object. These definitions

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

Advanced Operations Research Prof. G. Srinivasan Department of Management Studies Indian Institute of Technology, Madras

Advanced Operations Research Prof. G. Srinivasan Department of Management Studies Indian Institute of Technology, Madras Advanced Operations Research Prof. G. Srinivasan Department of Management Studies Indian Institute of Technology, Madras Lecture 16 Cutting Plane Algorithm We shall continue the discussion on integer programming,

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

Q. Wang National Key Laboratory of Antenna and Microwave Technology Xidian University No. 2 South Taiba Road, Xi an, Shaanxi , P. R.

Q. Wang National Key Laboratory of Antenna and Microwave Technology Xidian University No. 2 South Taiba Road, Xi an, Shaanxi , P. R. Progress In Electromagnetics Research Letters, Vol. 9, 29 38, 2009 AN IMPROVED ALGORITHM FOR MATRIX BANDWIDTH AND PROFILE REDUCTION IN FINITE ELEMENT ANALYSIS Q. Wang National Key Laboratory of Antenna

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

Investigation of a Robust Method for Connecting Dissimilar 3D Finite Element Models. David M. Trujillo 1. December 2005

Investigation of a Robust Method for Connecting Dissimilar 3D Finite Element Models. David M. Trujillo 1. December 2005 Investigation of a Robust Method for Connecting Dissimilar 3D Finite Element Models by David M. Trujillo 1 December 2005 1 Consultant, TRUCOMP, Fountain Valley, California trucomp@earthlink.net Abstract

More information

On the Optimization of the Punch-Die Shape: An Application of New Concepts of Tools Geometry Alteration for Springback Compensation

On the Optimization of the Punch-Die Shape: An Application of New Concepts of Tools Geometry Alteration for Springback Compensation 5 th European LS-DYNA Users Conference Optimisation (2) On the Optimization of the Punch-Die Shape: An Application of New Concepts of Tools Geometry Alteration for Springback Compensation Authors: A. Accotto

More information

Finite Element Analysis Prof. Dr. B. N. Rao Department of Civil Engineering Indian Institute of Technology, Madras. Lecture - 36

Finite Element Analysis Prof. Dr. B. N. Rao Department of Civil Engineering Indian Institute of Technology, Madras. Lecture - 36 Finite Element Analysis Prof. Dr. B. N. Rao Department of Civil Engineering Indian Institute of Technology, Madras Lecture - 36 In last class, we have derived element equations for two d elasticity problems

More information

RELIABILITY OF THE FEM CALCULATIONS OF THE FRACTURE MECHANICS PARAMETERS

RELIABILITY OF THE FEM CALCULATIONS OF THE FRACTURE MECHANICS PARAMETERS International Conference on Economic Engineering and Manufacturing Systems Braşov, 26 27 November 2009 RELIABILITY OF THE FEM CALCULATIONS OF THE FRACTURE MECHANICS PARAMETERS Galina TODOROVA, Valentin

More information

: What is Finite Element Analysis (FEA)?

: What is Finite Element Analysis (FEA)? Q: What is Finite Element Analysis (FEA)? A1: It is a numerical technique for finding approximate solutions of partial differential equations (PDE) as well as of integral equations. The solution approach

More information

An Object Oriented Finite Element Library

An Object Oriented Finite Element Library An Object Oriented Finite Element Library Release 3.1.0 Rachid Touzani Laboratoire de Mathématiques Blaise Pascal Université Clermont Auvergne 63177 Aubière, France e-mail: Rachid.Touzani@univ-bpclermont.fr

More information

Exploiting a database to predict the in-flight stability of the F-16

Exploiting a database to predict the in-flight stability of the F-16 Exploiting a database to predict the in-flight stability of the F-16 David Amsallem and Julien Cortial December 12, 2008 1 Introduction Among the critical phenomena that have to be taken into account when

More information

An Investigation into Iterative Methods for Solving Elliptic PDE s Andrew M Brown Computer Science/Maths Session (2000/2001)

An Investigation into Iterative Methods for Solving Elliptic PDE s Andrew M Brown Computer Science/Maths Session (2000/2001) An Investigation into Iterative Methods for Solving Elliptic PDE s Andrew M Brown Computer Science/Maths Session (000/001) Summary The objectives of this project were as follows: 1) Investigate iterative

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

LASer Cavity Analysis and Design

LASer Cavity Analysis and Design The unique combination of simulation tools for LASer Cavity Analysis and Design During the last 15 years LASCAD has become industry-leading so ware for LASer Cavity Analysis and Design. The feedback from

More information

pre- & post-processing f o r p o w e r t r a i n

pre- & post-processing f o r p o w e r t r a i n pre- & post-processing f o r p o w e r t r a i n www.beta-cae.com With its complete solutions for meshing, assembly, contacts definition and boundary conditions setup, ANSA becomes the most efficient and

More information

Parallel Performance Studies for COMSOL Multiphysics Using Scripting and Batch Processing

Parallel Performance Studies for COMSOL Multiphysics Using Scripting and Batch Processing Parallel Performance Studies for COMSOL Multiphysics Using Scripting and Batch Processing Noemi Petra and Matthias K. Gobbert Department of Mathematics and Statistics, University of Maryland, Baltimore

More information

Chapter 7 Practical Considerations in Modeling. Chapter 7 Practical Considerations in Modeling

Chapter 7 Practical Considerations in Modeling. Chapter 7 Practical Considerations in Modeling CIVL 7/8117 1/43 Chapter 7 Learning Objectives To present concepts that should be considered when modeling for a situation by the finite element method, such as aspect ratio, symmetry, natural subdivisions,

More information

The Quality Of 3D Models

The Quality Of 3D Models The Quality Of 3D Models Problems and Solutions for Applications Post-Design Fathi El-Yafi Senior Product Engineer Product Department of EXA Corporation 1 : Overview Status Problems Identified Defect Sources

More information

Scope and Sequence for the New Jersey Core Curriculum Content Standards

Scope and Sequence for the New Jersey Core Curriculum Content Standards Scope and Sequence for the New Jersey Core Curriculum Content Standards The following chart provides an overview of where within Prentice Hall Course 3 Mathematics each of the Cumulative Progress Indicators

More information

ABOUT THE GENERATION OF UNSTRUCTURED MESH FAMILIES FOR GRID CONVERGENCE ASSESSMENT BY MIXED MESHES

ABOUT THE GENERATION OF UNSTRUCTURED MESH FAMILIES FOR GRID CONVERGENCE ASSESSMENT BY MIXED MESHES VI International Conference on Adaptive Modeling and Simulation ADMOS 2013 J. P. Moitinho de Almeida, P. Díez, C. Tiago and N. Parés (Eds) ABOUT THE GENERATION OF UNSTRUCTURED MESH FAMILIES FOR GRID CONVERGENCE

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

CHAPTER 5 USE OF STL FILE FOR FINITE ELEMENT ANALYSIS

CHAPTER 5 USE OF STL FILE FOR FINITE ELEMENT ANALYSIS CHAPTER 5 USE OF STL FILE FOR FINITE ELEMENT ANALYSIS 5.1 Introduction: Most CAD software in the market can generate STL files, and these are generally used for prototyping and rendering purposes. These

More information

High-Frequency Algorithmic Advances in EM Tools for Signal Integrity Part 1. electromagnetic. (EM) simulation. tool of the practic-

High-Frequency Algorithmic Advances in EM Tools for Signal Integrity Part 1. electromagnetic. (EM) simulation. tool of the practic- From January 2011 High Frequency Electronics Copyright 2011 Summit Technical Media, LLC High-Frequency Algorithmic Advances in EM Tools for Signal Integrity Part 1 By John Dunn AWR Corporation Only 30

More information

Validation Report: Additional Data Mapping to Structural Analysis Packages

Validation Report: Additional Data Mapping to Structural Analysis Packages Autodesk Moldflow Structural Alliance 2012 Validation Report: Additional Data Mapping to Structural Analysis Packages Mapping process-induced stress data from Autodesk Moldflow Insight Dual Domain and

More information

Lab - Introduction to Finite Element Methods and MATLAB s PDEtoolbox

Lab - Introduction to Finite Element Methods and MATLAB s PDEtoolbox Scientific Computing III 1 (15) Institutionen för informationsteknologi Beräkningsvetenskap Besöksadress: ITC hus 2, Polacksbacken Lägerhyddsvägen 2 Postadress: Box 337 751 05 Uppsala Telefon: 018 471

More information

Numerical simulation of tunnel construction in volcanic rocks

Numerical simulation of tunnel construction in volcanic rocks Numerical simulation of tunnel construction in volcanic rocks G. Beer, Ch. Duenser Graz University of Technology, Graz, Austria ABSTRACT: For the design of tunnels, numerical simulation plays an important

More information

IMPLEMENTATION OF ANALYTICAL (MATLAB) AND NUMERICAL (HFSS) SOLUTIONS ADVANCED ELECTROMAGNETIC THEORY SOHAIB SAADAT AFRIDI HAMMAD BUTT ZUNNURAIN AHMAD

IMPLEMENTATION OF ANALYTICAL (MATLAB) AND NUMERICAL (HFSS) SOLUTIONS ADVANCED ELECTROMAGNETIC THEORY SOHAIB SAADAT AFRIDI HAMMAD BUTT ZUNNURAIN AHMAD STUDY OF SCATTERING & RESULTANT RADIATION PATTERN: INFINITE LINE CURRENT SOURCE POSITIONED HORIZONTALLY OVER A PERFECTLY CONDUCTING INFINITE GROUND PLANE IMPLEMENTATION OF ANALYTICAL (MATLAB) AND NUMERICAL

More information

The Finite Element Method

The Finite Element Method The Finite Element Method A Practical Course G. R. Liu and S. S. Quek Chapter 1: Computational modeling An overview 1 CONTENTS INTRODUCTION PHYSICAL PROBLEMS IN ENGINEERING COMPUTATIONAL MODELLING USING

More information

Microprocessor Thermal Analysis using the Finite Element Method

Microprocessor Thermal Analysis using the Finite Element Method Microprocessor Thermal Analysis using the Finite Element Method Bhavya Daya Massachusetts Institute of Technology Abstract The microelectronics industry is pursuing many options to sustain the performance

More information

CHAPTER 5 FINITE ELEMENT METHOD

CHAPTER 5 FINITE ELEMENT METHOD CHAPTER 5 FINITE ELEMENT METHOD 5.1 Introduction to Finite Element Method Finite element analysis is a computer based numerical method to deduce engineering structures strength and behaviour. Its use can

More information

Training Digital Circuits with Hamming Clustering

Training Digital Circuits with Hamming Clustering IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS I: FUNDAMENTAL THEORY AND APPLICATIONS, VOL. 47, NO. 4, APRIL 2000 513 Training Digital Circuits with Hamming Clustering Marco Muselli, Member, IEEE, and Diego

More information

Modeling Skills Thermal Analysis J.E. Akin, Rice University

Modeling Skills Thermal Analysis J.E. Akin, Rice University Introduction Modeling Skills Thermal Analysis J.E. Akin, Rice University Most finite element analysis tasks involve utilizing commercial software, for which you do not have the source code. Thus, you need

More information

Study of Convergence of Results in Finite Element Analysis of a Plane Stress Bracket

Study of Convergence of Results in Finite Element Analysis of a Plane Stress Bracket RESEARCH ARTICLE OPEN ACCESS Study of Convergence of Results in Finite Element Analysis of a Plane Stress Bracket Gowtham K L*, Shivashankar R. Srivatsa** *(Department of Mechanical Engineering, B. M.

More information