• Nie Znaleziono Wyników

Common pitfalls while using FEM

N/A
N/A
Protected

Academic year: 2021

Share "Common pitfalls while using FEM"

Copied!
18
0
0

Pełen tekst

(1)

Common pitfalls while using FEM

Chair for Computational Engineering

Faculty of Civil Engineering, Cracow University of Technology e-mail: JPamin@CCE.pk.edu.pl

With thanks to:

R. de Borst (Delft University of Technology) R.L. Taylor (University of California at Berkeley)

M. Radwa´nska, Z. Waszczyszyn, A. Winnicki, A. Wosatko (Cracow Univ. of Technol.)

SOKI, BIM, 2020

Contents

Power of FE technology What is locking?

In-plane shear locking Volumetric locking What is localization?

Sources:

Books of Hughes, Cook, Zienkiewicz & Taylor, Belytschko et al

Figures taken from:

R.D. Cook, Finite Element Method for Stress Analysis, J. Wiley & Sons 1995.

C.A. Felippa, Introduction to Finite Element Methods, University of Colorado, 2001.

http://caswww.colorado.edu/Felippa.d/FelippaHome.d/Home.html

R. Lackner, H.A. Mang. Adaptive FEM for the analysis of concrete structures.

Proc. of EURO-C 1998 Conference, Balkema, Rotterdam, 1998.

(2)

Modelling process

From: T. Kolendowicz Mechanika budowli dla architektw

Set of assumptions: model of structure, material and loading Physical model: representation of essential features

Mathematical model: set of equations (algebraic, differential, integral) + limiting (boundary, initial) conditions

Problems can be stationary (static) or nonstationary (dynamic) Mathematical models can be linear or nonlinear

SOKI, BIM, 2020

Understanding a structure

tension compression

Stress flow in panels

(3)

Numerical model

Discretization (e.g. FEM)

Simplest case: set of linear equations Kˇu = f K - stiffness matrix

ˇu - vector of degrees of freedom f - loading vector

SOKI, BIM, 2020

Discontinuity of derivatives

Contour plots of σxx

Without smoothing With smoothing

(4)

Smoothing of selected component

σh – function obtained from FE solution σ – function after smoothing

Difference between these two fields is a discretization error indicator of Zienkiewicz and Zhu

SOKI, BIM, 2020

Where FE mesh should be finer (Felippa)

(5)

Variants of mesh refinement (Cook)

SOKI, BIM, 2020

Adaptive mesh refinement

Example from Altair Engineering http://www.comco.com

(6)

Mesh generation

SOKI, BIM, 2020

Discretization error monitored

Adaptive mesh refinement

(7)

Advanced problems solved using FEM

Mechanics:

I Extreme load cases, e.g. impact

I Physical nonlinearities, e.g. damage, cracking, plasticity

I Geometrical nonlinearities, i.e. large displacements and/or strains, e.g. sponge

I Contact problems (unilateral constraints)

Multiphysics:

I ANSYS simulations 1 2 3 4

I ADINA simulations 1 2 3 4

SOKI, BIM, 2020

Let’s solve a simple problem

Brazilian test, plane strain, one quarter, elasticity

(8)

Brazilian test, elasticity

Deformation, vertical stress σyy and stress invariant J2σ

SOKI, BIM, 2020

Brazilian split test

Elasticity, mesh sensitivity of stresses

Stress σyy for coarse and fine meshes

Stress under the force goes to infinity (results depend on mesh density) - solution at odds with physics

(9)

Brazilian split test

Ideal Huber-Mises-Hencky plasticity

Final deformation and stress σyy

SOKI, BIM, 2020

Brazilian split test

Ideal Huber-Mises-Hencky plasticity

Final strain yy and strain invariant J2

(10)

Brazilian split test

Ideal Huber-Mises-Hencky plasticity

0 0.2 0.4 0.6 0.8 1

Displacement 0

200 400 600 800

Force

0 0.2 0.4 0.6 0.8 1

Displacement 0

200 400 600 800

Force

This is correct!

For four-noded element load-displacement diagram exhibits artificial hardening due to so-called volumetric locking, since HMH flow theory contains kinematic constraint - isochoric plastic behaviour which cannot be reproduced by FEM model.

Eight-noded element does not involve locking.

SOKI, BIM, 2020

Limitations of finite elements

I Various kinds of locking (overstiff response)

I Zero-energy deformation modes

I Kinematic constraints (e.g.

incompressibility)

I Ill-posed problems (e.g. due to softening)

Locking is a result of two many constraints in comparison with the number of degrees of freedom.

Q4-FI Q4-RI

(NDOF=4×2=8, NCON=4×3=12) (NDOF=4×2=8, NCON=1×3=3) Locking (overstiff response) Singularity (hourglass modes)

(11)

Remedies to locking

I Higher-order interpolation

I Special arrangement of elements (e.g. crossed-diagonal)

I Selective integration or ¯B approach of Hughes

I Mixed formulations (e.g. pressure discretization)

I Enhanced Assumed Strain (EAS) apprach of Simo

