Sensitivity analysis of parametric uncertainties and modeling errors. in generalized probabilistic modeling

Size: px
Start display at page:

Download "Sensitivity analysis of parametric uncertainties and modeling errors. in generalized probabilistic modeling"

Transcription

1 ECCOMAS European Congress on Computational Methods in Applied Sciences and Engineering Sensitivity analysis of parametric uncertainties and modeling errors in generalized probabilistic modeling Maarten Arnst June 9, 2016 ECCOMAS, Crete Island, Greece 1 / 39

2 Motivation blanc Simulation-based design. Virtual testing. Parametric uncertainties. Modeling errors. system subsystem subsystem subsystem blanc Multidisciplinary design. Multiple components. blanc Sensitivity analysis of parametric uncertainties, modeling errors, and multiple components in the context of generalized probabilistic modeling. ECCOMAS, Crete Island, Greece 2 / 39

3 Outline Motivation. Outline. Sensitivity analysis. Generalized probabilistic modeling. First illustration: parametric uncertainties and modeling errors. Second illustration: multiple components. ECCOMAS, Crete Island, Greece 3 / 39

4 Sensitivity analysis ECCOMAS, Crete Island, Greece 4 / 39

5 Overview Sensitivity analysis. Design optimization. Model validation. blanc blanc Analysis of uncertainty 2 Problem definition UQ Propagation of uncertainty Characterization of uncertainty Optimization methods. Monte Carlo sampling. Stochastic expansion (polynomial chaos). Mechanical modeling. Statistics. Intervals. Gaussian. Γdistribution.... The computational cost of stochastic methods can be lowered via the use of a surrogate model as a substitute for a numerical model or real tests. ECCOMAS, Crete Island, Greece 5 / 39

6 Overview There exist many types of sensitivity analysis. Local sensitivity analysis: elementary effect analysis. differentiation-based sensitivity analysis.... Global sensitivity analysis: regression analysis. variance-based sensitivity analysis, correlation analysis, methods involving scatter plots,... Here, we focus here on global sensitivity analysis methods, which can help ascertain which sources of uncertainty are most significant in inducing uncertainty in predictions. References: [A. Saltelli et al. Wiley, 2008]. [J. Oakley and A. O Hagan. J. R. Statist. Soc. B, 2004]. ECCOMAS, Crete Island, Greece 6 / 39

7 Problem setting Characterization of uncertainty: Two statistically independent sources of uncertainty modeled as two statistically independent random variablesx andy with probability distributionsp X andp Y : (X,Y) P X P Y. ECCOMAS, Crete Island, Greece 7 / 39

8 Problem setting Characterization of uncertainty: Two statistically independent sources of uncertainty modeled as two statistically independent random variablesx andy with probability distributionsp X andp Y : (X,Y) P X P Y. Propagation of uncertainty: We assume that the relationship between the sources of uncertainty and the predictions is represented by a nonlinear functiong: Sources of uncertainty (X,Y) Problem Z = g(x,y) Prediction Z ECCOMAS, Crete Island, Greece 7 / 39

9 Problem setting Characterization of uncertainty: Two statistically independent sources of uncertainty modeled as two statistically independent random variablesx andy with probability distributionsp X andp Y : (X,Y) P X P Y. Propagation of uncertainty: We assume that the relationship between the sources of uncertainty and the predictions is represented by a nonlinear functiong: Sources of uncertainty (X,Y) Problem Z = g(x,y) Prediction Z The probability distributionp Z of the prediction is obtained as the image of the probability distributionp X P Y of the sources of uncertainty under the functiong: Z P Z = (P X P Y ) g 1. ECCOMAS, Crete Island, Greece 7 / 39

10 Problem setting Characterization of uncertainty: Two statistically independent sources of uncertainty modeled as two statistically independent random variablesx andy with probability distributionsp X andp Y : (X,Y) P X P Y. Propagation of uncertainty: We assume that the relationship between the sources of uncertainty and the predictions is represented by a nonlinear functiong: Sources of uncertainty (X,Y) Problem Z = g(x,y) Prediction Z The probability distributionp Z of the prediction is obtained as the image of the probability distributionp X P Y of the sources of uncertainty under the functiong: Z P Z = (P X P Y ) g 1. Sensitivity analysis: Is eitherx ory most significant in inducing uncertainty inz? ECCOMAS, Crete Island, Greece 7 / 39

11 Geometrical point of view Least-squares-best approximation of functiong with function of only one input: Assessment of the significance of the source of uncertaintyx: g X = argmin f X g(x,y) f X(x) 2 P X (dx)p Y (dy). By means of the calculus of variations, it can be readily shown that the solution is given by gx = g(,y)p Y (dy). In the geometry of the space ofp X P Y -square-integrable functions,gx is the orthogonal projection of functiong ofxandy onto the subspace of functions of onlyx: Z E{Z X} L 2 X X ECCOMAS, Crete Island, Greece 8 / 39

