Free Software and FEM

Index

Start presentation

Slide 1: CAELinux

A Linux Distribution for CAE
|

Slide 2: Gmesh Script Driven

A "languagge" to generate 1D, 2D and 3D mesh
// We can then define some additional points as well as our first
// curve.  Curves are Gmsh's second type of elementery entities, and,
// amongst curves, straight lines are the simplest. A straight line is
// defined by a list of point numbers. In the commands below, for
// example, the line 1 starts at point 1 and ends at point 2:

Point(2) = {.1, 0,  0, lc} ;
Point(3) = {.1, .3, 0, lc} ;
Point(4) = {0,  .3, 0, lc} ;

Line(1) = {1,2} ;
Line(2) = {3,2} ;
Line(3) = {3,4} ;
Line(4) = {4,1} ;

Slide 3: Gmesh Interactive with GUI

A windows and a 3D mesh

Slide 4: Gmesh Tutorial

A tutorial for creating a 3D mesh

Slide 5: Gmesh Tutorial

Some example

Slide 6: Code_Aster 1

EDF supported project

Slide 7: Code_Aster 2

Extensive Documentation

Slide 8: Code_Aster 3

Community Driven support

Slide 9: ClaculiX

Slide 10: ClaculiX Non-Linear capabilities 1

NAFEMS benchmark 3DNLG-9: large elastic deflection of a pinched hemispherical shell
|

Slide 11: ClaculiX Non-Linear capabilities 2

large deformation of Shell Stress

Slide 12: FEM Tools inside script environment

Two major environment

  • Scilab
  • Octave
  • worth noting are that they require an high level of programming skills supplying higher level of flexibilty for research

Slide 13: Octave Tools OctMesh

Slide 14: Octave Tools FEMOCTAVE

Slide 15: Scilab Tools

A scila wiki

Slide 16: Scilab GetFEM++

Tolls Home

Slide 17: Scilab GetFEM 1

A scilab interface to a C++ library with meshing capability and a good documentation

Slide 18: Scilab GetFem 2

and solution feature

Slide 19: Scilab FreeFEM++

Tolls Home it is something similar to getFEM

-- RobertoBernetti - 26 Jan 2012
Topic revision: r1 - 22 Feb 2017, UnknownUser
This site is powered by FoswikiCreative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License1999-2025
Ideas, requests, problems regarding this site? Send feedback