A model order reduction technique for speeding up computational homogenisation

Size: px
Start display at page:

Download "A model order reduction technique for speeding up computational homogenisation"

Transcription

1 A model order reduction technique for speeding up computational homogenisation Olivier Goury, Pierre Kerfriden, Wing Kam Liu, Stéphane Bordas Cardiff University

2 Outline Introduction Heterogeneous materials Computational Homogenisation Model order reduction in Computational Homogenisation Proper Orthogonal Decomposition (POD) Optimal snapshot selection System approximation Results Conclusion

3 Outline Introduction Heterogeneous materials Computational Homogenisation Model order reduction in Computational Homogenisation Proper Orthogonal Decomposition (POD) Optimal snapshot selection System approximation Results Conclusion

4 Outline Introduction Heterogeneous materials Computational Homogenisation Model order reduction in Computational Homogenisation Proper Orthogonal Decomposition (POD) Optimal snapshot selection System approximation Results Conclusion

5 Heterogeneous materials Many natural or engineered materials are heterogeneous Homogeneous at the macroscopic length scale Heterogeneous at the microscopic length scale

6 Heterogeneous materials Need to model the macro-structure while taking the micro-structures into account = better understanding of material behaviour, design, etc.. Two choices: Direct numerical simulation: brute force! Multiscale methods: when modelling a non-linear materials = Computational Homogenisation

7 Outline Introduction Heterogeneous materials Computational Homogenisation Model order reduction in Computational Homogenisation Proper Orthogonal Decomposition (POD) Optimal snapshot selection System approximation Results Conclusion

8 Semi-concurrent Computational Homogenisation (FE 2,...) Macrostructure Effective Stress Effective strain tensor Effective Stress Effective strain tensor

9 Problem For non-linear materials: Have to solve a RVE boundary value problem at each point of the macro-mesh where it is needed. Still expensive! Need parallel programming

10 Outline Introduction Heterogeneous materials Computational Homogenisation Model order reduction in Computational Homogenisation Proper Orthogonal Decomposition (POD) Optimal snapshot selection System approximation Results Conclusion

11 Outline Introduction Heterogeneous materials Computational Homogenisation Model order reduction in Computational Homogenisation Proper Orthogonal Decomposition (POD) Optimal snapshot selection System approximation Results Conclusion

12 Strategy Use model order reduction to make the solving of the RVE boundary value problems computationally achievable Linear displacement: ( ) ɛ M ɛxx (t) ɛ (t) = xy (t) ɛ xy (t) ɛ yy (t) u(t) = ɛ M (t)(x x) + ũ with ũ Γ = 0 Fluctuation ũ approximated by: ũ i φ iα i