12 Geometrical point of view Expansion of functiong in terms of main effects and interaction effects: Extension to assessment of significance of both sources of uncertaintyx andy: where g(x,y) = g 0 + g X (x) }{{} + g Y (y) }{{} main effect ofx main effect ofy + g (X,Y) (x,y) }{{}, interaction effect ofx andy g 0 = g(x,y)p X (dx)p Y (dy), g X (x) = gx(x) g 0 = g(x,y)p Y (dy) g 0, g Y (y) = gy(y) g 0 = g(x,y)p X (dx) g 0. Because they are obtained via orthogonal projection, the functionsg 0,g X,g Y, andg (X,Y) are orthogonal functions. The property thatg 0,g X,g Y, andg (X,Y) are orthogonal provides a link with other expansions, such as the polynomial chaos expansion. ECCOMAS, Crete Island, Greece 9 / 39

13 Statistical point of view Sensitivity indices = mean-square values of main effects and interaction effects: Quantitative insight into the significance ofx andy in inducing uncertainty inz: g(x,y) g0 2 P X (dx)p Y (dy) }{{} = =σ 2 Z g X (x) 2 P X (dx) } {{ } =s X + g Y (y) 2 P Y (dy) + g (X,Y) (x,y) 2 P X (dx)p Y (dy). } {{ } } {{ } =s Y =s (X,Y ) Becauseg X,g Y, andg (X,Y) are orthogonal, there are no double product terms. Thus, the expansion ofg (geometry) reflects a partitioning of the variance ofz into terms that are the variances of the main and interaction effects ofx andy (statistics), where: s X = portion of the variance ofz that is explained as stemming fromx, s Y = portion of the variance ofz that is explained as stemming fromy. ECCOMAS, Crete Island, Greece 10 / 39

14 Statistical point of view By the conditional variance identity, we have s X = V{E{Z X}} = V{Z} E{V{Z X}}, s Y = V{E{Z Y}} = V{Z} E{V{Z Y}}, so thats X ands Y may also be interpreted as expected reductions of amount of uncertainty: s X = expected reduction of variance ofz if there were no longer uncertainty inx, s Y = expected reduction of variance ofz if there were no longer uncertainty iny. In contrast to the expansion ofg and the variance partitioning ofz, these expressions and these interpretations ofs X ands Y remain valid even ifx andy are statistically dependent. ECCOMAS, Crete Island, Greece 11 / 39

15 Example Let us consider a simple problem whereinx andy are uniform r.v. with values in[ 1,1], X U([ 1,1]), and the functiong is given by Y U([ 1,1]), z = g(x,y) = x+y 2 +xy. ECCOMAS, Crete Island, Greece 12 / 39

16 Let us consider a simple problem whereinx andy are uniform r.v. with values in[ 1,1], X U([ 1,1]), Y U([ 1,1]), Example and the functiong is given by z = g(x,y) = x+y 2 +xy. This problem has the expansion g(x,y) = g 0 +g X (x)+g Y (y)+g (X,Y) (x,y), = g(x, y) g 0 g X (x) g Y (y) g (X,Y ) (x,y) ECCOMAS, Crete Island, Greece 12 / 39

17 Let us consider a simple problem whereinx andy are uniform r.v. with values in[ 1,1], X U([ 1,1]), Y U([ 1,1]), Example and the functiong is given by z = g(x,y) = x+y 2 +xy. This problem has the expansion g(x,y) = g 0 +g X (x)+g Y (y)+g (X,Y) (x,y), = g(x, y) g 0 g X (x) g Y (y) g (X,Y ) (x,y) To this expansion corresponds the variance partitioning σ 2 Z = s X +s Y +s (X,Y), σ 2 Z = 28 45, s X = 1 3 = 53.57%σ2 Z, s Y = 8 45 = 28.57%σ2 Z, s (X,Y) = 1 9 = 17.86%σ2 Z. ECCOMAS, Crete Island, Greece 12 / 39

18 Computation Computation by means of a stochastic expansion method: s X α 0c 2 (α,0), s Y with c 2 (0,β), β 0 g(x,y) = c (α,β) ϕ α (x)ψ β (y). (α,β) Computation by means of deterministic numerical integration: s X Q X ( QY g Q X Q Y g 2), s Y Q Y ( QX g Q X Q Y g 2). Computation by means of Monte Carlo integration: s X 1 ν s Y 1 ν ( ν g(x l,y l ) 1 ν ( ν g(x l,y l ) 1 ν l=1 l=1 )( ν g(x k,y k ) g(x l,ỹ l ) 1 ν )( ν g(x k,y k ) g( x l,y l ) 1 ν k=1 k=1 ) ν g(x k,ỹ k ), k=1 ) ν g( x k,y k ). k=1 References: [B. Sudret. Reliab. Eng. Syst. Safe., 2008], [Crestaux et al. Reliab. Eng. Syst. Safe., 2009], [I. Sobol. Math. Comput. Simulat., 2001], and [A. Owen. ACM T. Model. Comput. S., 2013]. ECCOMAS, Crete Island, Greece 13 / 39

19 Outlook Observation: Most applications in the literature involve scalar-valued sources of uncertainty. Opportunity: The concepts and methods of global sensitivity analysis are valid and useful more broadly for stochastic process, random fields, random matrices, and other sources of uncertainty. ECCOMAS, Crete Island, Greece 14 / 39

20 Generalized probabilistic modeling ECCOMAS, Crete Island, Greece 15 / 39

21 Overview Force manufactured Manufactured system manufactured Manufacturing tolerances Response manufactured Designed system manufactured Modeling approximations f manufactured Predictive model manufactured u Response Uncertain system Response X Response Parametric uncertainties and modeling errors can present themselves. ECCOMAS, Crete Island, Greece 16 / 39

22 Overview Types of probabilistic approach: Parametric approaches capture parametric uncertainties by characterizing geometrical characteristics, boundary conditions, loadings, and physical or mechanical properties as random variables or stochastic processes. Nonparametric approaches capture modeling errors (and possibly the impact of parametric uncertainties) by directly characterizing the model as a random model without recourse to a characterization of its parameters as random variables or stochastic processes. In structural dynamics, Soize constructed a class of nonparametric models by characterizing the reduced matrices of (a sequence of) reduced-order models as random matrices. Output-prediction-error approaches capture modeling errors (and possibly the impact of parametric uncertainties) by adding random noise terms to quantities of interest. Generalized approaches are couplings of parametric and nonparametric approaches. References: [C. Soize. Probab. Eng. Mech., 2000]. [C. Soize. Int. J. Num. Methods Eng., 2010]. ECCOMAS, Crete Island, Greece 17 / 39

23 Overview Structural vibration. [Cottereau et al. Earthquake Engng. Struct. Dyn., 2008]. Acoustics. [Soize et al. Comput. Methods Appl. Mech. Engrg., 2008]. Nonlinear elasticity. [Capiez-Lernout et al. Comput. Methods Appl. Mech. Engrg., 2014]. Viscoelasticity. [Capillon et al. Comput. Methods Appl. Mech. Engrg., 2016]. ECCOMAS, Crete Island, Greece 18 / 39

24 Deterministic model FE model of linear dynamical behavior of dissipative structure: [M(x)]ü(t)+[D(x)] u(t)+[k(x)]u(t) = f(t,x), where x collects the parameters of the FE model, which may consist of material properties, loadings, geometrical characteristics, and so forth. u = (u 1,...,u m ) is the (generalized) displacement vector, f the (generalized) external forces vector, and[m(x)],[d(x)], and[k(x)] the mass, damping, and stiffness matrices. ECCOMAS, Crete Island, Greece 19 / 39

25 Parametric probabilistic model Parametric probabilistic approach = probabilistic representation of uncertain parameters: [M(X)]Ü(t)+[D(X)] U(t)+[K(X)]U(t) = f(t,x), where X is the probabilistic representation of the uncertain parameters, which may consist of random variables, stochastic processes, and so forth. In order to obtain the probabilistic representation of the uncertain parameters, a suitable probability distribution must be assigned to the random variables or stochastic processes. In stochastic mechanics, methods are available for deducing a suitable probability distribution from available information, such as methods dedicated to tensor-valued fields of material properties, methods dedicated to tensors in rigid-body mechanics, and methods dedicated to random loadings. ECCOMAS, Crete Island, Greece 20 / 39

26 Generalized probabilistic model Generalized probabilistic approach = enhancement of parametric probabilistic model by introducing in it a probabilistic representation of modeling errors. Step 1: Associate with the parametric probabilistic model a reduced-order probabilistic model: where [M n (X)] Q(t)+[D n (X)] Q(t)+[K n (X)]Q(t) = f n (t,x), U n (t) = [Φ(X)]Q(t), [M n (X)],[D n (X)], and[k n (X)] are the reduced mass, damping, and stiffness matrices, and[φ(x)] the matrix collecting in its columns the reduction basisϕ 1 (X),ϕ 2 (X),...,ϕ n (X). Such a reduced-order probabilistic model can be obtained, for instance, by solving the eigenvalue problem associated with the mass and stiffness matrices of the parametric probabilistic model, [K(X)]ϕ j (X) = λ j (X)[M(X)]ϕ j (X); in which case the reduced matrices of the reduced-order probabilistic are given by [M n (X)] ij = δ ij, [D n (X)] ij = ϕ i (X) [D(X)]ϕ j (X), [K n (X)] ij = λ i δ ij. ECCOMAS, Crete Island, Greece 21 / 39

27 Generalized probabilistic model Step 2: represent the reduced matrices by using random matrices: [M n (X)] Q(t)+[D n (X)] Q(t)+[K n (X)]Q(t) = f n (t,x), U n (t) = [Φ(X)]Q(t), To accommodate in the reduced matrices a probabilistic representation of the modeling errors, the generalized probabilistic approach entails representing these reduced matrices as follows: [M n (X)] = [L M (X)][Y M ][L M (X)] T, [D n (X)] = [L D (X)][Y D ][L D (X)] T, [K n (X)] = [L K (X)][Y K ][L K (X)] T, with[l M (X)],[L D (X)], and[l K (X)] the Cholesky factors of[m n (X)],[D n (X)], and[k n (X)]. ECCOMAS, Crete Island, Greece 22 / 39

28 Generalized probabilistic model To assign a suitable probability distribution to the random matrices[y M ],[Y D ], and[y K ], the generalized probabilistic approach uses the maximum entropy principle. The probability distribution thus obtained is such that the mean values of[y M ],[Y D ], and[y K ] are all equal to the identity matrix, that is, E{[Y M ]} = [I n ], E{[Y D ]} = [I n ], E{[Y K ]} = [I n ], and the amount of uncertainty expressed in[y M ],[Y D ], and[y K ] is tunable by free dispersion parametersδ M,δ D, andδ K, respectively, defined by δ M = E{ [Y M ] [I n ] 2 F}/ [I n ] 2 F, δ D = E{ [Y D ] [I n ] 2 F}/ [I n ] 2 F, δ K = E{ [Y K ] [I n ] 2 F}/ [I n ] 2 F. The dispersion parameters must be calibrated such that the amount of uncertainty expressed in[y M ],[Y D ], and[y K ] reflects the significance of the modeling errors. ECCOMAS, Crete Island, Greece 23 / 39

29 First illustration: parametric uncertainties and modeling errors ECCOMAS, Crete Island, Greece 24 / 39

30 Overview Manufacturing tolerances 4 manufactured Designed system Clamped-clamped beam manufactured Modeling approximations Manufactured system Predictive model manufactured Uncertain material properties Random field of material properties Parametric uncertainties and modeling errors present themselves. ECCOMAS, Crete Island, Greece 25 / 39

31 Deterministic model [H(ω;x)] = [ ω 2 M(x)+iωD(ω;x)+K(x)] FRF [m/n/hz] ,000 1,200 Frequency [Hz] δ M = δ D = δ K = 0.05 δ M = δ D = δ K = 0.05 ECCOMAS, Crete Island, Greece 26 / 39

32 Parametric probabilistic model [H(ω;X)] = [ ω 2 M(X)+iωD(ω;X)+K(X)] 1, wherex = random field representation of shear and bulk moduli FRF [m/n/hz] ,000 1,200 Frequency [Hz] δ M = δ D = δ K = 0.05 δ M = δ D = δ K = 0.05 ECCOMAS, Crete Island, Greece 27 / 39

33 Parametric probabilistic model [H(ω;X)] = [ ω 2 M(X)+iωD(ω;X)+K(X)] 1, wherex = random field representation of shear and bulk moduli FRF [m/n/hz] ,000 1,200 Frequency [Hz] δ M = δ D = δ K = 0.05 δ M = δ D = δ K = 0.05 ECCOMAS, Crete Island, Greece 27 / 39

34 Nonparametric probabilistic model [H(ω;X,Y )] = [Φ(X)][ ω 2 M n (X)+iωD n (ω;x)+k n (X)] 1 [Φ(X)] T, [M n (X)] = [L M (X)][Y M ][L M (X)] T, wherey = ([Y M ],[Y D ],[Y K ]) with [D n (ω;x)] = [L D (ω;x)][y D ][L D (ω;x)] T, [K n (X)] = [L K (X)][Y K ][L K (X)] T FRF [m/n/hz] ,000 1,200 Frequency [Hz] δ M = δ D = δ K = δ M = δ D = δ K = 0.05 ECCOMAS, Crete Island, Greece 28 / 39

35 Nonparametric probabilistic model [H(ω;X,Y )] = [Φ(X)][ ω 2 M n (X)+iωD n (ω;x)+k n (X)] 1 [Φ(X)] T, [M n (X)] = [L M (X)][Y M ][L M (X)] T, wherey = ([Y M ],[Y D ],[Y K ]) with [D n (ω;x)] = [L D (ω;x)][y D ][L D (ω;x)] T, [K n (X)] = [L K (X)][Y K ][L K (X)] T FRF [m/n/hz] ,000 1,200 Frequency [Hz] δ M = δ D = δ K = δ M = δ D = δ K = 0.05 ECCOMAS, Crete Island, Greece 28 / 39

36 Nonparametric probabilistic model [H(ω;X,Y )] = [Φ(X)][ ω 2 M n (X)+iωD n (ω;x)+k n (X)] 1 [Φ(X)] T, [M n (X)] = [L M (X)][Y M ][L M (X)] T, wherey = ([Y M ],[Y D ],[Y K ]) with [D n (ω;x)] = [L D (ω;x)][y D ][L D (ω;x)] T, [K n (X)] = [L K (X)][Y K ][L K (X)] T FRF [m/n/hz] ,000 1,200 Frequency [Hz] δ M = δ D = δ K = δ M = δ D = δ K = 0.05 ECCOMAS, Crete Island, Greece 28 / 39

37 Identification The dispersion parameters must be calibrated such that the amount of uncertainty expressed in[y M ],[Y D ], and[y K ] reflects the significance of the modeling errors FRF [m/n/hz] ,000 1,200 Frequency [Hz] Simulated data (3D parametric probabilistic model, blue) Generalized probabilistic model with ˆδ M = ˆδ D = ˆδ K = 0.20 (gray). ECCOMAS, Crete Island, Greece 29 / 39

38 Convergence Because the problem is of high dimension, we compute the sensitivity indices by using Monte Carlo integration, whereby we assess the convergence as a function of the number of samples. s ν Y (ω)[ ] Number of samples [-] ν s ν Y (ω) = 1 ν ν l=1 (log H jj (ω;x l,y l ) ν 1 ν k=1 log H jj (ω;x k,y k ) ) (log H jj (ω; x l,y l ) ν 1 ν k=1 log H jj (ω; x k,y k ) ) atω = 1000 Hz. ECCOMAS, Crete Island, Greece 30 / 39

39 Sensitivity analysis V{log H jj (ω;x,y ) } = s X (ω)+s Y (ω)+s (X,Y ) (ω), s X (ω) = Var X { EY {log H jj (ω;x,y ) } }, s Y (ω) = Var Y { EX {log H jj (ω;x,y ) } } σ 2 Z,s X[ ] σ 2 Z,s Y[ ] ,200 Frequency [Hz] Variance (black) ands X (ω) (blue). Parametric uncertainties ,200 Frequency [Hz] Variance (black) ands Y (ω) (blue). Modeling errors. ECCOMAS, Crete Island, Greece 31 / 39

40 Second illustration: multiple components ECCOMAS, Crete Island, Greece 32 / 39

41 Overview Stiffened panel with a hole. δ M = δ D = δ K = 0.05 δ M = δ D = δ K = 0.05 ECCOMAS, Crete Island, Greece 33 / 39

42 Deterministic model First few dynamical eigenmodes. Mode 1 at Hz. δ M = δ D = δ K = 0.05 Mode 2 at Hz. ECCOMAS, Crete Island, Greece 34 / 39

43 Nonparametric probabilistic model After a component mode synthesis, we used the nonparametric probabilistic approach to introduce uncertainties in the submodels of the main panel and the stiffeners PDF [1/Hz] Frequency [Hz] PDFs of the first and second eigenfrequencies. δ M = δ D = δ K = 0.05 ECCOMAS, Crete Island, Greece 35 / 39

44 Sensitivity analysis 4 Sensitivity index [Hz 2 ] 0.25 Sensitivity index [Hz 2 ] 2 0 Main panel Stiffeners 0 Main panel Stiffeners First eigenfrequency. δ M = δ D = δ K = 0.05 Second eigenfrequency. δ M = δ D = δ K = 0.05 ECCOMAS, Crete Island, Greece 36 / 39

45 Conclusion and acknowledgement Global sensitivity analysis methods can help ascertain which sources of uncertainty are most significant in inducing uncertainty in predictions. Although most applications in the literature involve scalar-valued sources of uncertainty, the concepts and methods of global sensitivity analysis are valid and useful more broadly for stochastic process, random fields, random matrices, and other sources of uncertainty. Generalized probabilistic modeling approaches are hybrid couplings of parametric modeling approaches (to capture parametric uncertainties) and nonparametric probabilistic modeling approaches (to capture modeling errors). We discussed global sensitivity analysis of generalized probabilistic models and demonstrated its application in two illustrations from structural dynamics. ECCOMAS, Crete Island, Greece 37 / 39

46 Conclusion and acknowledgement This presentation can be downloaded from our institutional repository: Other references: M. Arnst and J.-P. Ponthot. An overview of nonintrusive characterization, propagation, and sensitivity analysis of uncertainties in computational mechanics. International Journal for Uncertainty Quantification, 4: , M. Arnst, B. Abello Alvarez, J.-P. Ponthot, and R. Boman. Itô-SDE-based MCMC method for Bayesian characterization and propagation of errors associated with data limitations. SIAM/ASA Journal on Uncertainty Quantification, Submitted, M. Arnst and K. Goyal. Sensitivity analysis of parametric uncertainties and modeling errors in generalized probabilistic modeling. Probabilistic Engineering Mechanics, Submitted, Support of the University of Liège through a starting grant is gratefully acknowledged. ECCOMAS, Crete Island, Greece 38 / 39

47 References A. Saltelli et al. Global sensitivity analysis. Wiley, J. Oakley an A. O Hagan. Probabilistic sensitivity analysis of complex models: a Bayesian approach. Journal of the Royal Statistical Society: Series B, 66: , B. Sudret. Global sensitivity analysis using polynomial chaos expansions. Reliability Engineering & System Safety, 93: , T. Crestaux, O. Le Maître, and J.-M. Martinez. Polynomial chaos expansion for sensitivity analysis. Reliability Engineering & System Safety, 94: , I. Sobol. Global sensitivity indices for nonlinear mathematical models and their Monte Carlo estimates. Mathematics and Computers in Simulation, 55: , A. Owen. Better estimation of small Sobol sensitivity indices, ACM Transactions on Modeling and Computer Simulation, 23, C. Soize. Nonparametric model of random uncertainties for reduced matrix models in structural dynamics, Probabilistic Engineering Mechanics, 15: , C. Soize. Generalized probabilistic approach of uncertainties in computational dynamics using random matrices and polynomial chaos decompositions. International Journal for Numerical Methods in Engineering, 81: , R. Cottereau, D. Clouteau, and C. Soize. Probabilistic impedance of foundation: Impact of the seismic design on uncertain soils. Earthquake Engineering and Structural Dynamics, 37: , C. Soize et al. Probabilistic model identification of uncertainties in computational models for dynamical systems and experimental validation. Computer Methods in Applied Mechanics and Engineering, 198: , E. Capiez-Lernout, C. Soize, and M. Mignolet. Post-buckling nonlinear static and dynamical analyses of uncertain cylindrical shells and experimental validation. Computer Methods in Applied Mechanics and Engineering, 271: , R. Capillon, C. Desceliers, and C. Soize. Uncertainty quantification in computational linear structural dynamics for viscoelastic composite structures. Computer Methods in Applied Mechanics and Engineering, 305: , ECCOMAS, Crete Island, Greece 39 / 39

On the Nature of Random System Matrices in Structural Dynamics

On the Nature of Random System Matrices in Structural Dynamics On the Nature of Random System Matrices in Structural Dynamics S. ADHIKARI AND R. S. LANGLEY Cambridge University Engineering Department Cambridge, U.K. Nature of Random System Matrices p.1/20 Outline

More information

A reduced-order stochastic finite element analysis for structures with uncertainties

A reduced-order stochastic finite element analysis for structures with uncertainties A reduced-order stochastic finite element analysis for structures with uncertainties Ji Yang 1, Béatrice Faverjon 1,2, Herwig Peters 1, icole Kessissoglou 1 1 School of Mechanical and Manufacturing Engineering,

More information

Uncertainty Propagation and Global Sensitivity Analysis in Hybrid Simulation using Polynomial Chaos Expansion

Uncertainty Propagation and Global Sensitivity Analysis in Hybrid Simulation using Polynomial Chaos Expansion Uncertainty Propagation and Global Sensitivity Analysis in Hybrid Simulation using Polynomial Chaos Expansion EU-US-Asia workshop on hybrid testing Ispra, 5-6 October 2015 G. Abbiati, S. Marelli, O.S.

More information

Sobol-Hoeffding Decomposition with Application to Global Sensitivity Analysis

Sobol-Hoeffding Decomposition with Application to Global Sensitivity Analysis Sobol-Hoeffding decomposition Application to Global SA Computation of the SI Sobol-Hoeffding Decomposition with Application to Global Sensitivity Analysis Olivier Le Maître with Colleague & Friend Omar

More information

Algorithms for Uncertainty Quantification

Algorithms for Uncertainty Quantification Algorithms for Uncertainty Quantification Lecture 9: Sensitivity Analysis ST 2018 Tobias Neckel Scientific Computing in Computer Science TUM Repetition of Previous Lecture Sparse grids in Uncertainty Quantification

More information

A LITERATURE REVIEW FOR THE ANALYSIS OF STRUCTURED AND UNSTRUCTURED UNCERTAINTY EFFECTS ON VIBROACOUSTIC

A LITERATURE REVIEW FOR THE ANALYSIS OF STRUCTURED AND UNSTRUCTURED UNCERTAINTY EFFECTS ON VIBROACOUSTIC : 2 nd Euro-Mediterranean Conference 25-27 Apr 2017 on Structural Dynamics and Vibroacoustics Sevilla (Spain) A LITERATURE REVIEW FOR THE ANALYSIS OF STRUCTURED AND UNSTRUCTURED UNCERTAINTY EFFECTS ON

More information

Research Collection. Basics of structural reliability and links with structural design codes FBH Herbsttagung November 22nd, 2013.

Research Collection. Basics of structural reliability and links with structural design codes FBH Herbsttagung November 22nd, 2013. Research Collection Presentation Basics of structural reliability and links with structural design codes FBH Herbsttagung November 22nd, 2013 Author(s): Sudret, Bruno Publication Date: 2013 Permanent Link:

More information

Dynamic System Identification using HDMR-Bayesian Technique

Dynamic System Identification using HDMR-Bayesian Technique Dynamic System Identification using HDMR-Bayesian Technique *Shereena O A 1) and Dr. B N Rao 2) 1), 2) Department of Civil Engineering, IIT Madras, Chennai 600036, Tamil Nadu, India 1) ce14d020@smail.iitm.ac.in

