SlideShare a Scribd company logo
Acquiring elastic properties of thin composite
structure from vibrational testing data
P. Chebyshev Mathematical Ideas and Their Applications to
Natural Sciences International Conference
V. Aksenov, A. Vasyukov, K. Beklemysheva
May 15, 2021
Moscow Institute of Physics and Technology
Table of contents
1. Introduction
2. Numerical method
3. Numerical experiments
1
Introduction
Problem overview
Figure 1: Example of the vibrational
testing stand
• Setup:
• Non-destructive testing of
thin composite structures
• Amplitutde-frequency
characteristic is measured
• Motivation:
• Lack of reliable data from
the manufacturers
• Elastic properties may
change during production
• Effective model with coarser
geometry
2
Governing equations
The model describes linear anisotropic elastic medium with viscous
damping. The transient load with constant frequency is applied on the
border
ρwtt + γ0wt − (D66wxx + D55wyy ) = 0 (x, y) ∈ G
w(x, y, t) = g(x, y) · eiωt
(x, y) ∈ ΓD
σn = (D66wx nx + D55wy ny ) = 0 (x, y) ∈ ΓN (ΓN ∪ ΓD = ∂G)
Variables
• w(x, y, t) – displacement in normal direction
• ρ – known density
• θ = (γ0, D55, D66) – unknown parameters
3
Governing equations
w = wpart +
∞
X
i=0
Ci wi
We suggest that due to damping, the terms describing free vibrations
fade exponentially, thus only consider the term
wpart = u(x, y) · eiωt
We arrive at the BVP for u:
(−ρω2
+ iγ0ω)u − (D66uxx + D55uyy ) = 0 (x, y) ∈ G
(1.1)
u(x, y) = g(x, y) (x, y) ∈ ΓD
(1.2)
σn = (D66ux nx + D55uy ny ) = 0 (x, y) ∈ ΓN (ΓN ∪ ΓD = ∂G)
(1.3)
4
Numerical method
FEM formulation of the direct problem
Equivalent form of the equation (1.1)
cω
Z
G
uv d x d y + D66
Z
G
ux vx d x d y + D55
Z
G
uy vy d x d y =
=
Z
ΓD
vσn d Γ +
Z
ΓN
vσn d Γ
for arbitrary continous function v(x, y). We solve it approximately with
Finite Element method on a triangular grid
u =
X
i∈I
ui hi +
X
k∈D
gk hk , v ∈ {hi , i ∈ I}
where hi are 1-st degree basis polynomials, hi (xi ) = 1, D – grid vertices
on ΓD, I – all other vertices, gk = g(xk , yk )
5
FEM formulation of the direct problem
Numerical solution of the direct problem
K̃(ω, θ)u = ˜
f (ω, θ) (2.1)
K̃(ω, θ) = cωK0 + D66Kx + D55Ky
[K0]ij =
Z
G
hi hj d x d y
[Kx ]ij =
Z
G
hi,x hj,x d x d y
[Ky ]ij =
Z
G
hi,y hj,y d x d y
˜
f (ω, θ) = cωf0 + D66fx + D55fy
[f0]i = −
X
k∈D
gk
Z
G
hi hk d x d y
[fx ]i = −
X
k∈D
gk
Z
G
hi,x hk,x d x d y
[fy ]i = −
X
k∈D
gk
Z
G
hi,y hk,y d x d y
cω = −ρω2
+ iγ0ω
6
Inverse problem
In the experiment, the amplitude u is sampled at a test point (xt, yt) for
different frequencies ωk . Thus we obtain the amplitude-frequency
characteristic uexp(ωk )
Figure 2: Sample AFC
The goal is to obtain values of the parameters from these data 7
Inverse problem
We propose the following optimization problem:
min
θ
L(θ) =
Nω
X
k=1
k[u(θ, ωk )]t − uexp(ωk )k
2
(2.2)
s.t. θi > 0
Here u(θ, ωk ) is the solution of K̃(θ, ωk )u = ˜
f (θ, ωk )
The evaluation of L(θ) requires only standard linear algebra, thus we can
use fast automatic differentiation to obtain derivatives efficiently
8
Trust-region method
Trust-region subproblem
pk = arg min
p
fk + gT
k p +
1
2
pT
Bk p (2.3)
s.t. kpk k ≤ ∆k
(fk = f (xk ), gk = ∇f (xk ))
Newton-Gauss method:
Bk = ∇2
f (xk )
BFGS:
y = gk+1 − gk
s = xk+1 − xk
Bk+1 = Bk +
yyT
sT y
−
sT
BT
k Bk s
sT Bk s
9
Trust-region method
Algorithm 1 Trust-region method
Require: x0 — initial guess, ∆max > 0, ∆0 ∈ (0, ∆max ), η ∈ [0, 1
4
)
1: repeat
2: Evaluate pk as the solution of (2.3)
3: ρk = f (xk )−f (xk +pk )
mk (0)−mk (pk )
{relative improvement}
4: if ρk < 1
4
then
5: ∆k+1 = 1
4
∆k
6: else
7: if ρk > 3
4
and kpk k = ∆k then
8: ∆k+1 = min(2∆k , ∆max )
9: else
10: ∆k+1 = ∆k
11: if ρk > η then
12: xk+1 = xk + pk
13: Update the quadratic model
14: else
15: xk+1 = xk
16: until checkStopCondition() or k ≥ kmax 10
Numerical experiments
Setup
(a) (b)
Figure 3: Two experimental geometries, used for calculations
• Simple geometry, ∼ 300 vertices, 201 frequencies
• Reference AFC is evaluated for some θbase. Initial guess θ0 with
every value about 30% different 11
Convergence
1000 1100 1200 1300 1400 1500
15
10
5
0
5
10
15
(u(
))
Initial
Optimized
Reference
1000 1100 1200 1300 1400 1500
30
25
20
15
10
5
0
(u(
))
Initial
Optimized
Reference
Figure 4
Figure 5: AFCs for reference, initial and optimized parameters, geometry (a)
12
Convergence
1000 1100 1200 1300 1400 1500
6
4
2
0
2
4
6
(u(
))
Initial
Optimized
Reference
1000 1100 1200 1300 1400 1500
10
5
0
5
10
(u(
))
Initial
Optimized
Reference
Figure 6
Figure 7: AFCs for reference, initial and optimized parameters, geometry (b)
13
Convergence
0 10 20 30 40 50
Iteration number, k
10 6
10 4
10 2
100
L(
k
)
(a)
0 10 20 30 40 50
Iteration number, k
10 7
10 5
10 3
10 1
101
L(
k
)
(b)
Figure 8: Behavior of the loss function during the iterations
14
Convergence
0 10 20 30 40
Iteration number, k
10 6
10 5
10 4
10 3
10 2
10 1
Relative
error
D66
D55
15
0 10 20 30 40 50
Iteration number, k
10 7
10 6
10 5
10 4
10 3
10 2
10 1
Relative
error D66
D55
Figure 10: Relative error during the iterations, geometry (b) 16
Discussion of the results
Results:
• Possibility to use both first
and second order methods
• Code is just-in-time compiled
for GPU
• Fast convergence achieved for
a rather decent perturbation
(30%)
Problems:
• Global convergence only to
local minimum, which are
possibly multiple
• Convergence in D55 is by
order of magnitude worse
• Geometries with larger
number of DOF might
exhaust GPU memory
17
Thank you for your attention!
aksenov.vv@phystech.edu
17