13 Projection-based model order reduction The RVE problem can be written: F int (ũ(ɛ M (t)), ɛ M (t)) + F }{{} ext (ɛ M (t)) = 0 (1) Non-linear We are interested in the solution ũ(ɛ M ) for many different values of ɛ M (t [0, T ]) ɛ xx, ɛ xy, ɛ yy. Projection-based model order reduction assumption: Solutions ũ(ɛ M ) for different parameters ɛ M are contained in a space of small dimension span((φ i ) i 1,n )

14 RVE boundary value problem Matrix Inclusions

15 Proper Orthogonal Decomposition (POD) How to choose the basis [φ 1, φ 2,...] = Φ?

16 Proper Orthogonal Decomposition (POD) How to choose the basis [φ 1, φ 2,...] = Φ? Offline Stage Learning stage : Solve the RVE problem for a certain number of chosen values of ɛ M

17 Proper Orthogonal Decomposition (POD) How to choose the basis [φ 1, φ 2,...] = Φ? Offline Stage Learning stage : Solve the RVE problem for a certain number of chosen values of ɛ M We obtain a base of solutions (the snapshot): (u 1, u 2,..., u ns ) = S

18 Find the basis [φ 1, φ 2,...] = Φ that minimises the cost function: J(Φ) = n POD u i φ k. φ k, u i 2 (2) µ P s with the constraint φ i, φ j = δij Use SVD (Singular Value Decomposition) k

19 Reduced equations Reduced system after linearisation: min α KΦ α + F ext

20 Reduced equations Reduced system after linearisation: min α KΦ α + F ext In the Galerkin framework: Φ T KΦ α + Φ T F ext = 0

21 Reduced equations Reduced system after linearisation: min α KΦ α + F ext In the Galerkin framework: Φ T KΦ α + Φ T F ext = 0 That s it! In the online stage, this much smaller system will be solved.

22 Outline Introduction Heterogeneous materials Computational Homogenisation Model order reduction in Computational Homogenisation Proper Orthogonal Decomposition (POD) Optimal snapshot selection System approximation Results Conclusion

23 Arbitrary sampling unsatisfactory Problem: parameter space is HUGE! No guarantee that the arbitrary sampling explores the parameter space well enough

24 Load of worst prediction Rather than an arbitrary sampling, iteratively add the path of worst prediction:

25 Load of worst prediction find the step increment ɛ i that maximises: u exact (t i, ɛ(t i ) + ɛ i ) u approx (t i, ɛ(t i ) + ɛ i ) ɛ(t i+1 ) = ɛ(t i ) + ɛ i max

26 First paths generated Initial loading

27 Example Snapshot selection using the load of worst prediction algorithm (36 load paths generated) First 3 modes:

28 Coarse contribution Fluctuation =

29 Is that good enough? Speed-up actually poor Equation Φ T KΦ α + Φ T F ext = 0 quicker to solve but Φ T KΦ still expensive to evaluate Need to do something more = system approximation

30 Outline Introduction Heterogeneous materials Computational Homogenisation Model order reduction in Computational Homogenisation Proper Orthogonal Decomposition (POD) Optimal snapshot selection System approximation Results Conclusion

31 Idea Define a surrogate structure that retains only very few elements of the original one

32 Idea Define a surrogate structure that retains only very few elements of the original one Reconstruct the operators using a second POD basis representing the internal forces

33 Gappy technique Originally used to reconstruct altered signals F int (Φ α) approximated by F int (Φ α) Ψ β

34 Gappy technique Originally used to reconstruct altered signals F int (Φ α) approximated by F int (Φ α) Ψ β F int (Φ α) is evaluated exactly only on a few selected nodes: Fint (Φ α)

35 Gappy technique Originally used to reconstruct altered signals F int (Φ α) approximated by F int (Φ α) Ψ β F int (Φ α) is evaluated exactly only on a few selected nodes: Fint (Φ α) β found through: min Ψ β Fint (Φ α) β 2

36 Gappy technique Originally used to reconstruct altered signals F int (Φ α) approximated by F int (Φ α) Ψ β F int (Φ α) is evaluated exactly only on a few selected nodes: Fint (Φ α) β found through: min Ψ β Fint (Φ α) β Selection of the controlled elements using DEIM 2

37 Controlled elements locations Mode 3 Mode 2 Mode 1

38 Outline Introduction Heterogeneous materials Computational Homogenisation Model order reduction in Computational Homogenisation Proper Orthogonal Decomposition (POD) Optimal snapshot selection System approximation Results Conclusion

39 Error Number of static basis vectors Relative error in energy norm Number of displacement basis vectors

40 Speedup Number of static basis vectors Speedup Number of displacement basis vectors 1

41 0.035 Relative error in energy norm Number of basis vectors increases Speedup

42 Outline Introduction Heterogeneous materials Computational Homogenisation Model order reduction in Computational Homogenisation Proper Orthogonal Decomposition (POD) Optimal snapshot selection System approximation Results Conclusion

43 Conclusion Model order reduction can be used to solved the RVE problem faster and with a reasonable accuracy An efficient snapshot selection algorithm can be developed when dealing with time-dependent parameters The controlled elements generated by the DEIM algorithm lie where damage is high Can be thought of as a bridge between analytical and computational homogenisation: the reduced bases are pseudo-analytical solutions of the RVE problem that is still computationally solved at very reduced cost

44 Thank you for your attention!

S. Freitag, B. T. Cao, J. Ninić & G. Meschke

S. Freitag, B. T. Cao, J. Ninić & G. Meschke SFB 837 Interaction Modeling Mechanized Tunneling S Freitag, B T Cao, J Ninić & G Meschke Institute for Structural Mechanics Ruhr University Bochum 1 Content 1 Motivation 2 Process-oriented FE model for

More information

Alternative numerical method in continuum mechanics COMPUTATIONAL MULTISCALE. University of Liège Aerospace & Mechanical Engineering

Alternative numerical method in continuum mechanics COMPUTATIONAL MULTISCALE. University of Liège Aerospace & Mechanical Engineering University of Liège Aerospace & Mechanical Engineering Alternative numerical method in continuum mechanics COMPUTATIONAL MULTISCALE Van Dung NGUYEN Innocent NIYONZIMA Aerospace & Mechanical engineering

More information

Towards Reduced Order Modeling (ROM) for Gust Simulations

Towards Reduced Order Modeling (ROM) for Gust Simulations Towards Reduced Order Modeling (ROM) for Gust Simulations S. Görtz, M. Ripepi DLR, Institute of Aerodynamics and Flow Technology, Braunschweig, Germany Deutscher Luft und Raumfahrtkongress 2017 5. 7. September

More information

CSMA Towards optimal design of multiscale nonlinear structures and reduced-order modeling approaches. 1 Introduction.

CSMA Towards optimal design of multiscale nonlinear structures and reduced-order modeling approaches. 1 Introduction. CSMA 2017 13ème Colloque National en Calcul des Structures 15-19 Mai 2017, Presqu île de Giens (Var) Towards optimal design of multiscale nonlinear structures and reduced-order modeling approaches Liang

More information

A FULLY COUPLED MULTISCALE SHELL FORMULATION FOR THE MODELLING OF FIBRE REINFORCED LAMINATES

A FULLY COUPLED MULTISCALE SHELL FORMULATION FOR THE MODELLING OF FIBRE REINFORCED LAMINATES ECCM-6 TH EUROPEAN CONFERENCE ON COMPOSITE MATERIALS, Seville, Spain, 22-26 June 24 A FULLY COUPLED MULTISCALE SHELL FORMULATION FOR THE MODELLING OF FIBRE REINFORCED LAMINATES J. Främby, J. Brouzoulis,

More information

The HJB-POD approach for infinite dimensional control problems

The HJB-POD approach for infinite dimensional control problems The HJB-POD approach for infinite dimensional control problems M. Falcone works in collaboration with A. Alla, D. Kalise and S. Volkwein Università di Roma La Sapienza OCERTO Workshop Cortona, June 22,

More information

Greedy control. Martin Lazar University of Dubrovnik. Opatija, th Najman Conference. Joint work with E: Zuazua, UAM, Madrid

Greedy control. Martin Lazar University of Dubrovnik. Opatija, th Najman Conference. Joint work with E: Zuazua, UAM, Madrid Greedy control Martin Lazar University of Dubrovnik Opatija, 2015 4th Najman Conference Joint work with E: Zuazua, UAM, Madrid Outline Parametric dependent systems Reduced basis methods Greedy control

More information

Reduced order modelling for Crash Simulation

Reduced order modelling for Crash Simulation Reduced order modelling for Crash Simulation Fatima Daim ESI Group 28 th january 2016 Fatima Daim (ESI Group) ROM Crash Simulation 28 th january 2016 1 / 50 High Fidelity Model (HFM) and Model Order Reduction

More information

Archetype-Blending Multiscale Continuum Method

Archetype-Blending Multiscale Continuum Method Archetype-Blending Multiscale Continuum Method John A. Moore Professor Wing Kam Liu Northwestern University Mechanical Engineering 3/27/2014 1 1 Outline Background and Motivation Archetype-Blending Continuum

More information

Virtual tests based on model reduction strategies for fatigue analysis

Virtual tests based on model reduction strategies for fatigue analysis Proceedings of the 7th GACM Colloquium on Computational Mechanics for Young Scientists from Academia and Industry October 11-13, 217 in Stuttgart, Germany Virtual tests based on model reduction strategies

More information

Nonlinear Model Reduction for Rubber Components in Vehicle Engineering

Nonlinear Model Reduction for Rubber Components in Vehicle Engineering Nonlinear Model Reduction for Rubber Components in Vehicle Engineering Dr. Sabrina Herkt, Dr. Klaus Dreßler Fraunhofer Institut für Techno- und Wirtschaftsmathematik Kaiserslautern Prof. Rene Pinnau Universität

More information

Multi-scale digital image correlation of strain localization

Multi-scale digital image correlation of strain localization Multi-scale digital image correlation of strain localization J. Marty a, J. Réthoré a, A. Combescure a a. Laboratoire de Mécanique des Contacts et des Strcutures, INSA Lyon / UMR CNRS 5259 2 Avenue des

More information

Error estimation and adaptivity for model reduction in mechanics of materials

Error estimation and adaptivity for model reduction in mechanics of materials Error estimation and adaptivity for model reduction in mechanics of materials David Ryckelynck Centre des Matériaux Mines ParisTech, UMR CNRS 7633 8 février 2017 Outline 1 Motivations 2 Local enrichment

More information

Reduced basis method for efficient model order reduction of optimal control problems

Reduced basis method for efficient model order reduction of optimal control problems Reduced basis method for efficient model order reduction of optimal control problems Laura Iapichino 1 joint work with Giulia Fabrini 2 and Stefan Volkwein 2 1 Department of Mathematics and Computer Science,

More information

FEMxDEM double scale approach with second gradient regularization applied to granular materials modeling

FEMxDEM double scale approach with second gradient regularization applied to granular materials modeling FEMxDEM double scale approach with second gradient regularization applied to granular materials modeling Albert Argilaga Claramunt Stefano Dal Pont Gaël Combe Denis Caillerie Jacques Desrues 16 december

More information

Finite Element Method in Geotechnical Engineering

Finite Element Method in Geotechnical Engineering Finite Element Method in Geotechnical Engineering Short Course on + Dynamics Boulder, Colorado January 5-8, 2004 Stein Sture Professor of Civil Engineering University of Colorado at Boulder Contents Steps

More information

Computational Homogenization and Multiscale Modeling

Computational Homogenization and Multiscale Modeling Computational Homogenization and Multiscale Modeling Kenneth Runesson and Fredrik Larsson Chalmers University of Technology, Department of Applied Mechanics Runesson/Larsson, Geilo 2011-01-24 p.1/23 Lecture

More information

Parameterized Partial Differential Equations and the Proper Orthogonal D

Parameterized Partial Differential Equations and the Proper Orthogonal D Parameterized Partial Differential Equations and the Proper Orthogonal Decomposition Stanford University February 04, 2014 Outline Parameterized PDEs The steady case Dimensionality reduction Proper orthogonal

More information

The Finite Element Method for Solid and Structural Mechanics

The Finite Element Method for Solid and Structural Mechanics The Finite Element Method for Solid and Structural Mechanics Sixth edition O.C. Zienkiewicz, CBE, FRS UNESCO Professor of Numerical Methods in Engineering International Centre for Numerical Methods in

More information

A surrogate modeling approach to support real-time structural assessment and decision-making

A surrogate modeling approach to support real-time structural assessment and decision-making A surrogate modeling approach to support real-time structural assessment and decision-making L. Mainini and K. Willcox Massachusetts Institute of Technology, Cambridge, Massachusetts, 139, USA This paper

More information

Durham Research Online

Durham Research Online Durham Research Online Deposited in DRO: 28 November 2016 Version of attached le: Accepted Version Peer-review status of attached le: Peer-reviewed Citation for published item: Wang, Mengyu and Brigham,

More information

Numerical approximation for optimal control problems via MPC and HJB. Giulia Fabrini

Numerical approximation for optimal control problems via MPC and HJB. Giulia Fabrini Numerical approximation for optimal control problems via MPC and HJB Giulia Fabrini Konstanz Women In Mathematics 15 May, 2018 G. Fabrini (University of Konstanz) Numerical approximation for OCP 1 / 33

More information

Multiscale numerical methods for the simulation of diffusion processes in random heterogeneous media with guaranteed accuracy

Multiscale numerical methods for the simulation of diffusion processes in random heterogeneous media with guaranteed accuracy Multiscale numerical methods for the simulation of diffusion processes in random heterogeneous media with guaranteed accuracy Daniel Alves Paladim Supervisors: Prof. Stéphane Bordas Dr. Pierre Kerfriden

More information

Worst-Case Gust Prediction through Surrogate Models applied to SVD-reduced Gust Databases

Worst-Case Gust Prediction through Surrogate Models applied to SVD-reduced Gust Databases Worst-Case Gust Prediction through Surrogate Models applied to SVD-reduced Gust Databases EngD Student: Supervisors: Simone Simeone T. Rendall and J. E. Cooper DiPaRT 2017 1 Motivation Certification specifications

More information

CM3. Probabilistic model for MEMS microbeam resonance frequency. Computational & Multiscale Mechanics of Materials

CM3. Probabilistic model for MEMS microbeam resonance frequency. Computational & Multiscale Mechanics of Materials Computational & Multiscale Mechanics of Materials CM3 www.ltas-cm3.ulg.ac.be Probabilistic model for MEMS microbeam resonance frequency Lucas Vincent Wu Ling Arnst Maarten Golinval Jean-Claude Paquay Stéphane

More information

Xingye Yue. Soochow University, Suzhou, China.

Xingye Yue. Soochow University, Suzhou, China. Relations between the multiscale methods p. 1/30 Relationships beteween multiscale methods for elliptic homogenization problems Xingye Yue Soochow University, Suzhou, China xyyue@suda.edu.cn Relations

More information

Proper Orthogonal Decomposition (POD) for Nonlinear Dynamical Systems. Stefan Volkwein

Proper Orthogonal Decomposition (POD) for Nonlinear Dynamical Systems. Stefan Volkwein Proper Orthogonal Decomposition (POD) for Nonlinear Dynamical Systems Institute for Mathematics and Scientific Computing, Austria DISC Summerschool 5 Outline of the talk POD and singular value decomposition

More information

Proper Orthogonal Decomposition (POD)

Proper Orthogonal Decomposition (POD) Intro Results Problem etras Proper Orthogonal Decomposition () Advisor: Dr. Sorensen CAAM699 Department of Computational and Applied Mathematics Rice University September 5, 28 Outline Intro Results Problem

More information

Mesh adaptivity driven by goal-oriented locally equilibrated superconvergent patch recovery

Mesh adaptivity driven by goal-oriented locally equilibrated superconvergent patch recovery Mesh adaptivity driven by goal-oriented locally equilibrated superconvergent patch recovery O.A. González-Estrada E. Nadal 2 J.J. Ródenas 2 P. Kerfriden S.P.A. Bordas F.J. Fuenmayor 2 October 0, 203 Institute

More information

Macroscopic Failure Analysis Based on a Random Field Representations Generated from Material Microstructures

Macroscopic Failure Analysis Based on a Random Field Representations Generated from Material Microstructures Macroscopic Failure Analysis Based on a Random Field Representations Generated from Material Microstructures Reza Abedi Mechanical, Aerospace & Biomedical Engineering University of Tennessee Knoxville

More information

Polynomial Chaos and Karhunen-Loeve Expansion

Polynomial Chaos and Karhunen-Loeve Expansion Polynomial Chaos and Karhunen-Loeve Expansion 1) Random Variables Consider a system that is modeled by R = M(x, t, X) where X is a random variable. We are interested in determining the probability of the

