SlideShare a Scribd company logo
1 of 65
Download to read offline
STRUCTURAL OPTIMISATION AND
INVERSE ANALYSIS STRATEGIES FOR MASONRY STRUCTURES
Dr Corrado Chisari
CSM Group โ€“ Department of Civil and Environmental Engineering
Imperial College London
Outline Optimisation Calibration of model parameters
Conclusions and ongoing
research
Outline
๏‚ง Optimisation
๏‚ง Overview
๏‚ง Genetic Algorithms
๏‚ง Structural Optimisation
๏‚ง Examples
๏‚ง Calibration of model parameters
๏‚ง Calibration problems as optimization problems
๏‚ง Ill-posedness of inverse problems
๏‚ง Identification of mesoscale model parameters for masonry
๏‚ง Conclusions and ongoing research
Structural optimisation and inverse analysis strategies for masonry structures 2
Optimisation
Outline Optimisation Calibration of model parameters
Conclusions and ongoing
research
Overview
๏‚ง Optimisation is the discipline that, starting from:
- the input variable space
- a model of the problem
๏‚ง tries to find the best solution considering
- some objectives to achieve
- some constraints to satisfy.
Structural optimisation and inverse analysis strategies for masonry structures 4
Outline Optimisation Calibration of model parameters
Conclusions and ongoing
research
Overview
In mathematical terms
๐’™ = arg min
๐’™
๐œ”1(๐’™), ๐œ”2(๐’™), โ€ฆ , ๐œ”๐‘ (๐’™)
subjected to:
๐‘”๐‘— ๐’™ < 0, ๐‘— = 1, โ€ฆ , ๐‘š
โ„Ž ๐‘˜ ๐’™ = 0, ๐‘˜ = 1, โ€ฆ , ๐‘›
where:
- ๐’™ input vector, ๐’™ โˆˆ ๐›€ (input variable space)
- ๐œ”๐‘–(๐’™) i-th objetive to minimise
- ๐‘”๐‘—(๐’™) j-th inequality constraint
- โ„Ž ๐‘˜ ๐’™ k-th equality constraint
Structural optimisation and inverse analysis strategies for masonry structures 5
Outline Optimisation Calibration of model parameters
Conclusions and ongoing
research
Overview
When S=1 (mono-objective optimisation), some classical approaches are:
๏‚ง Linear programming:
๐’™ = argmin
๐’™
๐’„ ๐‘ป
๐’™ with ๐‘จ๐’™ โ‰ค ๐’ƒ
๏‚ง Quadratic programming:
๐’™ = argmin
๐’™
๐Ÿ
๐Ÿ
๐’™ ๐‘ป
๐‘ธ๐’™ + ๐’ƒ๐’™ + ๐’„
๏‚ง Constrained quadratic programming:
๐’™ = argmin
๐’™
๐Ÿ
๐Ÿ
๐’™ ๐‘ป
๐‘ธ๐’™ + ๐’ƒ๐’™ + ๐’„ with ๐‘จ๐’™ โ‰ค ๐’’
๏‚ง Convex programming:
๐’™ = argmin
๐’™
๐œ”(๐’™) with ๐‘”๐‘–(๐’™) โ‰ค 0 and ๐œ”(๐’™), ๐‘”๐‘–(๐’™) convex functions
Under some strict hypotheses, these types of problems have closed-formn solutions that can be obtained by means of well-
established methods (Simplex, Lagrange multipliers, ...).
Structural optimisation and inverse analysis strategies for masonry structures 6
Outline Optimisation Calibration of model parameters
Conclusions and ongoing
research
Overview
When the problem complexity increases iterative approaches:
๐’™ ๐’• = ๐’™ ๐’•โˆ’๐Ÿ + ฮ”๐’™ ๐’• such that ๐œ” ๐’™ ๐’• โ‰ค ๐œ” ๐’™ ๐’•โˆ’๐Ÿ
They differ for the method to find the corrections ฮ”๐’™ ๐’•:
๏‚ง Line search with steepest descend (Jacobian);
๏‚ง Line search with Newton direction (Hessian);
๏‚ง Trust region.
They determine the path to follow by examining derivatives for ฯ‰ (Jacobian and Hessian).
For this reason they are called gradient-based methods.
Structural optimisation and inverse analysis strategies for masonry structures 7
Outline Optimisation Calibration of model parameters
Conclusions and ongoing
research
Overview
Real-world problems does not usually satisfy one or more requirements for the mentioned
methods:
๏‚ง The objective function is not convex
๏‚ง The objective function and/or the constraints are not continuous
๏‚ง The function and/or the constraints are not differentiable
๏‚ง The variables x are discrete
๏‚ง Multi-objective problem
๏‚ง Black-box problem
Structural optimisation and inverse analysis strategies for masonry structures 8
Need for more general optimisation methods
Genetic Algorithms
Outline Optimisation Calibration of model parameters
Conclusions and ongoing
research
Genetic Algorithms
๏‚ง They mimic the search for the optimum as observed in nature:
๏‚ง A species evolves during a number of generations improving its fitness towards environmental conditions,
through recombination of genetic heritage of fittest individuals;
๏‚ง The least fit individuals become extinct during the evolution;
๏‚ง Casual mutations may bring novelties in an individualโ€™s chromosome which, if positive, may propagate
and open new evolutions paths;
๏‚ง It can happen that parents survive to their own offspring if these are not apt to the external environment
(elitism).
Structural optimisation and inverse analysis strategies for masonry structures 10
They belongs to the algorithm classes:
zero-order: they do not use derivatives
population-based: iterations regard populations, not just one
individual
stochastic: the process depends on some random components
Outline Optimisation Calibration of model parameters
Conclusions and ongoing
research
Genetic Algorithms
Structural optimisation and inverse analysis strategies for masonry structures 11
โ€ขDefinition of chromosome and representation
โ€ขDefinition of the fitness function
โ€ขSetting GA parameters
Creation of the first population
Stopping criterion satisfied?
Ranking of the population
Elitism
New population
Selection
Recombination (crossover)
Mutation
Optimum
Evaluation of the population
yes
no
x1 x2 x3 x4 x5 x6
Outline Optimisation Calibration of model parameters
Conclusions and ongoing
research
Multi-objective optimisation
๐’™ = arg min
๐’™
๐Ž con ๐Ž =
๐œ”1(๐’™)
โ€ฆ
๐œ”๐‘ (๐’™)
๏‚ง The classical approach involves scalarising vector ๐Ž by means of weights wi:
๐’™ = arg min
๐’™
๐œ” ๐‘ ๐‘๐‘Ž๐‘™ with ๐œ” ๐‘ ๐‘๐‘Ž๐‘™ = ๐’˜ ๐’•
๐Ž
๏‚ง The result depends on the choice of the weights.
Structural optimisation and inverse analysis strategies for masonry structures 12
Outline Optimisation Calibration of model parameters
Conclusions and ongoing
research
Multi-objective optimisation
๏‚ง A solution x1 is said to dominate solution x2 (๐’™ ๐Ÿ โ‰ป ๐’™ ๐Ÿ) if and only if:
๏‚ง ๐œ”๐‘– ๐’™ ๐Ÿ โ‰ค ๐œ”๐‘– ๐’™ ๐Ÿ โˆ€๐‘– = 1, โ€ฆ , S
๏‚ง ๐œ”j ๐’™ ๐Ÿ < ๐œ”j ๐’™ ๐Ÿ โˆƒ๐‘— = 1, โ€ฆ , S
๏‚ง The set of non-dominated solutions is called Pareto Front (PF).
Structural optimisation and inverse analysis strategies for masonry structures 13
๏‚ง ยซDominatesยป and ยซPareto Front solutionยป are the
extensions of ยซis better thanยป and ยซoptimal solutionยป to
the case of multiple objectives.
๏‚ง Under some hypotheses, the solution of the scalarised
problem belongs to the PF. This is however the general
solution of the multi-objective problem.
Outline Optimisation Calibration of model parameters
Conclusions and ongoing
research
Non-dominated Sorting Genetic Algorithm (NSGA-II)
๏‚ง Population-based problems are naturally suited to looking for an ensemble of
solutions (the Pareto Front) instead of a single solution
Structural optimisation and inverse analysis strategies for masonry structures 14
0
1000
2000
3000
4000
5000
6000
7000
0 500 1000
f2
f1
Initial population
0
200
400
600
800
1000
1200
1400
20 40 60 80
f2
f1
Converged population
Only the ranking method needs to be modified.
x1 ฯ‰(x1)
x2 ฯ‰(x2)โ‰ฅฯ‰(x1)
...
xN ฯ‰(xN)โ‰ฅฯ‰(xN-1)
x1 -
x2 ๐’™ ๐Ÿ โ‰ฝ ๐’™ ๐Ÿ
...
xN ๐’™ ๐‘ตโˆ’๐Ÿ โ‰ฝ ๐’™ ๐‘ต
Mono-objective Multi-objective
Structural optimisation
Outline Optimisation Calibration of model parameters
Conclusions and ongoing
research
Optimal design
Structural optimisation and inverse analysis strategies for masonry structures 16
Traditional design
Optimal design
Start Preliminary design
External action
analysis
Internal stresses
Section definition
Verification
Design
modification
End
NoYes
Start Parameterisation Trial structure
External action
analysis
Internal stresses
ObjectivesEnd
No
Yes
Verification
Optimisation
process
Outline Optimisation Calibration of model parameters
Conclusions and ongoing
research
Structural optimisation
Structural optimisation and inverse analysis strategies for masonry structures 17
Problem Variables Objectives Constraints Example
Parametric
optimisation
- Dimensions and
features of structural
elements
- Cost minimisation
- Optimising
performances
- Structural
constraints
- Operative
constraints
Topological
optimisation
- Parameters identifying
the shape of the
structure
- Weight
minimisation
- Stress
maximisation
- Structural
constraints
- Operative
constraints
Structural
identification
- Material parameters
- Unknown boundary
conditions
- Minimising
discrepancy with
experimental data
- Constraints due
the physical or
mathematical
nature of the
parameters
Input variables Control code
Output
variables
Examples
Outline Optimisation Calibration of model parameters
Conclusions and ongoing
research
Example 1 โ€“ Rastrigin function
Structural optimisation and inverse analysis strategies for masonry structures 19
Funzione di Rastrigin
๐‘“ ๐‘ฅ = ๐ด๐‘› +
๐‘–=1
๐‘›
๐‘ฅ๐‘–
2
โˆ’ ๐ด๐‘๐‘œ๐‘ (2๐œ‹๐‘ฅ๐‘–
A=10,
๐‘ฅ๐‘– โˆˆ [โˆ’4.348,4.048]
๐‘› = 10 (numero di variabili)
๐’™ =
0.0115
0.0057
0.008
0.0101
โˆ’0.0012
โˆ’0.0024
0.0132
0.0087
โˆ’0.0055
0.0037
๐’™ ๐‘ก๐‘Ÿ๐‘ข๐‘’ =
0.0
0.0
0.0
0.0
0.0
0.0
0.0
0.0
0.0
0.0
Outline Optimisation Calibration of model parameters
Conclusions and ongoing
research
Example 2 โ€“ Optimal design of bridges
Structural optimisation and inverse analysis strategies for masonry structures 20
Impalcati ottimi individuati
Spessori non vincolati Spessori vincolati
H=cost. H=var. H=cost. H=var.
Carpenteria [t] 760 769 840 733
Armatura L [t] 166 137 106 133
Calcestruzzo [t] 3168 3451 3168 3450
Costo [โ‚ฌ] 2.562.089 2.551.675 2.802.303 2.492.916
Outline Optimisation Calibration of model parameters
Conclusions and ongoing
research
Example 3 โ€“ Optimal design of TMD for timber buildings
Structural optimisation and inverse analysis strategies for masonry structures 21
Copyright Maurer
Frequency
optimisation
Damping
optimisation
๐œ‡ =
๐‘š ๐‘‡๐‘€๐ท
๐‘š ๐‘ 
๐›ผ =
๐œ” ๐‘‡๐‘€๐ท
๐œ”๐‘ 
๐œ‰2 =
๐‘ ๐‘‡๐‘€๐ท
2 ๐‘š ๐‘‡๐‘€๐ท ๐œ” ๐‘‡๐‘€๐ท
This approach does
not account for the
external input
Outline Optimisation Calibration of model parameters
Conclusions and ongoing
research
Example 3 โ€“ Optimal design of TMD for timber buildings
Structural optimisation and inverse analysis strategies for masonry structures 22
Outline Optimisation Calibration of model parameters
Conclusions and ongoing
research
Example 3 โ€“ Optimal design of TMD for timber buildings
Structural optimisation and inverse analysis strategies for masonry structures 23
Accounting for higher modes and more complex configurations
Outline Optimisation Calibration of model parameters
Conclusions and ongoing
research
Example 4 โ€“ Design of nonlinear viscous dampers
Structural optimisation and inverse analysis strategies for masonry structures 24
๐‘ญ = ๐’„ โˆ™ ๐’– ๐œถ
โˆ™ ๐’”๐’ˆ๐’( ๐’–)
S. Silvestri, G. Gasparini, T. Trombetti. A five-step procedure for the dimensioning of viscous
dampers to be inserted in building structures. J Earthq Eng, 14 (3) (2010), pp. 417-447
Outline Optimisation Calibration of model parameters
Conclusions and ongoing
research
Example 4 โ€“ Design of nonlinear viscous dampers
Structural optimisation and inverse analysis strategies for masonry structures 25
Advantages:
a. Flexibility in the objective
definition;
b. Possibility of embedding real-
world constraints;
c. Control on the forces transferred
to the structure.
Outline Optimisation Calibration of model parameters
Conclusions and ongoing
research
Example 5 โ€“ Optimal sensor layout for structural parameter
identification
Structural optimisation and inverse analysis strategies for masonry structures 26
Outline Optimisation Calibration of model parameters
Conclusions and ongoing
research
Example 5 โ€“ Optimal sensor layout for structural parameter
identification
Structural optimisation and inverse analysis strategies for masonry structures 27
Outline Optimisation Calibration of model parameters
Conclusions and ongoing
research
Example 6 - Performance-based design of FRP retrofitting of
existing RC frames
Structural optimisation and inverse analysis strategies for masonry structures 28
Braga, F., R. Gigliotti and M. Laterza, 2006. Analytical stress-
strain relationship for concrete confined by steel stirrups and/or
FRP jackets. J. Struct. Eng., 132: 1402-1416.
Dโ€™Amato, M., F. Braga, R. Gigliotti, S. Kunnath and M. Laterza, 2012.
A numerical general-purpose confinement model for non-linear
analysis of R/C members. Comput. Struct., 102-103: 64-75.
Strength increase
Ductility increase
Effect of confinement: triaxial state of stress
Toshimi Kabeyasawa, โ€œRecent
Development of Seismic Retrofit
Methods in Japanโ€, Japan Building
Disaster Prevention Association, January,
2005.
FRP fabrics
Outline Optimisation Calibration of model parameters
Conclusions and ongoing
research
Example 6 - Performance-based design of FRP retrofitting of
existing RC frames
Structural optimisation and inverse analysis strategies for masonry structures 29
Outline Optimisation Calibration of model parameters
Conclusions and ongoing
research
Example 6 - Performance-based design of FRP retrofitting of
existing RC frames
Structural optimisation and inverse analysis strategies for masonry structures 30
Inverse analysis
Outline Optimisation Calibration of model parameters
Conclusions and ongoing
research
Inverse problems
๏‚ง Given:
โ€ข The model space M;
โ€ข The data space D;
โ€ข The forward operator ๐’ˆ(โˆ™) ;
โ€ข Some observations ๐’… ๐’๐’ƒ๐’” โˆˆ ๐‘ซ;
Structural optimisation and inverse analysis strategies for masonry structures 32
Forward
operator
g (m)
Observable
data
d
Inverse
operator
g-1(d)
Model
parameters
m
Find ๐’Ž โˆˆ ๐‘ด such that:
๐’… ๐’๐’ƒ๐’” = ๐’ˆ( ๐’Ž)
Outline Optimisation Calibration of model parameters
Conclusions and ongoing
research
Solution of the inverse problem
๏‚ง Since the analytical expression of ๐’ˆ(โˆ™) (and ๐’ˆโˆ’๐Ÿ
(โˆ™)) is generally not known, the problem
๐’Ž = ๐’ˆโˆ’๐Ÿ
(๐’… ๐’๐’ƒ๐’”) is replaced by
๏‚ง ๐’Ž = arg min
๐’Žโˆˆ๐‘ด
๐’… ๐’๐’ƒ๐’” โˆ’ ๐’ˆ(๐’Ž) ๐‘
๐‘
Structural optimisation and inverse analysis strategies for masonry structures 33
Fernรกndez-Martรญnez, J., Fernรกndez-Muรฑiz, Z., Pallero, J. & Pedruelo-Gonzรกlez, L., 2013. From Bayes to Tarantola: New insights to understand
uncertainty in inverse problems. Journal of Applied Geophysics, Volume 98, pp. 62-72.
Outline Optimisation Calibration of model parameters
Conclusions and ongoing
research
Identification problems
Structural optimisation and inverse analysis strategies for masonry structures 34
mtrial dc=g(mtrial) ๐œ” = ๐’… ๐’„ โˆ’ ๐’… ๐’๐’ƒ๐’”
๐‘ก
๐‘พ ๐’… ๐’„ โˆ’ ๐’… ๐’๐’ƒ๐’”
๐œ” ๐‘š๐‘–๐‘›?
Updating
m
Optimisation
algorithm
No
๐’Ž
Yes
dobs
Outline Optimisation Calibration of model parameters
Conclusions and ongoing
research
Identification of base-isolated bridges
Structural optimisation and inverse analysis strategies for masonry structures 35
FE model: modal analysis
Real structure: dynamic tests
๐œ”2,๐‘‡ ๐’‘ =
๐‘–=1
๐‘ ๐‘€
๐‘“๐‘Ÿ๐‘’๐‘“
โˆ†๐‘“๐‘–
๐‘‡๐‘–,๐‘๐‘œ๐‘š๐‘(๐’‘) โˆ’ ๐‘‡๐‘–,๐‘’๐‘ฅ๐‘
๐‘‡๐‘’๐‘ฅ๐‘,๐‘š๐‘Ž๐‘ฅ
2
๐œ”2,๐‘€๐ด๐ถ ๐’‘ =
๐‘–=1
๐‘ ๐‘€
๐‘‡๐‘–,๐‘’๐‘ฅ๐‘
๐‘‡๐‘’๐‘ฅ๐‘,๐‘š๐‘Ž๐‘ฅ
1 โˆ’ max
๐‘—
(๐‘€๐ด๐ถ๐‘–๐‘—(๐’‘)) 2
Chiara Bedon, Antonino Morassi, Dynamic testing and parameter identification of a
base-isolated bridge, Engineering Structures, Volume 60, 2014, 85โ€“99
Outline Optimisation Calibration of model parameters
Conclusions and ongoing
research
Identification of base-isolated bridges
Structural optimisation and inverse analysis strategies for masonry structures 36
Outline Optimisation Calibration of model parameters
Conclusions and ongoing
research
Ill-posedness of the inverse problem
Well-posed problem (Hadamard, 1902):
1. The solution exists;
2. It is unique;
3. It is stable.
Structural optimisation and inverse analysis strategies for masonry structures 37
Input Output
Input Output
Forward
problem
Inverse
problem
While the forward problem is usually well-
posed, it is not always the case of the
corresponding inverse problem.
Outline Optimisation Calibration of model parameters
Conclusions and ongoing
research
Calibration of a model for steel members
Structural optimisation and inverse analysis strategies for masonry structures 38
Monotonic test
Cyclic
test (AISC
protocol)
Pseudo-dynamic
test (Spitak ground
motion)
S1
S2
S3
S4
Numerical model: smooth model,
implemented in SeismoStruct
(M. V. Sivaselvan and A. M. Reinhorn,
โ€œHysteretic models for deteriorating
inelastic structures,โ€ J. Eng. Mech., vol. 126,
no. 6, pp. 633-640, 2000)
Outline Optimisation Calibration of model parameters
Conclusions and ongoing
research
Multiple responses
Structural optimisation and inverse analysis strategies for masonry structures 39
Danger of overfittingModels are never perfect
Outline Optimisation Calibration of model parameters
Conclusions and ongoing
research
Mono- vs multi-objective optimisation
Structural optimisation and inverse analysis strategies for masonry structures 40
Calibration response Validation response
Calibration by mono-objective optimisation
Calibration by bi-objective optimisation
Experimental testing
Outline Optimisation Calibration of model parameters
Conclusions and ongoing
research
Motivation
Structural optimisation and inverse analysis strategies for masonry structures 42
A. Borri, G. Castori, M. Corradi, E. Speranzini, Shear behavior
of unreinforced and reinforced masonry panels subjected to in
situ diagonal compression tests, Construction and Building
Materials, 25(12), 2011, 4403 โ€“ 4414.
Tests for macro-models are very invasive
M. Corradi , A. Borri , A. Vignoli, Experimental study on the
determination of strength of masonry walls, Construction and Building
Materials, 17(5), 2003, 325 โ€“ 337.
Outline Optimisation Calibration of model parameters
Conclusions and ongoing
research
Motivation
Structural optimisation and inverse analysis strategies for masonry structures 43
Tests on single components are
less invasiveโ€ฆ
โ€ฆbut it is difficult to extract
representative specimens from
existing structures
http://www.matest.com/
โ‰ 
Outline Optimisation Calibration of model parameters
Conclusions and ongoing
research
Features of the test
โ€ข To be performed in-situ (existing structures)
โ€ข Low-invasive
โ€ข Involving a sufficient volume of masonry
โ€ข Able to capture elastic and strength material parameters for interfaces
Structural optimisation and inverse analysis strategies for masonry structures 44
Outline Optimisation Calibration of model parameters
Conclusions and ongoing
research
Flat-jacks
Structural optimisation and inverse analysis strategies for masonry structures 45
http://www.expin.it/servizi/indagini-strutturali/?lang=en
Outline Optimisation Calibration of model parameters
Conclusions and ongoing
research
Flat-jack test โ€“ preliminary study
Structural optimisation and inverse analysis strategies for masonry structures 46
The experimental setup consists of
different phases:
1. Horizontal cut;
2. Horizontal flat-jack;
3. Two vertical cuts and restraining;
4. Vertical flat-jack.
Outline Optimisation Calibration of model parameters
Conclusions and ongoing
research
Flat-jack test โ€“ preliminary study
Structural optimisation and inverse analysis strategies for masonry structures 47
kVkN
Outline Optimisation Calibration of model parameters
Conclusions and ongoing
research
Flat-jack test โ€“ preliminary study
Structural optimisation and inverse analysis strategies for masonry structures 48
โ€ข Instrumental layout
โ€ข Noise propagation
โ€ข Assessment of results
Outline Optimisation Calibration of model parameters
Conclusions and ongoing
research
Flat-jack test โ€“ preliminary study
Structural optimisation and inverse analysis strategies for masonry structures 49
โ€ข The effect of horizontal cut/flat jack
โ€ข Horizontal tension
โ€ข Yielding at the border
โ€ข Decreasing with distance
๐œŽ๐‘ฅ = ๐‘
sinh 2๐œ‰ โˆ’ 2
2๐‘’ ๐œ‰ cosh3 ๐œ‰
๐œŽ ๐‘ฆ = ๐‘ tanh3
๐œ‰
๐œŽ ๐‘ฅ = ๐‘
sinh2
๐œ‰
๐‘’ ๐œ‰ cosh3 ๐œ‰
๐œŽ ๐‘ฆ = ๐‘ coth ๐œ‰
๐‘ข ๐‘ฅ = โˆ’
3๐‘ ๐‘š
๐ธ๐‘กโ„Ž๐›ฝ(1 + 2๐‘˜)
sinh ๐›ฝ๐‘ฅ +
3๐‘ ๐‘š
๐ธ๐‘กโ„Ž๐›ฝ(1 + 2๐‘˜)
tanh ๐›ฝ๐‘1 cosh ๐›ฝ๐‘ฅ
๐‘ข ๐‘ฅ = โˆ’
3๐‘ ๐‘š
๐ธ๐‘กโ„Ž๐›ฝ(1 + 2๐‘˜)
sinh ๐›ฝ๐‘ฅ +
3๐‘ ๐‘š
๐ธ๐‘กโ„Ž๐›ฝ(1 + 2๐‘˜)
coth ๐›ฝ๐‘1 cosh ๐›ฝ๐‘ฅ
โ€ข The effect of vertical flat jack
โ€ข Horizontal deformability
โ€ข Boundary conditions
Outline Optimisation Calibration of model parameters
Conclusions and ongoing
research
Flat-jack test โ€“ a new setup
Structural optimisation and inverse analysis strategies for masonry structures 50
Outline Optimisation Calibration of model parameters
Conclusions and ongoing
research
The flat-jack test - instruments
Structural optimisation and inverse analysis strategies for masonry structures 51
Outline Optimisation Calibration of model parameters
Conclusions and ongoing
research
The flat-jack test โ€“ test 1
Structural optimisation and inverse analysis strategies for masonry structures 52
Outline Optimisation Calibration of model parameters
Conclusions and ongoing
research
The flat-jack test โ€“ test 1
๏‚ง Bricks in tension:
1. Micro-cracking leads to premature decreasing of stiffness that
is difficult to identify;
2. A vertical crack propagates without involving mortar joint
nonlinear behaviour.
Structural optimisation and inverse analysis strategies for masonry structures 53
Local reinforcement by means of CFRP strips
Outline Optimisation Calibration of model parameters
Conclusions and ongoing
research
The flat-jack test โ€“ test 2
Structural optimisation and inverse analysis strategies for masonry structures 54
Outline Optimisation Calibration of model parameters
Conclusions and ongoing
research
Elastic parameters
Structural optimisation and inverse analysis strategies for masonry structures 55
Parameter Lower bound Upper bound Step Solution
๐‘˜ ๐‘‰ 10 N/mm3 4000 N/mm3 1 N/mm3
443 N/mm3
๐‘Ÿโ„Ž๐‘—,๐‘๐‘— 0.001 0.7 10-4
0.1
๐‘˜ ๐‘ 10 N/mm3 4000 N/mm3 1 N/mm3
218 N/mm3
kVkN
Solutions
๐‘ก๐‘œ๐‘™ = ๐‘˜2
๐œ” ๐‘Ÿ๐‘’๐‘“
k=10%
๐œ” ๐‘Ÿ๐‘’๐‘“ = ๐’– ๐’๐’ƒ๐’”
๐‘ก
๐‘พ๐’– ๐’๐’ƒ๐’”
Eb=11200 MPa
ฯ…b=0.19
(Experimental)
Outline Optimisation Calibration of model parameters
Conclusions and ongoing
research
The flat-jack test - strength parameters
Structural optimisation and inverse analysis strategies for masonry structures 56
Interface Property Symbol
Simplified
assumption
Bedjoints
initial cohesion ๐‘0,๐‘๐‘— -
initial friction coefficient tan ๐œ™0,๐‘๐‘— -
initial tensile strength ๐œŽ๐‘ก0,๐‘๐‘—
๐‘0,๐‘๐‘—
20
+ 0.25
๐‘0,๐‘๐‘—
๐‘ก๐‘Ž๐‘› ๐œ™0,๐‘๐‘—
residual cohesion ๐‘ ๐‘Ÿ,๐‘๐‘— 0
residual friction coefficient tan ๐œ™ ๐‘Ÿ,๐‘๐‘— tan ๐œ™0,๐‘๐‘—
residual tensile strength ๐œŽ๐‘ก๐‘Ÿ,๐‘๐‘— 0
energy fracture, mode I ๐บ๐‘“๐ผ,๐‘๐‘— Very high
energy fracture, mode II ๐บ๐‘“๐ผ๐ผ,๐‘๐‘— Very high
energy fracture, compression ๐บ๐‘“๐ถ,๐‘๐‘— Very high
dilatancy angle tan ๐œ™ ๐‘‘,๐‘๐‘— 0
Headjoints
initial cohesion ๐‘0,โ„Ž๐‘— 0
initial friction coefficient tan ๐œ™0,โ„Ž๐‘— tan ๐œ™0,๐‘๐‘—
initial tensile strength ๐œŽ๐‘ก0,โ„Ž๐‘— 0
residual cohesion ๐‘ ๐‘Ÿ,โ„Ž๐‘— 0
residual friction coefficient tan ๐œ™ ๐‘Ÿ,โ„Ž๐‘— tan ๐œ™ ๐‘Ÿ,๐‘๐‘—
residual tensile strength ๐œŽ๐‘ก๐‘Ÿ,โ„Ž๐‘— 0
energy fracture, mode I ๐บ๐‘“๐ผ,โ„Ž๐‘— Very high
energy fracture, mode II ๐บ๐‘“๐ผ๐ผ,โ„Ž๐‘— Very high
energy fracture, compression ๐บ๐‘“๐ถ,โ„Ž๐‘— Very high
dilatancy angle tan ๐œ™ ๐‘‘,โ„Ž๐‘— 0
Unknowns:
โ€ข ๐‘0,๐‘๐‘—
โ€ข tan ๐œ™0,๐‘๐‘—=tan ๐œ™ ๐‘Ÿ,๐‘๐‘—
Outline Optimisation Calibration of model parameters
Conclusions and ongoing
research
Strength parameters โ€“ simplified approach
Structural optimisation and inverse analysis strategies for masonry structures 57
๐‘ ๐‘ข โ‹… โ„Ž = ๐œ ๐‘ข โ‹… ๐‘
tan ๐œ™ ๐‘Ÿ =
๐œ ๐‘ข
๐œŽ๐‘ฃ
=
๐‘ ๐‘ข
๐œŽ๐‘ฃ
โ„Ž
๐ต
โ‰… 1.0
Outline Optimisation Calibration of model parameters
Conclusions and ongoing
research
Strength parameters โ€“ simplified approach
Structural optimisation and inverse analysis strategies for masonry structures 58
rhj,bj
kV
(N/mm3)
kN
(N/mm3)
c0,bj
(MPa)
ฯ‰
0.0 1061 333 0.454 0.001014
0.1 669 221 0.559 0.001201
0.2 578 185 0.606 0.0014
0.3 465 171 0.641 0.001628
0.4 348 174 0.670 0.001889
0.5 275 179 0.696 0.002233
0.6 256 170 0.720 0.002506
Optimum
๐‘˜ ๐‘‰ = 1061๐‘/๐‘š๐‘š3
๐‘˜ ๐‘ = 333๐‘/๐‘š๐‘š3
๐‘Ÿโ„Ž๐‘—,๐‘๐‘— = 0.0
๐‘0,๐‘๐‘— = 0.454
tan ๐œ™0,๐‘๐‘— = 1.0
Outline Optimisation Calibration of model parameters
Conclusions and ongoing
research
Validation โ€“ phase 1
Structural optimisation and inverse analysis strategies for masonry structures 59
Outline Optimisation Calibration of model parameters
Conclusions and ongoing
research
Validation โ€“ test 1
Structural optimisation and inverse analysis strategies for masonry structures 60
(a) (b)
first
crack
๐’‘ ๐’—๐’‡๐’‹ = ๐Ÿ. ๐Ÿ๐‘ด๐‘ท๐’‚
๐’‘ ๐’—๐’‡๐’‹ = ๐Ÿ. ๐Ÿ๐Ÿ”๐‘ด๐‘ท๐’‚๐’‘ ๐’—๐’‡๐’‹ = ๐ŸŽ. ๐Ÿ—๐Ÿ—๐‘ด๐‘ท๐’‚
Outline Optimisation Calibration of model parameters
Conclusions and ongoing
research
URM perforated wall
Structural optimisation and inverse analysis strategies for masonry structures 61
๐‘Ÿโ„Ž๐‘—,๐‘๐‘— = 0.6 (๐›ฟโ„Ž = 1.3 ๐‘š๐‘š) ๐‘Ÿโ„Ž๐‘—,๐‘๐‘— = 0.0 (๐›ฟโ„Ž = 1.3 ๐‘š๐‘š) ๐‘Ÿโ„Ž๐‘—,๐‘๐‘— = 0.0 (๐›ฟโ„Ž = 5 ๐‘š๐‘š)
Elastic Stiffnesses
(kN/mm)
rhj,bj=0.0 231.08 10%
rhj,bj=0.1 209.20 0%
rhj,bj=0.2 197.70 -6%
rhj,bj=0.3 191.50 -9%
rhj,bj=0.4 191.88 -9%
rhj,bj=0.5 192.26 -8%
rhj,bj=0.6 188.54 -10%
Central
value 209.81
rhj,bj
kV
(N/mm3)
kN
(N/mm3)
c0,bj
(MPa)
0.0 1061 333 0.454
0.1 669 221 0.559
0.2 578 185 0.606
0.3 465 171 0.641
0.4 348 174 0.670
0.5 275 179 0.696
0.6 256 170 0.720
Conclusions
Outline Optimisation Calibration of model parameters
Conclusions and ongoing
research
Conclusions and ongoing research
๏‚ง Full characterisation by means of flat-jacks
๏‚ง Meta-model approximation for expensive simulations
๏‚ง Use of full-field measurements
๏‚ง Multi-level model calibration (MultiCAMS project)
Structural optimisation and inverse analysis strategies for masonry structures 63
Outline Optimisation Calibration of model parameters
Conclusions and ongoing
research
References
๏‚ง Chisari C, Bedon C, 2017. Performance-based design of FRP retrofitting of existing RC frames by means of multi-objective optimisation. Bollettino
di Geofisica Teorica e Applicata, 58(4), pp. 377-394.
๏‚ง Parcianello E, Chisari C, Amadio C, 2017. Optimal design of nonlinear viscous dampers for frame structures. Soil Dynamics and Earthquake
Engineering 100:257-260.
๏‚ง Chisari C, Macorini L, Amadio C, Izzuddin BA, 2016. Optimal sensor placement for structural parameter identification. Structural and
Multidisciplinary Optimization, 55(2): 647-662, DOI: 10.1007/s00158-016-1531-1.
๏‚ง Chisari C, Francavilla AB, Latour M, Piluso V, Rizzano G, Amadio C, 2017. Critical issues in parameter calibration of cyclic models for steel members.
Engineering Structures, 132:123-138, DOI: 10.1016/j.engstruct.2016.11.030.
๏‚ง Chisari C, Bedon C, 2016. Multi-objective optimization of FRP jackets for improving seismic response of reinforced concrete frames. American
Journal of Engineering and Applied Sciences 9(3): 669-679, DOI:10.3844/ajeassp.2016.669.679.
๏‚ง Pohโ€™siรฉ GH, Chisari C, Rinaldin G, Amadio C, Fragiacomo M, 2016. Optimal design of tuned mass dampers for a multi-storey cross laminated
timber building against seismic loads. Earthquake Engineering and Structural Dynamics, DOI: 10.1002/eqe.2736.
๏‚ง Chisari C, Macorini L, Amadio C, Izzuddin BA, 2015. An Experimental-Numerical Procedure for the Identification of Mesoscale Material Properties
for Brick-Masonry. Proceedings of the 15th International Conference on Civil, Structural and Environmental Engineering Computing, Paper 72
๏‚ง Chisari C, Bedon C, Amadio C, 2015. Dynamic and static identification of base-isolated bridges using Genetic Algorithms. Engineering Structures
102:80-92.
๏‚ง Poh'siรฉ GH, Chisari C, Rinaldin G, Fragiacomo M, Amadio C, Ceccotti A, 2015. Application of a translational tuned mass damper designed by means
of genetic algorithms on a multistory cross-laminated timber building. Journal of Structural Engineering ASCE, DOI: 10.1061/(ASCE)ST.1943-
541X.0001342, E4015008.
๏‚ง Chisari C, Macorini L, Amadio C, Izzuddin BA, 2015. An Inverse Analysis Procedure for Material Parameter Identification of Mortar Joints in
Unreinforced Masonry, Computer and Structures 155:97-105.
๏‚ง Amadio C, Chisari C, Panighel F, 2015. Analysis and optimisation of tapered steel-concrete composite bridges. Proceedings of the
25th Conference on Steel Structures C.T.A., Salerno (in Italian).
Structural optimisation and inverse analysis strategies for masonry structures 64
THANK YOU FOR YOUR
ATTENTION
corrado.chisari@gmail.com
c.chisari12@imperial.ac.uk

More Related Content

Similar to Numerical and experimental investigation on existing structures: two seminars

COMPARISON BETWEEN THE GENETIC ALGORITHMS OPTIMIZATION AND PARTICLE SWARM OPT...
COMPARISON BETWEEN THE GENETIC ALGORITHMS OPTIMIZATION AND PARTICLE SWARM OPT...COMPARISON BETWEEN THE GENETIC ALGORITHMS OPTIMIZATION AND PARTICLE SWARM OPT...
COMPARISON BETWEEN THE GENETIC ALGORITHMS OPTIMIZATION AND PARTICLE SWARM OPT...IAEME Publication
ย 
Comparison between the genetic algorithms optimization and particle swarm opt...
Comparison between the genetic algorithms optimization and particle swarm opt...Comparison between the genetic algorithms optimization and particle swarm opt...
Comparison between the genetic algorithms optimization and particle swarm opt...IAEME Publication
ย 
Linear Probability Models and Big Data: Prediction, Inference and Selection Bias
Linear Probability Models and Big Data: Prediction, Inference and Selection BiasLinear Probability Models and Big Data: Prediction, Inference and Selection Bias
Linear Probability Models and Big Data: Prediction, Inference and Selection BiasSuneel Babu Chatla
ย 
Ds33717725
Ds33717725Ds33717725
Ds33717725IJERA Editor
ย 
Ds33717725
Ds33717725Ds33717725
Ds33717725IJERA Editor
ย 
Qu meeting PhD kessentini
Qu meeting PhD kessentiniQu meeting PhD kessentini
Qu meeting PhD kessentinikessentini
ย 
Qu meeting phd thesis kessentini
Qu meeting phd thesis kessentiniQu meeting phd thesis kessentini
Qu meeting phd thesis kessentinikessentini
ย 
A discussion on the performance of the CEA (slides)
A discussion on the performance of the CEA (slides)A discussion on the performance of the CEA (slides)
A discussion on the performance of the CEA (slides)Tian Tian
ย 
Efficient evaluation of flatness error from Coordinate Measurement Data using...
Efficient evaluation of flatness error from Coordinate Measurement Data using...Efficient evaluation of flatness error from Coordinate Measurement Data using...
Efficient evaluation of flatness error from Coordinate Measurement Data using...Ali Shahed
ย 
MOMDPSO_IDETC_2014_Weiyang
MOMDPSO_IDETC_2014_WeiyangMOMDPSO_IDETC_2014_Weiyang
MOMDPSO_IDETC_2014_WeiyangMDO_Lab
ย 
lecture.ppt
lecture.pptlecture.ppt
lecture.pptFathiShokry
ย 
S3 - Process product optimization design experiments response surface methodo...
S3 - Process product optimization design experiments response surface methodo...S3 - Process product optimization design experiments response surface methodo...
S3 - Process product optimization design experiments response surface methodo...CAChemE
ย 
Fundamentals of Genetic Algorithms (Soft Computing)
Fundamentals of Genetic Algorithms (Soft Computing)Fundamentals of Genetic Algorithms (Soft Computing)
Fundamentals of Genetic Algorithms (Soft Computing)Amit Kumar Rathi
ย 
A machine learning method for efficient design optimization in nano-optics
A machine learning method for efficient design optimization in nano-optics A machine learning method for efficient design optimization in nano-optics
A machine learning method for efficient design optimization in nano-optics JCMwave
ย 
AIAA-SDM-SequentialSampling-2012
AIAA-SDM-SequentialSampling-2012AIAA-SDM-SequentialSampling-2012
AIAA-SDM-SequentialSampling-2012OptiModel
ย 
Accelerated life testing
Accelerated life testingAccelerated life testing
Accelerated life testingSteven Li
ย 
Sediment; Amphipod; Hyale nigra; Spiked sediment
Sediment; Amphipod; Hyale nigra; Spiked sedimentSediment; Amphipod; Hyale nigra; Spiked sediment
Sediment; Amphipod; Hyale nigra; Spiked sedimentpeertechzpublication
ย 
Sca a sine cosine algorithm for solving optimization problems
Sca a sine cosine algorithm for solving optimization problemsSca a sine cosine algorithm for solving optimization problems
Sca a sine cosine algorithm for solving optimization problemslaxmanLaxman03209
ย 
AMS_Aviation_2014_Ali
AMS_Aviation_2014_AliAMS_Aviation_2014_Ali
AMS_Aviation_2014_AliMDO_Lab
ย 

Similar to Numerical and experimental investigation on existing structures: two seminars (20)

COMPARISON BETWEEN THE GENETIC ALGORITHMS OPTIMIZATION AND PARTICLE SWARM OPT...
COMPARISON BETWEEN THE GENETIC ALGORITHMS OPTIMIZATION AND PARTICLE SWARM OPT...COMPARISON BETWEEN THE GENETIC ALGORITHMS OPTIMIZATION AND PARTICLE SWARM OPT...
COMPARISON BETWEEN THE GENETIC ALGORITHMS OPTIMIZATION AND PARTICLE SWARM OPT...
ย 
Comparison between the genetic algorithms optimization and particle swarm opt...
Comparison between the genetic algorithms optimization and particle swarm opt...Comparison between the genetic algorithms optimization and particle swarm opt...
Comparison between the genetic algorithms optimization and particle swarm opt...
ย 
Linear Probability Models and Big Data: Prediction, Inference and Selection Bias
Linear Probability Models and Big Data: Prediction, Inference and Selection BiasLinear Probability Models and Big Data: Prediction, Inference and Selection Bias
Linear Probability Models and Big Data: Prediction, Inference and Selection Bias
ย 
Ds33717725
Ds33717725Ds33717725
Ds33717725
ย 
Ds33717725
Ds33717725Ds33717725
Ds33717725
ย 
Qu meeting PhD kessentini
Qu meeting PhD kessentiniQu meeting PhD kessentini
Qu meeting PhD kessentini
ย 
Qu meeting phd thesis kessentini
Qu meeting phd thesis kessentiniQu meeting phd thesis kessentini
Qu meeting phd thesis kessentini
ย 
A discussion on the performance of the CEA (slides)
A discussion on the performance of the CEA (slides)A discussion on the performance of the CEA (slides)
A discussion on the performance of the CEA (slides)
ย 
Efficient evaluation of flatness error from Coordinate Measurement Data using...
Efficient evaluation of flatness error from Coordinate Measurement Data using...Efficient evaluation of flatness error from Coordinate Measurement Data using...
Efficient evaluation of flatness error from Coordinate Measurement Data using...
ย 
MOMDPSO_IDETC_2014_Weiyang
MOMDPSO_IDETC_2014_WeiyangMOMDPSO_IDETC_2014_Weiyang
MOMDPSO_IDETC_2014_Weiyang
ย 
lecture.ppt
lecture.pptlecture.ppt
lecture.ppt
ย 
S3 - Process product optimization design experiments response surface methodo...
S3 - Process product optimization design experiments response surface methodo...S3 - Process product optimization design experiments response surface methodo...
S3 - Process product optimization design experiments response surface methodo...
ย 
Fundamentals of Genetic Algorithms (Soft Computing)
Fundamentals of Genetic Algorithms (Soft Computing)Fundamentals of Genetic Algorithms (Soft Computing)
Fundamentals of Genetic Algorithms (Soft Computing)
ย 
A machine learning method for efficient design optimization in nano-optics
A machine learning method for efficient design optimization in nano-optics A machine learning method for efficient design optimization in nano-optics
A machine learning method for efficient design optimization in nano-optics
ย 
AIAA-SDM-SequentialSampling-2012
AIAA-SDM-SequentialSampling-2012AIAA-SDM-SequentialSampling-2012
AIAA-SDM-SequentialSampling-2012
ย 
Accelerated life testing
Accelerated life testingAccelerated life testing
Accelerated life testing
ย 
Optimization Using Evolutionary Computing Techniques
Optimization Using Evolutionary Computing Techniques Optimization Using Evolutionary Computing Techniques
Optimization Using Evolutionary Computing Techniques
ย 
Sediment; Amphipod; Hyale nigra; Spiked sediment
Sediment; Amphipod; Hyale nigra; Spiked sedimentSediment; Amphipod; Hyale nigra; Spiked sediment
Sediment; Amphipod; Hyale nigra; Spiked sediment
ย 
Sca a sine cosine algorithm for solving optimization problems
Sca a sine cosine algorithm for solving optimization problemsSca a sine cosine algorithm for solving optimization problems
Sca a sine cosine algorithm for solving optimization problems
ย 
AMS_Aviation_2014_Ali
AMS_Aviation_2014_AliAMS_Aviation_2014_Ali
AMS_Aviation_2014_Ali
ย 

More from PhD ISG, Sapienza University of Rome

Numerical and experimental investigation on existing structures: two seminars
 Numerical and experimental investigation on existing structures: two seminars Numerical and experimental investigation on existing structures: two seminars
Numerical and experimental investigation on existing structures: two seminarsPhD ISG, Sapienza University of Rome
ย 
IARG 2017 Incontro Annuale dei Ricercatori di Geotecnica, Matera, 5-7 luglio
IARG 2017 Incontro Annuale dei Ricercatori di Geotecnica, Matera, 5-7 luglio IARG 2017 Incontro Annuale dei Ricercatori di Geotecnica, Matera, 5-7 luglio
IARG 2017 Incontro Annuale dei Ricercatori di Geotecnica, Matera, 5-7 luglio PhD ISG, Sapienza University of Rome
ย 
Prof A Giaralis, STOCHASTIC DYNAMICS AND MONTE CARLO SIMULATION IN EARTHQUAKE...
Prof A Giaralis, STOCHASTIC DYNAMICS AND MONTE CARLO SIMULATION IN EARTHQUAKE...Prof A Giaralis, STOCHASTIC DYNAMICS AND MONTE CARLO SIMULATION IN EARTHQUAKE...
Prof A Giaralis, STOCHASTIC DYNAMICS AND MONTE CARLO SIMULATION IN EARTHQUAKE...PhD ISG, Sapienza University of Rome
ย 
Prof. A. Giaralis, STOCHASTIC DYNAMICS AND MONTE CARLO SIMULATION IN EARTHQUA...
Prof. A. Giaralis, STOCHASTIC DYNAMICS AND MONTE CARLO SIMULATION IN EARTHQUA...Prof. A. Giaralis, STOCHASTIC DYNAMICS AND MONTE CARLO SIMULATION IN EARTHQUA...
Prof. A. Giaralis, STOCHASTIC DYNAMICS AND MONTE CARLO SIMULATION IN EARTHQUA...PhD ISG, Sapienza University of Rome
ย 
Information literacy skills and search strategies, Mary Joan Crowley. Lesson 1.
Information literacy skills and search strategies, Mary Joan Crowley. Lesson 1.Information literacy skills and search strategies, Mary Joan Crowley. Lesson 1.
Information literacy skills and search strategies, Mary Joan Crowley. Lesson 1.PhD ISG, Sapienza University of Rome
ย 

More from PhD ISG, Sapienza University of Rome (6)

Numerical and experimental investigation on existing structures: two seminars
 Numerical and experimental investigation on existing structures: two seminars Numerical and experimental investigation on existing structures: two seminars
Numerical and experimental investigation on existing structures: two seminars
ย 
IARG 2017 Incontro Annuale dei Ricercatori di Geotecnica, Matera, 5-7 luglio
IARG 2017 Incontro Annuale dei Ricercatori di Geotecnica, Matera, 5-7 luglio IARG 2017 Incontro Annuale dei Ricercatori di Geotecnica, Matera, 5-7 luglio
IARG 2017 Incontro Annuale dei Ricercatori di Geotecnica, Matera, 5-7 luglio
ย 
Prof A Giaralis, STOCHASTIC DYNAMICS AND MONTE CARLO SIMULATION IN EARTHQUAKE...
Prof A Giaralis, STOCHASTIC DYNAMICS AND MONTE CARLO SIMULATION IN EARTHQUAKE...Prof A Giaralis, STOCHASTIC DYNAMICS AND MONTE CARLO SIMULATION IN EARTHQUAKE...
Prof A Giaralis, STOCHASTIC DYNAMICS AND MONTE CARLO SIMULATION IN EARTHQUAKE...
ย 
Prof. A. Giaralis, STOCHASTIC DYNAMICS AND MONTE CARLO SIMULATION IN EARTHQUA...
Prof. A. Giaralis, STOCHASTIC DYNAMICS AND MONTE CARLO SIMULATION IN EARTHQUA...Prof. A. Giaralis, STOCHASTIC DYNAMICS AND MONTE CARLO SIMULATION IN EARTHQUA...
Prof. A. Giaralis, STOCHASTIC DYNAMICS AND MONTE CARLO SIMULATION IN EARTHQUA...
ย 
Information literacy skills and search strategies, Mary Joan Crowley. Lesson 1.
Information literacy skills and search strategies, Mary Joan Crowley. Lesson 1.Information literacy skills and search strategies, Mary Joan Crowley. Lesson 1.
Information literacy skills and search strategies, Mary Joan Crowley. Lesson 1.
ย 
PhD ISG, Seminar by Dijmedo Kondo, 26 April 2017
PhD ISG, Seminar by Dijmedo Kondo, 26 April 2017PhD ISG, Seminar by Dijmedo Kondo, 26 April 2017
PhD ISG, Seminar by Dijmedo Kondo, 26 April 2017
ย 

Recently uploaded

Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Celine George
ย 
USPSยฎ Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPSยฎ Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...USPSยฎ Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPSยฎ Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...Postal Advocate Inc.
ย 
Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4JOYLYNSAMANIEGO
ย 
Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Celine George
ย 
ICS2208 Lecture6 Notes for SL spaces.pdf
ICS2208 Lecture6 Notes for SL spaces.pdfICS2208 Lecture6 Notes for SL spaces.pdf
ICS2208 Lecture6 Notes for SL spaces.pdfVanessa Camilleri
ย 
What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPCeline George
ย 
Food processing presentation for bsc agriculture hons
Food processing presentation for bsc agriculture honsFood processing presentation for bsc agriculture hons
Food processing presentation for bsc agriculture honsManeerUddin
ย 
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYKayeClaireEstoconing
ย 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatYousafMalik24
ย 
4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptxmary850239
ย 
Visit to a blind student's school๐Ÿง‘โ€๐Ÿฆฏ๐Ÿง‘โ€๐Ÿฆฏ(community medicine)
Visit to a blind student's school๐Ÿง‘โ€๐Ÿฆฏ๐Ÿง‘โ€๐Ÿฆฏ(community medicine)Visit to a blind student's school๐Ÿง‘โ€๐Ÿฆฏ๐Ÿง‘โ€๐Ÿฆฏ(community medicine)
Visit to a blind student's school๐Ÿง‘โ€๐Ÿฆฏ๐Ÿง‘โ€๐Ÿฆฏ(community medicine)lakshayb543
ย 
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptxAUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptxiammrhaywood
ย 
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONTHEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONHumphrey A Beรฑa
ย 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for BeginnersSabitha Banu
ย 
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in oneโ€™s own words. Use appropr...
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in oneโ€™s own words. Use appropr...ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in oneโ€™s own words. Use appropr...
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in oneโ€™s own words. Use appropr...JojoEDelaCruz
ย 
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSGRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSJoshuaGantuangco2
ย 
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfGrade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfJemuel Francisco
ย 
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptxQ4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptxlancelewisportillo
ย 
Global Lehigh Strategic Initiatives (without descriptions)
Global Lehigh Strategic Initiatives (without descriptions)Global Lehigh Strategic Initiatives (without descriptions)
Global Lehigh Strategic Initiatives (without descriptions)cama23
ย 

Recently uploaded (20)

Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17
ย 
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptxFINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
ย 
USPSยฎ Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPSยฎ Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...USPSยฎ Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPSยฎ Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
ย 
Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4
ย 
Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17
ย 
ICS2208 Lecture6 Notes for SL spaces.pdf
ICS2208 Lecture6 Notes for SL spaces.pdfICS2208 Lecture6 Notes for SL spaces.pdf
ICS2208 Lecture6 Notes for SL spaces.pdf
ย 
What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERP
ย 
Food processing presentation for bsc agriculture hons
Food processing presentation for bsc agriculture honsFood processing presentation for bsc agriculture hons
Food processing presentation for bsc agriculture hons
ย 
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ย 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice great
ย 
4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx
ย 
Visit to a blind student's school๐Ÿง‘โ€๐Ÿฆฏ๐Ÿง‘โ€๐Ÿฆฏ(community medicine)
Visit to a blind student's school๐Ÿง‘โ€๐Ÿฆฏ๐Ÿง‘โ€๐Ÿฆฏ(community medicine)Visit to a blind student's school๐Ÿง‘โ€๐Ÿฆฏ๐Ÿง‘โ€๐Ÿฆฏ(community medicine)
Visit to a blind student's school๐Ÿง‘โ€๐Ÿฆฏ๐Ÿง‘โ€๐Ÿฆฏ(community medicine)
ย 
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptxAUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptx
ย 
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONTHEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
ย 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for Beginners
ย 
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in oneโ€™s own words. Use appropr...
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in oneโ€™s own words. Use appropr...ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in oneโ€™s own words. Use appropr...
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in oneโ€™s own words. Use appropr...
ย 
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSGRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
ย 
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfGrade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
ย 
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptxQ4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
ย 
Global Lehigh Strategic Initiatives (without descriptions)
Global Lehigh Strategic Initiatives (without descriptions)Global Lehigh Strategic Initiatives (without descriptions)
Global Lehigh Strategic Initiatives (without descriptions)
ย 

Numerical and experimental investigation on existing structures: two seminars

  • 1. STRUCTURAL OPTIMISATION AND INVERSE ANALYSIS STRATEGIES FOR MASONRY STRUCTURES Dr Corrado Chisari CSM Group โ€“ Department of Civil and Environmental Engineering Imperial College London
  • 2. Outline Optimisation Calibration of model parameters Conclusions and ongoing research Outline ๏‚ง Optimisation ๏‚ง Overview ๏‚ง Genetic Algorithms ๏‚ง Structural Optimisation ๏‚ง Examples ๏‚ง Calibration of model parameters ๏‚ง Calibration problems as optimization problems ๏‚ง Ill-posedness of inverse problems ๏‚ง Identification of mesoscale model parameters for masonry ๏‚ง Conclusions and ongoing research Structural optimisation and inverse analysis strategies for masonry structures 2
  • 4. Outline Optimisation Calibration of model parameters Conclusions and ongoing research Overview ๏‚ง Optimisation is the discipline that, starting from: - the input variable space - a model of the problem ๏‚ง tries to find the best solution considering - some objectives to achieve - some constraints to satisfy. Structural optimisation and inverse analysis strategies for masonry structures 4
  • 5. Outline Optimisation Calibration of model parameters Conclusions and ongoing research Overview In mathematical terms ๐’™ = arg min ๐’™ ๐œ”1(๐’™), ๐œ”2(๐’™), โ€ฆ , ๐œ”๐‘ (๐’™) subjected to: ๐‘”๐‘— ๐’™ < 0, ๐‘— = 1, โ€ฆ , ๐‘š โ„Ž ๐‘˜ ๐’™ = 0, ๐‘˜ = 1, โ€ฆ , ๐‘› where: - ๐’™ input vector, ๐’™ โˆˆ ๐›€ (input variable space) - ๐œ”๐‘–(๐’™) i-th objetive to minimise - ๐‘”๐‘—(๐’™) j-th inequality constraint - โ„Ž ๐‘˜ ๐’™ k-th equality constraint Structural optimisation and inverse analysis strategies for masonry structures 5
  • 6. Outline Optimisation Calibration of model parameters Conclusions and ongoing research Overview When S=1 (mono-objective optimisation), some classical approaches are: ๏‚ง Linear programming: ๐’™ = argmin ๐’™ ๐’„ ๐‘ป ๐’™ with ๐‘จ๐’™ โ‰ค ๐’ƒ ๏‚ง Quadratic programming: ๐’™ = argmin ๐’™ ๐Ÿ ๐Ÿ ๐’™ ๐‘ป ๐‘ธ๐’™ + ๐’ƒ๐’™ + ๐’„ ๏‚ง Constrained quadratic programming: ๐’™ = argmin ๐’™ ๐Ÿ ๐Ÿ ๐’™ ๐‘ป ๐‘ธ๐’™ + ๐’ƒ๐’™ + ๐’„ with ๐‘จ๐’™ โ‰ค ๐’’ ๏‚ง Convex programming: ๐’™ = argmin ๐’™ ๐œ”(๐’™) with ๐‘”๐‘–(๐’™) โ‰ค 0 and ๐œ”(๐’™), ๐‘”๐‘–(๐’™) convex functions Under some strict hypotheses, these types of problems have closed-formn solutions that can be obtained by means of well- established methods (Simplex, Lagrange multipliers, ...). Structural optimisation and inverse analysis strategies for masonry structures 6
  • 7. Outline Optimisation Calibration of model parameters Conclusions and ongoing research Overview When the problem complexity increases iterative approaches: ๐’™ ๐’• = ๐’™ ๐’•โˆ’๐Ÿ + ฮ”๐’™ ๐’• such that ๐œ” ๐’™ ๐’• โ‰ค ๐œ” ๐’™ ๐’•โˆ’๐Ÿ They differ for the method to find the corrections ฮ”๐’™ ๐’•: ๏‚ง Line search with steepest descend (Jacobian); ๏‚ง Line search with Newton direction (Hessian); ๏‚ง Trust region. They determine the path to follow by examining derivatives for ฯ‰ (Jacobian and Hessian). For this reason they are called gradient-based methods. Structural optimisation and inverse analysis strategies for masonry structures 7
  • 8. Outline Optimisation Calibration of model parameters Conclusions and ongoing research Overview Real-world problems does not usually satisfy one or more requirements for the mentioned methods: ๏‚ง The objective function is not convex ๏‚ง The objective function and/or the constraints are not continuous ๏‚ง The function and/or the constraints are not differentiable ๏‚ง The variables x are discrete ๏‚ง Multi-objective problem ๏‚ง Black-box problem Structural optimisation and inverse analysis strategies for masonry structures 8 Need for more general optimisation methods
  • 10. Outline Optimisation Calibration of model parameters Conclusions and ongoing research Genetic Algorithms ๏‚ง They mimic the search for the optimum as observed in nature: ๏‚ง A species evolves during a number of generations improving its fitness towards environmental conditions, through recombination of genetic heritage of fittest individuals; ๏‚ง The least fit individuals become extinct during the evolution; ๏‚ง Casual mutations may bring novelties in an individualโ€™s chromosome which, if positive, may propagate and open new evolutions paths; ๏‚ง It can happen that parents survive to their own offspring if these are not apt to the external environment (elitism). Structural optimisation and inverse analysis strategies for masonry structures 10 They belongs to the algorithm classes: zero-order: they do not use derivatives population-based: iterations regard populations, not just one individual stochastic: the process depends on some random components
  • 11. Outline Optimisation Calibration of model parameters Conclusions and ongoing research Genetic Algorithms Structural optimisation and inverse analysis strategies for masonry structures 11 โ€ขDefinition of chromosome and representation โ€ขDefinition of the fitness function โ€ขSetting GA parameters Creation of the first population Stopping criterion satisfied? Ranking of the population Elitism New population Selection Recombination (crossover) Mutation Optimum Evaluation of the population yes no x1 x2 x3 x4 x5 x6
  • 12. Outline Optimisation Calibration of model parameters Conclusions and ongoing research Multi-objective optimisation ๐’™ = arg min ๐’™ ๐Ž con ๐Ž = ๐œ”1(๐’™) โ€ฆ ๐œ”๐‘ (๐’™) ๏‚ง The classical approach involves scalarising vector ๐Ž by means of weights wi: ๐’™ = arg min ๐’™ ๐œ” ๐‘ ๐‘๐‘Ž๐‘™ with ๐œ” ๐‘ ๐‘๐‘Ž๐‘™ = ๐’˜ ๐’• ๐Ž ๏‚ง The result depends on the choice of the weights. Structural optimisation and inverse analysis strategies for masonry structures 12
  • 13. Outline Optimisation Calibration of model parameters Conclusions and ongoing research Multi-objective optimisation ๏‚ง A solution x1 is said to dominate solution x2 (๐’™ ๐Ÿ โ‰ป ๐’™ ๐Ÿ) if and only if: ๏‚ง ๐œ”๐‘– ๐’™ ๐Ÿ โ‰ค ๐œ”๐‘– ๐’™ ๐Ÿ โˆ€๐‘– = 1, โ€ฆ , S ๏‚ง ๐œ”j ๐’™ ๐Ÿ < ๐œ”j ๐’™ ๐Ÿ โˆƒ๐‘— = 1, โ€ฆ , S ๏‚ง The set of non-dominated solutions is called Pareto Front (PF). Structural optimisation and inverse analysis strategies for masonry structures 13 ๏‚ง ยซDominatesยป and ยซPareto Front solutionยป are the extensions of ยซis better thanยป and ยซoptimal solutionยป to the case of multiple objectives. ๏‚ง Under some hypotheses, the solution of the scalarised problem belongs to the PF. This is however the general solution of the multi-objective problem.
  • 14. Outline Optimisation Calibration of model parameters Conclusions and ongoing research Non-dominated Sorting Genetic Algorithm (NSGA-II) ๏‚ง Population-based problems are naturally suited to looking for an ensemble of solutions (the Pareto Front) instead of a single solution Structural optimisation and inverse analysis strategies for masonry structures 14 0 1000 2000 3000 4000 5000 6000 7000 0 500 1000 f2 f1 Initial population 0 200 400 600 800 1000 1200 1400 20 40 60 80 f2 f1 Converged population Only the ranking method needs to be modified. x1 ฯ‰(x1) x2 ฯ‰(x2)โ‰ฅฯ‰(x1) ... xN ฯ‰(xN)โ‰ฅฯ‰(xN-1) x1 - x2 ๐’™ ๐Ÿ โ‰ฝ ๐’™ ๐Ÿ ... xN ๐’™ ๐‘ตโˆ’๐Ÿ โ‰ฝ ๐’™ ๐‘ต Mono-objective Multi-objective
  • 16. Outline Optimisation Calibration of model parameters Conclusions and ongoing research Optimal design Structural optimisation and inverse analysis strategies for masonry structures 16 Traditional design Optimal design Start Preliminary design External action analysis Internal stresses Section definition Verification Design modification End NoYes Start Parameterisation Trial structure External action analysis Internal stresses ObjectivesEnd No Yes Verification Optimisation process
  • 17. Outline Optimisation Calibration of model parameters Conclusions and ongoing research Structural optimisation Structural optimisation and inverse analysis strategies for masonry structures 17 Problem Variables Objectives Constraints Example Parametric optimisation - Dimensions and features of structural elements - Cost minimisation - Optimising performances - Structural constraints - Operative constraints Topological optimisation - Parameters identifying the shape of the structure - Weight minimisation - Stress maximisation - Structural constraints - Operative constraints Structural identification - Material parameters - Unknown boundary conditions - Minimising discrepancy with experimental data - Constraints due the physical or mathematical nature of the parameters Input variables Control code Output variables
  • 19. Outline Optimisation Calibration of model parameters Conclusions and ongoing research Example 1 โ€“ Rastrigin function Structural optimisation and inverse analysis strategies for masonry structures 19 Funzione di Rastrigin ๐‘“ ๐‘ฅ = ๐ด๐‘› + ๐‘–=1 ๐‘› ๐‘ฅ๐‘– 2 โˆ’ ๐ด๐‘๐‘œ๐‘ (2๐œ‹๐‘ฅ๐‘– A=10, ๐‘ฅ๐‘– โˆˆ [โˆ’4.348,4.048] ๐‘› = 10 (numero di variabili) ๐’™ = 0.0115 0.0057 0.008 0.0101 โˆ’0.0012 โˆ’0.0024 0.0132 0.0087 โˆ’0.0055 0.0037 ๐’™ ๐‘ก๐‘Ÿ๐‘ข๐‘’ = 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
  • 20. Outline Optimisation Calibration of model parameters Conclusions and ongoing research Example 2 โ€“ Optimal design of bridges Structural optimisation and inverse analysis strategies for masonry structures 20 Impalcati ottimi individuati Spessori non vincolati Spessori vincolati H=cost. H=var. H=cost. H=var. Carpenteria [t] 760 769 840 733 Armatura L [t] 166 137 106 133 Calcestruzzo [t] 3168 3451 3168 3450 Costo [โ‚ฌ] 2.562.089 2.551.675 2.802.303 2.492.916
  • 21. Outline Optimisation Calibration of model parameters Conclusions and ongoing research Example 3 โ€“ Optimal design of TMD for timber buildings Structural optimisation and inverse analysis strategies for masonry structures 21 Copyright Maurer Frequency optimisation Damping optimisation ๐œ‡ = ๐‘š ๐‘‡๐‘€๐ท ๐‘š ๐‘  ๐›ผ = ๐œ” ๐‘‡๐‘€๐ท ๐œ”๐‘  ๐œ‰2 = ๐‘ ๐‘‡๐‘€๐ท 2 ๐‘š ๐‘‡๐‘€๐ท ๐œ” ๐‘‡๐‘€๐ท This approach does not account for the external input
  • 22. Outline Optimisation Calibration of model parameters Conclusions and ongoing research Example 3 โ€“ Optimal design of TMD for timber buildings Structural optimisation and inverse analysis strategies for masonry structures 22
  • 23. Outline Optimisation Calibration of model parameters Conclusions and ongoing research Example 3 โ€“ Optimal design of TMD for timber buildings Structural optimisation and inverse analysis strategies for masonry structures 23 Accounting for higher modes and more complex configurations
  • 24. Outline Optimisation Calibration of model parameters Conclusions and ongoing research Example 4 โ€“ Design of nonlinear viscous dampers Structural optimisation and inverse analysis strategies for masonry structures 24 ๐‘ญ = ๐’„ โˆ™ ๐’– ๐œถ โˆ™ ๐’”๐’ˆ๐’( ๐’–) S. Silvestri, G. Gasparini, T. Trombetti. A five-step procedure for the dimensioning of viscous dampers to be inserted in building structures. J Earthq Eng, 14 (3) (2010), pp. 417-447
  • 25. Outline Optimisation Calibration of model parameters Conclusions and ongoing research Example 4 โ€“ Design of nonlinear viscous dampers Structural optimisation and inverse analysis strategies for masonry structures 25 Advantages: a. Flexibility in the objective definition; b. Possibility of embedding real- world constraints; c. Control on the forces transferred to the structure.
  • 26. Outline Optimisation Calibration of model parameters Conclusions and ongoing research Example 5 โ€“ Optimal sensor layout for structural parameter identification Structural optimisation and inverse analysis strategies for masonry structures 26
  • 27. Outline Optimisation Calibration of model parameters Conclusions and ongoing research Example 5 โ€“ Optimal sensor layout for structural parameter identification Structural optimisation and inverse analysis strategies for masonry structures 27
  • 28. Outline Optimisation Calibration of model parameters Conclusions and ongoing research Example 6 - Performance-based design of FRP retrofitting of existing RC frames Structural optimisation and inverse analysis strategies for masonry structures 28 Braga, F., R. Gigliotti and M. Laterza, 2006. Analytical stress- strain relationship for concrete confined by steel stirrups and/or FRP jackets. J. Struct. Eng., 132: 1402-1416. Dโ€™Amato, M., F. Braga, R. Gigliotti, S. Kunnath and M. Laterza, 2012. A numerical general-purpose confinement model for non-linear analysis of R/C members. Comput. Struct., 102-103: 64-75. Strength increase Ductility increase Effect of confinement: triaxial state of stress Toshimi Kabeyasawa, โ€œRecent Development of Seismic Retrofit Methods in Japanโ€, Japan Building Disaster Prevention Association, January, 2005. FRP fabrics
  • 29. Outline Optimisation Calibration of model parameters Conclusions and ongoing research Example 6 - Performance-based design of FRP retrofitting of existing RC frames Structural optimisation and inverse analysis strategies for masonry structures 29
  • 30. Outline Optimisation Calibration of model parameters Conclusions and ongoing research Example 6 - Performance-based design of FRP retrofitting of existing RC frames Structural optimisation and inverse analysis strategies for masonry structures 30
  • 32. Outline Optimisation Calibration of model parameters Conclusions and ongoing research Inverse problems ๏‚ง Given: โ€ข The model space M; โ€ข The data space D; โ€ข The forward operator ๐’ˆ(โˆ™) ; โ€ข Some observations ๐’… ๐’๐’ƒ๐’” โˆˆ ๐‘ซ; Structural optimisation and inverse analysis strategies for masonry structures 32 Forward operator g (m) Observable data d Inverse operator g-1(d) Model parameters m Find ๐’Ž โˆˆ ๐‘ด such that: ๐’… ๐’๐’ƒ๐’” = ๐’ˆ( ๐’Ž)
  • 33. Outline Optimisation Calibration of model parameters Conclusions and ongoing research Solution of the inverse problem ๏‚ง Since the analytical expression of ๐’ˆ(โˆ™) (and ๐’ˆโˆ’๐Ÿ (โˆ™)) is generally not known, the problem ๐’Ž = ๐’ˆโˆ’๐Ÿ (๐’… ๐’๐’ƒ๐’”) is replaced by ๏‚ง ๐’Ž = arg min ๐’Žโˆˆ๐‘ด ๐’… ๐’๐’ƒ๐’” โˆ’ ๐’ˆ(๐’Ž) ๐‘ ๐‘ Structural optimisation and inverse analysis strategies for masonry structures 33 Fernรกndez-Martรญnez, J., Fernรกndez-Muรฑiz, Z., Pallero, J. & Pedruelo-Gonzรกlez, L., 2013. From Bayes to Tarantola: New insights to understand uncertainty in inverse problems. Journal of Applied Geophysics, Volume 98, pp. 62-72.
  • 34. Outline Optimisation Calibration of model parameters Conclusions and ongoing research Identification problems Structural optimisation and inverse analysis strategies for masonry structures 34 mtrial dc=g(mtrial) ๐œ” = ๐’… ๐’„ โˆ’ ๐’… ๐’๐’ƒ๐’” ๐‘ก ๐‘พ ๐’… ๐’„ โˆ’ ๐’… ๐’๐’ƒ๐’” ๐œ” ๐‘š๐‘–๐‘›? Updating m Optimisation algorithm No ๐’Ž Yes dobs
  • 35. Outline Optimisation Calibration of model parameters Conclusions and ongoing research Identification of base-isolated bridges Structural optimisation and inverse analysis strategies for masonry structures 35 FE model: modal analysis Real structure: dynamic tests ๐œ”2,๐‘‡ ๐’‘ = ๐‘–=1 ๐‘ ๐‘€ ๐‘“๐‘Ÿ๐‘’๐‘“ โˆ†๐‘“๐‘– ๐‘‡๐‘–,๐‘๐‘œ๐‘š๐‘(๐’‘) โˆ’ ๐‘‡๐‘–,๐‘’๐‘ฅ๐‘ ๐‘‡๐‘’๐‘ฅ๐‘,๐‘š๐‘Ž๐‘ฅ 2 ๐œ”2,๐‘€๐ด๐ถ ๐’‘ = ๐‘–=1 ๐‘ ๐‘€ ๐‘‡๐‘–,๐‘’๐‘ฅ๐‘ ๐‘‡๐‘’๐‘ฅ๐‘,๐‘š๐‘Ž๐‘ฅ 1 โˆ’ max ๐‘— (๐‘€๐ด๐ถ๐‘–๐‘—(๐’‘)) 2 Chiara Bedon, Antonino Morassi, Dynamic testing and parameter identification of a base-isolated bridge, Engineering Structures, Volume 60, 2014, 85โ€“99
  • 36. Outline Optimisation Calibration of model parameters Conclusions and ongoing research Identification of base-isolated bridges Structural optimisation and inverse analysis strategies for masonry structures 36
  • 37. Outline Optimisation Calibration of model parameters Conclusions and ongoing research Ill-posedness of the inverse problem Well-posed problem (Hadamard, 1902): 1. The solution exists; 2. It is unique; 3. It is stable. Structural optimisation and inverse analysis strategies for masonry structures 37 Input Output Input Output Forward problem Inverse problem While the forward problem is usually well- posed, it is not always the case of the corresponding inverse problem.
  • 38. Outline Optimisation Calibration of model parameters Conclusions and ongoing research Calibration of a model for steel members Structural optimisation and inverse analysis strategies for masonry structures 38 Monotonic test Cyclic test (AISC protocol) Pseudo-dynamic test (Spitak ground motion) S1 S2 S3 S4 Numerical model: smooth model, implemented in SeismoStruct (M. V. Sivaselvan and A. M. Reinhorn, โ€œHysteretic models for deteriorating inelastic structures,โ€ J. Eng. Mech., vol. 126, no. 6, pp. 633-640, 2000)
  • 39. Outline Optimisation Calibration of model parameters Conclusions and ongoing research Multiple responses Structural optimisation and inverse analysis strategies for masonry structures 39 Danger of overfittingModels are never perfect
  • 40. Outline Optimisation Calibration of model parameters Conclusions and ongoing research Mono- vs multi-objective optimisation Structural optimisation and inverse analysis strategies for masonry structures 40 Calibration response Validation response Calibration by mono-objective optimisation Calibration by bi-objective optimisation
  • 42. Outline Optimisation Calibration of model parameters Conclusions and ongoing research Motivation Structural optimisation and inverse analysis strategies for masonry structures 42 A. Borri, G. Castori, M. Corradi, E. Speranzini, Shear behavior of unreinforced and reinforced masonry panels subjected to in situ diagonal compression tests, Construction and Building Materials, 25(12), 2011, 4403 โ€“ 4414. Tests for macro-models are very invasive M. Corradi , A. Borri , A. Vignoli, Experimental study on the determination of strength of masonry walls, Construction and Building Materials, 17(5), 2003, 325 โ€“ 337.
  • 43. Outline Optimisation Calibration of model parameters Conclusions and ongoing research Motivation Structural optimisation and inverse analysis strategies for masonry structures 43 Tests on single components are less invasiveโ€ฆ โ€ฆbut it is difficult to extract representative specimens from existing structures http://www.matest.com/ โ‰ 
  • 44. Outline Optimisation Calibration of model parameters Conclusions and ongoing research Features of the test โ€ข To be performed in-situ (existing structures) โ€ข Low-invasive โ€ข Involving a sufficient volume of masonry โ€ข Able to capture elastic and strength material parameters for interfaces Structural optimisation and inverse analysis strategies for masonry structures 44
  • 45. Outline Optimisation Calibration of model parameters Conclusions and ongoing research Flat-jacks Structural optimisation and inverse analysis strategies for masonry structures 45 http://www.expin.it/servizi/indagini-strutturali/?lang=en
  • 46. Outline Optimisation Calibration of model parameters Conclusions and ongoing research Flat-jack test โ€“ preliminary study Structural optimisation and inverse analysis strategies for masonry structures 46 The experimental setup consists of different phases: 1. Horizontal cut; 2. Horizontal flat-jack; 3. Two vertical cuts and restraining; 4. Vertical flat-jack.
  • 47. Outline Optimisation Calibration of model parameters Conclusions and ongoing research Flat-jack test โ€“ preliminary study Structural optimisation and inverse analysis strategies for masonry structures 47 kVkN
  • 48. Outline Optimisation Calibration of model parameters Conclusions and ongoing research Flat-jack test โ€“ preliminary study Structural optimisation and inverse analysis strategies for masonry structures 48 โ€ข Instrumental layout โ€ข Noise propagation โ€ข Assessment of results
  • 49. Outline Optimisation Calibration of model parameters Conclusions and ongoing research Flat-jack test โ€“ preliminary study Structural optimisation and inverse analysis strategies for masonry structures 49 โ€ข The effect of horizontal cut/flat jack โ€ข Horizontal tension โ€ข Yielding at the border โ€ข Decreasing with distance ๐œŽ๐‘ฅ = ๐‘ sinh 2๐œ‰ โˆ’ 2 2๐‘’ ๐œ‰ cosh3 ๐œ‰ ๐œŽ ๐‘ฆ = ๐‘ tanh3 ๐œ‰ ๐œŽ ๐‘ฅ = ๐‘ sinh2 ๐œ‰ ๐‘’ ๐œ‰ cosh3 ๐œ‰ ๐œŽ ๐‘ฆ = ๐‘ coth ๐œ‰ ๐‘ข ๐‘ฅ = โˆ’ 3๐‘ ๐‘š ๐ธ๐‘กโ„Ž๐›ฝ(1 + 2๐‘˜) sinh ๐›ฝ๐‘ฅ + 3๐‘ ๐‘š ๐ธ๐‘กโ„Ž๐›ฝ(1 + 2๐‘˜) tanh ๐›ฝ๐‘1 cosh ๐›ฝ๐‘ฅ ๐‘ข ๐‘ฅ = โˆ’ 3๐‘ ๐‘š ๐ธ๐‘กโ„Ž๐›ฝ(1 + 2๐‘˜) sinh ๐›ฝ๐‘ฅ + 3๐‘ ๐‘š ๐ธ๐‘กโ„Ž๐›ฝ(1 + 2๐‘˜) coth ๐›ฝ๐‘1 cosh ๐›ฝ๐‘ฅ โ€ข The effect of vertical flat jack โ€ข Horizontal deformability โ€ข Boundary conditions
  • 50. Outline Optimisation Calibration of model parameters Conclusions and ongoing research Flat-jack test โ€“ a new setup Structural optimisation and inverse analysis strategies for masonry structures 50
  • 51. Outline Optimisation Calibration of model parameters Conclusions and ongoing research The flat-jack test - instruments Structural optimisation and inverse analysis strategies for masonry structures 51
  • 52. Outline Optimisation Calibration of model parameters Conclusions and ongoing research The flat-jack test โ€“ test 1 Structural optimisation and inverse analysis strategies for masonry structures 52
  • 53. Outline Optimisation Calibration of model parameters Conclusions and ongoing research The flat-jack test โ€“ test 1 ๏‚ง Bricks in tension: 1. Micro-cracking leads to premature decreasing of stiffness that is difficult to identify; 2. A vertical crack propagates without involving mortar joint nonlinear behaviour. Structural optimisation and inverse analysis strategies for masonry structures 53 Local reinforcement by means of CFRP strips
  • 54. Outline Optimisation Calibration of model parameters Conclusions and ongoing research The flat-jack test โ€“ test 2 Structural optimisation and inverse analysis strategies for masonry structures 54
  • 55. Outline Optimisation Calibration of model parameters Conclusions and ongoing research Elastic parameters Structural optimisation and inverse analysis strategies for masonry structures 55 Parameter Lower bound Upper bound Step Solution ๐‘˜ ๐‘‰ 10 N/mm3 4000 N/mm3 1 N/mm3 443 N/mm3 ๐‘Ÿโ„Ž๐‘—,๐‘๐‘— 0.001 0.7 10-4 0.1 ๐‘˜ ๐‘ 10 N/mm3 4000 N/mm3 1 N/mm3 218 N/mm3 kVkN Solutions ๐‘ก๐‘œ๐‘™ = ๐‘˜2 ๐œ” ๐‘Ÿ๐‘’๐‘“ k=10% ๐œ” ๐‘Ÿ๐‘’๐‘“ = ๐’– ๐’๐’ƒ๐’” ๐‘ก ๐‘พ๐’– ๐’๐’ƒ๐’” Eb=11200 MPa ฯ…b=0.19 (Experimental)
  • 56. Outline Optimisation Calibration of model parameters Conclusions and ongoing research The flat-jack test - strength parameters Structural optimisation and inverse analysis strategies for masonry structures 56 Interface Property Symbol Simplified assumption Bedjoints initial cohesion ๐‘0,๐‘๐‘— - initial friction coefficient tan ๐œ™0,๐‘๐‘— - initial tensile strength ๐œŽ๐‘ก0,๐‘๐‘— ๐‘0,๐‘๐‘— 20 + 0.25 ๐‘0,๐‘๐‘— ๐‘ก๐‘Ž๐‘› ๐œ™0,๐‘๐‘— residual cohesion ๐‘ ๐‘Ÿ,๐‘๐‘— 0 residual friction coefficient tan ๐œ™ ๐‘Ÿ,๐‘๐‘— tan ๐œ™0,๐‘๐‘— residual tensile strength ๐œŽ๐‘ก๐‘Ÿ,๐‘๐‘— 0 energy fracture, mode I ๐บ๐‘“๐ผ,๐‘๐‘— Very high energy fracture, mode II ๐บ๐‘“๐ผ๐ผ,๐‘๐‘— Very high energy fracture, compression ๐บ๐‘“๐ถ,๐‘๐‘— Very high dilatancy angle tan ๐œ™ ๐‘‘,๐‘๐‘— 0 Headjoints initial cohesion ๐‘0,โ„Ž๐‘— 0 initial friction coefficient tan ๐œ™0,โ„Ž๐‘— tan ๐œ™0,๐‘๐‘— initial tensile strength ๐œŽ๐‘ก0,โ„Ž๐‘— 0 residual cohesion ๐‘ ๐‘Ÿ,โ„Ž๐‘— 0 residual friction coefficient tan ๐œ™ ๐‘Ÿ,โ„Ž๐‘— tan ๐œ™ ๐‘Ÿ,๐‘๐‘— residual tensile strength ๐œŽ๐‘ก๐‘Ÿ,โ„Ž๐‘— 0 energy fracture, mode I ๐บ๐‘“๐ผ,โ„Ž๐‘— Very high energy fracture, mode II ๐บ๐‘“๐ผ๐ผ,โ„Ž๐‘— Very high energy fracture, compression ๐บ๐‘“๐ถ,โ„Ž๐‘— Very high dilatancy angle tan ๐œ™ ๐‘‘,โ„Ž๐‘— 0 Unknowns: โ€ข ๐‘0,๐‘๐‘— โ€ข tan ๐œ™0,๐‘๐‘—=tan ๐œ™ ๐‘Ÿ,๐‘๐‘—
  • 57. Outline Optimisation Calibration of model parameters Conclusions and ongoing research Strength parameters โ€“ simplified approach Structural optimisation and inverse analysis strategies for masonry structures 57 ๐‘ ๐‘ข โ‹… โ„Ž = ๐œ ๐‘ข โ‹… ๐‘ tan ๐œ™ ๐‘Ÿ = ๐œ ๐‘ข ๐œŽ๐‘ฃ = ๐‘ ๐‘ข ๐œŽ๐‘ฃ โ„Ž ๐ต โ‰… 1.0
  • 58. Outline Optimisation Calibration of model parameters Conclusions and ongoing research Strength parameters โ€“ simplified approach Structural optimisation and inverse analysis strategies for masonry structures 58 rhj,bj kV (N/mm3) kN (N/mm3) c0,bj (MPa) ฯ‰ 0.0 1061 333 0.454 0.001014 0.1 669 221 0.559 0.001201 0.2 578 185 0.606 0.0014 0.3 465 171 0.641 0.001628 0.4 348 174 0.670 0.001889 0.5 275 179 0.696 0.002233 0.6 256 170 0.720 0.002506 Optimum ๐‘˜ ๐‘‰ = 1061๐‘/๐‘š๐‘š3 ๐‘˜ ๐‘ = 333๐‘/๐‘š๐‘š3 ๐‘Ÿโ„Ž๐‘—,๐‘๐‘— = 0.0 ๐‘0,๐‘๐‘— = 0.454 tan ๐œ™0,๐‘๐‘— = 1.0
  • 59. Outline Optimisation Calibration of model parameters Conclusions and ongoing research Validation โ€“ phase 1 Structural optimisation and inverse analysis strategies for masonry structures 59
  • 60. Outline Optimisation Calibration of model parameters Conclusions and ongoing research Validation โ€“ test 1 Structural optimisation and inverse analysis strategies for masonry structures 60 (a) (b) first crack ๐’‘ ๐’—๐’‡๐’‹ = ๐Ÿ. ๐Ÿ๐‘ด๐‘ท๐’‚ ๐’‘ ๐’—๐’‡๐’‹ = ๐Ÿ. ๐Ÿ๐Ÿ”๐‘ด๐‘ท๐’‚๐’‘ ๐’—๐’‡๐’‹ = ๐ŸŽ. ๐Ÿ—๐Ÿ—๐‘ด๐‘ท๐’‚
  • 61. Outline Optimisation Calibration of model parameters Conclusions and ongoing research URM perforated wall Structural optimisation and inverse analysis strategies for masonry structures 61 ๐‘Ÿโ„Ž๐‘—,๐‘๐‘— = 0.6 (๐›ฟโ„Ž = 1.3 ๐‘š๐‘š) ๐‘Ÿโ„Ž๐‘—,๐‘๐‘— = 0.0 (๐›ฟโ„Ž = 1.3 ๐‘š๐‘š) ๐‘Ÿโ„Ž๐‘—,๐‘๐‘— = 0.0 (๐›ฟโ„Ž = 5 ๐‘š๐‘š) Elastic Stiffnesses (kN/mm) rhj,bj=0.0 231.08 10% rhj,bj=0.1 209.20 0% rhj,bj=0.2 197.70 -6% rhj,bj=0.3 191.50 -9% rhj,bj=0.4 191.88 -9% rhj,bj=0.5 192.26 -8% rhj,bj=0.6 188.54 -10% Central value 209.81 rhj,bj kV (N/mm3) kN (N/mm3) c0,bj (MPa) 0.0 1061 333 0.454 0.1 669 221 0.559 0.2 578 185 0.606 0.3 465 171 0.641 0.4 348 174 0.670 0.5 275 179 0.696 0.6 256 170 0.720
  • 63. Outline Optimisation Calibration of model parameters Conclusions and ongoing research Conclusions and ongoing research ๏‚ง Full characterisation by means of flat-jacks ๏‚ง Meta-model approximation for expensive simulations ๏‚ง Use of full-field measurements ๏‚ง Multi-level model calibration (MultiCAMS project) Structural optimisation and inverse analysis strategies for masonry structures 63
  • 64. Outline Optimisation Calibration of model parameters Conclusions and ongoing research References ๏‚ง Chisari C, Bedon C, 2017. Performance-based design of FRP retrofitting of existing RC frames by means of multi-objective optimisation. Bollettino di Geofisica Teorica e Applicata, 58(4), pp. 377-394. ๏‚ง Parcianello E, Chisari C, Amadio C, 2017. Optimal design of nonlinear viscous dampers for frame structures. Soil Dynamics and Earthquake Engineering 100:257-260. ๏‚ง Chisari C, Macorini L, Amadio C, Izzuddin BA, 2016. Optimal sensor placement for structural parameter identification. Structural and Multidisciplinary Optimization, 55(2): 647-662, DOI: 10.1007/s00158-016-1531-1. ๏‚ง Chisari C, Francavilla AB, Latour M, Piluso V, Rizzano G, Amadio C, 2017. Critical issues in parameter calibration of cyclic models for steel members. Engineering Structures, 132:123-138, DOI: 10.1016/j.engstruct.2016.11.030. ๏‚ง Chisari C, Bedon C, 2016. Multi-objective optimization of FRP jackets for improving seismic response of reinforced concrete frames. American Journal of Engineering and Applied Sciences 9(3): 669-679, DOI:10.3844/ajeassp.2016.669.679. ๏‚ง Pohโ€™siรฉ GH, Chisari C, Rinaldin G, Amadio C, Fragiacomo M, 2016. Optimal design of tuned mass dampers for a multi-storey cross laminated timber building against seismic loads. Earthquake Engineering and Structural Dynamics, DOI: 10.1002/eqe.2736. ๏‚ง Chisari C, Macorini L, Amadio C, Izzuddin BA, 2015. An Experimental-Numerical Procedure for the Identification of Mesoscale Material Properties for Brick-Masonry. Proceedings of the 15th International Conference on Civil, Structural and Environmental Engineering Computing, Paper 72 ๏‚ง Chisari C, Bedon C, Amadio C, 2015. Dynamic and static identification of base-isolated bridges using Genetic Algorithms. Engineering Structures 102:80-92. ๏‚ง Poh'siรฉ GH, Chisari C, Rinaldin G, Fragiacomo M, Amadio C, Ceccotti A, 2015. Application of a translational tuned mass damper designed by means of genetic algorithms on a multistory cross-laminated timber building. Journal of Structural Engineering ASCE, DOI: 10.1061/(ASCE)ST.1943- 541X.0001342, E4015008. ๏‚ง Chisari C, Macorini L, Amadio C, Izzuddin BA, 2015. An Inverse Analysis Procedure for Material Parameter Identification of Mortar Joints in Unreinforced Masonry, Computer and Structures 155:97-105. ๏‚ง Amadio C, Chisari C, Panighel F, 2015. Analysis and optimisation of tapered steel-concrete composite bridges. Proceedings of the 25th Conference on Steel Structures C.T.A., Salerno (in Italian). Structural optimisation and inverse analysis strategies for masonry structures 64
  • 65. THANK YOU FOR YOUR ATTENTION corrado.chisari@gmail.com c.chisari12@imperial.ac.uk