SlideShare a Scribd company logo
Material testing and hyperelastic material
model curve fitting for Ogden, Polynomial
and Yeoh models
ScilabTEC 2015, Paris, France
Michael Rackl
rackl@fml.mw.tum.de
Technische Universit¨at M¨unchen (TUM)
Institute for Materials Handling, Material Flow, Logistics
Ostbayerische Technische Hochschule Regensburg
Laboratory for Biomechanics
21st
and 22nd
May 2015
Outline
1 Introduction
Background information
Fitting hyperelastic material constants
Problem description and approach
2 Materials and Models
Material tests
Analytical equation for the Yeoh Model in tension/compression
(example)
Optimisation problem
3 Results and Discussion
Ogden Model
Polynomial Model
Yeoh Model
4 Conclusion
General
Discrepancies with the Ogden Model implementation
1 Introduction
Background information
Fitting hyperelastic material constants
Problem description and approach
2 Materials and Models
Material tests
Analytical equation for the Yeoh Model in tension/compression
(example)
Optimisation problem
3 Results and Discussion
Ogden Model
Polynomial Model
Yeoh Model
4 Conclusion
General
Discrepancies with the Ogden Model implementation
Michael Rackl (TUM) Material Testing and (. . . ) 21st
and 22nd
May 2015 3 / 37
Introduction
Background
Static structural investigation on a silicone-suspended fracture
plating system
Modelling by means of finite element method (FEM)
⇒ How to model silicone in FEM?
Answer from literature: hyperelastic material models
Michael Rackl (TUM) Material Testing and (. . . ) 21st
and 22nd
May 2015 4 / 37
Introduction
Hyperelastic material models
Two types of hyperelastic material models1
Phenomenological models
material constants generated
by curve fitting
Micro-mechanical models
material constants generated
by specific material tests
The use of phenomenological model is suggested, as the physical
significance of micro-mechanical material constants is often unclear2
.
Michael Rackl (TUM) Material Testing and (. . . ) 21st
and 22nd
May 2015 5 / 37
1 Introduction
Background information
Fitting hyperelastic material constants
Problem description and approach
2 Materials and Models
Material tests
Analytical equation for the Yeoh Model in tension/compression
(example)
Optimisation problem
3 Results and Discussion
Ogden Model
Polynomial Model
Yeoh Model
4 Conclusion
General
Discrepancies with the Ogden Model implementation
Michael Rackl (TUM) Material Testing and (. . . ) 21st
and 22nd
May 2015 6 / 37
Fitting hyperelastic material constants
workflow and material model selection
1 Material tests: stress-stretch curves from e. g. uni- or bi-axial
tensions tests, shear tests.
2 Curve fitting: adapting the material constants based on
analytical models, to closely reproduce the measured curves.
3 Validation by modelling the material tests with FEM and
comparison of the results.
Material models selected for this work:
Ogden Model3
,
Polynomial Model4
(includes the Mooney-Rivlin Model5;6
),
Yeoh Model7
.
Michael Rackl (TUM) Material Testing and (. . . ) 21st
and 22nd
May 2015 7 / 37
1 Introduction
Background information
Fitting hyperelastic material constants
Problem description and approach
2 Materials and Models
Material tests
Analytical equation for the Yeoh Model in tension/compression
(example)
Optimisation problem
3 Results and Discussion
Ogden Model
Polynomial Model
Yeoh Model
4 Conclusion
General
Discrepancies with the Ogden Model implementation
Michael Rackl (TUM) Material Testing and (. . . ) 21st
and 22nd
May 2015 8 / 37
Problem description and approach
FEM software Ansysa
offers higher-order hyperelastic material model
input, but does not feature curve fitting for each of these models.
Approach:
Create a Scilabb
script and corresponding functions to conduct
non-restrictive curve fitting.
a
ANSYS Inc., Canonsburg, Pennsylvania, USA
b
Scilab Enterprises, Versailles, France
Michael Rackl (TUM) Material Testing and (. . . ) 21st
and 22nd
May 2015 9 / 37
1 Introduction
Background information
Fitting hyperelastic material constants
Problem description and approach
2 Materials and Models
Material tests
Analytical equation for the Yeoh Model in tension/compression
(example)
Optimisation problem
3 Results and Discussion
Ogden Model
Polynomial Model
Yeoh Model
4 Conclusion
General
Discrepancies with the Ogden Model implementation
Michael Rackl (TUM) Material Testing and (. . . ) 21st
and 22nd
May 2015 10 / 37
1 Introduction
Background information
Fitting hyperelastic material constants
Problem description and approach
2 Materials and Models
Material tests
Analytical equation for the Yeoh Model in tension/compression
(example)
Optimisation problem
3 Results and Discussion
Ogden Model
Polynomial Model
Yeoh Model
4 Conclusion
General
Discrepancies with the Ogden Model implementation
Michael Rackl (TUM) Material Testing and (. . . ) 21st
and 22nd
May 2015 11 / 37
Materials and Methods
Material tests
Bonded compression/tension
test (stress results to be
corrected8
)
12,7
rod
rod
silicone
3
Simple shear test
strip
strip
silicone
A
A
10
10
25,4
0,25
all dimensions in
Millimetres;
“strip” refers to
a steel strip
Michael Rackl (TUM) Material Testing and (. . . ) 21st
and 22nd
May 2015 12 / 37
1 Introduction
Background information
Fitting hyperelastic material constants
Problem description and approach
2 Materials and Models
Material tests
Analytical equation for the Yeoh Model in tension/compression
(example)
Optimisation problem
3 Results and Discussion
Ogden Model
Polynomial Model
Yeoh Model
4 Conclusion
General
Discrepancies with the Ogden Model implementation
Michael Rackl (TUM) Material Testing and (. . . ) 21st
and 22nd
May 2015 13 / 37
Analytical equation of the Yeoh Model in
tension/compression (example) I
1. Base equation of the Yeoh Model: W = n
i=1 Ci · I1 − 3
i
W : strain energy,
Ci : material constant,
I1: strain invariant,
n: model order.
2. strain invariants I1 for compression/tension9;10
:
I1 = λ2
+ 2λ−1
,
I2 = λ−2
+ 2λ.
λ: stretch due to tensile/compressive stress
Michael Rackl (TUM) Material Testing and (. . . ) 21st
and 22nd
May 2015 14 / 37
Analytical equation of the Yeoh Model in
tension/compression (example) II
3. relation between engineering stress σe and stretch λ for an
incompressible material under tension/compression6;11
:
σe = 2 · λ − λ−2
· ∂W
∂I1
+ 1
λ
· ∂W
∂I2
.
4. Combining the aforementioned equations yields
σe λ =
n
i=1
2 · Ci · i · λ − λ−2
· λ2
+ 2λ−1
− 3
i−1
for tension/compression of an nth
order Yeoh Model.
Michael Rackl (TUM) Material Testing and (. . . ) 21st
and 22nd
May 2015 15 / 37
1 Introduction
Background information
Fitting hyperelastic material constants
Problem description and approach
2 Materials and Models
Material tests
Analytical equation for the Yeoh Model in tension/compression
(example)
Optimisation problem
3 Results and Discussion
Ogden Model
Polynomial Model
Yeoh Model
4 Conclusion
General
Discrepancies with the Ogden Model implementation
Michael Rackl (TUM) Material Testing and (. . . ) 21st
and 22nd
May 2015 16 / 37
Optimisation problem
Scilab script overview
index “M” denotes data from measurement
Material model
functions for
Yeoh Model
tension/
compression
simple shear
σ(λM,	C)
τ(γM,	C)
εσ
ετ
σM
τM
measurement
data
ε	=	εσ	+	ετ	
minimise ε!
fminsearch
Material
constants
vector C	
Michael Rackl (TUM) Material Testing and (. . . ) 21st
and 22nd
May 2015 17 / 37
Optimisation problem
notes
Error criteria σ and τ may be normalised or unnormalised
(absolute)
norm = 1 −
σ λ, C
σM λ
2
abs = σM λ − σ λ, C
2
Adjusted coefficient of determination12
was computed for
goodness of fit evaluation
Results for lower-order material models were compared
to those from Ansys
Michael Rackl (TUM) Material Testing and (. . . ) 21st
and 22nd
May 2015 18 / 37
1 Introduction
Background information
Fitting hyperelastic material constants
Problem description and approach
2 Materials and Models
Material tests
Analytical equation for the Yeoh Model in tension/compression
(example)
Optimisation problem
3 Results and Discussion
Ogden Model
Polynomial Model
Yeoh Model
4 Conclusion
General
Discrepancies with the Ogden Model implementation
Michael Rackl (TUM) Material Testing and (. . . ) 21st
and 22nd
May 2015 19 / 37
1 Introduction
Background information
Fitting hyperelastic material constants
Problem description and approach
2 Materials and Models
Material tests
Analytical equation for the Yeoh Model in tension/compression
(example)
Optimisation problem
3 Results and Discussion
Ogden Model
Polynomial Model
Yeoh Model
4 Conclusion
General
Discrepancies with the Ogden Model implementation
Michael Rackl (TUM) Material Testing and (. . . ) 21st
and 22nd
May 2015 20 / 37
Results and Discussion
Ogden Model; comparison with ANSYS
Michael Rackl (TUM) Material Testing and (. . . ) 21st
and 22nd
May 2015 21 / 37
Results and Discussion
Ogden Model; curve fitting example
Michael Rackl (TUM) Material Testing and (. . . ) 21st
and 22nd
May 2015 22 / 37
1 Introduction
Background information
Fitting hyperelastic material constants
Problem description and approach
2 Materials and Models
Material tests
Analytical equation for the Yeoh Model in tension/compression
(example)
Optimisation problem
3 Results and Discussion
Ogden Model
Polynomial Model
Yeoh Model
4 Conclusion
General
Discrepancies with the Ogden Model implementation
Michael Rackl (TUM) Material Testing and (. . . ) 21st
and 22nd
May 2015 23 / 37
Results and Discussion
Polynomial Model; comparison with ANSYS
Michael Rackl (TUM) Material Testing and (. . . ) 21st
and 22nd
May 2015 24 / 37
Results and Discussion
Polynomial Model; curve fitting example
Michael Rackl (TUM) Material Testing and (. . . ) 21st
and 22nd
May 2015 25 / 37
1 Introduction
Background information
Fitting hyperelastic material constants
Problem description and approach
2 Materials and Models
Material tests
Analytical equation for the Yeoh Model in tension/compression
(example)
Optimisation problem
3 Results and Discussion
Ogden Model
Polynomial Model
Yeoh Model
4 Conclusion
General
Discrepancies with the Ogden Model implementation
Michael Rackl (TUM) Material Testing and (. . . ) 21st
and 22nd
May 2015 26 / 37
Results and Discussion
Yeoh Model; comparison with ANSYS
Michael Rackl (TUM) Material Testing and (. . . ) 21st
and 22nd
May 2015 27 / 37
Results and Discussion
Yeoh Model; curve fitting example
Michael Rackl (TUM) Material Testing and (. . . ) 21st
and 22nd
May 2015 28 / 37
1 Introduction
Background information
Fitting hyperelastic material constants
Problem description and approach
2 Materials and Models
Material tests
Analytical equation for the Yeoh Model in tension/compression
(example)
Optimisation problem
3 Results and Discussion
Ogden Model
Polynomial Model
Yeoh Model
4 Conclusion
General
Discrepancies with the Ogden Model implementation
Michael Rackl (TUM) Material Testing and (. . . ) 21st
and 22nd
May 2015 29 / 37
1 Introduction
Background information
Fitting hyperelastic material constants
Problem description and approach
2 Materials and Models
Material tests
Analytical equation for the Yeoh Model in tension/compression
(example)
Optimisation problem
3 Results and Discussion
Ogden Model
Polynomial Model
Yeoh Model
4 Conclusion
General
Discrepancies with the Ogden Model implementation
Michael Rackl (TUM) Material Testing and (. . . ) 21st
and 22nd
May 2015 30 / 37
Conclusion
General
Curve fitting script for fitting any order Ogden, any order Yeoh
and second as well as first order Polynomial models, plus a three
parameter Mooney-Rivlin Model.
Yeoh and Polynomial Model curve fitting for lower-order models
successfully validated against results from Ansys
Scilab script allows for
curve fitting of higher order models than Ansys,
biasing of one of the material test results possible.
higher order models tend to instabilities at small nominal-strains
(Ansys warning message)
Michael Rackl (TUM) Material Testing and (. . . ) 21st
and 22nd
May 2015 31 / 37
1 Introduction
Background information
Fitting hyperelastic material constants
Problem description and approach
2 Materials and Models
Material tests
Analytical equation for the Yeoh Model in tension/compression
(example)
Optimisation problem
3 Results and Discussion
Ogden Model
Polynomial Model
Yeoh Model
4 Conclusion
General
Discrepancies with the Ogden Model implementation
Michael Rackl (TUM) Material Testing and (. . . ) 21st
and 22nd
May 2015 32 / 37
Conclusion
Discrepancies with the Ogden Model implementation I
Ogden Model implementation ⇒ difference in material constants
between Ansys and the Scilab script
Results for lower-order models from verification process:
Michael Rackl (TUM) Material Testing and (. . . ) 21st
and 22nd
May 2015 33 / 37
Conclusion
Ogden Model implementation II: FEA validation result
Michael Rackl (TUM) Material Testing and (. . . ) 21st
and 22nd
May 2015 34 / 37
Conclusion
Discrepancies with the Ogden Model implementation III
Ogden Model appears to be implemented correctly within the
Scilab script (cf. previous slide)
Differences could arise from
the nonlinear nature of the problem,
the fact that more than one minimum exists.
Besides: Even identical start values may lead to completely different
material parameter sets13
.
Michael Rackl (TUM) Material Testing and (. . . ) 21st
and 22nd
May 2015 35 / 37
Thank you!
Do you have questions or feedback?
References (two slides)
[1] P. Steinmann, M. Hossain, and G. Possart. Hyperelastic models for rubber-like materials: consistent tangent operators
and suitability for Treloar’s data. Archive of Applied Mechanics, 82(9):1183–1217, 2012.
[2] R. W. Ogden, G. Saccomandi, and I. Sgura. Fitting hyperelastic models to experimental data. Computational Mechanics,
34(6):484–502, 2004.
[3] R. W. Ogden. Large Deformation Isotropic Elasticity - On the Correlation of Theory and Experiment for Incompressible
Rubberlike Solids. Proceedings of the Royal Society A: Mathematical, Physical and Engineering Sciences,
326(1567):565–584, 1972.
[4] R. S. Rivlin and D. W. Saunders. Large Elastic Deformations of Isotropic Materials. VII. Experiments on the Deformation
of Rubber. Philosophical Transactions of the Royal Society A: Mathematical, Physical and Engineering Sciences,
243(865):251–288, 1951.
[5] M. Mooney. A Theory of Large Elastic Deformation. Journal of Applied Physics, 11(9):582–592, 1940.
[6] R. S. Rivlin. Large Elastic Deformations of Isotropic Materials. IV. Further Developments of the General Theory.
Philosophical Transactions of the Royal Society A: Mathematical, Physical and Engineering Sciences, 241(835):379–397,
1948.
[7] O. H. Yeoh. Some Forms of the Strain Energy Function for Rubber. Rubber Chemistry and Technology, 66(5):754–771,
1993.
Michael Rackl (TUM) Material Testing and (. . . ) 21st
and 22nd
May 2015 36 / 37
[8] J. M. Horton, G. E. Tupholme, and M. J. C. Gover. Axial Loading of Bonded Rubber Blocks. Journal of Applied
Mechanics, 69(6):836, 2002.
[9] L. R. G. Treloar. The elasticity and related properties of rubbers. Reports on Progress in Physics, 36(7):755–826, 1973.
[10] F. R. Schwarzl. Polymermechanik: Struktur und mechanisches Verhalten von Polymeren. Springer, Berlin, 1990.
p. 298-299.
[11] R. S. Rivlin. Large Elastic Deformations. In F. R. Eirich, editor, Rheology, pages 351–385. Academic Press, New York,
1956.
[12] L. Fahrmeir, T. Kneib, and S. Lang. Regression: Modelle, Methoden und Anwendungen. Statistik und ihre Anwendungen.
Springer, Berlin and Heidelberg, 2nd
edition, 2009. p. 161.
[13] A. Zielesny. From curve fitting to machine learning: An illustrative guide to scientific data analysis and computational
intelligence, volume 18 of Intelligent systems reference library. Springer, Berlin, 2011. p. 146.
Michael Rackl (TUM) Material Testing and (. . . ) 21st
and 22nd
May 2015 37 / 37