More Related Content

What's hot

Low Complexity Regularization of Inverse Problems
Low Complexity Regularization of Inverse ProblemsLow Complexity Regularization of Inverse Problems
Low Complexity Regularization of Inverse Problems
Gabriel Peyré
 
Low Complexity Regularization of Inverse Problems - Course #2 Recovery Guaran...
Low Complexity Regularization of Inverse Problems - Course #2 Recovery Guaran...Low Complexity Regularization of Inverse Problems - Course #2 Recovery Guaran...
Low Complexity Regularization of Inverse Problems - Course #2 Recovery Guaran...
Gabriel Peyré
 
Model Selection with Piecewise Regular Gauges
Model Selection with Piecewise Regular GaugesModel Selection with Piecewise Regular Gauges
Model Selection with Piecewise Regular Gauges
Gabriel Peyré
 
Doubly Accelerated Stochastic Variance Reduced Gradient Methods for Regulariz...
Doubly Accelerated Stochastic Variance Reduced Gradient Methods for Regulariz...Doubly Accelerated Stochastic Variance Reduced Gradient Methods for Regulariz...
Doubly Accelerated Stochastic Variance Reduced Gradient Methods for Regulariz...
Tomoya Murata
 
SPSF04 - Euler and Runge-Kutta Methods
SPSF04 - Euler and Runge-Kutta MethodsSPSF04 - Euler and Runge-Kutta Methods
SPSF04 - Euler and Runge-Kutta Methods
Syeilendra Pramuditya
 
Integration
IntegrationIntegration
Integration
RipaBiba
 
Newton backward interpolation
Newton backward interpolationNewton backward interpolation
Newton backward interpolation
MUHAMMADUMAIR647
 
Efficient Analysis of high-dimensional data in tensor formats
Efficient Analysis of high-dimensional data in tensor formatsEfficient Analysis of high-dimensional data in tensor formats
Efficient Analysis of high-dimensional data in tensor formats
Alexander Litvinenko
 
Ch02
Ch02Ch02
Ch02
waiwai28
 
