3 Computational Models
3 Computational Models
Computer Modelling
Steps In Computational Modelling
CAD generates geometry. CAD domain broken down into small elements - meshing Number of methods used to discretise equations as solver technology: Finite Difference Finite Element Finite Volume Graphical packages available for visualisation.
Computer Modelling
Geometry How well does the computer represent the real world? CAD software often used at this stage check veracity of the arising geometrical model. Are we capturing all the important details?
Computer Modelling
Material Properties and behaviour How do my materials behave?
Stress in Solder Joints (Elastic or Plastic) Stress in Substrates (Isotropic or Orthotropic) Air flow through a heat sink (Laminar or Turbulent)
How accurate is my materials data?
Computer Modelling
Boundary + Initial Conditions Am I using the correct boundary conditions?
Computer Modelling
Analysis Type
Can I assume the domain is 2-dimensional?
x
Is my analysis dependent on time?
Elastic material properties (Linear) - easier Plasticity (Non-Linear) more solution effort
Computer Modelling
Building Models
For example consider the temperature, u(x,y), across the following plate.
(0,0)
Insulated
Solve :
2 2 u u 2 + 2 = 0.0, x y
100o C
y
25o C
Insulated
(10,5)
Computer Modelling
Building Models
Insulated
25o C
(10,5) 100o C
REAL WORLD
(0,0)
Insulated
u(0,y) =25
u(10,y) =100
MODEL
RESULT
8
Computer Modelling
Meshing Structured and Unstructured
Topology representation - Points - Faces - Elements Mix element types. Requires whole field solvers. - Large memory needed.
9
Computer Modelling
Mesh Quality
The shape of the elements making up the mesh should be of reasonable quality
Good
Poor
Poor elements with large aspect ratios and internal angles Mesh quality depends on analysis type most codes have internal checks.
10