More information

A Flexible Scheme for the Numerical Homogenisation in Linear Elasticity

A Flexible Scheme for the Numerical Homogenisation in Linear Elasticity Presented at the COMSOL Conference 2010 Paris A Flexible Scheme for the Numerical Homogenisation in Linear Elasticity A. Gerisch 1, S. Tiburtius 1, Q. Grimal 2, K. Raum 3 1 Technische Universität Darmstadt,

More information

CME 345: MODEL REDUCTION

CME 345: MODEL REDUCTION CME 345: MODEL REDUCTION Methods for Nonlinear Systems Charbel Farhat & David Amsallem Stanford University cfarhat@stanford.edu 1 / 65 Outline 1 Nested Approximations 2 Trajectory PieceWise Linear (TPWL)

More information

Greedy Control. Enrique Zuazua 1 2

Greedy Control. Enrique Zuazua 1 2 Greedy Control Enrique Zuazua 1 2 DeustoTech - Bilbao, Basque Country, Spain Universidad Autónoma de Madrid, Spain Visiting Fellow of LJLL-UPMC, Paris enrique.zuazua@deusto.es http://enzuazua.net X ENAMA,

More information

Proper Orthogonal Decomposition for Optimal Control Problems with Mixed Control-State Constraints

Proper Orthogonal Decomposition for Optimal Control Problems with Mixed Control-State Constraints Proper Orthogonal Decomposition for Optimal Control Problems with Mixed Control-State Constraints Technische Universität Berlin Martin Gubisch, Stefan Volkwein University of Konstanz March, 3 Martin Gubisch,

