Free Mechanical Engineering Software
Finite Element Analysis

 

ELLIPT2D: a general 2-D elliptic equation solver

Release: Mon Jul 3 08:57:36 EDT 2006


Contents


Examples
Documentation
Gallery
Download file


Ellipt2d is a general purpose, finite-element tool implemented primarily in Python for solving two-dimensional elliptic equations.

Software aims and capabilities:

  • Open source.
  • Solves equations of the form: -div(F*grad(v)) + gv = s, where F (a tensor), g and s are user-supplied functions of x and y.
  • Real and complex
  • Eigenvalue problems
  • Full user control over boundary conditions (Dirichlet, Neumann and Robin).
  • Ellipt2d supports:
    1. Structured meshes.
    2. Quality unstructured meshes with arbitrary boundaries based on TRIANGLE
  • Problems can be real or complex
  • Subset of ELLIPT2D runs with Jython
  • Choice between built-in conjugate gradient solvers and SuperLU sparse matrix solver.
  • Easily extendable, object oriented design.
  • Code is quick to write and understand because it's based on the scripting language Python.
  • Online documentation.
  • Optional interaction through a graphical user interface (Tkinter).
  • Interfaces to 3rd party visualization tools: OpenDX, AVS/Express, VTK and plotMTV.
  • Tk graphics-based tools for debugging.
Ellipt2d is the ideal finite-element, rapid development tool for problems with up to 100 000's nodes.

Requirements:

  • A minimal installation requires Python 2.2 or later, with Tkinter activated.
  • A source version of Python including *.h headers as well as a C compiler (e.g. gcc) are in addition necessary to build the shared libraries from source (strongly recommended). Windows users can install the DDLs without having access to a C compiler.
Ellipt2d has been tested on Linux and other Unices, and Windows.

Useful links

Official Python web site
Triangle
OpenDX

Other Finite element tools

A 2-D finite element program using a simple scripting language called Gfem.
Diffpack, a full 3-D finite element package.


SourceForge Logo
Comments to authors: J. C Mollis, A. Pletzer

 



Introduction

Welcome to the Impact Finite Element Program.

This program was designed to be a free and SIMPLE alternative to the advanced commercial Finite Element codes available today. The guideline during the development of the program has been to keep things clear and simple in design.

Impact has been designed to be easily extendible and modular to enable programmers a way to easy add features to the program without having to enter other parts of the code. Impact has been written in Java. This choice of language may seem strange at first, but with the recent development of Java engines, speed penalty is not that significant. On the other hand, the Object Oriented features and the high portability of Java is a clear advantage for the future.

Impact is a Finite Element Code which is based on an Explicit Time stepping algorithm. These kind of codes are used to simulate dynamic phenomena such as car crashes and similar, usually involving large deformations.

There are quite few explicit codes around which might seem strange since the other cousin (implicit finite element) are quite common. The implicit codes are used to simulate static loads in structures. Something that explicit codes does not manage very well.







Impact is written in Java

Impact is written in Java for two reasons:

1. Java is an Object Oriented language and that suits Finite Element Programming perfectly
2. Java is clean, simple and extremely portable.

On the other hand, Java might seem like a strange choice since this is a high performance number crunching type of software and Java is not known to be competitive to ex. Fortran or C++ in this area. True, it is slower but with the new interpreters from IBM and Sun, the built in runtime compiling actually gets the speed up quite a bit so this is not such an issue after all.


Contributors to Impact

Jonas Forssell - Development
Yuriy Mikhaylovskiy - Development
Nikolay Skiba - Development
Galina Golovko - Development
Bernhard Haumacher - Parallellisation
Claus Wonnemann - Parallellisation
Ruediger Heim - Interface development 1:st generation
Kjell Mattisson - Scientific advisor

Application

At the moment, Impact can only handle dynamic INCOMPRESSIBLE problems. Examples of problems with this kind of limitation is basically most real world dynamic problems. The following is a list of problems that Impact will be able to solve in the future.

  • Collisions of any type
  • Forming operations
  • Dynamic events such as chassis movement etc.

Theoretical base

The explicit code is based on the simple formula of F=M*A where F represents a force, M is the mass of a body and A is the resulting acceleration of that body.

All the code does is to calculate the acceleration for the body, use a small step in time to translate this acceleration into a little displacement of the body. This displacement is then used to calculate a responding force since the body is elastic and can be stretched (thus creating a reaction force). This force is then used to calculate an acceleration and then the process is repeated again from the beginning.

As long as the timestep is sufficiently small, the results are accurate.

Literature of Interest