More Related Content

What's hot

Testing mechanical properties of textile composites
Testing mechanical properties of textile compositesTesting mechanical properties of textile composites
Testing mechanical properties of textile composites
faizanali353
 
Lab report engineering materials lab - tensile test
Lab report   engineering materials lab - tensile testLab report   engineering materials lab - tensile test
Lab report engineering materials lab - tensile test
Muhammad Yossi
 
Testing the Tensile Properties of Rigid and Semi-rigid Plastics (ASTM D638 an...
Testing the Tensile Properties of Rigid and Semi-rigid Plastics (ASTM D638 an...Testing the Tensile Properties of Rigid and Semi-rigid Plastics (ASTM D638 an...
Testing the Tensile Properties of Rigid and Semi-rigid Plastics (ASTM D638 an...
Shimadzu Scientific Instruments
 
Tensile, Impact and Hardness Testing of Mild Steel
Tensile, Impact and Hardness Testing of Mild SteelTensile, Impact and Hardness Testing of Mild Steel
Tensile, Impact and Hardness Testing of Mild Steel
Gulfam Hussain
 
Three dimensional nonlinear finite element modeling of charpy impact test
Three dimensional nonlinear finite element modeling of charpy impact testThree dimensional nonlinear finite element modeling of charpy impact test
Three dimensional nonlinear finite element modeling of charpy impact testIAEME Publication
 
Strength of material lab, Exp 2: Tensile test
Strength of material lab, Exp 2: Tensile test Strength of material lab, Exp 2: Tensile test
Strength of material lab, Exp 2: Tensile test
Osaid Qasim
 
Tensile
TensileTensile
Tensile
Ammour Omrane
 
Tensile Testing Of Polymers
Tensile Testing Of PolymersTensile Testing Of Polymers
Tensile Testing Of Polymers
saketmulge
 
Tensile test
Tensile testTensile test
TENSILE TEST REPORT
TENSILE TEST REPORTTENSILE TEST REPORT
TENSILE TEST REPORT
musadoto
 
Universal testing machines
Universal testing machinesUniversal testing machines
Universal testing machinesGulfam Hussain
 
Compression test verification_for_a_wood
Compression test verification_for_a_woodCompression test verification_for_a_wood
Compression test verification_for_a_wood
SumitThakur755213
 
Strength of material lab, Exp 3&4: Compression and impact tests
Strength of material lab, Exp 3&4: Compression and impact testsStrength of material lab, Exp 3&4: Compression and impact tests
Strength of material lab, Exp 3&4: Compression and impact tests
Osaid Qasim
 
Model Development for Estimation of Failure Loads: A Case Study of Composite ...
Model Development for Estimation of Failure Loads: A Case Study of Composite ...Model Development for Estimation of Failure Loads: A Case Study of Composite ...
Model Development for Estimation of Failure Loads: A Case Study of Composite ...
ijsrd.com
 
Tensile test report
Tensile test reportTensile test report
Tensile test reportertanoguz
 
Stress strain curve
Stress strain curveStress strain curve
Stress strain curve
Mazadul Hasan
 
Hyperelastic material models in finite element analysis of polymers
Hyperelastic material models in finite element analysis of polymersHyperelastic material models in finite element analysis of polymers
Hyperelastic material models in finite element analysis of polymers
Kartik Srinivas
 
1018 Steel and PLA Tensile Test and Hardness Report
1018 Steel and PLA Tensile Test and Hardness Report1018 Steel and PLA Tensile Test and Hardness Report
1018 Steel and PLA Tensile Test and Hardness Report
TobyBarrons
 

What's hot (20)

Testing mechanical properties of textile composites
Testing mechanical properties of textile compositesTesting mechanical properties of textile composites
Testing mechanical properties of textile composites
 
Lab report engineering materials lab - tensile test
Lab report   engineering materials lab - tensile testLab report   engineering materials lab - tensile test
Lab report engineering materials lab - tensile test
 
Testing the Tensile Properties of Rigid and Semi-rigid Plastics (ASTM D638 an...
Testing the Tensile Properties of Rigid and Semi-rigid Plastics (ASTM D638 an...Testing the Tensile Properties of Rigid and Semi-rigid Plastics (ASTM D638 an...
Testing the Tensile Properties of Rigid and Semi-rigid Plastics (ASTM D638 an...
 
Tensile, Impact and Hardness Testing of Mild Steel
Tensile, Impact and Hardness Testing of Mild SteelTensile, Impact and Hardness Testing of Mild Steel
Tensile, Impact and Hardness Testing of Mild Steel
 
Opti 222 w4
Opti 222 w4Opti 222 w4
Opti 222 w4
 
Three dimensional nonlinear finite element modeling of charpy impact test
Three dimensional nonlinear finite element modeling of charpy impact testThree dimensional nonlinear finite element modeling of charpy impact test
Three dimensional nonlinear finite element modeling of charpy impact test
 
Strength of material lab, Exp 2: Tensile test
Strength of material lab, Exp 2: Tensile test Strength of material lab, Exp 2: Tensile test
Strength of material lab, Exp 2: Tensile test
 
Tensile
TensileTensile
Tensile
 
Tensile Testing Of Polymers
Tensile Testing Of PolymersTensile Testing Of Polymers
Tensile Testing Of Polymers
 
Tensile test
Tensile testTensile test
Tensile test
 
TENSILE TEST REPORT
TENSILE TEST REPORTTENSILE TEST REPORT
TENSILE TEST REPORT
 
Universal testing machines
Universal testing machinesUniversal testing machines
Universal testing machines
 
Compression test verification_for_a_wood
Compression test verification_for_a_woodCompression test verification_for_a_wood
Compression test verification_for_a_wood
 
Tensile testing experiment
Tensile testing experimentTensile testing experiment
Tensile testing experiment
 
Strength of material lab, Exp 3&4: Compression and impact tests
Strength of material lab, Exp 3&4: Compression and impact testsStrength of material lab, Exp 3&4: Compression and impact tests
Strength of material lab, Exp 3&4: Compression and impact tests
 
Model Development for Estimation of Failure Loads: A Case Study of Composite ...
Model Development for Estimation of Failure Loads: A Case Study of Composite ...Model Development for Estimation of Failure Loads: A Case Study of Composite ...
Model Development for Estimation of Failure Loads: A Case Study of Composite ...
 
Tensile test report
Tensile test reportTensile test report
Tensile test report
 
Stress strain curve
Stress strain curveStress strain curve
Stress strain curve
 
Hyperelastic material models in finite element analysis of polymers
Hyperelastic material models in finite element analysis of polymersHyperelastic material models in finite element analysis of polymers
Hyperelastic material models in finite element analysis of polymers
 
1018 Steel and PLA Tensile Test and Hardness Report
1018 Steel and PLA Tensile Test and Hardness Report1018 Steel and PLA Tensile Test and Hardness Report
1018 Steel and PLA Tensile Test and Hardness Report
 

Viewers also liked

ScilabTEC 2015 - Inria
ScilabTEC 2015 - InriaScilabTEC 2015 - Inria
ScilabTEC 2015 - Inria
Scilab
 
ScilabTEC 2015 - Evidence
ScilabTEC 2015 - EvidenceScilabTEC 2015 - Evidence
ScilabTEC 2015 - Evidence
Scilab
 
Modeling an ODE: 3 different approaches - Part 3
Modeling an ODE: 3 different approaches - Part 3Modeling an ODE: 3 different approaches - Part 3
Modeling an ODE: 3 different approaches - Part 3
Scilab
 
Customizing Xcos with new Blocks and Palette
Customizing Xcos with new Blocks and PaletteCustomizing Xcos with new Blocks and Palette
Customizing Xcos with new Blocks and Palette
Scilab
 
ScilabTEC 2015 - Irill
ScilabTEC 2015 - IrillScilabTEC 2015 - Irill
ScilabTEC 2015 - Irill
Scilab
 
ScilabTEC 2015 - Inmetro
ScilabTEC 2015 - InmetroScilabTEC 2015 - Inmetro
ScilabTEC 2015 - Inmetro
Scilab
 
ScilabTEC 2015 - J. Richalet
ScilabTEC 2015 - J. RichaletScilabTEC 2015 - J. Richalet
ScilabTEC 2015 - J. Richalet
Scilab
 
Data fitting in Scilab - Tutorial
Data fitting in Scilab - TutorialData fitting in Scilab - Tutorial
Data fitting in Scilab - Tutorial
Scilab
 
ScilabTEC 2015 - KIT
ScilabTEC 2015 - KITScilabTEC 2015 - KIT
ScilabTEC 2015 - KIT
Scilab
 
ScilabTEC 2015 - Bavarian Center for Agriculture
ScilabTEC 2015 - Bavarian Center for AgricultureScilabTEC 2015 - Bavarian Center for Agriculture
ScilabTEC 2015 - Bavarian Center for Agriculture
Scilab
 
ScilabTEC 2015 - CNES
ScilabTEC 2015 - CNESScilabTEC 2015 - CNES
ScilabTEC 2015 - CNES
Scilab
 
ScilabTEC 2015 - Noesis Solutions
ScilabTEC 2015 - Noesis SolutionsScilabTEC 2015 - Noesis Solutions
ScilabTEC 2015 - Noesis Solutions
Scilab
 
ScilabTEC 2015 - CEA/CESTA
ScilabTEC 2015 - CEA/CESTAScilabTEC 2015 - CEA/CESTA
ScilabTEC 2015 - CEA/CESTA
Scilab
 
ScilabTEC 2015 - Scilab
ScilabTEC 2015 - ScilabScilabTEC 2015 - Scilab
ScilabTEC 2015 - Scilab
Scilab
 
Aeraulic toolbox for Xcos
Aeraulic toolbox for XcosAeraulic toolbox for Xcos
Aeraulic toolbox for Xcos
Scilab
 
Data mining
Data miningData mining
Data mining
Scilab
 
Modeling an ODE: 3 different approaches - Part 1
Modeling an ODE: 3 different approaches - Part 1Modeling an ODE: 3 different approaches - Part 1
Modeling an ODE: 3 different approaches - Part 1
Scilab
 
Modeling an ODE: 3 different approaches - Part 2
Modeling an ODE: 3 different approaches - Part 2Modeling an ODE: 3 different approaches - Part 2
Modeling an ODE: 3 different approaches - Part 2
Scilab
 
Introduction to Control systems in scilab
Introduction to Control systems in scilabIntroduction to Control systems in scilab
Introduction to Control systems in scilab
Scilab
 
Hydraulic Scilab toolbox for water distribution systems
Hydraulic Scilab toolbox for water distribution systemsHydraulic Scilab toolbox for water distribution systems
Hydraulic Scilab toolbox for water distribution systems
Scilab
 

Viewers also liked (20)

ScilabTEC 2015 - Inria
ScilabTEC 2015 - InriaScilabTEC 2015 - Inria
ScilabTEC 2015 - Inria
 
ScilabTEC 2015 - Evidence
ScilabTEC 2015 - EvidenceScilabTEC 2015 - Evidence
ScilabTEC 2015 - Evidence
 
Modeling an ODE: 3 different approaches - Part 3
Modeling an ODE: 3 different approaches - Part 3Modeling an ODE: 3 different approaches - Part 3
Modeling an ODE: 3 different approaches - Part 3
 
Customizing Xcos with new Blocks and Palette
Customizing Xcos with new Blocks and PaletteCustomizing Xcos with new Blocks and Palette
Customizing Xcos with new Blocks and Palette
 
ScilabTEC 2015 - Irill
ScilabTEC 2015 - IrillScilabTEC 2015 - Irill
ScilabTEC 2015 - Irill
 
ScilabTEC 2015 - Inmetro
ScilabTEC 2015 - InmetroScilabTEC 2015 - Inmetro
ScilabTEC 2015 - Inmetro
 
ScilabTEC 2015 - J. Richalet
ScilabTEC 2015 - J. RichaletScilabTEC 2015 - J. Richalet
ScilabTEC 2015 - J. Richalet
 
Data fitting in Scilab - Tutorial
Data fitting in Scilab - TutorialData fitting in Scilab - Tutorial
Data fitting in Scilab - Tutorial
 
ScilabTEC 2015 - KIT
ScilabTEC 2015 - KITScilabTEC 2015 - KIT
ScilabTEC 2015 - KIT
 
ScilabTEC 2015 - Bavarian Center for Agriculture
ScilabTEC 2015 - Bavarian Center for AgricultureScilabTEC 2015 - Bavarian Center for Agriculture
ScilabTEC 2015 - Bavarian Center for Agriculture
 
ScilabTEC 2015 - CNES
ScilabTEC 2015 - CNESScilabTEC 2015 - CNES
ScilabTEC 2015 - CNES
 
ScilabTEC 2015 - Noesis Solutions
ScilabTEC 2015 - Noesis SolutionsScilabTEC 2015 - Noesis Solutions
ScilabTEC 2015 - Noesis Solutions
 
ScilabTEC 2015 - CEA/CESTA
ScilabTEC 2015 - CEA/CESTAScilabTEC 2015 - CEA/CESTA
ScilabTEC 2015 - CEA/CESTA
 
ScilabTEC 2015 - Scilab
ScilabTEC 2015 - ScilabScilabTEC 2015 - Scilab
ScilabTEC 2015 - Scilab
 
Aeraulic toolbox for Xcos
Aeraulic toolbox for XcosAeraulic toolbox for Xcos
Aeraulic toolbox for Xcos
 
Data mining
Data miningData mining
Data mining
 
Modeling an ODE: 3 different approaches - Part 1
Modeling an ODE: 3 different approaches - Part 1Modeling an ODE: 3 different approaches - Part 1
Modeling an ODE: 3 different approaches - Part 1
 
Modeling an ODE: 3 different approaches - Part 2
Modeling an ODE: 3 different approaches - Part 2Modeling an ODE: 3 different approaches - Part 2
Modeling an ODE: 3 different approaches - Part 2
 
Introduction to Control systems in scilab
Introduction to Control systems in scilabIntroduction to Control systems in scilab
Introduction to Control systems in scilab
 
Hydraulic Scilab toolbox for water distribution systems
Hydraulic Scilab toolbox for water distribution systemsHydraulic Scilab toolbox for water distribution systems
Hydraulic Scilab toolbox for water distribution systems
 

Similar to ScilabTEC 2015 - TUM

MTU ABET Final
MTU ABET FinalMTU ABET Final
MTU ABET FinalDan Burg
 
Thank you for the presentation, there are some things I would like.docx
Thank you for the presentation, there are some things I would like.docxThank you for the presentation, there are some things I would like.docx
Thank you for the presentation, there are some things I would like.docx
mattinsonjanel
 
1P3-Materials-and-Solid-Mechanics-L1-L4-Hofmann.pdf
1P3-Materials-and-Solid-Mechanics-L1-L4-Hofmann.pdf1P3-Materials-and-Solid-Mechanics-L1-L4-Hofmann.pdf
1P3-Materials-and-Solid-Mechanics-L1-L4-Hofmann.pdf
GHZhao1
 
IRJET- Structural Analysis of Viscoelastic Materials: Review Paper
IRJET- Structural Analysis of Viscoelastic Materials: Review PaperIRJET- Structural Analysis of Viscoelastic Materials: Review Paper
IRJET- Structural Analysis of Viscoelastic Materials: Review Paper
IRJET Journal
 
final by ashar - Copy.pptx
final by ashar - Copy.pptxfinal by ashar - Copy.pptx
final by ashar - Copy.pptx
yasir618721
 
Numerical modeling of uneven thermoplastic polymers behaviour using experimen...
Numerical modeling of uneven thermoplastic polymers behaviour using experimen...Numerical modeling of uneven thermoplastic polymers behaviour using experimen...
Numerical modeling of uneven thermoplastic polymers behaviour using experimen...Marcos Bianchi (Msc_Mba)
 
L1 - Energy Systems and Thermofluids 2021-22
L1 - Energy Systems and Thermofluids 2021-22L1 - Energy Systems and Thermofluids 2021-22
L1 - Energy Systems and Thermofluids 2021-22
Keith Vaugh
 
Material Modelling of PVC for Change in Tensile Properties with Variation in ...
Material Modelling of PVC for Change in Tensile Properties with Variation in ...Material Modelling of PVC for Change in Tensile Properties with Variation in ...
Material Modelling of PVC for Change in Tensile Properties with Variation in ...
IRJET Journal
 
Experiment 4 - Testing of Materials in Tension Object .docx
Experiment 4 - Testing of Materials in Tension  Object .docxExperiment 4 - Testing of Materials in Tension  Object .docx
Experiment 4 - Testing of Materials in Tension Object .docx
SANSKAR20
 
strenght of materials lab R18A0383.pdf
strenght of materials lab R18A0383.pdfstrenght of materials lab R18A0383.pdf
strenght of materials lab R18A0383.pdf
GokarnaMotra1
 
Material Parameter and Effect of Thermal Load on Functionally Graded Cylinders
Material Parameter and Effect of Thermal Load on Functionally Graded CylindersMaterial Parameter and Effect of Thermal Load on Functionally Graded Cylinders
Material Parameter and Effect of Thermal Load on Functionally Graded Cylinders
IJMER
 
Karlo Stetic Thesis Summary
Karlo Stetic Thesis SummaryKarlo Stetic Thesis Summary
Karlo Stetic Thesis SummaryKarlo Stetic
 
Chemical pg
Chemical pgChemical pg
Chemical pg
maria Thomas
 
Numerical Modelling of Material Flow in the Resin-injection Pultrusion Process
Numerical Modelling of Material Flow in the Resin-injection Pultrusion ProcessNumerical Modelling of Material Flow in the Resin-injection Pultrusion Process
Numerical Modelling of Material Flow in the Resin-injection Pultrusion Process
Plastindustrien
 
Mechanical behavior analysis of palm fiber reinforced hybrid polymer matrix c...
Mechanical behavior analysis of palm fiber reinforced hybrid polymer matrix c...Mechanical behavior analysis of palm fiber reinforced hybrid polymer matrix c...
Mechanical behavior analysis of palm fiber reinforced hybrid polymer matrix c...
Krishna Kumar Balasubramanian
 

Similar to ScilabTEC 2015 - TUM (20)

statistic_2
statistic_2statistic_2
statistic_2
 
MTU ABET Final
MTU ABET FinalMTU ABET Final
MTU ABET Final
 
Thank you for the presentation, there are some things I would like.docx
Thank you for the presentation, there are some things I would like.docxThank you for the presentation, there are some things I would like.docx
Thank you for the presentation, there are some things I would like.docx
 
1P3-Materials-and-Solid-Mechanics-L1-L4-Hofmann.pdf
1P3-Materials-and-Solid-Mechanics-L1-L4-Hofmann.pdf1P3-Materials-and-Solid-Mechanics-L1-L4-Hofmann.pdf
1P3-Materials-and-Solid-Mechanics-L1-L4-Hofmann.pdf
 
IRJET- Structural Analysis of Viscoelastic Materials: Review Paper
IRJET- Structural Analysis of Viscoelastic Materials: Review PaperIRJET- Structural Analysis of Viscoelastic Materials: Review Paper
IRJET- Structural Analysis of Viscoelastic Materials: Review Paper
 
final by ashar - Copy.pptx
final by ashar - Copy.pptxfinal by ashar - Copy.pptx
final by ashar - Copy.pptx
 
mec (1).pdf
mec (1).pdfmec (1).pdf
mec (1).pdf
 
Session 40 Ebrahim Parhamifar
Session 40 Ebrahim ParhamifarSession 40 Ebrahim Parhamifar
Session 40 Ebrahim Parhamifar
 
Numerical modeling of uneven thermoplastic polymers behaviour using experimen...
Numerical modeling of uneven thermoplastic polymers behaviour using experimen...Numerical modeling of uneven thermoplastic polymers behaviour using experimen...
Numerical modeling of uneven thermoplastic polymers behaviour using experimen...
 
L1 - Energy Systems and Thermofluids 2021-22
L1 - Energy Systems and Thermofluids 2021-22L1 - Energy Systems and Thermofluids 2021-22
L1 - Energy Systems and Thermofluids 2021-22
 
Material Modelling of PVC for Change in Tensile Properties with Variation in ...
Material Modelling of PVC for Change in Tensile Properties with Variation in ...Material Modelling of PVC for Change in Tensile Properties with Variation in ...
Material Modelling of PVC for Change in Tensile Properties with Variation in ...
 
Master Thesis
Master Thesis Master Thesis
Master Thesis
 
Experiment 4 - Testing of Materials in Tension Object .docx
Experiment 4 - Testing of Materials in Tension  Object .docxExperiment 4 - Testing of Materials in Tension  Object .docx
Experiment 4 - Testing of Materials in Tension Object .docx
 
strenght of materials lab R18A0383.pdf
strenght of materials lab R18A0383.pdfstrenght of materials lab R18A0383.pdf
strenght of materials lab R18A0383.pdf
 
Material Parameter and Effect of Thermal Load on Functionally Graded Cylinders
Material Parameter and Effect of Thermal Load on Functionally Graded CylindersMaterial Parameter and Effect of Thermal Load on Functionally Graded Cylinders
Material Parameter and Effect of Thermal Load on Functionally Graded Cylinders
 
Karlo Stetic Thesis Summary
Karlo Stetic Thesis SummaryKarlo Stetic Thesis Summary
Karlo Stetic Thesis Summary
 
Chemical pg
Chemical pgChemical pg
Chemical pg
 
Numerical Modelling of Material Flow in the Resin-injection Pultrusion Process
Numerical Modelling of Material Flow in the Resin-injection Pultrusion ProcessNumerical Modelling of Material Flow in the Resin-injection Pultrusion Process
Numerical Modelling of Material Flow in the Resin-injection Pultrusion Process
 
MatSciLR5
MatSciLR5MatSciLR5
MatSciLR5
 
Mechanical behavior analysis of palm fiber reinforced hybrid polymer matrix c...
Mechanical behavior analysis of palm fiber reinforced hybrid polymer matrix c...Mechanical behavior analysis of palm fiber reinforced hybrid polymer matrix c...
Mechanical behavior analysis of palm fiber reinforced hybrid polymer matrix c...
 

More from Scilab

Statistical Analysis for Robust Design
Statistical Analysis for Robust DesignStatistical Analysis for Robust Design
Statistical Analysis for Robust Design
Scilab
 
Electric motor optimization
Electric motor optimizationElectric motor optimization
Electric motor optimization
Scilab
 
Asteroidlanding - Scilab conference 2019 Keynote
Asteroidlanding - Scilab conference 2019 KeynoteAsteroidlanding - Scilab conference 2019 Keynote
Asteroidlanding - Scilab conference 2019 Keynote
Scilab
 
Faster Time to Market using Scilab/XCOS/X2C for motor control algorithm devel...
Faster Time to Market using Scilab/XCOS/X2C for motor control algorithm devel...Faster Time to Market using Scilab/XCOS/X2C for motor control algorithm devel...
Faster Time to Market using Scilab/XCOS/X2C for motor control algorithm devel...
Scilab
 
Scilab and Xcos for Very Low Earth Orbits satellites modelling
Scilab and Xcos for Very Low Earth Orbits satellites modellingScilab and Xcos for Very Low Earth Orbits satellites modelling
Scilab and Xcos for Very Low Earth Orbits satellites modelling
Scilab
 
X2C -a tool for model-based control development and automated code generation...
X2C -a tool for model-based control development and automated code generation...X2C -a tool for model-based control development and automated code generation...
X2C -a tool for model-based control development and automated code generation...
Scilab
 
A Real-Time Interface for Xcos – an illustrative demonstration using a batter...
A Real-Time Interface for Xcos – an illustrative demonstration using a batter...A Real-Time Interface for Xcos – an illustrative demonstration using a batter...
A Real-Time Interface for Xcos – an illustrative demonstration using a batter...
Scilab
 
Aircraft Simulation Model and Flight Control Laws Design Using Scilab and XCos
Aircraft Simulation Model and Flight Control Laws Design Using Scilab and XCosAircraft Simulation Model and Flight Control Laws Design Using Scilab and XCos
Aircraft Simulation Model and Flight Control Laws Design Using Scilab and XCos
Scilab
 
Scilab for real dummies j.heikell - part3
Scilab for real dummies j.heikell - part3Scilab for real dummies j.heikell - part3
Scilab for real dummies j.heikell - part3
Scilab
 
Scilab for real dummies j.heikell - part 2
Scilab for real dummies j.heikell - part 2Scilab for real dummies j.heikell - part 2
Scilab for real dummies j.heikell - part 2
Scilab
 
Scilab for real dummies j.heikell - part 1
Scilab for real dummies j.heikell - part 1Scilab for real dummies j.heikell - part 1
Scilab for real dummies j.heikell - part 1
Scilab
 
Multiobjective optimization and Genetic algorithms in Scilab
Multiobjective optimization and Genetic algorithms in ScilabMultiobjective optimization and Genetic algorithms in Scilab
Multiobjective optimization and Genetic algorithms in Scilab
Scilab
 
Scilab optimization workshop
Scilab optimization workshop Scilab optimization workshop
Scilab optimization workshop
Scilab
 
INRA @ Scilab Conference 2018
INRA @ Scilab Conference 2018INRA @ Scilab Conference 2018
INRA @ Scilab Conference 2018
Scilab
 
Qualcomm @ Scilab Conference 2018
Qualcomm @ Scilab Conference 2018Qualcomm @ Scilab Conference 2018
Qualcomm @ Scilab Conference 2018
Scilab
 
Sanofi @ Scilab Conference 2018
Sanofi @ Scilab Conference 2018Sanofi @ Scilab Conference 2018
Sanofi @ Scilab Conference 2018
Scilab
 
University of Applied Science Esslingen @ Scilab Conference 2018
University of Applied Science Esslingen @ Scilab Conference 2018University of Applied Science Esslingen @ Scilab Conference 2018
University of Applied Science Esslingen @ Scilab Conference 2018
Scilab
 
DLR @ Scilab Conference 2018
DLR @ Scilab Conference 2018DLR @ Scilab Conference 2018
DLR @ Scilab Conference 2018
Scilab
 
Fraunhofer IIS @ Scilab Conference 2018
Fraunhofer IIS @ Scilab Conference 2018Fraunhofer IIS @ Scilab Conference 2018
Fraunhofer IIS @ Scilab Conference 2018
Scilab
 
Arcelormittal @ Scilab Conference 2018
Arcelormittal @ Scilab Conference 2018Arcelormittal @ Scilab Conference 2018
Arcelormittal @ Scilab Conference 2018
Scilab
 

More from Scilab (20)

Statistical Analysis for Robust Design
Statistical Analysis for Robust DesignStatistical Analysis for Robust Design
Statistical Analysis for Robust Design
 
Electric motor optimization
Electric motor optimizationElectric motor optimization
Electric motor optimization
 
Asteroidlanding - Scilab conference 2019 Keynote
Asteroidlanding - Scilab conference 2019 KeynoteAsteroidlanding - Scilab conference 2019 Keynote
Asteroidlanding - Scilab conference 2019 Keynote
 
Faster Time to Market using Scilab/XCOS/X2C for motor control algorithm devel...
Faster Time to Market using Scilab/XCOS/X2C for motor control algorithm devel...Faster Time to Market using Scilab/XCOS/X2C for motor control algorithm devel...
Faster Time to Market using Scilab/XCOS/X2C for motor control algorithm devel...
 
Scilab and Xcos for Very Low Earth Orbits satellites modelling
Scilab and Xcos for Very Low Earth Orbits satellites modellingScilab and Xcos for Very Low Earth Orbits satellites modelling
Scilab and Xcos for Very Low Earth Orbits satellites modelling
 
X2C -a tool for model-based control development and automated code generation...
X2C -a tool for model-based control development and automated code generation...X2C -a tool for model-based control development and automated code generation...
X2C -a tool for model-based control development and automated code generation...
 
A Real-Time Interface for Xcos – an illustrative demonstration using a batter...
A Real-Time Interface for Xcos – an illustrative demonstration using a batter...A Real-Time Interface for Xcos – an illustrative demonstration using a batter...
A Real-Time Interface for Xcos – an illustrative demonstration using a batter...
 
Aircraft Simulation Model and Flight Control Laws Design Using Scilab and XCos
Aircraft Simulation Model and Flight Control Laws Design Using Scilab and XCosAircraft Simulation Model and Flight Control Laws Design Using Scilab and XCos
Aircraft Simulation Model and Flight Control Laws Design Using Scilab and XCos
 
Scilab for real dummies j.heikell - part3
Scilab for real dummies j.heikell - part3Scilab for real dummies j.heikell - part3
Scilab for real dummies j.heikell - part3
 
Scilab for real dummies j.heikell - part 2
Scilab for real dummies j.heikell - part 2Scilab for real dummies j.heikell - part 2
Scilab for real dummies j.heikell - part 2
 
Scilab for real dummies j.heikell - part 1
Scilab for real dummies j.heikell - part 1Scilab for real dummies j.heikell - part 1
Scilab for real dummies j.heikell - part 1
 
Multiobjective optimization and Genetic algorithms in Scilab
Multiobjective optimization and Genetic algorithms in ScilabMultiobjective optimization and Genetic algorithms in Scilab
Multiobjective optimization and Genetic algorithms in Scilab
 
Scilab optimization workshop
Scilab optimization workshop Scilab optimization workshop
Scilab optimization workshop
 
INRA @ Scilab Conference 2018
INRA @ Scilab Conference 2018INRA @ Scilab Conference 2018
INRA @ Scilab Conference 2018
 
Qualcomm @ Scilab Conference 2018
Qualcomm @ Scilab Conference 2018Qualcomm @ Scilab Conference 2018
Qualcomm @ Scilab Conference 2018
 
Sanofi @ Scilab Conference 2018
Sanofi @ Scilab Conference 2018Sanofi @ Scilab Conference 2018
Sanofi @ Scilab Conference 2018
 
University of Applied Science Esslingen @ Scilab Conference 2018
University of Applied Science Esslingen @ Scilab Conference 2018University of Applied Science Esslingen @ Scilab Conference 2018
University of Applied Science Esslingen @ Scilab Conference 2018
 
DLR @ Scilab Conference 2018
DLR @ Scilab Conference 2018DLR @ Scilab Conference 2018
DLR @ Scilab Conference 2018
 
Fraunhofer IIS @ Scilab Conference 2018
Fraunhofer IIS @ Scilab Conference 2018Fraunhofer IIS @ Scilab Conference 2018
Fraunhofer IIS @ Scilab Conference 2018
 
Arcelormittal @ Scilab Conference 2018
Arcelormittal @ Scilab Conference 2018Arcelormittal @ Scilab Conference 2018
Arcelormittal @ Scilab Conference 2018
 

Recently uploaded

Presentatie 8. Joost van der Linde & Daniel Anderton - Eliq 28 mei 2024
Presentatie 8. Joost van der Linde & Daniel Anderton - Eliq 28 mei 2024Presentatie 8. Joost van der Linde & Daniel Anderton - Eliq 28 mei 2024
Presentatie 8. Joost van der Linde & Daniel Anderton - Eliq 28 mei 2024
Dutch Power
 
Collapsing Narratives: Exploring Non-Linearity • a micro report by Rosie Wells
Collapsing Narratives: Exploring Non-Linearity • a micro report by Rosie WellsCollapsing Narratives: Exploring Non-Linearity • a micro report by Rosie Wells
Collapsing Narratives: Exploring Non-Linearity • a micro report by Rosie Wells
Rosie Wells
 
Media as a Mind Controlling Strategy In Old and Modern Era
Media as a Mind Controlling Strategy In Old and Modern EraMedia as a Mind Controlling Strategy In Old and Modern Era
Media as a Mind Controlling Strategy In Old and Modern Era
faizulhassanfaiz1670
 
Gregory Harris' Civics Presentation.pptx
Gregory Harris' Civics Presentation.pptxGregory Harris' Civics Presentation.pptx
Gregory Harris' Civics Presentation.pptx
gharris9
 
2024-05-30_meetup_devops_aix-marseille.pdf
2024-05-30_meetup_devops_aix-marseille.pdf2024-05-30_meetup_devops_aix-marseille.pdf
2024-05-30_meetup_devops_aix-marseille.pdf
Frederic Leger
 
Mastering the Concepts Tested in the Databricks Certified Data Engineer Assoc...
Mastering the Concepts Tested in the Databricks Certified Data Engineer Assoc...Mastering the Concepts Tested in the Databricks Certified Data Engineer Assoc...
Mastering the Concepts Tested in the Databricks Certified Data Engineer Assoc...
SkillCertProExams
 
Obesity causes and management and associated medical conditions
Obesity causes and management and associated medical conditionsObesity causes and management and associated medical conditions
Obesity causes and management and associated medical conditions
Faculty of Medicine And Health Sciences
 
Doctoral Symposium at the 17th IEEE International Conference on Software Test...
Doctoral Symposium at the 17th IEEE International Conference on Software Test...Doctoral Symposium at the 17th IEEE International Conference on Software Test...
Doctoral Symposium at the 17th IEEE International Conference on Software Test...
Sebastiano Panichella
 
Bonzo subscription_hjjjjjjjj5hhhhhhh_2024.pdf
Bonzo subscription_hjjjjjjjj5hhhhhhh_2024.pdfBonzo subscription_hjjjjjjjj5hhhhhhh_2024.pdf
Bonzo subscription_hjjjjjjjj5hhhhhhh_2024.pdf
khadija278284
 
María Carolina Martínez - eCommerce Day Colombia 2024
María Carolina Martínez - eCommerce Day Colombia 2024María Carolina Martínez - eCommerce Day Colombia 2024
María Carolina Martínez - eCommerce Day Colombia 2024
eCommerce Institute
 
International Workshop on Artificial Intelligence in Software Testing
International Workshop on Artificial Intelligence in Software TestingInternational Workshop on Artificial Intelligence in Software Testing
International Workshop on Artificial Intelligence in Software Testing
Sebastiano Panichella
 
Gregory Harris - Cycle 2 - Civics Presentation
Gregory Harris - Cycle 2 - Civics PresentationGregory Harris - Cycle 2 - Civics Presentation
Gregory Harris - Cycle 2 - Civics Presentation
gharris9
 
Announcement of 18th IEEE International Conference on Software Testing, Verif...
Announcement of 18th IEEE International Conference on Software Testing, Verif...Announcement of 18th IEEE International Conference on Software Testing, Verif...
Announcement of 18th IEEE International Conference on Software Testing, Verif...
Sebastiano Panichella
 
somanykidsbutsofewfathers-140705000023-phpapp02.pptx
somanykidsbutsofewfathers-140705000023-phpapp02.pptxsomanykidsbutsofewfathers-140705000023-phpapp02.pptx
somanykidsbutsofewfathers-140705000023-phpapp02.pptx
Howard Spence
 
Tom tresser burning issue.pptx My Burning issue
Tom tresser burning issue.pptx My Burning issueTom tresser burning issue.pptx My Burning issue
Tom tresser burning issue.pptx My Burning issue
amekonnen
 
AWANG ANIQKMALBIN AWANG TAJUDIN B22080004 ASSIGNMENT 2 MPU3193 PHILOSOPHY AND...
AWANG ANIQKMALBIN AWANG TAJUDIN B22080004 ASSIGNMENT 2 MPU3193 PHILOSOPHY AND...AWANG ANIQKMALBIN AWANG TAJUDIN B22080004 ASSIGNMENT 2 MPU3193 PHILOSOPHY AND...
AWANG ANIQKMALBIN AWANG TAJUDIN B22080004 ASSIGNMENT 2 MPU3193 PHILOSOPHY AND...
AwangAniqkmals
 
Presentatie 4. Jochen Cremer - TU Delft 28 mei 2024
Presentatie 4. Jochen Cremer - TU Delft 28 mei 2024Presentatie 4. Jochen Cremer - TU Delft 28 mei 2024
Presentatie 4. Jochen Cremer - TU Delft 28 mei 2024
Dutch Power
 
Burning Issue Presentation By Kenmaryon.pdf
Burning Issue Presentation By Kenmaryon.pdfBurning Issue Presentation By Kenmaryon.pdf
Burning Issue Presentation By Kenmaryon.pdf
kkirkland2
 
Supercharge your AI - SSP Industry Breakout Session 2024-v2_1.pdf
Supercharge your AI - SSP Industry Breakout Session 2024-v2_1.pdfSupercharge your AI - SSP Industry Breakout Session 2024-v2_1.pdf
Supercharge your AI - SSP Industry Breakout Session 2024-v2_1.pdf
Access Innovations, Inc.
 

Recently uploaded (19)

Presentatie 8. Joost van der Linde & Daniel Anderton - Eliq 28 mei 2024
Presentatie 8. Joost van der Linde & Daniel Anderton - Eliq 28 mei 2024Presentatie 8. Joost van der Linde & Daniel Anderton - Eliq 28 mei 2024
Presentatie 8. Joost van der Linde & Daniel Anderton - Eliq 28 mei 2024
 
Collapsing Narratives: Exploring Non-Linearity • a micro report by Rosie Wells
Collapsing Narratives: Exploring Non-Linearity • a micro report by Rosie WellsCollapsing Narratives: Exploring Non-Linearity • a micro report by Rosie Wells
Collapsing Narratives: Exploring Non-Linearity • a micro report by Rosie Wells
 
Media as a Mind Controlling Strategy In Old and Modern Era
Media as a Mind Controlling Strategy In Old and Modern EraMedia as a Mind Controlling Strategy In Old and Modern Era
Media as a Mind Controlling Strategy In Old and Modern Era
 
Gregory Harris' Civics Presentation.pptx
Gregory Harris' Civics Presentation.pptxGregory Harris' Civics Presentation.pptx
Gregory Harris' Civics Presentation.pptx
 
2024-05-30_meetup_devops_aix-marseille.pdf
2024-05-30_meetup_devops_aix-marseille.pdf2024-05-30_meetup_devops_aix-marseille.pdf
2024-05-30_meetup_devops_aix-marseille.pdf
 
Mastering the Concepts Tested in the Databricks Certified Data Engineer Assoc...
Mastering the Concepts Tested in the Databricks Certified Data Engineer Assoc...Mastering the Concepts Tested in the Databricks Certified Data Engineer Assoc...
Mastering the Concepts Tested in the Databricks Certified Data Engineer Assoc...
 
Obesity causes and management and associated medical conditions
Obesity causes and management and associated medical conditionsObesity causes and management and associated medical conditions
Obesity causes and management and associated medical conditions
 
Doctoral Symposium at the 17th IEEE International Conference on Software Test...
Doctoral Symposium at the 17th IEEE International Conference on Software Test...Doctoral Symposium at the 17th IEEE International Conference on Software Test...
Doctoral Symposium at the 17th IEEE International Conference on Software Test...
 
Bonzo subscription_hjjjjjjjj5hhhhhhh_2024.pdf
Bonzo subscription_hjjjjjjjj5hhhhhhh_2024.pdfBonzo subscription_hjjjjjjjj5hhhhhhh_2024.pdf
Bonzo subscription_hjjjjjjjj5hhhhhhh_2024.pdf
 
María Carolina Martínez - eCommerce Day Colombia 2024
María Carolina Martínez - eCommerce Day Colombia 2024María Carolina Martínez - eCommerce Day Colombia 2024
María Carolina Martínez - eCommerce Day Colombia 2024
 
International Workshop on Artificial Intelligence in Software Testing
International Workshop on Artificial Intelligence in Software TestingInternational Workshop on Artificial Intelligence in Software Testing
International Workshop on Artificial Intelligence in Software Testing
 
Gregory Harris - Cycle 2 - Civics Presentation
Gregory Harris - Cycle 2 - Civics PresentationGregory Harris - Cycle 2 - Civics Presentation
Gregory Harris - Cycle 2 - Civics Presentation
 
Announcement of 18th IEEE International Conference on Software Testing, Verif...
Announcement of 18th IEEE International Conference on Software Testing, Verif...Announcement of 18th IEEE International Conference on Software Testing, Verif...
Announcement of 18th IEEE International Conference on Software Testing, Verif...
 
somanykidsbutsofewfathers-140705000023-phpapp02.pptx
somanykidsbutsofewfathers-140705000023-phpapp02.pptxsomanykidsbutsofewfathers-140705000023-phpapp02.pptx
somanykidsbutsofewfathers-140705000023-phpapp02.pptx
 
Tom tresser burning issue.pptx My Burning issue
Tom tresser burning issue.pptx My Burning issueTom tresser burning issue.pptx My Burning issue
Tom tresser burning issue.pptx My Burning issue
 
AWANG ANIQKMALBIN AWANG TAJUDIN B22080004 ASSIGNMENT 2 MPU3193 PHILOSOPHY AND...
AWANG ANIQKMALBIN AWANG TAJUDIN B22080004 ASSIGNMENT 2 MPU3193 PHILOSOPHY AND...AWANG ANIQKMALBIN AWANG TAJUDIN B22080004 ASSIGNMENT 2 MPU3193 PHILOSOPHY AND...
AWANG ANIQKMALBIN AWANG TAJUDIN B22080004 ASSIGNMENT 2 MPU3193 PHILOSOPHY AND...
 
Presentatie 4. Jochen Cremer - TU Delft 28 mei 2024
Presentatie 4. Jochen Cremer - TU Delft 28 mei 2024Presentatie 4. Jochen Cremer - TU Delft 28 mei 2024
Presentatie 4. Jochen Cremer - TU Delft 28 mei 2024
 
Burning Issue Presentation By Kenmaryon.pdf
Burning Issue Presentation By Kenmaryon.pdfBurning Issue Presentation By Kenmaryon.pdf
Burning Issue Presentation By Kenmaryon.pdf
 
Supercharge your AI - SSP Industry Breakout Session 2024-v2_1.pdf
Supercharge your AI - SSP Industry Breakout Session 2024-v2_1.pdfSupercharge your AI - SSP Industry Breakout Session 2024-v2_1.pdf
Supercharge your AI - SSP Industry Breakout Session 2024-v2_1.pdf
 

ScilabTEC 2015 - TUM

  • 1. Material testing and hyperelastic material model curve fitting for Ogden, Polynomial and Yeoh models ScilabTEC 2015, Paris, France Michael Rackl rackl@fml.mw.tum.de Technische Universit¨at M¨unchen (TUM) Institute for Materials Handling, Material Flow, Logistics Ostbayerische Technische Hochschule Regensburg Laboratory for Biomechanics 21st and 22nd May 2015
  • 2. Outline 1 Introduction Background information Fitting hyperelastic material constants Problem description and approach 2 Materials and Models Material tests Analytical equation for the Yeoh Model in tension/compression (example) Optimisation problem 3 Results and Discussion Ogden Model Polynomial Model Yeoh Model 4 Conclusion General Discrepancies with the Ogden Model implementation
  • 3. 1 Introduction Background information Fitting hyperelastic material constants Problem description and approach 2 Materials and Models Material tests Analytical equation for the Yeoh Model in tension/compression (example) Optimisation problem 3 Results and Discussion Ogden Model Polynomial Model Yeoh Model 4 Conclusion General Discrepancies with the Ogden Model implementation Michael Rackl (TUM) Material Testing and (. . . ) 21st and 22nd May 2015 3 / 37
  • 4. Introduction Background Static structural investigation on a silicone-suspended fracture plating system Modelling by means of finite element method (FEM) ⇒ How to model silicone in FEM? Answer from literature: hyperelastic material models Michael Rackl (TUM) Material Testing and (. . . ) 21st and 22nd May 2015 4 / 37
  • 5. Introduction Hyperelastic material models Two types of hyperelastic material models1 Phenomenological models material constants generated by curve fitting Micro-mechanical models material constants generated by specific material tests The use of phenomenological model is suggested, as the physical significance of micro-mechanical material constants is often unclear2 . Michael Rackl (TUM) Material Testing and (. . . ) 21st and 22nd May 2015 5 / 37
  • 6. 1 Introduction Background information Fitting hyperelastic material constants Problem description and approach 2 Materials and Models Material tests Analytical equation for the Yeoh Model in tension/compression (example) Optimisation problem 3 Results and Discussion Ogden Model Polynomial Model Yeoh Model 4 Conclusion General Discrepancies with the Ogden Model implementation Michael Rackl (TUM) Material Testing and (. . . ) 21st and 22nd May 2015 6 / 37
  • 7. Fitting hyperelastic material constants workflow and material model selection 1 Material tests: stress-stretch curves from e. g. uni- or bi-axial tensions tests, shear tests. 2 Curve fitting: adapting the material constants based on analytical models, to closely reproduce the measured curves. 3 Validation by modelling the material tests with FEM and comparison of the results. Material models selected for this work: Ogden Model3 , Polynomial Model4 (includes the Mooney-Rivlin Model5;6 ), Yeoh Model7 . Michael Rackl (TUM) Material Testing and (. . . ) 21st and 22nd May 2015 7 / 37
  • 8. 1 Introduction Background information Fitting hyperelastic material constants Problem description and approach 2 Materials and Models Material tests Analytical equation for the Yeoh Model in tension/compression (example) Optimisation problem 3 Results and Discussion Ogden Model Polynomial Model Yeoh Model 4 Conclusion General Discrepancies with the Ogden Model implementation Michael Rackl (TUM) Material Testing and (. . . ) 21st and 22nd May 2015 8 / 37
  • 9. Problem description and approach FEM software Ansysa offers higher-order hyperelastic material model input, but does not feature curve fitting for each of these models. Approach: Create a Scilabb script and corresponding functions to conduct non-restrictive curve fitting. a ANSYS Inc., Canonsburg, Pennsylvania, USA b Scilab Enterprises, Versailles, France Michael Rackl (TUM) Material Testing and (. . . ) 21st and 22nd May 2015 9 / 37
  • 10. 1 Introduction Background information Fitting hyperelastic material constants Problem description and approach 2 Materials and Models Material tests Analytical equation for the Yeoh Model in tension/compression (example) Optimisation problem 3 Results and Discussion Ogden Model Polynomial Model Yeoh Model 4 Conclusion General Discrepancies with the Ogden Model implementation Michael Rackl (TUM) Material Testing and (. . . ) 21st and 22nd May 2015 10 / 37
  • 11. 1 Introduction Background information Fitting hyperelastic material constants Problem description and approach 2 Materials and Models Material tests Analytical equation for the Yeoh Model in tension/compression (example) Optimisation problem 3 Results and Discussion Ogden Model Polynomial Model Yeoh Model 4 Conclusion General Discrepancies with the Ogden Model implementation Michael Rackl (TUM) Material Testing and (. . . ) 21st and 22nd May 2015 11 / 37
  • 12. Materials and Methods Material tests Bonded compression/tension test (stress results to be corrected8 ) 12,7 rod rod silicone 3 Simple shear test strip strip silicone A A 10 10 25,4 0,25 all dimensions in Millimetres; “strip” refers to a steel strip Michael Rackl (TUM) Material Testing and (. . . ) 21st and 22nd May 2015 12 / 37
  • 13. 1 Introduction Background information Fitting hyperelastic material constants Problem description and approach 2 Materials and Models Material tests Analytical equation for the Yeoh Model in tension/compression (example) Optimisation problem 3 Results and Discussion Ogden Model Polynomial Model Yeoh Model 4 Conclusion General Discrepancies with the Ogden Model implementation Michael Rackl (TUM) Material Testing and (. . . ) 21st and 22nd May 2015 13 / 37
  • 14. Analytical equation of the Yeoh Model in tension/compression (example) I 1. Base equation of the Yeoh Model: W = n i=1 Ci · I1 − 3 i W : strain energy, Ci : material constant, I1: strain invariant, n: model order. 2. strain invariants I1 for compression/tension9;10 : I1 = λ2 + 2λ−1 , I2 = λ−2 + 2λ. λ: stretch due to tensile/compressive stress Michael Rackl (TUM) Material Testing and (. . . ) 21st and 22nd May 2015 14 / 37
  • 15. Analytical equation of the Yeoh Model in tension/compression (example) II 3. relation between engineering stress σe and stretch λ for an incompressible material under tension/compression6;11 : σe = 2 · λ − λ−2 · ∂W ∂I1 + 1 λ · ∂W ∂I2 . 4. Combining the aforementioned equations yields σe λ = n i=1 2 · Ci · i · λ − λ−2 · λ2 + 2λ−1 − 3 i−1 for tension/compression of an nth order Yeoh Model. Michael Rackl (TUM) Material Testing and (. . . ) 21st and 22nd May 2015 15 / 37
  • 16. 1 Introduction Background information Fitting hyperelastic material constants Problem description and approach 2 Materials and Models Material tests Analytical equation for the Yeoh Model in tension/compression (example) Optimisation problem 3 Results and Discussion Ogden Model Polynomial Model Yeoh Model 4 Conclusion General Discrepancies with the Ogden Model implementation Michael Rackl (TUM) Material Testing and (. . . ) 21st and 22nd May 2015 16 / 37
  • 17. Optimisation problem Scilab script overview index “M” denotes data from measurement Material model functions for Yeoh Model tension/ compression simple shear σ(λM, C) τ(γM, C) εσ ετ σM τM measurement data ε = εσ + ετ minimise ε! fminsearch Material constants vector C Michael Rackl (TUM) Material Testing and (. . . ) 21st and 22nd May 2015 17 / 37
  • 18. Optimisation problem notes Error criteria σ and τ may be normalised or unnormalised (absolute) norm = 1 − σ λ, C σM λ 2 abs = σM λ − σ λ, C 2 Adjusted coefficient of determination12 was computed for goodness of fit evaluation Results for lower-order material models were compared to those from Ansys Michael Rackl (TUM) Material Testing and (. . . ) 21st and 22nd May 2015 18 / 37
  • 19. 1 Introduction Background information Fitting hyperelastic material constants Problem description and approach 2 Materials and Models Material tests Analytical equation for the Yeoh Model in tension/compression (example) Optimisation problem 3 Results and Discussion Ogden Model Polynomial Model Yeoh Model 4 Conclusion General Discrepancies with the Ogden Model implementation Michael Rackl (TUM) Material Testing and (. . . ) 21st and 22nd May 2015 19 / 37
  • 20. 1 Introduction Background information Fitting hyperelastic material constants Problem description and approach 2 Materials and Models Material tests Analytical equation for the Yeoh Model in tension/compression (example) Optimisation problem 3 Results and Discussion Ogden Model Polynomial Model Yeoh Model 4 Conclusion General Discrepancies with the Ogden Model implementation Michael Rackl (TUM) Material Testing and (. . . ) 21st and 22nd May 2015 20 / 37
  • 21. Results and Discussion Ogden Model; comparison with ANSYS Michael Rackl (TUM) Material Testing and (. . . ) 21st and 22nd May 2015 21 / 37
  • 22. Results and Discussion Ogden Model; curve fitting example Michael Rackl (TUM) Material Testing and (. . . ) 21st and 22nd May 2015 22 / 37
  • 23. 1 Introduction Background information Fitting hyperelastic material constants Problem description and approach 2 Materials and Models Material tests Analytical equation for the Yeoh Model in tension/compression (example) Optimisation problem 3 Results and Discussion Ogden Model Polynomial Model Yeoh Model 4 Conclusion General Discrepancies with the Ogden Model implementation Michael Rackl (TUM) Material Testing and (. . . ) 21st and 22nd May 2015 23 / 37
  • 24. Results and Discussion Polynomial Model; comparison with ANSYS Michael Rackl (TUM) Material Testing and (. . . ) 21st and 22nd May 2015 24 / 37
  • 25. Results and Discussion Polynomial Model; curve fitting example Michael Rackl (TUM) Material Testing and (. . . ) 21st and 22nd May 2015 25 / 37
  • 26. 1 Introduction Background information Fitting hyperelastic material constants Problem description and approach 2 Materials and Models Material tests Analytical equation for the Yeoh Model in tension/compression (example) Optimisation problem 3 Results and Discussion Ogden Model Polynomial Model Yeoh Model 4 Conclusion General Discrepancies with the Ogden Model implementation Michael Rackl (TUM) Material Testing and (. . . ) 21st and 22nd May 2015 26 / 37
  • 27. Results and Discussion Yeoh Model; comparison with ANSYS Michael Rackl (TUM) Material Testing and (. . . ) 21st and 22nd May 2015 27 / 37
  • 28. Results and Discussion Yeoh Model; curve fitting example Michael Rackl (TUM) Material Testing and (. . . ) 21st and 22nd May 2015 28 / 37
  • 29. 1 Introduction Background information Fitting hyperelastic material constants Problem description and approach 2 Materials and Models Material tests Analytical equation for the Yeoh Model in tension/compression (example) Optimisation problem 3 Results and Discussion Ogden Model Polynomial Model Yeoh Model 4 Conclusion General Discrepancies with the Ogden Model implementation Michael Rackl (TUM) Material Testing and (. . . ) 21st and 22nd May 2015 29 / 37
  • 30. 1 Introduction Background information Fitting hyperelastic material constants Problem description and approach 2 Materials and Models Material tests Analytical equation for the Yeoh Model in tension/compression (example) Optimisation problem 3 Results and Discussion Ogden Model Polynomial Model Yeoh Model 4 Conclusion General Discrepancies with the Ogden Model implementation Michael Rackl (TUM) Material Testing and (. . . ) 21st and 22nd May 2015 30 / 37
  • 31. Conclusion General Curve fitting script for fitting any order Ogden, any order Yeoh and second as well as first order Polynomial models, plus a three parameter Mooney-Rivlin Model. Yeoh and Polynomial Model curve fitting for lower-order models successfully validated against results from Ansys Scilab script allows for curve fitting of higher order models than Ansys, biasing of one of the material test results possible. higher order models tend to instabilities at small nominal-strains (Ansys warning message) Michael Rackl (TUM) Material Testing and (. . . ) 21st and 22nd May 2015 31 / 37
  • 32. 1 Introduction Background information Fitting hyperelastic material constants Problem description and approach 2 Materials and Models Material tests Analytical equation for the Yeoh Model in tension/compression (example) Optimisation problem 3 Results and Discussion Ogden Model Polynomial Model Yeoh Model 4 Conclusion General Discrepancies with the Ogden Model implementation Michael Rackl (TUM) Material Testing and (. . . ) 21st and 22nd May 2015 32 / 37
  • 33. Conclusion Discrepancies with the Ogden Model implementation I Ogden Model implementation ⇒ difference in material constants between Ansys and the Scilab script Results for lower-order models from verification process: Michael Rackl (TUM) Material Testing and (. . . ) 21st and 22nd May 2015 33 / 37
  • 34. Conclusion Ogden Model implementation II: FEA validation result Michael Rackl (TUM) Material Testing and (. . . ) 21st and 22nd May 2015 34 / 37
  • 35. Conclusion Discrepancies with the Ogden Model implementation III Ogden Model appears to be implemented correctly within the Scilab script (cf. previous slide) Differences could arise from the nonlinear nature of the problem, the fact that more than one minimum exists. Besides: Even identical start values may lead to completely different material parameter sets13 . Michael Rackl (TUM) Material Testing and (. . . ) 21st and 22nd May 2015 35 / 37
  • 36. Thank you! Do you have questions or feedback? References (two slides) [1] P. Steinmann, M. Hossain, and G. Possart. Hyperelastic models for rubber-like materials: consistent tangent operators and suitability for Treloar’s data. Archive of Applied Mechanics, 82(9):1183–1217, 2012. [2] R. W. Ogden, G. Saccomandi, and I. Sgura. Fitting hyperelastic models to experimental data. Computational Mechanics, 34(6):484–502, 2004. [3] R. W. Ogden. Large Deformation Isotropic Elasticity - On the Correlation of Theory and Experiment for Incompressible Rubberlike Solids. Proceedings of the Royal Society A: Mathematical, Physical and Engineering Sciences, 326(1567):565–584, 1972. [4] R. S. Rivlin and D. W. Saunders. Large Elastic Deformations of Isotropic Materials. VII. Experiments on the Deformation of Rubber. Philosophical Transactions of the Royal Society A: Mathematical, Physical and Engineering Sciences, 243(865):251–288, 1951. [5] M. Mooney. A Theory of Large Elastic Deformation. Journal of Applied Physics, 11(9):582–592, 1940. [6] R. S. Rivlin. Large Elastic Deformations of Isotropic Materials. IV. Further Developments of the General Theory. Philosophical Transactions of the Royal Society A: Mathematical, Physical and Engineering Sciences, 241(835):379–397, 1948. [7] O. H. Yeoh. Some Forms of the Strain Energy Function for Rubber. Rubber Chemistry and Technology, 66(5):754–771, 1993. Michael Rackl (TUM) Material Testing and (. . . ) 21st and 22nd May 2015 36 / 37
  • 37. [8] J. M. Horton, G. E. Tupholme, and M. J. C. Gover. Axial Loading of Bonded Rubber Blocks. Journal of Applied Mechanics, 69(6):836, 2002. [9] L. R. G. Treloar. The elasticity and related properties of rubbers. Reports on Progress in Physics, 36(7):755–826, 1973. [10] F. R. Schwarzl. Polymermechanik: Struktur und mechanisches Verhalten von Polymeren. Springer, Berlin, 1990. p. 298-299. [11] R. S. Rivlin. Large Elastic Deformations. In F. R. Eirich, editor, Rheology, pages 351–385. Academic Press, New York, 1956. [12] L. Fahrmeir, T. Kneib, and S. Lang. Regression: Modelle, Methoden und Anwendungen. Statistik und ihre Anwendungen. Springer, Berlin and Heidelberg, 2nd edition, 2009. p. 161. [13] A. Zielesny. From curve fitting to machine learning: An illustrative guide to scientific data analysis and computational intelligence, volume 18 of Intelligent systems reference library. Springer, Berlin, 2011. p. 146. Michael Rackl (TUM) Material Testing and (. . . ) 21st and 22nd May 2015 37 / 37