More information

Weight-adjusted DG methods for elastic wave propagation in arbitrary heterogeneous media

Weight-adjusted DG methods for elastic wave propagation in arbitrary heterogeneous media Weight-adjusted DG methods for elastic wave propagation in arbitrary heterogeneous media Jesse Chan Department of Computational and Applied Math, Rice University ICOSAHOM 2018 July 12, 2018 Chan (CAAM)

More information

Computation Time Assessment of a Galerkin Finite Volume Method (GFVM) for Solving Time Solid Mechanics Problems under Dynamic Loads

Computation Time Assessment of a Galerkin Finite Volume Method (GFVM) for Solving Time Solid Mechanics Problems under Dynamic Loads Proceedings of the International Conference on Civil, Structural and Transportation Engineering Ottawa, Ontario, Canada, May 4 5, 215 Paper o. 31 Computation Time Assessment of a Galerkin Finite Volume

More information

Nonlinear Model Reduction for Uncertainty Quantification in Large-Scale Inverse Problems

Nonlinear Model Reduction for Uncertainty Quantification in Large-Scale Inverse Problems Nonlinear Model Reduction for Uncertainty Quantification in Large-Scale Inverse Problems Krzysztof Fidkowski, David Galbally*, Karen Willcox* (*MIT) Computational Aerospace Sciences Seminar Aerospace Engineering

More information

Computer Science Technical Report CSTR-19/2015 June 14, R. Ştefănescu, A. Sandu

Computer Science Technical Report CSTR-19/2015 June 14, R. Ştefănescu, A. Sandu Computer Science Technical Report CSTR-19/2015 June 14, 2015 arxiv:submit/1279278 [math.na] 14 Jun 2015 R. Ştefănescu, A. Sandu Efficient approximation of sparse Jacobians for time-implicit reduced order

More information

Modelling Localisation and Spatial Scaling of Constitutive Behaviour: a Kinematically Enriched Continuum Approach

Modelling Localisation and Spatial Scaling of Constitutive Behaviour: a Kinematically Enriched Continuum Approach Modelling Localisation and Spatial Scaling of Constitutive Behaviour: a Kinematically Enriched Continuum Approach Giang Dinh Nguyen, Chi Thanh Nguyen, Vinh Phu Nguyen School of Civil, Environmental and

More information

Micro-meso draping modelling of non-crimp fabrics

Micro-meso draping modelling of non-crimp fabrics Micro-meso draping modelling of non-crimp fabrics Oleksandr Vorobiov 1, Dr. Th. Bischoff 1, Dr. A. Tulke 1 1 FTA Forschungsgesellschaft für Textiltechnik mbh 1 Introduction Non-crimp fabrics (NCFs) are

More information

