Multi-Objective Optimisation Methods Applied to Complex Engineering Systems

Total Page:16

File Type:pdf, Size:1020Kb

Multi-Objective Optimisation Methods Applied to Complex Engineering Systems CRANFIELD UNIVERSITY John M. Oliver Multi-Objective Optimisation Methods Applied to Complex Engineering Systems SCHOOL OF ENGINEERING PhD Academic Year: 2013 - 2014 Supervisor: Professor A. Mark Savill Co-supervisor: Dr Timoleon Kipouros September 2014 CRANFIELD UNIVERSITY SCHOOL OF ENGINEERING PhD Academic Year: 2013 - 2014 John M. Oliver Multi-Objective Optimisation Methods Applied to Complex Engineering Systems Supervisor: Professor A. Mark Savill Co-supervisor: Dr Timoleon Kipouros September 2014 This thesis is submitted in partial fulfillment of the requirements for the degree of Doctor of Philosophy © Cranfield University, 2014-2016. All rights reserved. No part of this publication may be reproduced without the written permission of the copyright owner. Declaration of Authorship I, John M. Oliver, declare that this thesis titled, `Multi-Objective Optimisation Methods Applied to Complex Engineering Systems' and the work presented in it are my own. I confirm that: This work was done wholly or mainly while in candidature for a research degree at this University. Where any part of this thesis has previously been submitted for a degree or any other qualification at this University or any other institution, this has been clearly stated. Where I have consulted the published work of others, this is always clearly attributed. Where I have quoted from the work of others, the source is always given. With the exception of such quotations, this thesis is entirely my own work. I have acknowledged all main sources of help. Where the thesis is based on work done by myself jointly with others, I have made clear exactly what was done by others and what I have contributed myself. Signed: Date: 3 \Nothing at all takes place in the universe in which some rule of maximum or minimum does not appear." Leonhard Euler \It always takes longer than you expect, even when you take into account Hofs- tadter's Law." Douglas Hofstadter, G¨odel,Escher, Bach: An Eternal Golden Braid, 1979 \What limit can be put to this power, acting during long ages and rigidly scru- tinising the whole constitution, structure, and habits of each creature, favouring the good and rejecting the bad? I can see no limit to this power, in slowly and beautifully adapting each form to the most complex relations of life." Charles Darwin, On the Origin of Species by Means of Natural Selection, 1859 Abstract This research proposes, implements and analyses a novel framework for multi- objective optimisation through evolutionary computing aimed at, but not re- stricted to, real-world problems in the engineering design domain. Evolutionary algorithms have been used to tackle a variety of non-linear multi- objective optimisation problems successfully, but their success is governed by key parameters which have been shown to be sensitive to the nature of the particular problem, incorporating concerns such as the number of objectives and variables, and the size and topology of the search space, making it hard to determine the best settings in advance. This work describes a real-encoded multi-objective optimising evolutionary algorithm framework, incorporating a genetic algorithm, that uses self-adaptive mutation and crossover in an attempt to avoid such problems, and which has been benchmarked against both standard optimisation test problems in the literature and a real-world airfoil optimisation case. For this last case, the minimisation of drag and maximisation of lift coefficients of a well documented standard airfoil, the framework is integrated with a free- form deformation tool to manage the changes to the section geometry, and XFoil, a tool which evaluates the airfoil in terms of its aerodynamic efficiency. The performance of the framework on this problem is compared with those of two other heuristic MOO algorithms known to perform well, the Multi-Objective Tabu Search (MOTS) and NSGA-II, showing that this framework achieves better or at least no worse convergence. 5 The framework of this research is then considered as a candidate for smart (electricity) grid optimisation. Power networks can be improved in both techni- cal and economical terms by the inclusion of distributed generation which may include renewable energy sources. The essential problem in national power net- works is that of power flow and in particular, optimal power flow calculations of alternating (or possibly, direct) current. The aims of this work are to propose and investigate a method to assist in the determination of the composition of optimal or high-performing power networks in terms of the type, number and location of the distributed generators, and to analyse the multi-dimensional results of the evolutionary computation component in order to reveal relationships between the network design vector elements and to identify possible further methods of im- proving models in future work. The results indicate that the method used is a feasible one for the achievement of these goals, and also for determining optimal flow capacities of transmission lines connecting the bus bars in the network. Keywords Evolutionary, Algorithm, Self-Adaptive, Framework, Electrical Power, Plexos, Power Flow, Network, Grid, MOOEA, Multi-Objective, Optimization, MOO, MOOP, Airfoil Acknowledgements This research was carried out at the School of Engineering of Cranfield University and was enabled and supported by funding from the Engineering and Physical Sciences Research Council (EPSRC), for which I am glad to have this opportunity to express my gratitude. I acknowledge gratefully and give my wholehearted thanks to: My PhD supervisor, Professor Mark Savill, for the opportunity to undertake this work, his support, and his invaluable guidance. My co-supervisor, Dr Timoleon Kipouros, for his insights, suggestions and liaising with colleagues in other institutions. My fellow PhD students past and present with whom I was lucky to share an office, for discussions, their support and friendship, and other colleagues in Professor Savill's group, for the same reasons. My wife, for support, love and tea. 7 Contents Declaration of Authorship3 Abstract5 Acknowledgements7 List of Figures 13 List of Tables 17 Glossary 19 Physical Constants 21 Symbols 23 1 Introduction 27 1.1 Thesis organisation........................... 27 1.2 Background and motivation...................... 28 1.3 Thesis aims and objectives....................... 30 1.4 Publications............................... 31 1.5 Software Produced........................... 32 2 Heuristic multi-objective optimisation algorithms 33 2.1 Introduction............................... 33 2.2 Features of real-world optimisation.................. 33 2.3 Optimisation.............................. 36 2.3.1 Optimisation overview..................... 36 2.3.2 Multi-objective optimisation.................. 41 2.4 Performance of optimisation algorithms................ 47 2.5 Heuristics and meta-heuristics..................... 51 2.5.1 Heuristics............................ 51 2.5.2 Meta-heuristics......................... 52 2.6 Evolutionary algorithms........................ 56 2.6.1 Algorithm adjuncts and concerns............... 62 9 Contents 10 2.6.2 Self-adaptation......................... 67 2.7 Optimisation frameworks........................ 70 2.7.1 Synopsis............................. 70 2.7.2 Non-commercial frameworks.................. 71 2.7.3 Commercial frameworks.................... 72 3 The self-adaptive MOOEA 77 3.1 Introduction............................... 77 3.2 Ganesh: Framework and algorithm.................. 79 3.2.1 The GA Algorithm....................... 79 3.2.1.1 Simplified non-dominated sorting.......... 82 3.2.2 Self-adaptation......................... 89 3.2.3 Framework and architecture.................. 92 3.2.4 Algorithm characteristics, benefits and novelty........ 95 3.2.4.1 Synopsis........................ 96 3.2.4.2 Self-adaptivity.................... 97 3.2.4.3 Crossover mechanisms................ 97 3.2.4.4 Chromosome types.................. 97 3.2.4.5 Plug-in experiment code............... 98 3.2.4.6 Using external software as (supplier of) objective functions....................... 98 3.2.4.7 Callable from external software........... 99 3.2.4.8 Duplicate solutions control.............. 99 3.2.4.9 Constraints...................... 99 3.2.4.10 Chromosome Initialisers............... 100 3.2.4.11 Population Initialisers................ 101 3.2.4.12 Operator Configuration............... 101 3.2.4.13 Problem-specific parameters............. 102 3.2.4.14 Resume from previous run.............. 103 3.2.4.15 Command line run-time parameters......... 105 3.2.4.16 Conclusion...................... 105 3.3 Benchmark test problems and results................. 107 3.3.1 Problem definitions....................... 107 3.3.2 Benchmark test results..................... 109 3.4 Comparison with random search.................... 114 3.4.1 Random search algorithm................... 115 3.4.2 Further optimisation test problems.............. 117 3.4.2.1 DTLZ1........................ 117 3.4.2.2 DTLZ2........................ 118 3.4.2.3 DTLZ3........................ 118 3.4.2.4 DTLZ4........................ 119 3.4.2.5 DTLZ5........................ 119 3.4.2.6 DTLZ6........................ 120 3.4.2.7 DTLZ7........................ 120 Contents 11 3.4.2.8 DTLZ8........................ 121 3.4.2.9 DTLZ9........................ 122 3.4.2.10 MOKP 0/5...................... 122 3.4.3 Results.............................. 123 3.4.4 Summary............................ 130 3.5 Experiments in self-adaptation....................
Recommended publications
  • Robustness & Reliability Analysis
    DYNARDO • Robust Design Optimization Workshop • © Dynardo GmbH 2011 Robustness & Reliability Analysis 1 DYNARDO • Robust Design Optimization Workshop • © Dynardo GmbH 2011 Start Robust Design Optimization Robust Design Optimization Variance based Robustness Evaluation Sensitivity Study Probability based Single & Multi objective Robustness Evaluation, (Pareto) optimization (Reliability analysis) CAE process (FEM, CFD, MBD, Excel, Matlab, etc.) Robust Design Optimization Methodology 2 DYNARDO • Robust Design Optimization Workshop • © Dynardo GmbH 2011 What is necessary for successful implementation? 1. Introduction of realistic scatter definitions Distribution function Correlations Random fields 2. Using of reliable stochastic methodology Variance-based robustness evaluation using optimized LHS 3. Development of reliable robustness measurements Standardized post processing Significance filter Reliable variation and correlation measurements Acceptance of method/result documentation/communication! 3 DYNARDO • Robust Design Optimization Workshop • © Dynardo GmbH 2011 Definition of Uncertainties 4 DYNARDO • Robust Design Optimization Workshop • © Dynardo GmbH 2011 Uncertainties and Tolerances • Design variables Property SD/Mean % • Material, geometry, loads, constrains,… Metallic materiales, yield 15 • Manufacturing Carbon fiber rupture 17 • Operating processes (misuse) Metallic shells, buckling 14 strength • Resulting from Deterioration Bond insert, axial load 12 • … Honeycomb, tension 16 Honeycomb, shear, compression 10 Honeycomb, face
    [Show full text]
  • Optislang Connects
    Title Story // Process Integration Process Integration ABAQUS | ADAMS | COMSOL | EXCEL | FLOEFD | GT POWER | MATLAB | LS DYNA MOTOR CAD | NASTRAN | PYTHON | ROCKY | SIEMENS NX | ZEMAX ... Product Data Product Statistical Connect PLM/SDM Connect PLM/SDM Analysis TITLE STORY // PROCESS INTEGRATION Parametric Variation Analysis Calibration Sensitivity Analysis Optimization OPTISLANG CONNECTS Robustness Evaluation Metamodeling Data-based ROMs optiSLang enables the building of transparent CAE tool chains and combines them with parametric algorithms for a broader usage of CAE techniques. Fig. 1: Simulation Workfl ow Management with optiSLang One of the major challenges of today’s CAE engineers is the gineers. Also, customers are aware of how many mistakes includes interfaces to all major software tools used in the maintain complex tool chains. The modular process inte- increasing complexity of processes while results have to might occur during this process. When different variants virtual product development. For example, there are inte- gration approach of building programmable nodes provides be delivered in shorter times. At the same time, within the have to be compared for fi nding an optimal design, it can grations of CAD parametric modeling with CATIA, Siemens a very economical way to standardize and automatize CAE engineering process, multiple disciplines like NVH, thermal- lead to an unsorted crowd of data. If simulations are done NX and ProE. CAE parametric modeling is supported by link- workfl ows. There are many examples of successful projects mechanical-electrical analyses, safety evaluation, tolerance by different engineers, it can be very hard to compare the ing ANSYS, ABAQUS, ADAMS, COMSOL, FLOEFD, GT POWER, with Dynardo’s customers like Bosch, Daimler, et al.
    [Show full text]
  • Dynardo Gmbh
    dynamic software & engineering Software & Consulting Sensitivity Analysis Multidisciplinary Optimization Multiobjective Optimization Robustness Evaluation Reliability Analysis Parameter Identifi cation Model Calibration Dynardo GmbH optiSLang SoS ETK LEONARDO DA VINCI dynamic software & engineering Without reason, no eff ect is produced in nature; understand the reason and you will not need experience. from Leonardo da Vinci’s „Codice Atlantico“ DYNARDO GMBH The Dynardo GmbH develops software for CAE-based sensitivity analyses, robustness evaluations and Robust Design Optimizations. Additionally Dynardo offers, in cooperation with worldwide distributors, an extensive support and training program. The range of services also includes consulting and simula- Tasks, tion services in virtual product development. Ideas, Solutions History & Expertise The Dynardo GmbH was founded in 2001 as a company for Dynardo’s engineering expertise and software products software development and engineering computing services enable fast and effi cient solutions of your tasks. Through with three partners and two employees in Weimar. With close cooperation with renowned research institutions and unique features such as complex non-linear fi nite element international partners, Dynardo has an extensive network computations in geomechanics and civil engineering as well of experts to respond fl exibly to worldwide customer re- as RDO in virtual product development, Dynardo has suc- quirements. cessfully established itself in the CAE-market. The fi rst op- tiSLang version was released in 2002 and has since evolved into a leading CAE software platform. Today, Dynardo runs 3 branches in Weimar, Vienna and San Francisco to help you meet the challenges of virtual product development. Philosophy Leonardo da Vinci was not only a great artist, but also a tion enables an appropriate analysis of system properties for visionary engineer and scientist.
    [Show full text]
  • •Full Support Limited Capability Requires More Than 1 Product
    • Full Support ▲ Limited Capability ▪ Requires more than 1 product / CONTENTS STRUCTURES FLUIDS Vibrations .................................................................................................................... 3 General Solver Capabilities ........................................................................22 Webservice ..............................................................................................................33 High Frequency Electromagnetics ....................................................44 Wave Hydrodynamics ...................................................................................... 3 Single Phase, Non-Reacting Flows ......................................................22 General .......................................................................................................................34 Power and Signal Integrity Board Additional Physics ................................................................................................ 3 Heat Transfer ..........................................................................................................23 Designing Optimization and Parameter Simulation Capabilities ................................................................................. 47 Composite Materials ......................................................................................... 5 Particle Flows (Multiphase) ........................................................................23 Identificaton (Calibration) ..........................................................................34
    [Show full text]
  • Sensitivity Analysis, • Consumer Goods Industry Optimization, Robustness Evaluation • Power Generation and Robust Design Optimization
    DYNARDO • © Dynardo GmbH 2012 Founded: 2001 (Will, Bucher, CADFEM International) More than 40 employees, offices at Weimar and Vienna Leading technology companies Daimler, Bosch, Eon, Nokia, Siemens, BMW, are supported by us Software Development CAE-Consulting Our expertise: •Mechanical engineering • Civil engineering & Geomechanics • Automotive industry Dynardo is your engineering specialist for CAE-based sensitivity analysis, • Consumer goods industry optimization, robustness evaluation • Power generation and robust design optimization. 2 DYNARDO • © Dynardo GmbH 2012 Premium Consultancy and Software Company for CAE-based Robustness Evaluation, Reliability Analysis and Robust Design Optimization using Stochastic Analysis Dynardo is the consulting company which successfully introduced stochastic analysis into complex CAE-based virtual product development processes. Recently, it is applied in the power generation industry, automotive industry and high-level consumer goods industry DYNARDO Field of Excellence 3 DYNARDO • © Dynardo GmbH 2012 Introduction of optiSLang 4 DYNARDO • © Dynardo GmbH 2012 Challenges in Virtual Prototyping • Virtual prototyping is necessary for cost efficiency • Test cycles are reduced and placed late in the product development • CAE-based optimization and CAE-based robustness evaluation becomes more and more important in virtual prototyping – Optimization is introduced into virtual prototyping – Robustness evaluation is the key methodology for safe, reliable and robust products – The combination of optimizations and robustness evaluation will lead to robust design optimization strategies 5 DYNARDO • © Dynardo GmbH 2012 optiSLang is an algorithmic toolbox for sensitivity analysis, optimization, robustness evaluation, reliability analysis and robust design optimization. optiSLang is the commercial tool that has completed the necessary functionality of stochastic analysis to run real world industrial applications in CAE-based robust design optimizations.
    [Show full text]
  • Daniel Krätschmer Friederike Loerke
    VIRTUAL ECU ANSYS BEST PRACTICE SESSION: „SIMULATION DRIVEN PRODUCT DEVELOPMENT FOR EVERYONE“ DANIEL KRÄTSCHMER FRIEDERIKE LOERKE CASCON 2019 Simulation Process Management: Virtual ECU Motivation System: How to establish a robust data / information Vehicle exchange between product-independent design Load derivation from a system perspective 0 Level element assessments & product-specific load Sub-System: RB system derivation and load path design? (e.g. injection Level 1 Level system) Manufactured Motivation Item: Only with standardized load path methods Level 2 Level ECU transparent requirements for design elements can be derived ? Assembly Level 3 Level Standardized load path methods as enabler for Cut out design element load / load tool based, automatized evaluation of design for product integration capacity level Component elements in mechanical architectures Reliability Assessments 4 Level geometry-independent stress / strength Material, design rule, e.g. 휎 ≤ 휎푚푎푥 level Level 5 Level Interface 4 Automotive Electronics | AE/EBS | 2019-08-07 © Robert Bosch GmbH 2017.2019. All rights reserved, also regarding any disposal, exploitation, reproduction, editing, distribution, as well as in the event of applications for industrial property rights. Simulation Process Management: Virtual ECU Motivation System: Democratization in CAE-based product Vehicle Load derivation from a system perspective 0 Level development means to empower non- Sub-System: experts to take advantage from simulation RB system technology (e.g. injection Level 1 Level system) CAE experts could put the power of Automated setup of ECU models to feed Manufactured Item: simulation safely into non-experts hands to reliability models with needed information Level 2 Level ECU overcome the general lack of CAE engineers Assembly Level 3 Level Cut out design element load / load for product integration capacity level Democratization ? Component Hosting of detailed reliability models 4 Level geometry-independent stress / strength Material, design rule, e.g.
    [Show full text]
  • OPTISLANG - READY for DIGITAL TWIN to BRIDGE Fig
    Title Story // Process Integration & Automation DOE Virtual Product manuell HiL Calibration Simulation = Hardware Connect PLM Digital Twin Connect PLM autom. complex CAx workflow Laboratory Development parametric studies, RDO, … CAx rd party Product CAE-Data 3 Production Statistical Database ROM TITLE STORY // PROCESS INTEGRATION & AUTOMATION Analysis OPTISLANG - READY FOR DIGITAL TWIN TO BRIDGE Fig. 1: Integration of optiSLang within and beyond CAx Processes, Product Lifecycle Management and Hardware-in-Loop INTO PRODUCTION 4.0 & INTERNET OF THINGS optiSLang is capable to bridge the gap between modern Product Lifecycle Management (PLM) systems and individual product development hubs. Motivation The new generation of process automation within Industry should be noted, however, that simulation technology is 4.0 has transformed the scope of Business Process Models not an IoT product itself but is proving to be a pivotal driver (BPM) for leading global manufacturers. With tools such as of IoT processes in the future. Virtual Manufacturing Execution Systems, Cloud Computing and Big Data Analytics, the Internet of Things (IoT) is becom- In the various phases of Product Development Processes ing a modern and efficient umbrella of planning, processing, (PDPs), optiSLang is capable to play a vital role to shorten pro- feedback and control systems, paving the way for the next duction cycles, deliver enhancements and resolve conflicts generation of smart designs and manufacturing systems. with respect to quality, product robustness and costs. Apart from optimizing individual process workflows within various Within the scope of Industry 4.0, there has been a wide- stages of PDPs, optiSLang could be used to bridge the gap be- CAx 3rd party spread development of standalone tools, each offering tween modern Product Lifecycle Management (PLM) systems special solutions to underlying problems and requiring and individual product development hubs.
    [Show full text]
  • Sensitivity Analysis, • Consumer Goods Industry Optimization, Robustness Evaluation • Power Generation and Robust Design Optimization
    DYNARDO • Robust Design Optimization Workshop • © Dynardo GmbH 2011 Founded: 2001 (Will, Bucher, CADFEM International) More than 35 employees, offices at Weimar and Vienna Leading technology companies Daimler, Bosch, Eon, Nokia, Siemens, BMW, are supported by us Software Development CAE-Consulting Our expertise: • Mechanical engineering • Civil engineering & Geomechanics • Automotive industry Dynardo is your engineering specialist for CAE-based sensitivity analysis, • Consumer goods industry optimization, robustness evaluation • Power generation and robust design optimization. 2 DYNARDO • Robust Design Optimization Workshop • © Dynardo GmbH 2011 Challenges in Virtual Prototyping • Virtual prototyping is necessary for cost efficiency • Test cycles are reduced and placed late in the product development • CAE-based optimization and CAE-based robustness evaluation becomes more and more important in virtual prototyping – Optimization is introduced into virtual prototyping – Robustness evaluation is the key methodology for safe, reliable and robust products – The combination of optimizations and robustness evaluation will lead to robust design optimization strategies 3 DYNARDO • Robust Design Optimization Workshop • © Dynardo GmbH 2011 Challenge of RDO – reliable input Successful RDO needs a balance between – Reliable input = know how and definition of input uncertainties – Reliable analysis = reliable stochastic analysis methodology – Reliable post processing = use of stochastic/statistic results in the design process Let’s derive the functionality
    [Show full text]
  • ANSYS Optislang Brochure
    dynamic software & engineering CAE-Software Sensitivity analysis Multiobjective optimization Multidisciplinary optimization Robustness evaluation Reliability analysis Robust Design Optimization (RDO) optiSLang optiSLang multiPlas ETK SoS ANSYS optiSLang ANSYS optiSLang Combining powerful parametric model capabilities with Robust Design Optimization ANSYS Workbench provides leading technology for parametric and persistent CAD and CAE modelling for simulation driven product development. optiSLang focuses on effi ciency and automation of RDO methods for complex non-linear analysis models with many parameters, including stochastic variables. ANSYS Workbench project screen with the three optiSLang drag and drop modules sensitivity analysis, optimization and robustness evaluation to defi ne an RDO analysis. This includes robust handling of design failures and solver noise. ANSYS optiSLang offers several modes of interoperability • using parametric ANSYS Workbench models with the In addition ANSYS optiSLang provides eral cores with ANSYS Remote Solve Manager and the use • using the optiSLang Workbench plugin to expose optiSLang GUI with the help of the optiSLang ANSYS • Flexible text-based interfacing tools that can connect of ANSYS HPC Pack Parametric Licenses for simultaneous optiSLang technology within the ANSYS Workbench GUI Workbench integration node ANSYS products, or any scriptable products, that may be computing of different designs are fully integrated. With • using text-based interfacing between ANSYS and optiS- part of your engineering
    [Show full text]
  • Introduction to Parametric Optimization and Robustness Evaluation with Optislang
    Introduction to Parametric Optimization and Robustness Evaluation with optiSLang Dynardo GmbH 1 © Dynardo GmbH 1. Introduction 2. Process to optiSLang integration 6. Training 3. Sensitivity analysis 5. Robustness 4. Parametric analysis Optimization Introduction to the parametric optimization and robustness evaluation with 2 optiSLang © Dynardo GmbH 1. Introduction 2. Process to optiSLang integration 6. Training 3. Sensitivity analysis 5. Robustness 4. Parametric analysis Optimization Introduction to the parametric optimization and robustness evaluation with 3 optiSLang © Dynardo GmbH Dynardo • Founded: 2001 (Will, Bucher, CADFEM International) • More than 50 employees, offices at Weimar and Vienna • Leading technology companies Daimler, Bosch, E.ON, Nokia, Siemens, BMW are supported Software Development CAE-Consulting • Mechanical engineering • Civil engineering & Dynardo is engineering specialist for Geomechanics CAE-based sensitivity analysis, • Automotive industry optimization, robustness evaluation • Consumer goods industry and robust design optimization • Power generation Introduction to the parametric optimization and robustness evaluation with 4 optiSLang © Dynardo GmbH Robust Design Optimization (RDO) in virtual product development optiSLang enables you to: • Identify optimization potentials • Improve product performance • Secure resource efficiency • Adjust safety margins without limitation of input parameters • Quantify risks • Save time to market Introduction to the parametric optimization and robustness evaluation with 5 optiSLang
    [Show full text]
  • Robustness & Reliability Analysis
    DYNARDO • © Dynardo GmbH 2013 Robustness & Reliability Analysis 2 DYNARDO • © Dynardo GmbH 2013 Start Robust Design Optimization Robust Design Optimization Variance based Robustness Evaluation Sensitivity Study Probability based Single & Multi objective Robustness Evaluation, (Pareto) optimization (Reliability analysis) CAE process (FEM, CFD, MBD, Excel, Matlab, etc.) Robust Design Optimization Methodology 3 DYNARDO • © Dynardo GmbH 2013 How to define Robustness of a Design • Intuitively: The performance of a robust design is largely unaffected by random perturbations • Using Variance indicator: The coefficient of variation (CV) of the response, constraint, objective function values is smaller than the CV of the input variables • Using Sigma level: The interval mean+/- sigma level does not reach an undesired performance (e.g. design for six-sigma) • Using Probability indicator: The probability of reaching undesired performance is smaller than an acceptable value 4 DYNARDO • © Dynardo GmbH 2013 Robustness Evaluation / Reliability Analysis • Variance-based robustness evaluation usually estimate product – safety and reliability for 1 & 2 (3) Sigma levels and identifies the most sensitive stochastic variables – high number of stochastic variables is no problem • Probability-based robustness evaluation (reliability analysis) estimate product – safety and reliability for rare events (3,4,5,6-Sigma) with small number of variables – Most reliability algorithms suffer on high number of stochastic variables 5 DYNARDO • © Dynardo GmbH 2013 Successful
    [Show full text]
  • Product Brochure Optislang
    dynamic software & engineering CAE-Software Model Calibration Sensitivity Analysis Optimization Robustness Evaluation Robust Design Optimization Metamodeling optiSLang Product Overview PRODUCT OVERVIEW Since its market launch in 2002, optiSLang has developed into one of the leading universal software platforms for CAE-based optimization in virtual prototyping. Based on design variations or measurement and observation points, effi cient variation analyses can be performed with minimal user input and few Typical workfl ow using sensitivity analysis, optimization, meta-models and validation of the best design solver calls. optiSLang supports the engineer with: Metamodeling with optiSLang • Calibration of virtual models to physical tests signs to the boundaries of tolerable stresses, deformations optiSLang’s expands parametric design studies to impact of input variability to the responses. For the identifi ca- • Analysis of parameter sensitivity and importance or other critical responses. As a result, the product behavior metamodeling based on a set of virtual design points, experi- tion process, optiSLang’s Coeffi cient of Prognosis (CoP) quanti- • Metamodeling may become sensitive to scatter with regard to material, mental design responses or fi eld observations. The software fi es the prognosis accuracy of the meta-model regarding the • Optimization of product performance geometric or environmental conditions. Subsequently, a automatically identifi es the corresponding input parameters response variation of a data set. The result is the Metamodel
    [Show full text]