There are a large number of books available on Finite Element Theory. Most of them describe Finite Element from a static point of view and is therefore of limited interest to the potential Impact programmer.

On the other hand, the theory of element formulation is often usable to a large extent and having that in mind, here are a few proposals:

  • Concepts And Applications Of Finite Element Analysis, Third edition - Robert D. Cook, David S. Malkus, Michael E. Plesha, ISBN 0-471-84788-7
  • The Finite Element Method - Linear Static and Dynamic Finite Element Analysis - Thomas J. R. Hughes, ISBN 0-484-41181-8
  • Nonlinear Finite Elements for Continua and Structures - Ted Belytschko, Wing Kam Liu, Brian Moran. ISBN 0-471-98773-5

The first book is recommended to beginners and engineers in general since it deals with most issues from a linear algebra perspective. This makes the code writing quite close to the Impact format. It is also a very good book and the one I have had best feedback from.

Ted Belytschko's book is the "bible" in this field. The man behind explicit codes have finally written a compendium on the theory and some principle algorithms are also shown. However, for an engineers perspective, this book is quite deep in its places and is more suitable as a reference than as a learning book for beginners.

There are also some papers written which are of interest:

  • Explicit Algorithms For The Nonlinear Dynamics Of Shells - Ted Belytchko, Jerry I. Lin, Chen-Shyh Tsay, Computer methods in applied mechanics and engineering 42 (1984), page 225-251
  • An Explicit Formulation For An Efficient Triangular Plate-Bending Element - Jean-Louis Batoz, International journal for numerical methods in engineering, Vol. 18, page 1077-1089 (1982)

These papers form the basis of coming shell element extension to Impact.

To understand the concept behind object orientation, inheritance etc, the following book is a pleasure to read:

  • Thinking in Java - Burce Eckel, ISBN 0-13-027363-5; The book is also available for free download at: http://www.bruceeckel.com

Installation

Impact is a Java program which means that there is no compilation of sourcecode or similar to be done. However, there are some programs you need to install to be able to run Impact and to see the results.

Start by downloading the program files of impact from http://sourceforge.net/projects/impact

The file is a Impact-XXXX.zip file and must be untarred using the command tar -xvf Impact-XXXX.zip if you are running Linux. For Windows users the Winzip program will handle the expansion.

Prerequisites

To get Impact working you need:

  1. A Java engine - Java SE Runtime Environment (JRE) or Java SE Development Kit(JDK) http://java.sun.com/javase/downloads/index.jsp
  2. A Java3D https://java3d.dev.java.net/binary-builds.html
  3. After installation for program start the package file ImpactGUI_OGL_XXXXX.bat (.sh), where instead of XXXXX choose a file which corresponds to your operating system is used.

A good Java engine is the Sun version which can be found at http://java.sun.com/javase/downloads/index.jsp. You can take either the Runtime environment or the Software Development Kit.

There are several alternative Java engines.