More information

Random Eigenvalue Problems in Structural Dynamics: An Experimental Investigation

Random Eigenvalue Problems in Structural Dynamics: An Experimental Investigation Random Eigenvalue Problems in Structural Dynamics: An Experimental Investigation S. Adhikari, A. Srikantha Phani and D. A. Pape School of Engineering, Swansea University, Swansea, UK Email: S.Adhikari@swansea.ac.uk

More information

MAXIMUM ENTROPY-BASED UNCERTAINTY MODELING AT THE FINITE ELEMENT LEVEL. Pengchao Song and Marc P. Mignolet

MAXIMUM ENTROPY-BASED UNCERTAINTY MODELING AT THE FINITE ELEMENT LEVEL. Pengchao Song and Marc P. Mignolet MAXIMUM ENTROPY-BASED UNCERTAINTY MODELING AT THE FINITE ELEMENT LEVEL Pengchao Song and Marc P. Mignolet SEMTE, Faculties of Mechanical and Aerospace Engineering, Arizona State University, 51 E. Tyler

More information

Sparse polynomial chaos expansions in engineering applications

Sparse polynomial chaos expansions in engineering applications DEPARTMENT OF CIVIL, ENVIRONMENTAL AND GEOMATIC ENGINEERING CHAIR OF RISK, SAFETY & UNCERTAINTY QUANTIFICATION Sparse polynomial chaos expansions in engineering applications B. Sudret G. Blatman (EDF R&D,

More information

MODEL UNCERTAINTY ISSUES FOR PREDICTIVE MODELS

MODEL UNCERTAINTY ISSUES FOR PREDICTIVE MODELS MODEL UNCERTAINTY ISSUES FOR PREDICTIVE MODELS Christian SOIZE Mechanics Laboratory University of Marne-la-Vallée (Paris) - France e-mail: soize@univ-mlv.fr WORSHOP ON THE ELEMENTS OF PREDICTABILITY Organized

More information

Estimating functional uncertainty using polynomial chaos and adjoint equations

Estimating functional uncertainty using polynomial chaos and adjoint equations 0. Estimating functional uncertainty using polynomial chaos and adjoint equations February 24, 2011 1 Florida State University, Tallahassee, Florida, Usa 2 Moscow Institute of Physics and Technology, Moscow,

More information

A Spectral Approach to Linear Bayesian Updating

A Spectral Approach to Linear Bayesian Updating A Spectral Approach to Linear Bayesian Updating Oliver Pajonk 1,2, Bojana V. Rosic 1, Alexander Litvinenko 1, and Hermann G. Matthies 1 1 Institute of Scientific Computing, TU Braunschweig, Germany 2 SPT

More information

Polynomial chaos expansions for sensitivity analysis

Polynomial chaos expansions for sensitivity analysis c DEPARTMENT OF CIVIL, ENVIRONMENTAL AND GEOMATIC ENGINEERING CHAIR OF RISK, SAFETY & UNCERTAINTY QUANTIFICATION Polynomial chaos expansions for sensitivity analysis B. Sudret Chair of Risk, Safety & Uncertainty

More information

Stochastic optimization - how to improve computational efficiency?

Stochastic optimization - how to improve computational efficiency? Stochastic optimization - how to improve computational efficiency? Christian Bucher Center of Mechanics and Structural Dynamics Vienna University of Technology & DYNARDO GmbH, Vienna Presentation at Czech

More information

EFFICIENT SHAPE OPTIMIZATION USING POLYNOMIAL CHAOS EXPANSION AND LOCAL SENSITIVITIES

EFFICIENT SHAPE OPTIMIZATION USING POLYNOMIAL CHAOS EXPANSION AND LOCAL SENSITIVITIES 9 th ASCE Specialty Conference on Probabilistic Mechanics and Structural Reliability EFFICIENT SHAPE OPTIMIZATION USING POLYNOMIAL CHAOS EXPANSION AND LOCAL SENSITIVITIES Nam H. Kim and Haoyu Wang University

More information

Gaussian process regression for Sensitivity analysis

Gaussian process regression for Sensitivity analysis Gaussian process regression for Sensitivity analysis GPSS Workshop on UQ, Sheffield, September 2016 Nicolas Durrande, Mines St-Étienne, durrande@emse.fr GPSS workshop on UQ GPs for sensitivity analysis

More information

SENSITIVITY ANALYSIS IN NUMERICAL SIMULATION OF MULTIPHASE FLOW FOR CO 2 STORAGE IN SALINE AQUIFERS USING THE PROBABILISTIC COLLOCATION APPROACH

SENSITIVITY ANALYSIS IN NUMERICAL SIMULATION OF MULTIPHASE FLOW FOR CO 2 STORAGE IN SALINE AQUIFERS USING THE PROBABILISTIC COLLOCATION APPROACH XIX International Conference on Water Resources CMWR 2012 University of Illinois at Urbana-Champaign June 17-22,2012 SENSITIVITY ANALYSIS IN NUMERICAL SIMULATION OF MULTIPHASE FLOW FOR CO 2 STORAGE IN

More information

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

Stochastic structural dynamic analysis with random damping parameters

Stochastic structural dynamic analysis with random damping parameters Stochastic structural dynamic analysis with random damping parameters K. Sepahvand 1, F. Saati Khosroshahi, C. A. Geweth and S. Marburg Chair of Vibroacoustics of Vehicles and Machines Department of Mechanical

More information

Structural Dynamics Lecture 7. Outline of Lecture 7. Multi-Degree-of-Freedom Systems (cont.) System Reduction. Vibration due to Movable Supports.

Structural Dynamics Lecture 7. Outline of Lecture 7. Multi-Degree-of-Freedom Systems (cont.) System Reduction. Vibration due to Movable Supports. Outline of Multi-Degree-of-Freedom Systems (cont.) System Reduction. Truncated Modal Expansion with Quasi-Static Correction. Guyan Reduction. Vibration due to Movable Supports. Earthquake Excitations.

More information

A Unified Framework for Uncertainty and Sensitivity Analysis of Computational Models with Many Input Parameters

A Unified Framework for Uncertainty and Sensitivity Analysis of Computational Models with Many Input Parameters A Unified Framework for Uncertainty and Sensitivity Analysis of Computational Models with Many Input Parameters C. F. Jeff Wu H. Milton Stewart School of Industrial and Systems Engineering Georgia Institute

More information

Probabilistic Structural Dynamics: Parametric vs. Nonparametric Approach

Probabilistic Structural Dynamics: Parametric vs. Nonparametric Approach Probabilistic Structural Dynamics: Parametric vs. Nonparametric Approach S Adhikari School of Engineering, Swansea University, Swansea, UK Email: S.Adhikari@swansea.ac.uk URL: http://engweb.swan.ac.uk/

More information

RELIABILITY ANALYSIS AND DESIGN CONSIDERING DISJOINT ACTIVE FAILURE REGIONS

RELIABILITY ANALYSIS AND DESIGN CONSIDERING DISJOINT ACTIVE FAILURE REGIONS RELIABILITY ANALYSIS AND DESIGN CONSIDERING DISJOINT ACTIVE FAILURE REGIONS A Thesis by Xiaolong Cui Master of Science, Wichita State University, 2016 Bachelor of Science, Wichita State University, 2013

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

Concepts in Global Sensitivity Analysis IMA UQ Short Course, June 23, 2015

Concepts in Global Sensitivity Analysis IMA UQ Short Course, June 23, 2015 Concepts in Global Sensitivity Analysis IMA UQ Short Course, June 23, 2015 A good reference is Global Sensitivity Analysis: The Primer. Saltelli, et al. (2008) Paul Constantine Colorado School of Mines

More information

Computational methods for uncertainty quantification and sensitivity analysis of complex systems

Computational methods for uncertainty quantification and sensitivity analysis of complex systems DEPARTMENT OF CIVIL, ENVIRONMENTAL AND GEOMATIC ENGINEERING CHAIR OF RISK, SAFETY & UNCERTAINTY QUANTIFICATION Computational methods for uncertainty quantification and sensitivity analysis of complex systems

More information

Imprecise probability in engineering a case study

Imprecise probability in engineering a case study Imprecise probability in engineering a case study Tutorial, ISIPTA 11 Innsbruck, July 25 28, 2011 Michael Oberguggenberger Unit of Engineering Mathematics University of Innsbruck, Austria http://techmath.uibk.ac.at

More information

Introduction to Continuous Systems. Continuous Systems. Strings, Torsional Rods and Beams.

Introduction to Continuous Systems. Continuous Systems. Strings, Torsional Rods and Beams. Outline of Continuous Systems. Introduction to Continuous Systems. Continuous Systems. Strings, Torsional Rods and Beams. Vibrations of Flexible Strings. Torsional Vibration of Rods. Bernoulli-Euler Beams.

More information

Polynomial chaos expansions for structural reliability analysis

Polynomial chaos expansions for structural reliability analysis DEPARTMENT OF CIVIL, ENVIRONMENTAL AND GEOMATIC ENGINEERING CHAIR OF RISK, SAFETY & UNCERTAINTY QUANTIFICATION Polynomial chaos expansions for structural reliability analysis B. Sudret & S. Marelli Incl.

More information

Dinesh Kumar, Mehrdad Raisee and Chris Lacor

Dinesh Kumar, Mehrdad Raisee and Chris Lacor Dinesh Kumar, Mehrdad Raisee and Chris Lacor Fluid Mechanics and Thermodynamics Research Group Vrije Universiteit Brussel, BELGIUM dkumar@vub.ac.be; m_raisee@yahoo.com; chris.lacor@vub.ac.be October, 2014

More information

How to Validate Stochastic Finite Element Models from Uncertain Experimental Modal Data Yves Govers

How to Validate Stochastic Finite Element Models from Uncertain Experimental Modal Data Yves Govers How to Validate Stochastic Finite Element Models from Uncertain Experimental Modal Data Yves Govers Slide 1 Outline/ Motivation Validation of Finite Element Models on basis of modal data (eigenfrequencies

More information

Fast Numerical Methods for Stochastic Computations

Fast Numerical Methods for Stochastic Computations Fast AreviewbyDongbinXiu May 16 th,2013 Outline Motivation 1 Motivation 2 3 4 5 Example: Burgers Equation Let us consider the Burger s equation: u t + uu x = νu xx, x [ 1, 1] u( 1) =1 u(1) = 1 Example:

More information

Stochastic Collocation Methods for Polynomial Chaos: Analysis and Applications

Stochastic Collocation Methods for Polynomial Chaos: Analysis and Applications Stochastic Collocation Methods for Polynomial Chaos: Analysis and Applications Dongbin Xiu Department of Mathematics, Purdue University Support: AFOSR FA955-8-1-353 (Computational Math) SF CAREER DMS-64535

More information

Performance Evaluation of Generalized Polynomial Chaos

Performance Evaluation of Generalized Polynomial Chaos Performance Evaluation of Generalized Polynomial Chaos Dongbin Xiu, Didier Lucor, C.-H. Su, and George Em Karniadakis 1 Division of Applied Mathematics, Brown University, Providence, RI 02912, USA, gk@dam.brown.edu

More information

Winter 2019 Math 106 Topics in Applied Mathematics. Lecture 1: Introduction

Winter 2019 Math 106 Topics in Applied Mathematics. Lecture 1: Introduction Winter 2019 Math 106 Topics in Applied Mathematics Data-driven Uncertainty Quantification Yoonsang Lee (yoonsang.lee@dartmouth.edu) Lecture 1: Introduction 19 Winter M106 Class: MWF 12:50-1:55 pm @ 200

More information

Analysis of covariance (ANCOVA) using polynomial chaos expansions

Analysis of covariance (ANCOVA) using polynomial chaos expansions Research Collection Conference Paper Analysis of covariance (ANCOVA) using polynomial chaos expansions Author(s): Sudret, Bruno; Caniou, Yves Publication Date: 013 Permanent Link: https://doi.org/10.399/ethz-a-0100633

More information

Reduction of Random Variables in Structural Reliability Analysis

Reduction of Random Variables in Structural Reliability Analysis Reduction of Random Variables in Structural Reliability Analysis S. Adhikari and R. S. Langley Department of Engineering University of Cambridge Trumpington Street Cambridge CB2 1PZ (U.K.) February 21,

More information

Blade manufacturing tolerances definition for a mistuned industrial bladed disk

Blade manufacturing tolerances definition for a mistuned industrial bladed disk Blade manufacturing tolerances definition for a mistuned industrial bladed disk Evangéline Capiez-Lernout, Christian Soize, J.-P. Lombard, C. Dupont, E. Seinturier To cite this version: Evangéline Capiez-Lernout,

More information

A comprehensive overview of a non-parametric probabilistic approach of model uncertainties for predictive models in structural dynamics

A comprehensive overview of a non-parametric probabilistic approach of model uncertainties for predictive models in structural dynamics A comprehensive overview of a non-parametric probabilistic approach of model uncertainties for predictive models in structural dynamics Christian Soize To cite this version: Christian Soize. A comprehensive

More information

Uncertainty Quantification in Computational Science

Uncertainty Quantification in Computational Science DTU 2010 - Lecture I Uncertainty Quantification in Computational Science Jan S Hesthaven Brown University Jan.Hesthaven@Brown.edu Objective of lectures The main objective of these lectures are To offer

More information

An Efficient Computational Solution Scheme of the Random Eigenvalue Problems

An Efficient Computational Solution Scheme of the Random Eigenvalue Problems 50th AIAA SDM Conference, 4-7 May 2009 An Efficient Computational Solution Scheme of the Random Eigenvalue Problems Rajib Chowdhury & Sondipon Adhikari School of Engineering Swansea University Swansea,

More information

Uncertainty Quantification in MEMS

Uncertainty Quantification in MEMS Uncertainty Quantification in MEMS N. Agarwal and N. R. Aluru Department of Mechanical Science and Engineering for Advanced Science and Technology Introduction Capacitive RF MEMS switch Comb drive Various

More information

The quantum mechanics approach to uncertainty modeling in structural dynamics

The quantum mechanics approach to uncertainty modeling in structural dynamics p. 1/3 The quantum mechanics approach to uncertainty modeling in structural dynamics Andreas Kyprianou Department of Mechanical and Manufacturing Engineering, University of Cyprus Outline Introduction

More information

Probing the covariance matrix

Probing the covariance matrix Probing the covariance matrix Kenneth M. Hanson Los Alamos National Laboratory (ret.) BIE Users Group Meeting, September 24, 2013 This presentation available at http://kmh-lanl.hansonhub.com/ LA-UR-06-5241

More information

Joint input-response predictions in structural dynamics

Joint input-response predictions in structural dynamics Joint input-response predictions in structural dynamics Eliz-Mari Lourens, Geert Lombaert KU Leuven, Department of Civil Engineering, Leuven, Belgium Costas Papadimitriou University of Thessaly, Department

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

However, reliability analysis is not limited to calculation of the probability of failure.

However, reliability analysis is not limited to calculation of the probability of failure. Probabilistic Analysis probabilistic analysis methods, including the first and second-order reliability methods, Monte Carlo simulation, Importance sampling, Latin Hypercube sampling, and stochastic expansions

More information

Efficient Reduced Order Modeling of Low- to Mid-Frequency Vibration and Power Flow in Complex Structures

Efficient Reduced Order Modeling of Low- to Mid-Frequency Vibration and Power Flow in Complex Structures Efficient Reduced Order Modeling of Low- to Mid-Frequency Vibration and Power Flow in Complex Structures Yung-Chang Tan Graduate Student Research Assistant Matthew P. Castanier Assistant Research Scientist

More information

Basics of Uncertainty Analysis

Basics of Uncertainty Analysis Basics of Uncertainty Analysis Chapter Six Basics of Uncertainty Analysis 6.1 Introduction As shown in Fig. 6.1, analysis models are used to predict the performances or behaviors of a product under design.

More information

Multi-fidelity sensitivity analysis

Multi-fidelity sensitivity analysis Multi-fidelity sensitivity analysis Loic Le Gratiet 1,2, Claire Cannamela 2 & Bertrand Iooss 3 1 Université Denis-Diderot, Paris, France 2 CEA, DAM, DIF, F-91297 Arpajon, France 3 EDF R&D, 6 quai Watier,

More information

Steps in Uncertainty Quantification

Steps in Uncertainty Quantification Steps in Uncertainty Quantification Challenge: How do we do uncertainty quantification for computationally expensive models? Example: We have a computational budget of 5 model evaluations. Bayesian inference

More information

Safety Envelope for Load Tolerance and Its Application to Fatigue Reliability Design

Safety Envelope for Load Tolerance and Its Application to Fatigue Reliability Design Safety Envelope for Load Tolerance and Its Application to Fatigue Reliability Design Haoyu Wang * and Nam H. Kim University of Florida, Gainesville, FL 32611 Yoon-Jun Kim Caterpillar Inc., Peoria, IL 61656

More information

Multilevel stochastic collocations with dimensionality reduction

Multilevel stochastic collocations with dimensionality reduction Multilevel stochastic collocations with dimensionality reduction Ionut Farcas TUM, Chair of Scientific Computing in Computer Science (I5) 27.01.2017 Outline 1 Motivation 2 Theoretical background Uncertainty

More information

Table of Contents. Preface... 13

Table of Contents. Preface... 13 Table of Contents Preface... 13 Chapter 1. Vibrations of Continuous Elastic Solid Media... 17 1.1. Objective of the chapter... 17 1.2. Equations of motion and boundary conditions of continuous media...

More information

Dynamic and buckling analysis of FRP portal frames using a locking-free finite element

Dynamic and buckling analysis of FRP portal frames using a locking-free finite element Fourth International Conference on FRP Composites in Civil Engineering (CICE8) 22-24July 8, Zurich, Switzerland Dynamic and buckling analysis of FRP portal frames using a locking-free finite element F.

More information

Modelling Under Risk and Uncertainty

Modelling Under Risk and Uncertainty Modelling Under Risk and Uncertainty An Introduction to Statistical, Phenomenological and Computational Methods Etienne de Rocquigny Ecole Centrale Paris, Universite Paris-Saclay, France WILEY A John Wiley

More information

Local and Global Sensitivity Analysis

Local and Global Sensitivity Analysis Omar 1,2 1 Duke University Department of Mechanical Engineering & Materials Science omar.knio@duke.edu 2 KAUST Division of Computer, Electrical, Mathematical Science & Engineering omar.knio@kaust.edu.sa

More information

A Polynomial Chaos Approach to Robust Multiobjective Optimization

A Polynomial Chaos Approach to Robust Multiobjective Optimization A Polynomial Chaos Approach to Robust Multiobjective Optimization Silvia Poles 1, Alberto Lovison 2 1 EnginSoft S.p.A., Optimization Consulting Via Giambellino, 7 35129 Padova, Italy s.poles@enginsoft.it

More information

Structural Design under Fuzzy Randomness

Structural Design under Fuzzy Randomness NSF workshop on Reliable Engineering Computing, September 15-17, 2004 Center for Reliable Engineering Computing, Georgia Tech Savannah, GA Structural Design under Fuzzy Randomness Michael Beer 1) Martin

More information

Stochastic Dynamics of SDOF Systems (cont.).

Stochastic Dynamics of SDOF Systems (cont.). Outline of Stochastic Dynamics of SDOF Systems (cont.). Weakly Stationary Response Processes. Equivalent White Noise Approximations. Gaussian Response Processes as Conditional Normal Distributions. Stochastic

More information

Uncertainty Management and Quantification in Industrial Analysis and Design

Uncertainty Management and Quantification in Industrial Analysis and Design Uncertainty Management and Quantification in Industrial Analysis and Design www.numeca.com Charles Hirsch Professor, em. Vrije Universiteit Brussel President, NUMECA International The Role of Uncertainties

More information

CO-ROTATIONAL DYNAMIC FORMULATION FOR 2D BEAMS

CO-ROTATIONAL DYNAMIC FORMULATION FOR 2D BEAMS COMPDYN 011 ECCOMAS Thematic Conference on Computational Methods in Structural Dynamics and Earthquake Engineering M. Papadrakakis, M. Fragiadakis, V. Plevris (eds.) Corfu, Greece, 5-8 May 011 CO-ROTATIONAL

More information

RELIABILITY ANALYSIS IN BOLTED COMPOSITE JOINTS WITH SHIMMING MATERIAL

RELIABILITY ANALYSIS IN BOLTED COMPOSITE JOINTS WITH SHIMMING MATERIAL 25 TH INTERNATIONAL CONGRESS OF THE AERONAUTICAL SCIENCES RELIABILITY ANALYSIS IN BOLTED COMPOSITE JOINTS WITH SHIMMING MATERIAL P. Caracciolo, G. Kuhlmann AIRBUS-Germany e-mail: paola.caracciolo@airbus.com

More information

System Identification procedures for nonlinear response of Buckling Restraint Braces J. Martínez 1, R. Boroschek 1, J. Bilbao 1 (1)University of Chile

System Identification procedures for nonlinear response of Buckling Restraint Braces J. Martínez 1, R. Boroschek 1, J. Bilbao 1 (1)University of Chile System Identification procedures for nonlinear response of Buckling Restraint Braces J. Martínez, R. Boroschek, J. Bilbao ()University of Chile. Abstract Buckling Restrained Braces (BRB) are hysteretic

More information

Stochastic Simulation of Aircraft Fuselage Assembly Considering Manufacturing Uncertainties

Stochastic Simulation of Aircraft Fuselage Assembly Considering Manufacturing Uncertainties 9th European LS-DYNA Conference 0 Stochastic Simulation of Aircraft Fuselage Assembly Considering Manufacturing Uncertainties Dietmar C. Vogt, Sönke Klostermann EADS Innovation Works, Germany Introduction

More information

Lectures. Variance-based sensitivity analysis in the presence of correlated input variables. Thomas Most. Source:

Lectures. Variance-based sensitivity analysis in the presence of correlated input variables. Thomas Most. Source: Lectures Variance-based sensitivity analysis in the presence of correlated input variables Thomas Most Source: www.dynardo.de/en/library Variance-based sensitivity analysis in the presence of correlated

More information

New Developments in Tail-Equivalent Linearization method for Nonlinear Stochastic Dynamics

New Developments in Tail-Equivalent Linearization method for Nonlinear Stochastic Dynamics New Developments in Tail-Equivalent Linearization method for Nonlinear Stochastic Dynamics Armen Der Kiureghian President, American University of Armenia Taisei Professor of Civil Engineering Emeritus

More information

A numerical model for ground-borne vibrations from underground railway traffic based on a periodic FE-BE formulation

A numerical model for ground-borne vibrations from underground railway traffic based on a periodic FE-BE formulation A numerical model for ground-borne vibrations from underground railway traffic based on a periodic FE-BE formulation D. Clouteau, R. Othman, M. Arnst, H. Chebli Ecole Centrale de Paris, LMSSMat, F-99 Chˆatenay-Malabry,

More information

Parameter Selection Techniques and Surrogate Models

Parameter Selection Techniques and Surrogate Models Parameter Selection Techniques and Surrogate Models Model Reduction: Will discuss two forms Parameter space reduction Surrogate models to reduce model complexity Input Representation Local Sensitivity

More information

Mechanical Vibrations Chapter 6 Solution Methods for the Eigenvalue Problem

Mechanical Vibrations Chapter 6 Solution Methods for the Eigenvalue Problem Mechanical Vibrations Chapter 6 Solution Methods for the Eigenvalue Problem Introduction Equations of dynamic equilibrium eigenvalue problem K x = ω M x The eigensolutions of this problem are written in

More information

PC EXPANSION FOR GLOBAL SENSITIVITY ANALYSIS OF NON-SMOOTH FUNCTIONALS OF UNCERTAIN STOCHASTIC DIFFERENTIAL EQUATIONS SOLUTIONS

PC EXPANSION FOR GLOBAL SENSITIVITY ANALYSIS OF NON-SMOOTH FUNCTIONALS OF UNCERTAIN STOCHASTIC DIFFERENTIAL EQUATIONS SOLUTIONS PC EXPANSION FOR GLOBAL SENSITIVITY ANALYSIS OF NON-SMOOTH FUNCTIONALS OF UNCERTAIN STOCHASTIC DIFFERENTIAL EQUATIONS SOLUTIONS M. Navarro, O.P. Le Maître,2, O.M. Knio,3 mariaisabel.navarrojimenez@kaust.edu.sa

More information

Gaussian Processes for Computer Experiments

Gaussian Processes for Computer Experiments Gaussian Processes for Computer Experiments Jeremy Oakley School of Mathematics and Statistics, University of Sheffield www.jeremy-oakley.staff.shef.ac.uk 1 / 43 Computer models Computer model represented

More information

Uncertainty Quantification and Validation Using RAVEN. A. Alfonsi, C. Rabiti. Risk-Informed Safety Margin Characterization. https://lwrs.inl.

Uncertainty Quantification and Validation Using RAVEN. A. Alfonsi, C. Rabiti. Risk-Informed Safety Margin Characterization. https://lwrs.inl. Risk-Informed Safety Margin Characterization Uncertainty Quantification and Validation Using RAVEN https://lwrs.inl.gov A. Alfonsi, C. Rabiti North Carolina State University, Raleigh 06/28/2017 Assumptions

More information

Overview. Bayesian assimilation of experimental data into simulation (for Goland wing flutter) Why not uncertainty quantification?

Overview. Bayesian assimilation of experimental data into simulation (for Goland wing flutter) Why not uncertainty quantification? Delft University of Technology Overview Bayesian assimilation of experimental data into simulation (for Goland wing flutter), Simao Marques 1. Why not uncertainty quantification? 2. Why uncertainty quantification?

More information

RESPONSE SURFACE METHODS FOR STOCHASTIC STRUCTURAL OPTIMIZATION

RESPONSE SURFACE METHODS FOR STOCHASTIC STRUCTURAL OPTIMIZATION Meccanica dei Materiali e delle Strutture Vol. VI (2016), no.1, pp. 99-106 ISSN: 2035-679X Dipartimento di Ingegneria Civile, Ambientale, Aerospaziale, Dei Materiali DICAM RESPONSE SURFACE METHODS FOR

More information

IN SITU EXPERIMENT AND MODELLING OF RC-STRUCTURE USING AMBIENT VIBRATION AND TIMOSHENKO BEAM

IN SITU EXPERIMENT AND MODELLING OF RC-STRUCTURE USING AMBIENT VIBRATION AND TIMOSHENKO BEAM First European Conference on Earthquake Engineering and Seismology (a joint event of the 13 th ECEE & 30 th General Assembly of the ESC) Geneva, Switzerland, 3-8 September 006 Paper Number: 146 IN SITU

More information

Institute for Statics und Dynamics of Structures Fuzzy probabilistic safety assessment

Institute for Statics und Dynamics of Structures Fuzzy probabilistic safety assessment Institute for Statics und Dynamics of Structures Fuzzy probabilistic safety assessment Bernd Möller Fuzzy probabilistic safety assessment randomness fuzzy randomness fuzzyness failure Fuzzy- Probabilistik

More information

Parametric Output Error Based Identification and Fault Detection in Structures Under Earthquake Excitation

Parametric Output Error Based Identification and Fault Detection in Structures Under Earthquake Excitation Parametric Output Error Based Identification and Fault Detection in Structures Under Earthquake Excitation J.S. Sakellariou and S.D. Fassois Department of Mechanical & Aeronautical Engr. GR 265 Patras,

More information

An explicit time-domain finite-element method for room acoustics simulation

An explicit time-domain finite-element method for room acoustics simulation An explicit time-domain finite-element method for room acoustics simulation Takeshi OKUZONO 1 ; Toru OTSURU 2 ; Kimihiro SAKAGAMI 3 1 Kobe University, JAPAN 2 Oita University, JAPAN 3 Kobe University,

More information

TRANSFER MATRIX METHOD OF LINEAR MULTIBODY SYSTEMS FOR FREE VIBRATION ANALYSIS OF BEAM CARRYING ELASTICALLY MOUNTED POINT MASSES

TRANSFER MATRIX METHOD OF LINEAR MULTIBODY SYSTEMS FOR FREE VIBRATION ANALYSIS OF BEAM CARRYING ELASTICALLY MOUNTED POINT MASSES Laith K. Abbas, Dongyang Chen and Xiaoting Rui ECCOMAS Congress 06 VII European Congress on Computational Methods in Applied Sciences and Engineering M. Papadrakakis, V. Papadopoulos, G. Stefanou, V. Plevris

More information

ON STOCHASTIC STRUCTURAL TOPOLOGY OPTIMIZATION

ON STOCHASTIC STRUCTURAL TOPOLOGY OPTIMIZATION ON STOCHASTIC STRUCTURAL TOPOLOGY OPTIMIZATION A. EVGRAFOV and M. PATRIKSSON Department of Mathematics, Chalmers University of Technology, SE-4 96 Göteborg, Sweden J. PETERSSON Department of Mechanical

More information

Robust Optimum in Structural Dynamics

Robust Optimum in Structural Dynamics Robust Optimum in Structural Dynamics Reinhard Helfrich, Nils Wagner INTES GmbH, Stuttgart, Deutschland Summary: The first eigenfrequencies of a structure should be as far away as possible from a prescribed

More information

Efficient sensitivity analysis for virtual prototyping. Lectures. Thomas Most & Johannes Will

Efficient sensitivity analysis for virtual prototyping. Lectures. Thomas Most & Johannes Will Lectures Efficient sensitivity analysis for virtual prototyping Thomas Most & Johannes Will presented at the ECCOMAS Conference 2012 Source: www.dynardo.de/en/library European Congress on Computational

More information

Thermal buckling and post-buckling of laminated composite plates with. temperature dependent properties by an asymptotic numerical method

Thermal buckling and post-buckling of laminated composite plates with. temperature dependent properties by an asymptotic numerical method hermal buckling and post-buckling of laminated composite plates with temperature dependent properties by an asymptotic numerical method F. Abdoun a,*, L. Azrar a,b, E.M. Daya c a LAMA, Higher School of

More information

PIANO SOUNDBOARD UNDER PRESTRESS: A NUMERICAL APPROACH

PIANO SOUNDBOARD UNDER PRESTRESS: A NUMERICAL APPROACH 9th INTERNATIONAL CONGRESS ON ACOUSTICS MADRID, -7 SEPTEMBER 7 PIANO SOUNDBOARD UNDER PRESTRESS: A NUMERICAL APPROACH PACS: 43.75.Mn Mamou-Mani, Adrien ; Frelat, Joël ; Besnainou, Charles Institut Jean

More information

Microstructurally-Informed Random Field Description: Case Study on Chaotic Masonry

Microstructurally-Informed Random Field Description: Case Study on Chaotic Masonry Microstructurally-Informed Random Field Description: Case Study on Chaotic Masonry M. Lombardo 1 J. Zeman 2 M. Šejnoha 2,3 1 Civil and Building Engineering Loughborough University 2 Department of Mechanics

More information

SDLV302 Modal analysis by under-structuring: bi-- supported beam

SDLV302 Modal analysis by under-structuring: bi-- supported beam Titre : SDLV302 Analyse modale par sous-structuration : [...] Date : 21/07/2017 age : 1/10 SDLV302 Modal analysis by under-structuring: bi-- supported beam Summary: This test validates the modal analysis

More information

Los Alamos NATIONAL LABORATORY

Los Alamos NATIONAL LABORATORY Validation of Engineering Applications at LANL (*) Thomas A. Butler Scott W. Doebling François M. Hemez John F. Schultze Hoon Sohn Group National Laboratory, New Mexico, U.S.A. National Laboratory Uncertainty

More information

A STRATEGY FOR IDENTIFICATION OF BUILDING STRUCTURES UNDER BASE EXCITATIONS

A STRATEGY FOR IDENTIFICATION OF BUILDING STRUCTURES UNDER BASE EXCITATIONS A STRATEGY FOR IDENTIFICATION OF BUILDING STRUCTURES UNDER BASE EXCITATIONS G. Amato and L. Cavaleri PhD Student, Dipartimento di Ingegneria Strutturale e Geotecnica,University of Palermo, Italy. Professor,

More information

Stochastic representation of random positive-definite tensor-valued properties: application to 3D anisotropic permeability random fields

Stochastic representation of random positive-definite tensor-valued properties: application to 3D anisotropic permeability random fields Sous la co-tutelle de : LABORATOIRE DE MODÉLISATION ET SIMULATION MULTI ÉCHELLE CNRS UPEC UNIVERSITÉ PARIS-EST CRÉTEIL UPEM UNIVERSITÉ PARIS-EST MARNE-LA-VALLÉE Stochastic representation of random positive-definite

More information

Sensitivity and Reliability Analysis of Nonlinear Frame Structures

Sensitivity and Reliability Analysis of Nonlinear Frame Structures Sensitivity and Reliability Analysis of Nonlinear Frame Structures Michael H. Scott Associate Professor School of Civil and Construction Engineering Applied Mathematics and Computation Seminar April 8,

More information

A comparison of polynomial chaos and Gaussian process emulation for uncertainty quantification in computer experiments

A comparison of polynomial chaos and Gaussian process emulation for uncertainty quantification in computer experiments University of Exeter Department of Mathematics A comparison of polynomial chaos and Gaussian process emulation for uncertainty quantification in computer experiments Nathan Edward Owen May 2017 Supervised

More information

Chapter 2: Rigid Bar Supported by Two Buckled Struts under Axial, Harmonic, Displacement Excitation..14

Chapter 2: Rigid Bar Supported by Two Buckled Struts under Axial, Harmonic, Displacement Excitation..14 Table of Contents Chapter 1: Research Objectives and Literature Review..1 1.1 Introduction...1 1.2 Literature Review......3 1.2.1 Describing Vibration......3 1.2.2 Vibration Isolation.....6 1.2.2.1 Overview.

More information

Computational non-linear structural dynamics and energy-momentum integration schemes

Computational non-linear structural dynamics and energy-momentum integration schemes icccbe 2010 Nottingham University Press Proceedings of the International Conference on Computing in Civil and Building Engineering W Tizani (Editor) Computational non-linear structural dynamics and energy-momentum

More information

Solution of Stochastic Nonlinear PDEs Using Wiener-Hermite Expansion of High Orders

Solution of Stochastic Nonlinear PDEs Using Wiener-Hermite Expansion of High Orders Solution of Stochastic Nonlinear PDEs Using Wiener-Hermite Expansion of High Orders Dr. Mohamed El-Beltagy 1,2 Joint Wor with Late Prof. Magdy El-Tawil 2 1 Effat University, Engineering College, Electrical

More information

Non-parametric-parametric model for random uncertainties in non-linear structural dynamics: Application to earthquake engineering

Non-parametric-parametric model for random uncertainties in non-linear structural dynamics: Application to earthquake engineering Non-parametric-parametric model for random uncertainties in non-linear structural dynamics: Application to earthquake engineering Christophe Desceliers, Christian Soize, S. Cambier To cite this version:

More information

COMPUTING DERIVATIVE-BASED GLOBAL SENSITIVITY

COMPUTING DERIVATIVE-BASED GLOBAL SENSITIVITY COMPUTING DERIVATIVE-BASED GLOBAL SENSITIVITY MEASURES USING POLYNOMIAL CHAOS EXPANSIONS B. Sudret and C. V. Mai CHAIR OF RISK, SAFETY AND UNCERTAINTY QUANTIFICATION STEFANO-FRANSCINI-PLATZ 5 CH-8093 ZÜRICH

More information

Prediction of Transformer Core Noise

Prediction of Transformer Core Noise Prediction of Transformer Core Noise R. Haettel *,1, M. Kavasoglu 1, A. Daneryd 1 and C. Ploetner 2 1 ABB Corporate Research Sweden, 2 ABB Transformers Canada *Corresponding author: 721 78 Västerås Sweden,

More information