Sometimes locking does not prevent convergence, but affects accuracy for coarse meshes.

Be careful with CST, Q4, T4 i H8

SOKI, BIM, 2020

In-plane shear locking (Cook)

(12)

In-plane shear locking

Only at the element centre γxy = 0 Incompatible quadrilateral Q6 u =P4

i =1Niui + (1 − ξ2)g1+ (1 − η2)g2 v =P4

i =1Nivi + (1 − ξ2)g3 + (1 − η2)g4 γxy =P4

i =1

∂Ni

∂y ui +P4 i =1

∂Ni

∂x vi

2yb2g22xa2g3

SOKI, BIM, 2020

In-plane shear locking

(13)

Incompressibility locking

For plane strain or 3D when ν → 0.5

Pressure related to volumetric strain grows to infinity (isochoric deformation is impossible).

SOKI, BIM, 2020

Deviatoric-volumetric split

G = E

2(1 + ν), K = E 3(1 − 2ν) (G Kdev + K Kvol)ˇu = f

When ν → 0.5, K Kvol acts as a penalty constraint and locks the solution, unless Kvol is singular.

(14)

Mixed formulation

Linear elasticity

σij = 2Gui ,j + λuk,kδij, λ = 2νG 1 − 2ν Incompressibility

uk,k = 0 Modification of theory

σij = 2Gui ,j − pδij, p = 1

ii − extra unknown Incompressibility or compressibility

uk,k + p λ = 0

SOKI, BIM, 2020

Mixed formulation

Strong form

LTσ + b = 0

Tu + p λ = 0 Weak form

Z

V

(Lδu)TσdV = Z

V

(δu)TbdV + Z

S

(δu)TtdS ∀δu Z

V

δp

Tu + p λ



dV = 0 ∀δp Discretization of displacements and pressure

u = Nu ˇu, p = Np ˇp

(15)

Mixed formulation

Two-field elements

 K G

GT M

  ˇu ˇp



=

 f fp



If M = 0 (incompressibility) then eliminate ˇu:

(1) → ˇu → (2) discrete Poisson equation → ˇp If M 6= 0 (compressibility) then eliminate ˇp:

(2) → ˇp → (1) standard → ˇu Constraint ratio

r = nequ ncon

Optimal r = 2, e.g. Q4p1 - constant pressure element ( ¯B, SI)

SOKI, BIM, 2020

Localization of deformation

Active process takes place in a narrow band

From: D.A. Hordijk Local approach to fatigue of concrete, Delft University of Technology, 1991

(16)

Definition of localization

I Strain localization is a constitutive effect.

I It is a precursor to failure in majority of materials.

SOKI, BIM, 2020

Forms of localization

From: M.S.A. Siddiquee,

FEM simulations of deformation and failure of stiff geomaterials based on element test results, University of Tokyo, 1994

From: P.B. Lourenco,

Computational strategies for masonry structures,

Delft University of Technology, 1996

(17)

Cause of localization

From: D.A. Hordijk Local approach to fatigue of concrete, Delft University of Technology, 1991

SOKI, BIM, 2020

Pathological mesh sensitivity of numerical solution

(18)

Enhanced continuum description - no pathology

SOKI, BIM, 2020

Continuum vs discontinuum

Displacement and strain distribution in one dimension

displacement

strain

displacement

strain

displacement

strain

Strong discontinuity Weak discontinuity Regularized discontinuity

Cytaty

Powiązane dokumenty

znajdowały się w zbiorze wcześniej, ale nie były spisane (np. były wypożyczone), może też trafi ły do zbiorów dominikanów krasnoborskich po 1770 roku w formie daru czy też

1) Błędnie rozumiejąc moją tezę, du- żą część swojej polemiki dr Prokop po- święca wywodowi różnic między filozo- fią św. Dr Prokop skupia swoją uwagę na spe-

Ostatni wiązał się naturalnie z Kazimierzem Dolnym, którego obraz zaczął wypełniać się treściami nie tylko turystycznymi.. O malarzach tam przebywających

Wymiary powstajcego dialogu Emigracja narodów Europy rodkowo-Wschodniej rozpocza si wraz z wybuchem II wojny wiatowej; po 1945 roku osigna rozmiary masowej ucieczki z zarysowujcego

Góra, Gazety polskie okresu międzywojennego w Bibliotece Uniwersyteckiej w Pozna­ niu, w: Gazety: zasoby, opracowanie, ochrona, digitalizacja, promocja/informacja.. Materiały

Pomimo pozytywnych tendencji w produkcji rybo- łówstwa (zmniejszenie skali spadku) oraz wzrostu spożycia artykułów rybnych w badanym okresie pozycja Polski w tych dziedzinach

Zachował się opis szczątków Rychezy w sprawozdaniu kolońskiego duchownego i historyka Aegidusa Geleniusa, który badał wnętrze grobu Rychezy w kwietniu 1633 roku..

In all, by transient complex formation with unstable ester fuels inside a supramolecular host we have control over and can numerically predict the rate of a