Lecture 6: Stochastic Hydrology (Estimation Problem-Kriging-, Conditional Sim...
Lecture 6: Stochastic Hydrology (Estimation Problem-Kriging-, Conditional Sim...Lecture 6: Stochastic Hydrology (Estimation Problem-Kriging-, Conditional Sim...
Lecture 6: Stochastic Hydrology (Estimation Problem-Kriging-, Conditional Sim...
Amro Elfeki
 
CLIM Fall 2017 Course: Statistics for Climate Research, Spatial Data: Models ...
CLIM Fall 2017 Course: Statistics for Climate Research, Spatial Data: Models ...CLIM Fall 2017 Course: Statistics for Climate Research, Spatial Data: Models ...
CLIM Fall 2017 Course: Statistics for Climate Research, Spatial Data: Models ...
The Statistical and Applied Mathematical Sciences Institute
 
Low Complexity Regularization of Inverse Problems - Course #1 Inverse Problems
Low Complexity Regularization of Inverse Problems - Course #1 Inverse ProblemsLow Complexity Regularization of Inverse Problems - Course #1 Inverse Problems
Low Complexity Regularization of Inverse Problems - Course #1 Inverse Problems
Gabriel Peyré
 
Lecture 4: Stochastic Hydrology (Site Characterization)
Lecture 4: Stochastic Hydrology (Site Characterization)Lecture 4: Stochastic Hydrology (Site Characterization)
Lecture 4: Stochastic Hydrology (Site Characterization)
Amro Elfeki
 
Lecture 5: Stochastic Hydrology
Lecture 5: Stochastic Hydrology Lecture 5: Stochastic Hydrology
Lecture 5: Stochastic Hydrology
Amro Elfeki
 
Numerical differentiation integration
Numerical differentiation integrationNumerical differentiation integration
Numerical differentiation integration
Tarun Gehlot
 
Reduction of the small gain condition
Reduction of the small gain conditionReduction of the small gain condition
Reduction of the small gain condition
MKosmykov
 
Universal Prediction without assuming either Discrete or Continuous
Universal Prediction without assuming either Discrete or ContinuousUniversal Prediction without assuming either Discrete or Continuous
Universal Prediction without assuming either Discrete or Continuous
Joe Suzuki
 
Lecture 3: Stochastic Hydrology
Lecture 3: Stochastic HydrologyLecture 3: Stochastic Hydrology
Lecture 3: Stochastic Hydrology
Amro Elfeki
 
Hybrid dynamics in large-scale logistics networks
Hybrid dynamics in large-scale logistics networksHybrid dynamics in large-scale logistics networks
Hybrid dynamics in large-scale logistics networks
MKosmykov
 
Quasistatic Fracture using Nonliner-Nonlocal Elastostatics with an Analytic T...
Quasistatic Fracture using Nonliner-Nonlocal Elastostatics with an Analytic T...Quasistatic Fracture using Nonliner-Nonlocal Elastostatics with an Analytic T...
Quasistatic Fracture using Nonliner-Nonlocal Elastostatics with an Analytic T...
Patrick Diehl
 

What's hot (20)

Low Complexity Regularization of Inverse Problems
Low Complexity Regularization of Inverse ProblemsLow Complexity Regularization of Inverse Problems
Low Complexity Regularization of Inverse Problems
 
Low Complexity Regularization of Inverse Problems - Course #2 Recovery Guaran...
Low Complexity Regularization of Inverse Problems - Course #2 Recovery Guaran...Low Complexity Regularization of Inverse Problems - Course #2 Recovery Guaran...
Low Complexity Regularization of Inverse Problems - Course #2 Recovery Guaran...
 
Model Selection with Piecewise Regular Gauges
Model Selection with Piecewise Regular GaugesModel Selection with Piecewise Regular Gauges
Model Selection with Piecewise Regular Gauges
 
Doubly Accelerated Stochastic Variance Reduced Gradient Methods for Regulariz...
Doubly Accelerated Stochastic Variance Reduced Gradient Methods for Regulariz...Doubly Accelerated Stochastic Variance Reduced Gradient Methods for Regulariz...
Doubly Accelerated Stochastic Variance Reduced Gradient Methods for Regulariz...
 
SPSF04 - Euler and Runge-Kutta Methods
SPSF04 - Euler and Runge-Kutta MethodsSPSF04 - Euler and Runge-Kutta Methods
SPSF04 - Euler and Runge-Kutta Methods
 
Integration
IntegrationIntegration
Integration
 
Newton backward interpolation
Newton backward interpolationNewton backward interpolation
Newton backward interpolation
 
Efficient Analysis of high-dimensional data in tensor formats
Efficient Analysis of high-dimensional data in tensor formatsEfficient Analysis of high-dimensional data in tensor formats
Efficient Analysis of high-dimensional data in tensor formats
 
Ch02
Ch02Ch02
Ch02
 
Lecture 6: Stochastic Hydrology (Estimation Problem-Kriging-, Conditional Sim...
Lecture 6: Stochastic Hydrology (Estimation Problem-Kriging-, Conditional Sim...Lecture 6: Stochastic Hydrology (Estimation Problem-Kriging-, Conditional Sim...
Lecture 6: Stochastic Hydrology (Estimation Problem-Kriging-, Conditional Sim...
 
CLIM Fall 2017 Course: Statistics for Climate Research, Spatial Data: Models ...
CLIM Fall 2017 Course: Statistics for Climate Research, Spatial Data: Models ...CLIM Fall 2017 Course: Statistics for Climate Research, Spatial Data: Models ...
CLIM Fall 2017 Course: Statistics for Climate Research, Spatial Data: Models ...
 
Low Complexity Regularization of Inverse Problems - Course #1 Inverse Problems
Low Complexity Regularization of Inverse Problems - Course #1 Inverse ProblemsLow Complexity Regularization of Inverse Problems - Course #1 Inverse Problems
Low Complexity Regularization of Inverse Problems - Course #1 Inverse Problems
 
Lecture 4: Stochastic Hydrology (Site Characterization)
Lecture 4: Stochastic Hydrology (Site Characterization)Lecture 4: Stochastic Hydrology (Site Characterization)
Lecture 4: Stochastic Hydrology (Site Characterization)
 
Lecture 5: Stochastic Hydrology
Lecture 5: Stochastic Hydrology Lecture 5: Stochastic Hydrology
Lecture 5: Stochastic Hydrology
 
Numerical differentiation integration
Numerical differentiation integrationNumerical differentiation integration
Numerical differentiation integration
 
Reduction of the small gain condition
Reduction of the small gain conditionReduction of the small gain condition
Reduction of the small gain condition
 
Universal Prediction without assuming either Discrete or Continuous
Universal Prediction without assuming either Discrete or ContinuousUniversal Prediction without assuming either Discrete or Continuous
Universal Prediction without assuming either Discrete or Continuous
 
Lecture 3: Stochastic Hydrology
Lecture 3: Stochastic HydrologyLecture 3: Stochastic Hydrology
Lecture 3: Stochastic Hydrology
 
Hybrid dynamics in large-scale logistics networks
Hybrid dynamics in large-scale logistics networksHybrid dynamics in large-scale logistics networks
Hybrid dynamics in large-scale logistics networks
 
Quasistatic Fracture using Nonliner-Nonlocal Elastostatics with an Analytic T...
Quasistatic Fracture using Nonliner-Nonlocal Elastostatics with an Analytic T...Quasistatic Fracture using Nonliner-Nonlocal Elastostatics with an Analytic T...
Quasistatic Fracture using Nonliner-Nonlocal Elastostatics with an Analytic T...
 

Similar to cheb_conf_aksenov.pdf

Talk at SciCADE2013 about "Accelerated Multiple Precision ODE solver base on ...
Talk at SciCADE2013 about "Accelerated Multiple Precision ODE solver base on ...Talk at SciCADE2013 about "Accelerated Multiple Precision ODE solver base on ...
Talk at SciCADE2013 about "Accelerated Multiple Precision ODE solver base on ...
Shizuoka Inst. Science and Tech.
 
QMC: Operator Splitting Workshop, A New (More Intuitive?) Interpretation of I...
QMC: Operator Splitting Workshop, A New (More Intuitive?) Interpretation of I...QMC: Operator Splitting Workshop, A New (More Intuitive?) Interpretation of I...
QMC: Operator Splitting Workshop, A New (More Intuitive?) Interpretation of I...
The Statistical and Applied Mathematical Sciences Institute
 
Response Surface in Tensor Train format for Uncertainty Quantification
Response Surface in Tensor Train format for Uncertainty QuantificationResponse Surface in Tensor Train format for Uncertainty Quantification
Response Surface in Tensor Train format for Uncertainty Quantification
Alexander Litvinenko
 
Robust Control of Uncertain Switched Linear Systems based on Stochastic Reach...
Robust Control of Uncertain Switched Linear Systems based on Stochastic Reach...Robust Control of Uncertain Switched Linear Systems based on Stochastic Reach...
Robust Control of Uncertain Switched Linear Systems based on Stochastic Reach...
Leo Asselborn
 
QMC: Transition Workshop - Applying Quasi-Monte Carlo Methods to a Stochastic...
QMC: Transition Workshop - Applying Quasi-Monte Carlo Methods to a Stochastic...QMC: Transition Workshop - Applying Quasi-Monte Carlo Methods to a Stochastic...
QMC: Transition Workshop - Applying Quasi-Monte Carlo Methods to a Stochastic...
The Statistical and Applied Mathematical Sciences Institute
 
Applied numerical methods lec14
Applied numerical methods lec14Applied numerical methods lec14
Applied numerical methods lec14
Yasser Ahmed
 
2018 MUMS Fall Course - Mathematical surrogate and reduced-order models - Ral...
2018 MUMS Fall Course - Mathematical surrogate and reduced-order models - Ral...2018 MUMS Fall Course - Mathematical surrogate and reduced-order models - Ral...
2018 MUMS Fall Course - Mathematical surrogate and reduced-order models - Ral...
The Statistical and Applied Mathematical Sciences Institute
 
Control of Discrete-Time Piecewise Affine Probabilistic Systems using Reachab...
Control of Discrete-Time Piecewise Affine Probabilistic Systems using Reachab...Control of Discrete-Time Piecewise Affine Probabilistic Systems using Reachab...
Control of Discrete-Time Piecewise Affine Probabilistic Systems using Reachab...
Leo Asselborn
 
Imc2016 day2-solutions
Imc2016 day2-solutionsImc2016 day2-solutions
Imc2016 day2-solutions
Christos Loizos
 
Introduction to FEM
Introduction to FEMIntroduction to FEM
Introduction to FEMmezkurra
 
Computer Controlled Systems (solutions manual). Astrom. 3rd edition 1997
Computer Controlled Systems (solutions manual). Astrom. 3rd edition 1997Computer Controlled Systems (solutions manual). Astrom. 3rd edition 1997
Computer Controlled Systems (solutions manual). Astrom. 3rd edition 1997
JOAQUIN REA
 
Probabilistic Control of Uncertain Linear Systems Using Stochastic Reachability
Probabilistic Control of Uncertain Linear Systems Using Stochastic ReachabilityProbabilistic Control of Uncertain Linear Systems Using Stochastic Reachability
Probabilistic Control of Uncertain Linear Systems Using Stochastic Reachability
Leo Asselborn
 
Constant strain triangular
Constant strain triangular Constant strain triangular
Constant strain triangular
rahul183
 
SIAM - Minisymposium on Guaranteed numerical algorithms
SIAM - Minisymposium on Guaranteed numerical algorithmsSIAM - Minisymposium on Guaranteed numerical algorithms
SIAM - Minisymposium on Guaranteed numerical algorithms
Jagadeeswaran Rathinavel
 
Rosser's theorem
Rosser's theoremRosser's theorem
Rosser's theorem
Wathna
 
Thesis defense
Thesis defenseThesis defense
Thesis defense
Zheng Mengdi
 
Phase diagram at finite T & Mu in strong coupling limit of lattice QCD
Phase diagram at finite T & Mu in strong coupling limit of lattice QCDPhase diagram at finite T & Mu in strong coupling limit of lattice QCD
Phase diagram at finite T & Mu in strong coupling limit of lattice QCD
Benjamin Jaedon Choi
 
Solutions_Chapter3.pdf
Solutions_Chapter3.pdfSolutions_Chapter3.pdf
Solutions_Chapter3.pdf
Tessydee
 

Similar to cheb_conf_aksenov.pdf (20)

Talk at SciCADE2013 about "Accelerated Multiple Precision ODE solver base on ...
Talk at SciCADE2013 about "Accelerated Multiple Precision ODE solver base on ...Talk at SciCADE2013 about "Accelerated Multiple Precision ODE solver base on ...
Talk at SciCADE2013 about "Accelerated Multiple Precision ODE solver base on ...
 
QMC: Operator Splitting Workshop, A New (More Intuitive?) Interpretation of I...
QMC: Operator Splitting Workshop, A New (More Intuitive?) Interpretation of I...QMC: Operator Splitting Workshop, A New (More Intuitive?) Interpretation of I...
QMC: Operator Splitting Workshop, A New (More Intuitive?) Interpretation of I...
 
Response Surface in Tensor Train format for Uncertainty Quantification
Response Surface in Tensor Train format for Uncertainty QuantificationResponse Surface in Tensor Train format for Uncertainty Quantification
Response Surface in Tensor Train format for Uncertainty Quantification
 
Robust Control of Uncertain Switched Linear Systems based on Stochastic Reach...
Robust Control of Uncertain Switched Linear Systems based on Stochastic Reach...Robust Control of Uncertain Switched Linear Systems based on Stochastic Reach...
Robust Control of Uncertain Switched Linear Systems based on Stochastic Reach...
 
QMC: Transition Workshop - Applying Quasi-Monte Carlo Methods to a Stochastic...
QMC: Transition Workshop - Applying Quasi-Monte Carlo Methods to a Stochastic...QMC: Transition Workshop - Applying Quasi-Monte Carlo Methods to a Stochastic...
QMC: Transition Workshop - Applying Quasi-Monte Carlo Methods to a Stochastic...
 
05_AJMS_332_21.pdf
05_AJMS_332_21.pdf05_AJMS_332_21.pdf
05_AJMS_332_21.pdf
 
Applied numerical methods lec14
Applied numerical methods lec14Applied numerical methods lec14
Applied numerical methods lec14
 
2018 MUMS Fall Course - Mathematical surrogate and reduced-order models - Ral...
2018 MUMS Fall Course - Mathematical surrogate and reduced-order models - Ral...2018 MUMS Fall Course - Mathematical surrogate and reduced-order models - Ral...
2018 MUMS Fall Course - Mathematical surrogate and reduced-order models - Ral...
 
Control of Discrete-Time Piecewise Affine Probabilistic Systems using Reachab...
Control of Discrete-Time Piecewise Affine Probabilistic Systems using Reachab...Control of Discrete-Time Piecewise Affine Probabilistic Systems using Reachab...
Control of Discrete-Time Piecewise Affine Probabilistic Systems using Reachab...
 
Imc2016 day2-solutions
Imc2016 day2-solutionsImc2016 day2-solutions
Imc2016 day2-solutions
 
Introduction to FEM
Introduction to FEMIntroduction to FEM
Introduction to FEM
 
Computer Controlled Systems (solutions manual). Astrom. 3rd edition 1997
Computer Controlled Systems (solutions manual). Astrom. 3rd edition 1997Computer Controlled Systems (solutions manual). Astrom. 3rd edition 1997
Computer Controlled Systems (solutions manual). Astrom. 3rd edition 1997
 
Probabilistic Control of Uncertain Linear Systems Using Stochastic Reachability
Probabilistic Control of Uncertain Linear Systems Using Stochastic ReachabilityProbabilistic Control of Uncertain Linear Systems Using Stochastic Reachability
Probabilistic Control of Uncertain Linear Systems Using Stochastic Reachability
 
Constant strain triangular
Constant strain triangular Constant strain triangular
Constant strain triangular
 
Control chap10
Control chap10Control chap10
Control chap10
 
SIAM - Minisymposium on Guaranteed numerical algorithms
SIAM - Minisymposium on Guaranteed numerical algorithmsSIAM - Minisymposium on Guaranteed numerical algorithms
SIAM - Minisymposium on Guaranteed numerical algorithms
 
Rosser's theorem
Rosser's theoremRosser's theorem
Rosser's theorem
 
Thesis defense
Thesis defenseThesis defense
Thesis defense
 
Phase diagram at finite T & Mu in strong coupling limit of lattice QCD
Phase diagram at finite T & Mu in strong coupling limit of lattice QCDPhase diagram at finite T & Mu in strong coupling limit of lattice QCD
Phase diagram at finite T & Mu in strong coupling limit of lattice QCD
 
Solutions_Chapter3.pdf
Solutions_Chapter3.pdfSolutions_Chapter3.pdf
Solutions_Chapter3.pdf
 

Recently uploaded

Citrus Greening Disease and its Management
Citrus Greening Disease and its ManagementCitrus Greening Disease and its Management
Citrus Greening Disease and its Management
subedisuryaofficial
 
4. An Overview of Sugarcane White Leaf Disease in Vietnam.pdf
4. An Overview of Sugarcane White Leaf Disease in Vietnam.pdf4. An Overview of Sugarcane White Leaf Disease in Vietnam.pdf
4. An Overview of Sugarcane White Leaf Disease in Vietnam.pdf
ssuserbfdca9
 
GBSN - Microbiology (Lab 4) Culture Media
GBSN - Microbiology (Lab 4) Culture MediaGBSN - Microbiology (Lab 4) Culture Media
GBSN - Microbiology (Lab 4) Culture Media
Areesha Ahmad
 
GBSN- Microbiology (Lab 3) Gram Staining
GBSN- Microbiology (Lab 3) Gram StainingGBSN- Microbiology (Lab 3) Gram Staining
GBSN- Microbiology (Lab 3) Gram Staining
Areesha Ahmad
 
Earliest Galaxies in the JADES Origins Field: Luminosity Function and Cosmic ...
Earliest Galaxies in the JADES Origins Field: Luminosity Function and Cosmic ...Earliest Galaxies in the JADES Origins Field: Luminosity Function and Cosmic ...
Earliest Galaxies in the JADES Origins Field: Luminosity Function and Cosmic ...
Sérgio Sacani
 
Observation of Io’s Resurfacing via Plume Deposition Using Ground-based Adapt...
Observation of Io’s Resurfacing via Plume Deposition Using Ground-based Adapt...Observation of Io’s Resurfacing via Plume Deposition Using Ground-based Adapt...
Observation of Io’s Resurfacing via Plume Deposition Using Ground-based Adapt...
Sérgio Sacani
 
Multi-source connectivity as the driver of solar wind variability in the heli...
Multi-source connectivity as the driver of solar wind variability in the heli...Multi-source connectivity as the driver of solar wind variability in the heli...
Multi-source connectivity as the driver of solar wind variability in the heli...
Sérgio Sacani
 
erythropoiesis-I_mechanism& clinical significance.pptx
erythropoiesis-I_mechanism& clinical significance.pptxerythropoiesis-I_mechanism& clinical significance.pptx
erythropoiesis-I_mechanism& clinical significance.pptx
muralinath2
 
SCHIZOPHRENIA Disorder/ Brain Disorder.pdf
SCHIZOPHRENIA Disorder/ Brain Disorder.pdfSCHIZOPHRENIA Disorder/ Brain Disorder.pdf
SCHIZOPHRENIA Disorder/ Brain Disorder.pdf
SELF-EXPLANATORY
 
Circulatory system_ Laplace law. Ohms law.reynaults law,baro-chemo-receptors-...
Circulatory system_ Laplace law. Ohms law.reynaults law,baro-chemo-receptors-...Circulatory system_ Laplace law. Ohms law.reynaults law,baro-chemo-receptors-...
Circulatory system_ Laplace law. Ohms law.reynaults law,baro-chemo-receptors-...
muralinath2
 
Orion Air Quality Monitoring Systems - CWS
Orion Air Quality Monitoring Systems - CWSOrion Air Quality Monitoring Systems - CWS
Orion Air Quality Monitoring Systems - CWS
Columbia Weather Systems
 
insect taxonomy importance systematics and classification
insect taxonomy importance systematics and classificationinsect taxonomy importance systematics and classification
insect taxonomy importance systematics and classification
anitaento25
 
Body fluids_tonicity_dehydration_hypovolemia_hypervolemia.pptx
Body fluids_tonicity_dehydration_hypovolemia_hypervolemia.pptxBody fluids_tonicity_dehydration_hypovolemia_hypervolemia.pptx
Body fluids_tonicity_dehydration_hypovolemia_hypervolemia.pptx
muralinath2
 
Lab report on liquid viscosity of glycerin
Lab report on liquid viscosity of glycerinLab report on liquid viscosity of glycerin
Lab report on liquid viscosity of glycerin
ossaicprecious19
 
Hemostasis_importance& clinical significance.pptx
Hemostasis_importance& clinical significance.pptxHemostasis_importance& clinical significance.pptx
Hemostasis_importance& clinical significance.pptx
muralinath2
 
Deep Behavioral Phenotyping in Systems Neuroscience for Functional Atlasing a...
Deep Behavioral Phenotyping in Systems Neuroscience for Functional Atlasing a...Deep Behavioral Phenotyping in Systems Neuroscience for Functional Atlasing a...
Deep Behavioral Phenotyping in Systems Neuroscience for Functional Atlasing a...
Ana Luísa Pinho
 
Structures and textures of metamorphic rocks
Structures and textures of metamorphic rocksStructures and textures of metamorphic rocks
Structures and textures of metamorphic rocks
kumarmathi863
 
Mammalian Pineal Body Structure and Also Functions
Mammalian Pineal Body Structure and Also FunctionsMammalian Pineal Body Structure and Also Functions
Mammalian Pineal Body Structure and Also Functions
YOGESH DOGRA
 
Unveiling the Energy Potential of Marshmallow Deposits.pdf
Unveiling the Energy Potential of Marshmallow Deposits.pdfUnveiling the Energy Potential of Marshmallow Deposits.pdf
Unveiling the Energy Potential of Marshmallow Deposits.pdf
Erdal Coalmaker
 
In silico drugs analogue design: novobiocin analogues.pptx
In silico drugs analogue design: novobiocin analogues.pptxIn silico drugs analogue design: novobiocin analogues.pptx
In silico drugs analogue design: novobiocin analogues.pptx
AlaminAfendy1
 

Recently uploaded (20)

Citrus Greening Disease and its Management
Citrus Greening Disease and its ManagementCitrus Greening Disease and its Management
Citrus Greening Disease and its Management
 
4. An Overview of Sugarcane White Leaf Disease in Vietnam.pdf
4. An Overview of Sugarcane White Leaf Disease in Vietnam.pdf4. An Overview of Sugarcane White Leaf Disease in Vietnam.pdf
4. An Overview of Sugarcane White Leaf Disease in Vietnam.pdf
 
GBSN - Microbiology (Lab 4) Culture Media
GBSN - Microbiology (Lab 4) Culture MediaGBSN - Microbiology (Lab 4) Culture Media
GBSN - Microbiology (Lab 4) Culture Media
 
GBSN- Microbiology (Lab 3) Gram Staining
GBSN- Microbiology (Lab 3) Gram StainingGBSN- Microbiology (Lab 3) Gram Staining
GBSN- Microbiology (Lab 3) Gram Staining
 
Earliest Galaxies in the JADES Origins Field: Luminosity Function and Cosmic ...
Earliest Galaxies in the JADES Origins Field: Luminosity Function and Cosmic ...Earliest Galaxies in the JADES Origins Field: Luminosity Function and Cosmic ...
Earliest Galaxies in the JADES Origins Field: Luminosity Function and Cosmic ...
 
Observation of Io’s Resurfacing via Plume Deposition Using Ground-based Adapt...
Observation of Io’s Resurfacing via Plume Deposition Using Ground-based Adapt...Observation of Io’s Resurfacing via Plume Deposition Using Ground-based Adapt...
Observation of Io’s Resurfacing via Plume Deposition Using Ground-based Adapt...
 
Multi-source connectivity as the driver of solar wind variability in the heli...
Multi-source connectivity as the driver of solar wind variability in the heli...Multi-source connectivity as the driver of solar wind variability in the heli...
Multi-source connectivity as the driver of solar wind variability in the heli...
 
erythropoiesis-I_mechanism& clinical significance.pptx
erythropoiesis-I_mechanism& clinical significance.pptxerythropoiesis-I_mechanism& clinical significance.pptx
erythropoiesis-I_mechanism& clinical significance.pptx
 
SCHIZOPHRENIA Disorder/ Brain Disorder.pdf
SCHIZOPHRENIA Disorder/ Brain Disorder.pdfSCHIZOPHRENIA Disorder/ Brain Disorder.pdf
SCHIZOPHRENIA Disorder/ Brain Disorder.pdf
 
Circulatory system_ Laplace law. Ohms law.reynaults law,baro-chemo-receptors-...
Circulatory system_ Laplace law. Ohms law.reynaults law,baro-chemo-receptors-...Circulatory system_ Laplace law. Ohms law.reynaults law,baro-chemo-receptors-...
Circulatory system_ Laplace law. Ohms law.reynaults law,baro-chemo-receptors-...
 
Orion Air Quality Monitoring Systems - CWS
Orion Air Quality Monitoring Systems - CWSOrion Air Quality Monitoring Systems - CWS
Orion Air Quality Monitoring Systems - CWS
 
insect taxonomy importance systematics and classification
insect taxonomy importance systematics and classificationinsect taxonomy importance systematics and classification
insect taxonomy importance systematics and classification
 
Body fluids_tonicity_dehydration_hypovolemia_hypervolemia.pptx
Body fluids_tonicity_dehydration_hypovolemia_hypervolemia.pptxBody fluids_tonicity_dehydration_hypovolemia_hypervolemia.pptx
Body fluids_tonicity_dehydration_hypovolemia_hypervolemia.pptx
 
Lab report on liquid viscosity of glycerin
Lab report on liquid viscosity of glycerinLab report on liquid viscosity of glycerin
Lab report on liquid viscosity of glycerin
 
Hemostasis_importance& clinical significance.pptx
Hemostasis_importance& clinical significance.pptxHemostasis_importance& clinical significance.pptx
Hemostasis_importance& clinical significance.pptx
 
Deep Behavioral Phenotyping in Systems Neuroscience for Functional Atlasing a...
Deep Behavioral Phenotyping in Systems Neuroscience for Functional Atlasing a...Deep Behavioral Phenotyping in Systems Neuroscience for Functional Atlasing a...
Deep Behavioral Phenotyping in Systems Neuroscience for Functional Atlasing a...
 
Structures and textures of metamorphic rocks
Structures and textures of metamorphic rocksStructures and textures of metamorphic rocks
Structures and textures of metamorphic rocks
 
Mammalian Pineal Body Structure and Also Functions
Mammalian Pineal Body Structure and Also FunctionsMammalian Pineal Body Structure and Also Functions
Mammalian Pineal Body Structure and Also Functions
 
Unveiling the Energy Potential of Marshmallow Deposits.pdf
Unveiling the Energy Potential of Marshmallow Deposits.pdfUnveiling the Energy Potential of Marshmallow Deposits.pdf
Unveiling the Energy Potential of Marshmallow Deposits.pdf
 
In silico drugs analogue design: novobiocin analogues.pptx
In silico drugs analogue design: novobiocin analogues.pptxIn silico drugs analogue design: novobiocin analogues.pptx
In silico drugs analogue design: novobiocin analogues.pptx
 

cheb_conf_aksenov.pdf

  • 1. Acquiring elastic properties of thin composite structure from vibrational testing data P. Chebyshev Mathematical Ideas and Their Applications to Natural Sciences International Conference V. Aksenov, A. Vasyukov, K. Beklemysheva May 15, 2021 Moscow Institute of Physics and Technology
  • 2. Table of contents 1. Introduction 2. Numerical method 3. Numerical experiments 1
  • 4. Problem overview Figure 1: Example of the vibrational testing stand • Setup: • Non-destructive testing of thin composite structures • Amplitutde-frequency characteristic is measured • Motivation: • Lack of reliable data from the manufacturers • Elastic properties may change during production • Effective model with coarser geometry 2
  • 5. Governing equations The model describes linear anisotropic elastic medium with viscous damping. The transient load with constant frequency is applied on the border ρwtt + γ0wt − (D66wxx + D55wyy ) = 0 (x, y) ∈ G w(x, y, t) = g(x, y) · eiωt (x, y) ∈ ΓD σn = (D66wx nx + D55wy ny ) = 0 (x, y) ∈ ΓN (ΓN ∪ ΓD = ∂G) Variables • w(x, y, t) – displacement in normal direction • ρ – known density • θ = (γ0, D55, D66) – unknown parameters 3
  • 6. Governing equations w = wpart + ∞ X i=0 Ci wi We suggest that due to damping, the terms describing free vibrations fade exponentially, thus only consider the term wpart = u(x, y) · eiωt We arrive at the BVP for u: (−ρω2 + iγ0ω)u − (D66uxx + D55uyy ) = 0 (x, y) ∈ G (1.1) u(x, y) = g(x, y) (x, y) ∈ ΓD (1.2) σn = (D66ux nx + D55uy ny ) = 0 (x, y) ∈ ΓN (ΓN ∪ ΓD = ∂G) (1.3) 4
  • 8. FEM formulation of the direct problem Equivalent form of the equation (1.1) cω Z G uv d x d y + D66 Z G ux vx d x d y + D55 Z G uy vy d x d y = = Z ΓD vσn d Γ + Z ΓN vσn d Γ for arbitrary continous function v(x, y). We solve it approximately with Finite Element method on a triangular grid u = X i∈I ui hi + X k∈D gk hk , v ∈ {hi , i ∈ I} where hi are 1-st degree basis polynomials, hi (xi ) = 1, D – grid vertices on ΓD, I – all other vertices, gk = g(xk , yk ) 5
  • 9. FEM formulation of the direct problem Numerical solution of the direct problem K̃(ω, θ)u = ˜ f (ω, θ) (2.1) K̃(ω, θ) = cωK0 + D66Kx + D55Ky [K0]ij = Z G hi hj d x d y [Kx ]ij = Z G hi,x hj,x d x d y [Ky ]ij = Z G hi,y hj,y d x d y ˜ f (ω, θ) = cωf0 + D66fx + D55fy [f0]i = − X k∈D gk Z G hi hk d x d y [fx ]i = − X k∈D gk Z G hi,x hk,x d x d y [fy ]i = − X k∈D gk Z G hi,y hk,y d x d y cω = −ρω2 + iγ0ω 6
  • 10. Inverse problem In the experiment, the amplitude u is sampled at a test point (xt, yt) for different frequencies ωk . Thus we obtain the amplitude-frequency characteristic uexp(ωk ) Figure 2: Sample AFC The goal is to obtain values of the parameters from these data 7
  • 11. Inverse problem We propose the following optimization problem: min θ L(θ) = Nω X k=1 k[u(θ, ωk )]t − uexp(ωk )k 2 (2.2) s.t. θi > 0 Here u(θ, ωk ) is the solution of K̃(θ, ωk )u = ˜ f (θ, ωk ) The evaluation of L(θ) requires only standard linear algebra, thus we can use fast automatic differentiation to obtain derivatives efficiently 8
  • 12. Trust-region method Trust-region subproblem pk = arg min p fk + gT k p + 1 2 pT Bk p (2.3) s.t. kpk k ≤ ∆k (fk = f (xk ), gk = ∇f (xk )) Newton-Gauss method: Bk = ∇2 f (xk ) BFGS: y = gk+1 − gk s = xk+1 − xk Bk+1 = Bk + yyT sT y − sT BT k Bk s sT Bk s 9
  • 13. Trust-region method Algorithm 1 Trust-region method Require: x0 — initial guess, ∆max > 0, ∆0 ∈ (0, ∆max ), η ∈ [0, 1 4 ) 1: repeat 2: Evaluate pk as the solution of (2.3) 3: ρk = f (xk )−f (xk +pk ) mk (0)−mk (pk ) {relative improvement} 4: if ρk < 1 4 then 5: ∆k+1 = 1 4 ∆k 6: else 7: if ρk > 3 4 and kpk k = ∆k then 8: ∆k+1 = min(2∆k , ∆max ) 9: else 10: ∆k+1 = ∆k 11: if ρk > η then 12: xk+1 = xk + pk 13: Update the quadratic model 14: else 15: xk+1 = xk 16: until checkStopCondition() or k ≥ kmax 10
  • 15. Setup (a) (b) Figure 3: Two experimental geometries, used for calculations • Simple geometry, ∼ 300 vertices, 201 frequencies • Reference AFC is evaluated for some θbase. Initial guess θ0 with every value about 30% different 11
  • 16. Convergence 1000 1100 1200 1300 1400 1500 15 10 5 0 5 10 15 (u( )) Initial Optimized Reference 1000 1100 1200 1300 1400 1500 30 25 20 15 10 5 0 (u( )) Initial Optimized Reference Figure 4 Figure 5: AFCs for reference, initial and optimized parameters, geometry (a) 12
  • 17. Convergence 1000 1100 1200 1300 1400 1500 6 4 2 0 2 4 6 (u( )) Initial Optimized Reference 1000 1100 1200 1300 1400 1500 10 5 0 5 10 (u( )) Initial Optimized Reference Figure 6 Figure 7: AFCs for reference, initial and optimized parameters, geometry (b) 13
  • 18. Convergence 0 10 20 30 40 50 Iteration number, k 10 6 10 4 10 2 100 L( k ) (a) 0 10 20 30 40 50 Iteration number, k 10 7 10 5 10 3 10 1 101 L( k ) (b) Figure 8: Behavior of the loss function during the iterations 14
  • 19. Convergence 0 10 20 30 40 Iteration number, k 10 6 10 5 10 4 10 3 10 2 10 1 Relative error D66 D55 15
  • 20. 0 10 20 30 40 50 Iteration number, k 10 7 10 6 10 5 10 4 10 3 10 2 10 1 Relative error D66 D55 Figure 10: Relative error during the iterations, geometry (b) 16
  • 21. Discussion of the results Results: • Possibility to use both first and second order methods • Code is just-in-time compiled for GPU • Fast convergence achieved for a rather decent perturbation (30%) Problems: • Global convergence only to local minimum, which are possibly multiple • Convergence in D55 is by order of magnitude worse • Geometries with larger number of DOF might exhaust GPU memory 17
  • 22. Thank you for your attention! aksenov.vv@phystech.edu 17