After installation, you can run the solver by going to the processor tab (assuming you have started impact GUI and then loading in one of the examples from the examples directory. Solution is then started by pressing the play button.

Impact will now create two outdatafiles:

  • xxxxx.in.flavia.res
  • xxxxx.in.flavia.msh

These files can be read by the internal postprocessor or alternatively by GID preprocessor and postprocessor. Make sure to always select the .res file when viewing the results.

 


LISA - Finite Element Technologies
Sonnenhof Holdings

3757 Woodruff Cres.
Mississauga Ontario L4T 1T8
Canada

"FREE LISA 7.1.1 DOWNLOAD, 1300 node limit !"

Home Product Download Support Purchase

LISA Full Version for only $50!

 
 

 

LISA' Finite Element Analysis Types

linear static (including mixed materials)

modal vibration

dynamic response

thermal (steady and transient)

fluid analysis (including Navier Stokes equations)

seepage

acoustic

electrostatics

magnetostatics

electrical networks

 

also...

Active-X port to call internal LISA functions

source code in Open Source (not free)

used by R & D scientists at Berkeley Lab (US), AMD (US), Weyerhaeuser (US), Thomson Multimedia (FR), Siemens (AT), Philips (CA), Schlumberger (UK), Airbus (UK), Pratt & Whitney (US), Alstom (CA), Boeing (US), Nikon (US), Bechtel (UK), Pirelli (IT), Raytheon (US)

used by engineers in Germany, U.S.A, Japan, U.K, Canada, Switzerland, France, Belgium, Australia, New Zealand, Austria, Denmark, Finland, Norway, Sweden, Netherlands, Italy, Greece, Spain, Ireland, Poland, Argentina, Brazil, Russia, Slowenia, Croatia, Slovakia, Mexico, Singapore, Thailand, Turkey, Cyprus, Colombia, India, Malaysia, Kuwait, Indonesia and South Africa.

 


Affordable FEA software for all !

 

Originally developed in Germany, the full version of LISA used to retail for € 2000, but we're now giving it away for CAD $50. The software is continuously being developed and is backed up by free tech support. It's our way of making professional FEA software accessible to individuals and not just companies.

 



LISA comes with a very good HTML user manual, which breaks down a highly mathematical subject into understandable english. Newcomers to the FE method will find LISA an indispensible tool, which is why universities in the U.S, U.K, Canada, Italy, Netherlands, Spain, Poland & Japan use LISA for their introductory courses, despite having ANSYS seats.

 

 

 
 

©2010 Sonnenhof Holdings, Canada.



Mathematics Applied to Physics and Engineering

Google

Precalculus Tutorials

Graphing Functions

Calculus Tutorials and Problems

Calculus Questions with Answers

Trigonometry Tutorials and Problems for Self Tests

Geometry Tutorials and Problems

Math problems

solving Equation and Inequalities

Graphs of Functions, Equations, and Algebra (applest)

Online Math Calculators and Solvers

Online Geometry Calculators and Solvers

Elementary statistics and Probability Tutorials

Math Software (applets)

Applications of Mathematics in Physics and Engineering

Antennas

free math worksheets to download

Free trigonometry worksheets to download

Free Calculus Worksheets to Download

Free Geometry Worksheest to Download

Free graph paper


How are mathematics connected and applied to Physics and Engineering problem solving? Below are links to some of these problems.

More topics to explore and Problems:

Mathematics Tutorials and Problems (with applets)



Home Page - Online Calculators - Trigonometry - Antennas - Graphing - Precalculus Tutorials - Calculus Tutorials
Calculus Questions - Geometry Tutorials - Precalculus Applets - Applied Math - Precalculus Questions and Problems -
Equations, Systems and Inequalities - Geometry Calculators - Math Software - Elementary Statistics -
Author - e-mail

Updated: 11 November 2007 (A Dendane)

 

 

12 3 4 5 6 7 8 9 10 11 Next
PPD Software

About | Contact Us | Copyright 2002 - 2009 BrotherSoft.com All rights reserved. Privacy policy

SciCalculator.com - The Scientific Calculator
  SciCalculator.com Bookmark and Share  
  
 
n e ( )  
sin cos tan x n log ln
sin -1 cos -1 tan -1 x -1 10 x e x
7 8 9 DEL AC
4 5 6 × ÷
1 2 3 +
0 . Π Ans =
 

  CSA



Cryogenic Technologies


Pump Speed

Pressure Range


Vessel Volume

Pump Down Time


Vacuum System


 

 

Description

Back to Multivariable Calculus Mathlets              Back to Mathlets Home

The site www.flashandmath.com is maintained by Doug Ensley (doug@flashandmath.com) and Barbara Kaskosz (barbara@flashandmath.com).
It has been developed with partial funding from the National Science Foundation and the Mathematical Association of America.








www.flashandmath.com

www.flashandmath.com


www.flashandmath.com


 

www.flashandmath.com



 

www.flashandmath.com



 

www.flashandmath.com






 

www.flashandmath.com

 

Calculate Your Body Mass Index!




Enter Your Height :
Enter Your Weight :
 



This work was supported in part by the National Science Foundation under grant DUE-0535327.

www.flashandmath.com





Contents

  1. Description

We present an applet that combines a contour diagram plotter and a 3D function grapher, and allows the user to toggle between the two. Since both contour maps and 3D graphs are very sensitive to the choice of x and y ranges, it is often very hard to interpret a contour diagram without seeing the corresponding 3D graph. This applet provides an opportunity to compare these two ways of visualizing functions of two variables. Click either of the images below to open the applet.

The image above shows the contour map part, the one below the 3D grapher part.

In the applet, the user can enter a formula for a function f(x,y), x and y ranges and see the corresponding contour diagram. The 3D grapher part draws the 3D graph of a user-defined function f(x,y), in the user-defined x and y ranges. The 3D graph can be rotated in real time. The possibility of comparing the two ways of visualizing functions of two variables gives the applet its pedagogical value.

Note:   The applet is written in ActionScript 3 and requires several of our custom AS3 classes. The complete source code for the applet is available in the AS3 developers section of Flash and Math at: Contour Map Plotter and 3D Function Grapher in Flash Combined.

 

 

 

 

 

Make a Free Website with Yola.