Preprocessor Geometry Properties )Nodes, Elements(, Material Properties Boundary Conditions(displacements, Forces )

Preprocessor Geometry Properties )Nodes, Elements(, Material Properties Boundary Conditions(displacements, Forces ) در برنامه يك تدوين براي بعدي دو يك سازه محيط MATLAB Preprocessor Geometry Properties )Nodes, Elements(, Material Properties Boundary Conditions(displacements, Forces ) Definition of Stiffness Matrices

More information

Reduction of Finite Element Models of Complex Mechanical Components

Reduction of Finite Element Models of Complex Mechanical Components Reduction of Finite Element Models of Complex Mechanical Components Håkan Jakobsson Research Assistant hakan.jakobsson@math.umu.se Mats G. Larson Professor Applied Mathematics mats.larson@math.umu.se Department

More information

EVALUATION OF EFFECTIVE MECHANICAL PROPERTIES OF COMPLEX MULTIPHASE MATERIALS WITH FINITE ELEMENT METHOD

EVALUATION OF EFFECTIVE MECHANICAL PROPERTIES OF COMPLEX MULTIPHASE MATERIALS WITH FINITE ELEMENT METHOD U.P.B. Sci. Bull., Series D, Vol. 79, Iss. 3, 2017 ISSN 1454-2358 EVALUATION OF EFFECTIVE MECHANICAL PROPERTIES OF COMPLEX MULTIPHASE MATERIALS WITH FINITE ELEMENT METHOD Mohamed said BOUTAANI 1, Salah

More information

FEM for elastic-plastic problems

FEM for elastic-plastic problems FEM for elastic-plastic problems Jerzy Pamin e-mail: JPamin@L5.pk.edu.pl With thanks to: P. Mika, A. Winnicki, A. Wosatko TNO DIANA http://www.tnodiana.com FEAP http://www.ce.berkeley.edu/feap Lecture

More information

Mechanics PhD Preliminary Spring 2017

Mechanics PhD Preliminary Spring 2017 Mechanics PhD Preliminary Spring 2017 1. (10 points) Consider a body Ω that is assembled by gluing together two separate bodies along a flat interface. The normal vector to the interface is given by n

More information

BACKGROUNDS. Two Models of Deformable Body. Distinct Element Method (DEM)

BACKGROUNDS. Two Models of Deformable Body. Distinct Element Method (DEM) BACKGROUNDS Two Models of Deformable Body continuum rigid-body spring deformation expressed in terms of field variables assembly of rigid-bodies connected by spring Distinct Element Method (DEM) simple

More information

Edge-Weighted Personalized PageRank: Breaking a Decade-Old Performance Barrier

Edge-Weighted Personalized PageRank: Breaking a Decade-Old Performance Barrier Edge-Weighted Personalized PageRank: Breaking a Decade-Old Performance Barrier W. Xie D. Bindel A. Demers J. Gehrke 12 Aug 2015 W. Xie, D. Bindel, A. Demers, J. Gehrke KDD2015 12 Aug 2015 1 / 1 PageRank

More information

Krylov Subspace Methods for Nonlinear Model Reduction

Krylov Subspace Methods for Nonlinear Model Reduction MAX PLANCK INSTITUT Conference in honour of Nancy Nichols 70th birthday Reading, 2 3 July 2012 Krylov Subspace Methods for Nonlinear Model Reduction Peter Benner and Tobias Breiten Max Planck Institute

More information

Remarks on the analysis of finite element methods on a Shishkin mesh: are Scott-Zhang interpolants applicable?

Remarks on the analysis of finite element methods on a Shishkin mesh: are Scott-Zhang interpolants applicable? Remarks on the analysis of finite element methods on a Shishkin mesh: are Scott-Zhang interpolants applicable? Thomas Apel, Hans-G. Roos 22.7.2008 Abstract In the first part of the paper we discuss minimal

More information

FINITE ELEMENT ANALYSIS OF A LAYERED COMPOSITE CYLINDER USING THE CONNECTION BETWEEN THE MACRO- AND MICROSTRUCTURE

FINITE ELEMENT ANALYSIS OF A LAYERED COMPOSITE CYLINDER USING THE CONNECTION BETWEEN THE MACRO- AND MICROSTRUCTURE FINITE ELEMENT ANALYI OF A LAYERED COMPOITE CYLINDER UING THE CONNECTION BETWEEN THE MACRO- AND MICROTRUCTURE A. zekrényes Research Assistant, Department of Applied Mechanics, Budapest University of Technology

More information

c Copyright 2016 Syuzanna Sargsyan

c Copyright 2016 Syuzanna Sargsyan c Copyright 2016 Syuzanna Sargsyan Dimensionality Hyper-Reduction and Machine Learning for Dynamical Systems with Varying Parameters Syuzanna Sargsyan A dissertation submitted in partial fulfillment of

More information

LOCALIZED DISCRETE EMPIRICAL INTERPOLATION METHOD

LOCALIZED DISCRETE EMPIRICAL INTERPOLATION METHOD SIAM J. SCI. COMPUT. Vol. 36, No., pp. A68 A92 c 24 Society for Industrial and Applied Mathematics LOCALIZED DISCRETE EMPIRICAL INTERPOLATION METHOD BENJAMIN PEHERSTORFER, DANIEL BUTNARU, KAREN WILLCOX,

More information

Reduced-Order Greedy Controllability of Finite Dimensional Linear Systems. Giulia Fabrini Laura Iapichino Stefan Volkwein

Reduced-Order Greedy Controllability of Finite Dimensional Linear Systems. Giulia Fabrini Laura Iapichino Stefan Volkwein Universität Konstanz Reduced-Order Greedy Controllability of Finite Dimensional Linear Systems Giulia Fabrini Laura Iapichino Stefan Volkwein Konstanzer Schriften in Mathematik Nr. 364, Oktober 2017 ISSN

More information

Assessment of boundaryelement method for modelling the structural response of a pavement

Assessment of boundaryelement method for modelling the structural response of a pavement Assessment of boundaryelement method for modelling the structural response of a pavement (PhD Student, Lecturer DEC of FCTUC) (Full Professor - IST) Pavements: Materials, design and performance a, LNEC,

More information

A Constitutive Framework for the Numerical Analysis of Organic Soils and Directionally Dependent Materials

A Constitutive Framework for the Numerical Analysis of Organic Soils and Directionally Dependent Materials Dublin, October 2010 A Constitutive Framework for the Numerical Analysis of Organic Soils and Directionally Dependent Materials FracMan Technology Group Dr Mark Cottrell Presentation Outline Some Physical

More information

Thèse présentée pour l obtention du grade de Docteur de l UTC

Thèse présentée pour l obtention du grade de Docteur de l UTC Par Liang XIA Towards optimal design of multiscale nonlinear structures : reduced-order modeling approaches Thèse présentée pour l obtention du grade de Docteur de l UTC Soutenue le 25 novembre 2015 Spécialité

More information

Adaptive Analysis of Bifurcation Points of Shell Structures

Adaptive Analysis of Bifurcation Points of Shell Structures First published in: Adaptive Analysis of Bifurcation Points of Shell Structures E. Ewert and K. Schweizerhof Institut für Mechanik, Universität Karlsruhe (TH), Kaiserstraße 12, D-76131 Karlsruhe, Germany

More information

A HIGHER-ORDER BEAM THEORY FOR COMPOSITE BOX BEAMS

A HIGHER-ORDER BEAM THEORY FOR COMPOSITE BOX BEAMS A HIGHER-ORDER BEAM THEORY FOR COMPOSITE BOX BEAMS A. Kroker, W. Becker TU Darmstadt, Department of Mechanical Engineering, Chair of Structural Mechanics Hochschulstr. 1, D-64289 Darmstadt, Germany kroker@mechanik.tu-darmstadt.de,

More information

Fracture mechanics fundamentals. Stress at a notch Stress at a crack Stress intensity factors Fracture mechanics based design

Fracture mechanics fundamentals. Stress at a notch Stress at a crack Stress intensity factors Fracture mechanics based design Fracture mechanics fundamentals Stress at a notch Stress at a crack Stress intensity factors Fracture mechanics based design Failure modes Failure can occur in a number of modes: - plastic deformation

More information

Assignment #10: Diagonalization of Symmetric Matrices, Quadratic Forms, Optimization, Singular Value Decomposition. Name:

Assignment #10: Diagonalization of Symmetric Matrices, Quadratic Forms, Optimization, Singular Value Decomposition. Name: Assignment #10: Diagonalization of Symmetric Matrices, Quadratic Forms, Optimization, Singular Value Decomposition Due date: Friday, May 4, 2018 (1:35pm) Name: Section Number Assignment #10: Diagonalization

More information

Numerical Properties of Spherical and Cubical Representative Volume Elements with Different Boundary Conditions

Numerical Properties of Spherical and Cubical Representative Volume Elements with Different Boundary Conditions TECHNISCHE MECHANIK, 33, 2, (2013), 97 103 submitted: December 11, 2012 Numerical Properties of Spherical and Cubical Representative Volume Elements with Different Boundary Conditions R. Glüge, M. Weber

More information

MODELING GEOMATERIALS ACROSS SCALES

MODELING GEOMATERIALS ACROSS SCALES MODELING GEOMATERIALS ACROSS SCALES JOSÉ E. ANDRADE DEPARTMENT OF CIVIL AND ENVIRONMENTAL ENGINEERING AFOSR WORKSHOP ON PARTICULATE MECHANICS JANUARY 2008 COLLABORATORS: DR XUXIN TU AND MR KIRK ELLISON

More information

Composite Structures- Modeling, FEA, Optimization and Diagnostics

Composite Structures- Modeling, FEA, Optimization and Diagnostics Composite Structures- Modeling, FEA, Optimization and Diagnostics Ratan Jha Mechanical and Aeronautical Engineering Clarkson University, Potsdam, NY Composite Laminate Modeling Refined Higher Order Displacement

More information

3 2 6 Solve the initial value problem u ( t) 3. a- If A has eigenvalues λ =, λ = 1 and corresponding eigenvectors 1

3 2 6 Solve the initial value problem u ( t) 3. a- If A has eigenvalues λ =, λ = 1 and corresponding eigenvectors 1 Math Problem a- If A has eigenvalues λ =, λ = 1 and corresponding eigenvectors 1 3 6 Solve the initial value problem u ( t) = Au( t) with u (0) =. 3 1 u 1 =, u 1 3 = b- True or false and why 1. if A is

More information

WWU. Efficient Reduced Order Simulation of Pore-Scale Lithium-Ion Battery Models. living knowledge. Mario Ohlberger, Stephan Rave ECMI 2018

WWU. Efficient Reduced Order Simulation of Pore-Scale Lithium-Ion Battery Models. living knowledge. Mario Ohlberger, Stephan Rave ECMI 2018 M Ü N S T E R Efficient Reduced Order Simulation of Pore-Scale Lithium-Ion Battery Models Mario Ohlberger, Stephan Rave living knowledge ECMI 2018 Budapest June 20, 2018 M Ü N S T E R Reduction of Pore-Scale

More information

Accelerated Time Integrator for Multiple Time Scale Homogenization

Accelerated Time Integrator for Multiple Time Scale Homogenization Accelerated Time Integrator for Multiple Time Scale Homogenization Robert Crouch and Caglar Oskay Department of Civil and Environmental Engineering Vanderbilt University Nashville, TN 37235 Abstract This

More information

Reduced-dimension Models in Nonlinear Finite Element Dynamics of Continuous Media

Reduced-dimension Models in Nonlinear Finite Element Dynamics of Continuous Media Reduced-dimension Models in Nonlinear Finite Element Dynamics of Continuous Media Petr Krysl, Sanjay Lall, and Jerrold E. Marsden, California Institute of Technology, Pasadena, CA 91125. pkrysl@cs.caltech.edu,

More information

MODELING GEOMATERIALS ACROSS SCALES JOSÉ E. ANDRADE DEPARTMENT OF CIVIL AND ENVIRONMENTAL ENGINEERING EPS SEMINAR SERIES MARCH 2008

MODELING GEOMATERIALS ACROSS SCALES JOSÉ E. ANDRADE DEPARTMENT OF CIVIL AND ENVIRONMENTAL ENGINEERING EPS SEMINAR SERIES MARCH 2008 MODELING GEOMATERIALS ACROSS SCALES JOSÉ E. ANDRADE DEPARTMENT OF CIVIL AND ENVIRONMENTAL ENGINEERING EPS SEMINAR SERIES MARCH 2008 COLLABORATORS: DR XUXIN TU AND MR KIRK ELLISON THE ROADMAP MOTIVATION

More information

Available online at ScienceDirect. Procedia Engineering 81 (2014 )

Available online at  ScienceDirect. Procedia Engineering 81 (2014 ) Available online at www.sciencedirect.com ScienceDirect Procedia Engineering 81 (2014 ) 1360 1365 11th International Conference on Technology of Plasticity, ICTP 2014, 19-24 October 2014, Nagoya Congress

More information

The Plane Stress Problem

The Plane Stress Problem The Plane Stress Problem Martin Kronbichler Applied Scientific Computing (Tillämpad beräkningsvetenskap) February 2, 2010 Martin Kronbichler (TDB) The Plane Stress Problem February 2, 2010 1 / 24 Outline

More information

Efficient model reduction of parametrized systems by matrix discrete empirical interpolation

Efficient model reduction of parametrized systems by matrix discrete empirical interpolation MATHICSE Mathematics Institute of Computational Science and Engineering School of Basic Sciences - Section of Mathematics MATHICSE Technical Report Nr. 02.2015 February 2015 Efficient model reduction of

More information

POD/DEIM 4DVAR Data Assimilation of the Shallow Water Equation Model

POD/DEIM 4DVAR Data Assimilation of the Shallow Water Equation Model nonlinear 4DVAR 4DVAR Data Assimilation of the Shallow Water Equation Model R. Ştefănescu and Ionel M. Department of Scientific Computing Florida State University Tallahassee, Florida May 23, 2013 (Florida

More information

Multiscale Frame-based Kernels for Image Registration

Multiscale Frame-based Kernels for Image Registration Multiscale Frame-based Kernels for Image Registration Ming Zhen, Tan National University of Singapore 22 July, 16 Ming Zhen, Tan (National University of Singapore) Multiscale Frame-based Kernels for Image

More information

NONLINEAR CONTINUUM FORMULATIONS CONTENTS

NONLINEAR CONTINUUM FORMULATIONS CONTENTS NONLINEAR CONTINUUM FORMULATIONS CONTENTS Introduction to nonlinear continuum mechanics Descriptions of motion Measures of stresses and strains Updated and Total Lagrangian formulations Continuum shell

More information

Bridging to the Continuum Scale for Ferroelectric Applications

Bridging to the Continuum Scale for Ferroelectric Applications Bridging to the Continuum Scale for Ferroelectric Applications Shanfu Zheng and Alberto Cuitiño Mechanical and Aerospace Engineering, Rutgers University Alejandro Strachan Materials Engineering, Purdue

More information

BAR ELEMENT WITH VARIATION OF CROSS-SECTION FOR GEOMETRIC NON-LINEAR ANALYSIS

BAR ELEMENT WITH VARIATION OF CROSS-SECTION FOR GEOMETRIC NON-LINEAR ANALYSIS Journal of Computational and Applied Mechanics, Vol.., No. 1., (2005), pp. 83 94 BAR ELEMENT WITH VARIATION OF CROSS-SECTION FOR GEOMETRIC NON-LINEAR ANALYSIS Vladimír Kutiš and Justín Murín Department

More information

Fluid-Structure Interaction Problems using SU2 and External Finite-Element Solvers

Fluid-Structure Interaction Problems using SU2 and External Finite-Element Solvers Fluid-Structure Interaction Problems using SU2 and External Finite-Element Solvers R. Sanchez 1, D. Thomas 2, R. Palacios 1, V. Terrapon 2 1 Department of Aeronautics, Imperial College London 2 Department

More information

MASTER THESIS 2011 DATE: TITLE: Computational Homogenization with Non-matching Grids treated with Localized Lagrange Multipliers

MASTER THESIS 2011 DATE: TITLE: Computational Homogenization with Non-matching Grids treated with Localized Lagrange Multipliers Department of Structural Engineering Faculty of Engineering Science and Technology NTNU- Norwegian University of Science and Technology ACCESSIBILITY MASTER THESIS 211 SUBJECT AREA: Structural Engineering

More information

Multiscale analyses of the behaviour and damage of composite materials

Multiscale analyses of the behaviour and damage of composite materials Multiscale analyses of the behaviour and damage of composite materials Presented by Didier BAPTISTE ENSAM, LIM, UMR CNRS 8006 151 boulevard de l hôpital l 75013 PARIS, France Research works from: K.Derrien,

More information

Weak Galerkin Finite Element Methods and Applications

Weak Galerkin Finite Element Methods and Applications Weak Galerkin Finite Element Methods and Applications Lin Mu mul1@ornl.gov Computational and Applied Mathematics Computationa Science and Mathematics Division Oak Ridge National Laboratory Georgia Institute

More information

Deep Learning: Approximation of Functions by Composition

Deep Learning: Approximation of Functions by Composition Deep Learning: Approximation of Functions by Composition Zuowei Shen Department of Mathematics National University of Singapore Outline 1 A brief introduction of approximation theory 2 Deep learning: approximation

More information

Proper Orthogonal Decomposition. POD for PDE Constrained Optimization. Stefan Volkwein

Proper Orthogonal Decomposition. POD for PDE Constrained Optimization. Stefan Volkwein Proper Orthogonal Decomposition for PDE Constrained Optimization Institute of Mathematics and Statistics, University of Constance Joined work with F. Diwoky, M. Hinze, D. Hömberg, M. Kahlbacher, E. Kammann,

More information

Multiscale Approach to Damage Analysis of Laminated Composite Structures

Multiscale Approach to Damage Analysis of Laminated Composite Structures Multiscale Approach to Damage Analysis of Laminated Composite Structures D. Ivančević and I. Smojver Department of Aeronautical Engineering, Faculty of Mechanical Engineering and Naval Architecture, University

More information

Computational homogenization of material layers with micromorphic mesostructure

Computational homogenization of material layers with micromorphic mesostructure Computational homogenization of material layers with micromorphic mesostructure C. B. Hirschberger, N. Sukumar, P. Steinmann Manuscript as accepted for publication in Philosophical Magazine, 21 September

More information

Spectral methods for fuzzy structural dynamics: modal vs direct approach

Spectral methods for fuzzy structural dynamics: modal vs direct approach Spectral methods for fuzzy structural dynamics: modal vs direct approach S Adhikari Zienkiewicz Centre for Computational Engineering, College of Engineering, Swansea University, Wales, UK IUTAM Symposium

More information

An Algorithmic Comparison of the Hyper-Reduction and the Discrete Empirical Interpolation Method for a Nonlinear Thermal Problem

An Algorithmic Comparison of the Hyper-Reduction and the Discrete Empirical Interpolation Method for a Nonlinear Thermal Problem Mathematical and Computational Applications Article An Algorithmic Comparison of the Hyper-Reduction and the Discrete Empirical Interpolation Method for a Nonlinear Thermal Problem Felix Fritzen 1, ID,

More information

LARGE EDDY SIMULATION AND FLOW CONTROL OVER A 25 RAMP MODEL

LARGE EDDY SIMULATION AND FLOW CONTROL OVER A 25 RAMP MODEL LARGE EDDY SIMULATION AND FLOW CONTROL OVER A 25 RAMP MODEL 09/11/2017 Paolo Casco Stephie Edwige Philippe Gilotte Iraj Mortazavi LES and flow control over a 25 ramp model : context 2 Context Validation

More information

Two Posts to Fill On School Board

Two Posts to Fill On School Board Y Y 9 86 4 4 qz 86 x : ( ) z 7 854 Y x 4 z z x x 4 87 88 Y 5 x q x 8 Y 8 x x : 6 ; : 5 x ; 4 ( z ; ( ) ) x ; z 94 ; x 3 3 3 5 94 ; ; ; ; 3 x : 5 89 q ; ; x ; x ; ; x : ; ; ; ; ; ; 87 47% : () : / : 83

More information

Lecture 2: Finite Elements

Lecture 2: Finite Elements Materials Science & Metallurgy Master of Philosophy, Materials Modelling, Course MP7, Finite Element Analysis, H. K. D. H. Bhadeshia Lecture 2: Finite Elements In finite element analysis, functions of

More information

Fracture Mechanics, Damage and Fatigue: Composites

Fracture Mechanics, Damage and Fatigue: Composites University of Liège Aerospace & Mechanical Engineering Fracture Mechanics, Damage and Fatigue: Composites Ludovic Noels Computational & Multiscale Mechanics of Materials CM3 http://www.ltas-cm3.ulg.ac.be/

More information

Outline. Structural Matrices. Giacomo Boffi. Introductory Remarks. Structural Matrices. Evaluation of Structural Matrices

Outline. Structural Matrices. Giacomo Boffi. Introductory Remarks. Structural Matrices. Evaluation of Structural Matrices Outline in MDOF Systems Dipartimento di Ingegneria Civile e Ambientale, Politecnico di Milano May 8, 014 Additional Today we will study the properties of structural matrices, that is the operators that

More information

THREE DIMENSIONAL STRESS ANALYSIS OF THE T BOLT JOINT

THREE DIMENSIONAL STRESS ANALYSIS OF THE T BOLT JOINT THREE DIMENSIONAL STRESS ANALYSIS OF THE T BOLT JOINT Víctor Martínez 1, Alfredo Güemes 2, Norbert Blanco 1, Josep Costa 1 1 Escola Politècnica Superior. Universitat de Girona. Girona, Spain (17071) 2

More information

Multiscale modeling and simulation of shock wave propagation

Multiscale modeling and simulation of shock wave propagation University of Iowa Iowa Research Online Theses and Dissertations Spring 2013 Multiscale modeling and simulation of shock wave propagation Cory Nelsen University of Iowa Copyright 2013 Cory Nelsen This

More information

General method for simulating laboratory tests with constitutive models for geomechanics

General method for simulating laboratory tests with constitutive models for geomechanics General method for simulating laboratory tests with constitutive models for geomechanics Tomáš Janda 1 and David Mašín 2 1 Czech Technical University in Prague, Faculty of Civil Engineering, Czech Republic

More information

Aircraft Structures Kirchhoff-Love Plates

Aircraft Structures Kirchhoff-Love Plates University of Liège erospace & Mechanical Engineering ircraft Structures Kirchhoff-Love Plates Ludovic Noels Computational & Multiscale Mechanics of Materials CM3 http://www.ltas-cm3.ulg.ac.be/ Chemin

More information

Hessian-based model reduction for large-scale systems with initial condition inputs

Hessian-based model reduction for large-scale systems with initial condition inputs Hessian-based model reduction for large-scale systems with initial condition inputs O. Bashir 1, K. Willcox 1,, O. Ghattas 2, B. van Bloemen Waanders 3, J. Hill 3 1 Massachusetts Institute of Technology,

More information

Generalized Finite Element Methods for Three Dimensional Structural Mechanics Problems. C. A. Duarte. I. Babuška and J. T. Oden

Generalized Finite Element Methods for Three Dimensional Structural Mechanics Problems. C. A. Duarte. I. Babuška and J. T. Oden Generalized Finite Element Methods for Three Dimensional Structural Mechanics Problems C. A. Duarte COMCO, Inc., 7800 Shoal Creek Blvd. Suite 290E Austin, Texas, 78757, USA I. Babuška and J. T. Oden TICAM,

More information

A TWO-SCALE FAILURE MODEL FOR HETEROGENEOUS MATERIALS: NUMERICAL IMPLEMENTATION BASED ON THE FINITE ELEMENT METHOD

A TWO-SCALE FAILURE MODEL FOR HETEROGENEOUS MATERIALS: NUMERICAL IMPLEMENTATION BASED ON THE FINITE ELEMENT METHOD A TWO-SCALE FAILURE MODEL FOR HETEROGENEOUS MATERIALS: NUMERICAL IMPLEMENTATION BASED ON THE FINITE ELEMENT METHOD S. Toro 1,2, P.J. Sánchez 1,2, A.E. Huespe 1,3, S.M. Giusti 4, P.J. Blanco 5,6, R.A. Feijóo

More information

Model reduction of Multiscale Models using Kernel Methods

Model reduction of Multiscale Models using Kernel Methods Model reduction of Multiscale Models using Kernel Methods at the WORM 213 Haus der Kirche, Bad Herrenalb Daniel Wirtz August 23, 213 Dipl. Math. Dipl. Inf. Daniel Wirtz, IANS, University of Stuttgart daniel.wirtz@mathematik.uni-stuttgart.de

More information