Lesson01 Computational Modelling
Lesson01 Computational Modelling
01-FUNDAMENTALS
Lesson 1.
COMPUTATIONAL MODELLING
CONTENTS
INTRODUCTION
PHYSICAL PROBLEMS IN ENGINEERING
COMPUTATIONAL MODELLING USING FEM
Geometry modelling
Meshing
Material properties specification
Boundary, initial and loading conditions specification
SIMULATION
Discrete system equations
Equation solvers
VISUALIZATION
analytical solution
F(x)
Unknows: discrete
values for the FV
at the nodes
Elements tied to
one another
Set of linear
algebraic
simultaneous
equations for the
entire system
x
elements nodes
Equations formulation
PRO
and solving
Ok?
Eventually represented by
discretized elements
Note that curved
lines/surfaces may not be
well represented if elements
with linear edges are used.
Why do we discretize?
Solutions to most complex, real life problems are
unsolvable analytically
Dividing domain into small, regularly shaped
elements/cells enables the solution within a single
element to be approximated easily
Solutions for all elements in the domain then
approximate the solutions of the complex problem itself
(see analogy of approximating a complex function with
linear functions)
How?
Part of preprocessing
Automatic mesh generators: an ideal
Semi-automatic mesh generators: in practice
Shapes (types) of elements
Triangular (2D)
Quadrilateral (2D)
Tetrahedral (3D)
Hexahedral (3D)
Etc.
Triangulation
Equations solvers
Problem dependent
Making use of computer architecture
Different approaches
Taylor series
For traditional FDM
Integral representation
Mesh free methods