4. Zastosowania Optymalizacja wielokryterialna

Size: px
Start display at page:

Download "4. Zastosowania Optymalizacja wielokryterialna"

Transcription

1 4. Zastosowania Optymalizacja wielokryterialna Tadeusz Burczyński 1,2) 1), Department for Strength of Materials and Computational Mechanics, Konarskiego 18a, Gliwice, Poland 2) Cracow University of Technology, Institute of Computer Modelling, Artificial Intelligence Division, Warszawska 24, Cracow, Poland 1

2 Outline of the presentation 1. Multi-objective problem 2. Thermoelasticity problem 3. Evolutionary algorithms 4. Numerical examples 5. Conclusions 2

3 Multi-objective problem general information 3

4 Multi-objective problem general information Find the vector x = [ x1, x2,... x n ] T inequality constrains g i ( x) ł 0 i = 1, 2,..., m equality constrains hi (x) = 0 i 1, 2,..., = p which minimizes the vector of k objective functions f (x) = [ f 1 (x ), f 2 (x ),..., f k (x ) ] T 4

5 Multicriteria optimization selected methods Min-max method Pure weighting method Weighting min-max method Global criterion method Constraint Method VEGA: Vector Evaluated Genetic Algorithm (Schaffer 1985). HLGA: Hajela's and Lin's Weighting-based Genetic Algorithm (1992). FFGA: Fonseca's and Fleming's Multiobjective Genetic Algorithm (1993). NPGA: The Niched Pareto Genetic Algorithm (Horn, Nafpliotis, Goldberg 1994). NSGA: The Nondominated Sorting Genetic Algorithm (Srinivas, Deb 1994). SPEA: The Strength Pareto Evolutionary Algorithm (Zitzler, Thiele 1999). 5

6 Pure weighting method f ( x) = ĺ k i= 1 wi f i ( x) (f1, f2,..., fk,) f where: k number of objective functions; x solutions vector wi appropriate weights Selection of the weights? wi [ 0, 1] ĺ k i= 1 wi = 1 6

7 Pareto frontier concept For the minimization problem the set of k objective function: f(x)=(f1(x),f2(x),...,fk(x)); Solution x is dominated, if exists admissible solution y not worse of x for each objective function fi: fi(y) fi (x) (i=1,... k) otherwise x is non-dominated solution 7

8 Pareto frontier concept An example of the bi-objective problem 8

9 VEGA (Vector Evaluated Genetic Algorithm) Population is divided into k-th subpopulation Selection is performed independently (each population correspond to different criterion) Evolutionary operators exceed boundaries of the subpopulations (covers whole populations) 9

10 Types of rank individuals Population ranking according to Goldberg (1989) Ranks after four steps Ranks after one step 10

11 Types of rank individuals Population ranking according to Fonseca and Fleming (1998) Ranking equals the number of individuals by which is dominated, plus one after ranking 11

12 SPEA (Strength Pareto Evolutionary Algorithm) external set P contains only non-dominated solutions rank of the individual depends on dominations by external set (domination within population P is negleced) size of the external set is reduced by clustering 12

13 SPEA (Strength Pareto Evolutionary Algorithm) 13

14 Heat exchangers (radiators) 14

15 Direct problem Γ = t ČΓ Γt ΓT qi = Γ c : qi α (T= i T Ą ) q r ΓĆ q Γ λ T,ii + Q Ti = Γ q : qi = q ΓČ Ć Γ = c ΓČ = c heat conduction problem thermal boundary conditions Γ T : Ti u ΓT u + λ 0= - thermal conductivity 15

16 Direct problem Γ = t ČΓ Γt ΓT u ΓT = q ΓČ Ć Γ = u ΓĆ q Γ ΓČ c Γ = c radiation problem ů 1 ε ( p) r ( ξ) ň=ęeb ( pε ) ξ q (p ) +K (,p )d ε ( p ) ű Γc q (ξ ) + ( ε)eb (ξ ) r blackbody emissive power eb = σ T 4 kernel function K ( ξ, p) = cosφ ξ cos 2ξ p p φ (, p) σ c (p ),,p c - Stefan Boltzman constant ě 1 if ξ can be seen from p otherwise 0 β βξ (,ξ p ) = 16

17 Direct problem Γ = t ČΓ Γt ΓT u ΓT = q ΓČ Ć Γ = u ΓĆ q Γ ΓČ c Γ = c heat conduction problem ST = R thermoelasticity problem G ui, jj mechanical boundary conditions Γ t : ti Γ u : ui _ ti = _ ui = G + u j, ji 1 2v 2G (1 v ) + α t T, i 1 2v G - shear modulus ν - Poisson s ratio α t - thermal expansion coefficient dis c re tiza t io n 0 = distribution of the temperature KU = F 17

18 Fitness function evaluation 18

19 Formulation of the optimization problem single-objective optimization (constraint method) The minimum volume of the structure: min V (X) X Constrains: maximal value of temperature T T ad Ł 0 maximal value of equivalent stress σ eq ad eq σł 0 The minimization of the maximal value of the equivalent stress: min σ X max eq (X) V V ad Ł 0 Constrains: maximal value of volume of the structure The minimization of the maximal value of the temperature: min T max (X) X V V ad Ł 0 Constrains: maximal value of volume of the structure The maximization of the total dissipated heat flux: max q(x) X Constrains: maximal value of equivalent stress σ cost of the radiator eq ad eq σł 0 c c ad Ł 0 19

20 Formulation of the optimization problem multiobjective optimization (Pareto approach) min V (X) X Minimization / Maximization min σ X 2 or 3 functionals simultaneously max eq (X) min T max (X) X max q (X) X 20

21 Design vector = chromosome x = < x1, x2,... xi,... x N > xil xi xir where: xi, i = 1, N genes which represent the geometry of the boundary Geometric constrains: admissible values of design variables positions of the control points of the Bezier curve 21

22 Evolutionary algorithm operators Uniform mutation Gaussian mutation Simple crossover Ranking selection 22

23 Evolutionary algorithm operators Uniform mutation Gaussian mutation Simple crossover Ranking selection 23

24 Evolutionary algorithm operators Uniform mutation Gaussian mutation Simple crossover Ranking selection 24

25 Evolutionary algorithm operators Uniform mutation Gaussian mutation Simple crossover Ranking selection single-objective optimization rank is calcualted on the base of a position of the chromosome after sorting 25

26 Calculation of the dominance rank (multi-objective optimization) # of dominators ED( xi ; x j ) = popsize ĺ ( x (n ) n= 1 i x j (n )) 2 rank is calcualted on the base of the number of individuals by which is dominated and scaled value of the Euclidian distance (ED) 26

27 Evolutionary algorithm (single-objective optimization) 27

28 Evolutionary algorithm (multiobjective optimization) 28

29 Geometry modeling Bezier curve C ( u) = ĺ p i= 0 Bi, p ( u ) Pi 0 Ł u 1Ł P control points of the Bezier curve i p! p 1 Bi, p ( u ) = ui ( 1 u ) i!( p i )! Bi,p basis function of the Bezier curve 29

30 Numerical examples Material properties Parameter Young modulus Poisson ratio Thermal expansion coef. Heat conductivity Emissivity Value MPa /K 400 W/mK 0.8 The fitness function is created by the method of penalty function taking into account: the volume of the structure, the equivalent stress, the temperature or heat flux and imposed constrains. For the multi-objective optimization only geometrical constrains are applied. 30

31 Example 1 The admissible values of the design parameters Design variable Range Z1 Z2 Z3, Z4, Z5 20mm 100mm 2mm 10mm 4mm 10mm Boundary conditions values Boundary conditions Value Dissipated heat P 80W 10N Ambient temperature Heat convection coefficient Emissivity 25ºC 2W/m2K constrains min V (x) x The maximal value of equivalent stress The maximal value of the temperature 0.8 σ ad eq = 20 MPa T ad = 70, 80, 90 C 31

32 Results of the optimization (constrained method) T ad = 90 C T ad = 80 C T ad = 70 C Z1 Z2 Z3 Z4 Z5 Volume 24.19mm 31.42mm 41.46mm 10mm 10mm 9.817mm 4.129mm 4mm 4mm 4mm 4.844mm 5.698mm 4mm 4mm 4mm 10367mm mm mm3 T ad = 90 C T ad = 80 C T ad = 70 C 32

33 Results of the optimization (Pareto approach) f1 - volume f2 - equivalent stress 33

34 Results of the optimization (Pareto approach) f1 max. temperature f2 - equivalent stress 34

35 Example 2 boundary conditions value 1000W/m2 heat flux heat convection coeficient ambitne temperature emissivity pressure min V (x) x min T max (X) X min σ X max eq (X) 2W/m2K 25ºC Pa σ ad eq = 15MPa T ad = 70 C V ad = mm 3 35

36 Geometry modelling P 0 ľsym ľ P 5 N 0 ľsym ľ N 5 P1 ľsym ľ P 4 N1 ľsym ľ N 4 P 2 ľsym ľ P 3 N 2 ľsym ľ N 3 Number of design parameters = 7 Design variable P, P1, P2, P3, P4, P5 N0, N1, N2, N3, N4, N5 H 0 Range 30mm 200mm 4mm 12mm 7mm 15mm 36

37 Results of the optimization (constrained method) 0 5 P =P 1 4 P =P 2 3 P =P min T max (X) 200mm min V (X) 110,6mm 30mm 30mm max min σ (X) eq 80,5mm 51,7mm 71,3mm X X X 0 5 N =N N =N N =N H Fitness function value 4mm 4mm 7mm 49,48ºC 4,2mm 4mm 4mm 7mm ,4mm 5,6mm 99,13mm 138,9mm 4,49mm minimization of the maximal value of the temperature 4 minimization of the value of the radiator 10,3mm 8,85mm 0,97MPa minimization of the maximal value of the equivalent stress 37

38 Results of the optimization (Pareto approach) f1 - volume f2 max. temperature 38

39 Example 3 The problem of the optimal distribution of the material Fitness function max q(x) X Constrains: σ eq ad eq σł 0 σ ad eq = 20 MPa c c ad Ł 0 The cost of the radiator c is sum of factors for all fins Parameter Young modulus Poisson ratio Thermal expansion coef. Heat conductivity Material cost aluminum MPa /K 210 W/mK 0.1 copper MPa /K 380 W/mK 0.2 silver MPa /K 420 W/mK 1 39

40 The boundary conditions values boundary condition fixed temperature heat convection coefficient ambient temperature pressure value 80 C 40 W/m2K 25ºC 1000Pa 40

41 Results of the optimization constraints: the maximal cost cad cad=4 cad=2.5 cad=9 41

42 Example 4 D Z e s i g n 1 2, Z Z Z v, 5 6 a Mr i a i bn [ m Z 3, 0Z l ev am l u a e x v a l u ] [ m ] e 42

43 Results of the optimization (Pareto approach) f1 - volume f2 - equivalent stress 43

44 Results of the optimization (Pareto approach) f1 heat flux f2 - equivalent stress 44

45 Results of the optimization (Pareto approach) f1 volume f2 - equivalent stress f3 heat flux 45

46 Conclusions An effective intelligent technique of evolutionary design based on constraint and Pareto approach has been presented. The important feature of this approach is its great flexibility and the strong probability of finding the global optimal solution. The preparation of the model may be aided by parametric curves Different types of fitness function can be easy formulated The choice of one objective and incorporate the other objectives as constrains requires performing optimization many times with different values of the constrains Approach based on Pareto frontier is considerably faster and more convinient comparing to constraint or weighting method The radiative transfer of heat between surfaces plays a significant role especially for higher values of the temperature 46

Introduction To Genetic Algorithms

Introduction To Genetic Algorithms 1 Introduction To Genetic Algorithms Dr. Rajib Kumar Bhattacharjya Department of Civil Engineering IIT Guwahati Email: [email protected] References 2 D. E. Goldberg, Genetic Algorithm In Search, Optimization

More information

A Fast and Elitist Multiobjective Genetic Algorithm: NSGA-II

A Fast and Elitist Multiobjective Genetic Algorithm: NSGA-II 182 IEEE TRANSACTIONS ON EVOLUTIONARY COMPUTATION, VOL. 6, NO. 2, APRIL 2002 A Fast and Elitist Multiobjective Genetic Algorithm: NSGA-II Kalyanmoy Deb, Associate Member, IEEE, Amrit Pratap, Sameer Agarwal,

More information

Multi-objective Approaches to Optimal Testing Resource Allocation in Modular Software Systems

Multi-objective Approaches to Optimal Testing Resource Allocation in Modular Software Systems Multi-objective Approaches to Optimal Testing Resource Allocation in Modular Software Systems Zai Wang 1, Ke Tang 1 and Xin Yao 1,2 1 Nature Inspired Computation and Applications Laboratory (NICAL), School

More information

Multi-Objective Optimization using Evolutionary Algorithms

Multi-Objective Optimization using Evolutionary Algorithms Multi-Objective Optimization using Evolutionary Algorithms Kalyanmoy Deb Department of Mechanical Engineering, Indian Institute of Technology, Kanpur, India JOHN WILEY & SONS, LTD Chichester New York Weinheim

More information

Iterative calculation of the heat transfer coefficient

Iterative calculation of the heat transfer coefficient Iterative calculation of the heat transfer coefficient D.Roncati Progettazione Ottica Roncati, via Panfilio, 17 44121 Ferrara Aim The plate temperature of a cooling heat sink is an important parameter

More information

Multiobjective Multicast Routing Algorithm

Multiobjective Multicast Routing Algorithm Multiobjective Multicast Routing Algorithm Jorge Crichigno, Benjamín Barán P. O. Box 9 - National University of Asunción Asunción Paraguay. Tel/Fax: (+9-) 89 {jcrichigno, bbaran}@cnc.una.py http://www.una.py

More information

An Evolutionary Algorithm in Grid Scheduling by multiobjective Optimization using variants of NSGA

An Evolutionary Algorithm in Grid Scheduling by multiobjective Optimization using variants of NSGA International Journal of Scientific and Research Publications, Volume 2, Issue 9, September 2012 1 An Evolutionary Algorithm in Grid Scheduling by multiobjective Optimization using variants of NSGA Shahista

More information

NUMERICAL SIMULATION OF BIOHEAT TRANSFER PROCESS IN THE HUMAN EYE USING FINITE ELEMENT METHOD

NUMERICAL SIMULATION OF BIOHEAT TRANSFER PROCESS IN THE HUMAN EYE USING FINITE ELEMENT METHOD Scientific Research of the Institute of Mathematics and Computer Science NUMERICAL SIMULATION OF BIOHEAT TRANSFER PROCESS IN THE HUMAN EYE USING FINITE ELEMENT METHOD Marek Paruch Department for Strength

More information

Selecting Best Investment Opportunities from Stock Portfolios Optimized by a Multiobjective Evolutionary Algorithm

Selecting Best Investment Opportunities from Stock Portfolios Optimized by a Multiobjective Evolutionary Algorithm Selecting Best Investment Opportunities from Stock Portfolios Optimized by a Multiobjective Evolutionary Algorithm Krzysztof Michalak Department of Information Technologies, Institute of Business Informatics,

More information

Lecture 9, Thermal Notes, 3.054

Lecture 9, Thermal Notes, 3.054 Lecture 9, Thermal Notes, 3.054 Thermal Properties of Foams Closed cell foams widely used for thermal insulation Only materials with lower conductivity are aerogels (tend to be brittle and weak) and vacuum

More information

A Study of Local Optima in the Biobjective Travelling Salesman Problem

A Study of Local Optima in the Biobjective Travelling Salesman Problem A Study of Local Optima in the Biobjective Travelling Salesman Problem Luis Paquete, Marco Chiarandini and Thomas Stützle FG Intellektik, Technische Universität Darmstadt, Alexanderstr. 10, Darmstadt,

More information

Multi-Objective Optimization to Workflow Grid Scheduling using Reference Point based Evolutionary Algorithm

Multi-Objective Optimization to Workflow Grid Scheduling using Reference Point based Evolutionary Algorithm Multi-Objective Optimization to Workflow Grid Scheduling using Reference Point based Evolutionary Algorithm Ritu Garg Assistant Professor Computer Engineering Department National Institute of Technology,

More information

Module 1 : Conduction. Lecture 5 : 1D conduction example problems. 2D conduction

Module 1 : Conduction. Lecture 5 : 1D conduction example problems. 2D conduction Module 1 : Conduction Lecture 5 : 1D conduction example problems. 2D conduction Objectives In this class: An example of optimization for insulation thickness is solved. The 1D conduction is considered

More information

Defining and Optimizing Indicator-based Diversity Measures in Multiobjective Search

Defining and Optimizing Indicator-based Diversity Measures in Multiobjective Search Defining and Optimizing Indicator-based Diversity Measures in Multiobjective Search Tamara Ulrich, Johannes Bader, and Lothar Thiele Computer Engineering and Networks Laboratory, ETH Zurich 8092 Zurich,

More information

Model-based Parameter Optimization of an Engine Control Unit using Genetic Algorithms

Model-based Parameter Optimization of an Engine Control Unit using Genetic Algorithms Symposium on Automotive/Avionics Avionics Systems Engineering (SAASE) 2009, UC San Diego Model-based Parameter Optimization of an Engine Control Unit using Genetic Algorithms Dipl.-Inform. Malte Lochau

More information

Genetic Algorithms for Bridge Maintenance Scheduling. Master Thesis

Genetic Algorithms for Bridge Maintenance Scheduling. Master Thesis Genetic Algorithms for Bridge Maintenance Scheduling Yan ZHANG Master Thesis 1st Examiner: Prof. Dr. Hans-Joachim Bungartz 2nd Examiner: Prof. Dr. rer.nat. Ernst Rank Assistant Advisor: DIPL.-ING. Katharina

More information

α α λ α = = λ λ α ψ = = α α α λ λ ψ α = + β = > θ θ β > β β θ θ θ β θ β γ θ β = γ θ > β > γ θ β γ = θ β = θ β = θ β = β θ = β β θ = = = β β θ = + α α α α α = = λ λ λ λ λ λ λ = λ λ α α α α λ ψ + α =

More information

Integer Programming: Algorithms - 3

Integer Programming: Algorithms - 3 Week 9 Integer Programming: Algorithms - 3 OPR 992 Applied Mathematical Programming OPR 992 - Applied Mathematical Programming - p. 1/12 Dantzig-Wolfe Reformulation Example Strength of the Linear Programming

More information

A Fast Computational Genetic Algorithm for Economic Load Dispatch

A Fast Computational Genetic Algorithm for Economic Load Dispatch A Fast Computational Genetic Algorithm for Economic Load Dispatch M.Sailaja Kumari 1, M.Sydulu 2 Email: 1 [email protected] 1, 2 Department of Electrical Engineering National Institute of Technology,

More information

MULTI-OBJECTIVE OPTIMIZATION USING PARALLEL COMPUTATIONS

MULTI-OBJECTIVE OPTIMIZATION USING PARALLEL COMPUTATIONS MULTI-OBJECTIVE OPTIMIZATION USING PARALLEL COMPUTATIONS Ausra Mackute-Varoneckiene, Antanas Zilinskas Institute of Mathematics and Informatics, Akademijos str. 4, LT-08663 Vilnius, Lithuania, [email protected],

More information

Genetic Algorithm. Based on Darwinian Paradigm. Intrinsically a robust search and optimization mechanism. Conceptual Algorithm

Genetic Algorithm. Based on Darwinian Paradigm. Intrinsically a robust search and optimization mechanism. Conceptual Algorithm 24 Genetic Algorithm Based on Darwinian Paradigm Reproduction Competition Survive Selection Intrinsically a robust search and optimization mechanism Slide -47 - Conceptual Algorithm Slide -48 - 25 Genetic

More information

Energy Transport. Focus on heat transfer. Heat Transfer Mechanisms: Conduction Radiation Convection (mass movement of fluids)

Energy Transport. Focus on heat transfer. Heat Transfer Mechanisms: Conduction Radiation Convection (mass movement of fluids) Energy Transport Focus on heat transfer Heat Transfer Mechanisms: Conduction Radiation Convection (mass movement of fluids) Conduction Conduction heat transfer occurs only when there is physical contact

More information

Maintenance scheduling by variable dimension evolutionary algorithms

Maintenance scheduling by variable dimension evolutionary algorithms Advances in Safety and Reliability Kołowrocki (ed.) 2005 Taylor & Francis Group, London, ISBN 0 415 38340 4 Maintenance scheduling by variable dimension evolutionary algorithms P. Limbourg & H.-D. Kochs

More information

Simple Population Replacement Strategies for a Steady-State Multi-Objective Evolutionary Algorithm

Simple Population Replacement Strategies for a Steady-State Multi-Objective Evolutionary Algorithm Simple Population Replacement Strategies for a Steady-State Multi-Objective Evolutionary Christine L. Mumford School of Computer Science, Cardiff University PO Box 916, Cardiff CF24 3XF, United Kingdom

More information

Engine Heat Transfer. Engine Heat Transfer

Engine Heat Transfer. Engine Heat Transfer Engine Heat Transfer 1. Impact of heat transfer on engine operation 2. Heat transfer environment 3. Energy flow in an engine 4. Engine heat transfer Fundamentals Spark-ignition engine heat transfer Diesel

More information

Mechanical Properties of Metals Mechanical Properties refers to the behavior of material when external forces are applied

Mechanical Properties of Metals Mechanical Properties refers to the behavior of material when external forces are applied Mechanical Properties of Metals Mechanical Properties refers to the behavior of material when external forces are applied Stress and strain fracture or engineering point of view: allows to predict the

More information

A New Multi-objective Evolutionary Optimisation Algorithm: The Two-Archive Algorithm

A New Multi-objective Evolutionary Optimisation Algorithm: The Two-Archive Algorithm A New Multi-objective Evolutionary Optimisation Algorithm: The Two-Archive Algorithm Kata Praditwong 1 and Xin Yao 2 The Centre of Excellence for Research in Computational Intelligence and Applications(CERCIA),

More information

Approximating the Nondominated Front Using the Pareto Archived Evolution Strategy

Approximating the Nondominated Front Using the Pareto Archived Evolution Strategy Approximating the Nondominated Front Using the Pareto Archived Evolution Strategy Joshua D. Knowles School of Computer Science, Cybernetics and Electronic Engineering University of Reading Reading RG6

More information

Basic Equations, Boundary Conditions and Dimensionless Parameters

Basic Equations, Boundary Conditions and Dimensionless Parameters Chapter 2 Basic Equations, Boundary Conditions and Dimensionless Parameters In the foregoing chapter, many basic concepts related to the present investigation and the associated literature survey were

More information

ABAQUS Tutorial. 3D Modeling

ABAQUS Tutorial. 3D Modeling Spring 2011 01/21/11 ABAQUS Tutorial 3D Modeling This exercise intends to demonstrate the steps you would follow in creating and analyzing a simple solid model using ABAQUS CAE. Introduction A solid undergoes

More information

FINITE ELEMENT : MATRIX FORMULATION. Georges Cailletaud Ecole des Mines de Paris, Centre des Matériaux UMR CNRS 7633

FINITE ELEMENT : MATRIX FORMULATION. Georges Cailletaud Ecole des Mines de Paris, Centre des Matériaux UMR CNRS 7633 FINITE ELEMENT : MATRIX FORMULATION Georges Cailletaud Ecole des Mines de Paris, Centre des Matériaux UMR CNRS 76 FINITE ELEMENT : MATRIX FORMULATION Discrete vs continuous Element type Polynomial approximation

More information

Modified Version of Roulette Selection for Evolution Algorithms - the Fan Selection

Modified Version of Roulette Selection for Evolution Algorithms - the Fan Selection Modified Version of Roulette Selection for Evolution Algorithms - the Fan Selection Adam S lowik, Micha l Bia lko Department of Electronic, Technical University of Koszalin, ul. Śniadeckich 2, 75-453 Koszalin,

More information

Index Terms- Batch Scheduling, Evolutionary Algorithms, Multiobjective Optimization, NSGA-II.

Index Terms- Batch Scheduling, Evolutionary Algorithms, Multiobjective Optimization, NSGA-II. Batch Scheduling By Evolutionary Algorithms for Multiobjective Optimization Charmi B. Desai, Narendra M. Patel L.D. College of Engineering, Ahmedabad Abstract - Multi-objective optimization problems are

More information

Version default Titre : SSNP161 Essais biaxiaux de Kupfer Date : 10/10/2012 Page : 1/8 Responsable : François HAMON Clé : V6.03.161 Révision : 9783

Version default Titre : SSNP161 Essais biaxiaux de Kupfer Date : 10/10/2012 Page : 1/8 Responsable : François HAMON Clé : V6.03.161 Révision : 9783 Titre : SSNP161 Essais biaxiaux de Kupfer Date : 10/10/2012 Page : 1/8 SSNP161 Biaxial tests of Summarized Kupfer: Kupfer [1] was interested to characterize the performances of the concrete under biaxial

More information

INTERNATIONAL ASSOCIATION OF CLASSIFICATION SOCIETIES. Interpretations of the FTP

INTERNATIONAL ASSOCIATION OF CLASSIFICATION SOCIETIES. Interpretations of the FTP INTERNATIONAL ASSOCIATION OF CLASSIFICATION SOCIETIES Interpretations of the FTP CONTENTS FTP1 Adhesives used in A or B class divisions (FTP Code 3.1, Res A.754 para. 3.2.3) June 2000 FTP2 Pipe and duct

More information

3D plasticity. Write 3D equations for inelastic behavior. Georges Cailletaud, Ecole des Mines de Paris, Centre des Matériaux

3D plasticity. Write 3D equations for inelastic behavior. Georges Cailletaud, Ecole des Mines de Paris, Centre des Matériaux 3D plasticity 3D viscoplasticity 3D plasticity Perfectly plastic material Direction of plastic flow with various criteria Prandtl-Reuss, Hencky-Mises, Prager rules Write 3D equations for inelastic behavior

More information

Energy Efficient Data Center Design. Can Ozcan Ozen Engineering Emre Türköz Ozen Engineering

Energy Efficient Data Center Design. Can Ozcan Ozen Engineering Emre Türköz Ozen Engineering Energy Efficient Data Center Design Can Ozcan Ozen Engineering Emre Türköz Ozen Engineering 1 Bio Can Ozcan received his Master of Science in Mechanical Engineering from Bogazici University of Turkey in

More information

Code_Aster. HSNV129 - Test of compression-thermal expansion for study of the coupling thermal-cracking

Code_Aster. HSNV129 - Test of compression-thermal expansion for study of the coupling thermal-cracking Titre : HSNV129 - Essai de compression-dilatation pour étu[...] Date : 1/1/212 Page : 1/8 HSNV129 - Test of compression-thermal expansion for study of the coupling thermal-cracking Summarized: One applies

More information

Pacific Journal of Mathematics

Pacific Journal of Mathematics Pacific Journal of Mathematics GLOBAL EXISTENCE AND DECREASING PROPERTY OF BOUNDARY VALUES OF SOLUTIONS TO PARABOLIC EQUATIONS WITH NONLOCAL BOUNDARY CONDITIONS Sangwon Seo Volume 193 No. 1 March 2000

More information

Lecture 3 Fluid Dynamics and Balance Equa6ons for Reac6ng Flows

Lecture 3 Fluid Dynamics and Balance Equa6ons for Reac6ng Flows Lecture 3 Fluid Dynamics and Balance Equa6ons for Reac6ng Flows 3.- 1 Basics: equations of continuum mechanics - balance equations for mass and momentum - balance equations for the energy and the chemical

More information

Statistical Machine Learning

Statistical Machine Learning Statistical Machine Learning UoC Stats 37700, Winter quarter Lecture 4: classical linear and quadratic discriminants. 1 / 25 Linear separation For two classes in R d : simple idea: separate the classes

More information

Experimental Study of Free Convection Heat Transfer From Array Of Vertical Tubes At Different Inclinations

Experimental Study of Free Convection Heat Transfer From Array Of Vertical Tubes At Different Inclinations Experimental Study of Free Convection Heat Transfer From Array Of Vertical Tubes At Different Inclinations A.Satyanarayana.Reddy 1, Suresh Akella 2, AMK. Prasad 3 1 Associate professor, Mechanical Engineering

More information

Optimization of electronic devices placement on printed circuit board

Optimization of electronic devices placement on printed circuit board Optimization of electronic devices placement on printed circuit board Abstract by M. Felczak, T.Wajman and B. Więcek Technical University of Łódź, Wólczańska 211/215, 90-924 Łódź, Poland Power densities

More information

An Optimal Design of Constellation of Multiple Regional Coverage

An Optimal Design of Constellation of Multiple Regional Coverage An Optimal Design of Constellation of Multiple Regional Coverage Based on NSGA-II 1 Xiaoqian Huang, 1,* Guangming Dai 1, School of Computer Science, China University of Geosciences, [email protected] *

More information

Solving Three-objective Optimization Problems Using Evolutionary Dynamic Weighted Aggregation: Results and Analysis

Solving Three-objective Optimization Problems Using Evolutionary Dynamic Weighted Aggregation: Results and Analysis Solving Three-objective Optimization Problems Using Evolutionary Dynamic Weighted Aggregation: Results and Analysis Abstract. In this paper, evolutionary dynamic weighted aggregation methods are generalized

More information

A Multi-objective Scheduling Model for Solving the Resource-constrained Project Scheduling and Resource Leveling Problems. Jia Hu 1 and Ian Flood 2

A Multi-objective Scheduling Model for Solving the Resource-constrained Project Scheduling and Resource Leveling Problems. Jia Hu 1 and Ian Flood 2 A Multi-objective Scheduling Model for Solving the Resource-constrained Project Scheduling and Resource Leveling Problems Jia Hu 1 and Ian Flood 2 1 Ph.D. student, Rinker School of Building Construction,

More information

University of Maryland Fraternity & Sorority Life Spring 2015 Academic Report

University of Maryland Fraternity & Sorority Life Spring 2015 Academic Report University of Maryland Fraternity & Sorority Life Academic Report Academic and Population Statistics Population: # of Students: # of New Members: Avg. Size: Avg. GPA: % of the Undergraduate Population

More information

Supply planning for two-level assembly systems with stochastic component delivery times: trade-off between holding cost and service level

Supply planning for two-level assembly systems with stochastic component delivery times: trade-off between holding cost and service level Supply planning for two-level assembly systems with stochastic component delivery times: trade-off between holding cost and service level Faicel Hnaien, Xavier Delorme 2, and Alexandre Dolgui 2 LIMOS,

More information

Integration of a fin experiment into the undergraduate heat transfer laboratory

Integration of a fin experiment into the undergraduate heat transfer laboratory Integration of a fin experiment into the undergraduate heat transfer laboratory H. I. Abu-Mulaweh Mechanical Engineering Department, Purdue University at Fort Wayne, Fort Wayne, IN 46805, USA E-mail: [email protected]

More information

CHAPTER 3 SECURITY CONSTRAINED OPTIMAL SHORT-TERM HYDROTHERMAL SCHEDULING

CHAPTER 3 SECURITY CONSTRAINED OPTIMAL SHORT-TERM HYDROTHERMAL SCHEDULING 60 CHAPTER 3 SECURITY CONSTRAINED OPTIMAL SHORT-TERM HYDROTHERMAL SCHEDULING 3.1 INTRODUCTION Optimal short-term hydrothermal scheduling of power systems aims at determining optimal hydro and thermal generations

More information

3 Theory of small strain elastoplasticity 3.1 Analysis of stress and strain 3.1.1 Stress invariants Consider the Cauchy stress tensor σ. The characteristic equation of σ is σ 3 I 1 σ +I 2 σ I 3 δ = 0,

More information

Keywords: Heat transfer enhancement; staggered arrangement; Triangular Prism, Reynolds Number. 1. Introduction

Keywords: Heat transfer enhancement; staggered arrangement; Triangular Prism, Reynolds Number. 1. Introduction Heat transfer augmentation in rectangular channel using four triangular prisms arrange in staggered manner Manoj Kumar 1, Sunil Dhingra 2, Gurjeet Singh 3 1 Student, 2,3 Assistant Professor 1.2 Department

More information

The Three Heat Transfer Modes in Reflow Soldering

The Three Heat Transfer Modes in Reflow Soldering Section 5: Reflow Oven Heat Transfer The Three Heat Transfer Modes in Reflow Soldering There are three different heating modes involved with most SMT reflow processes: conduction, convection, and infrared

More information

Mechanical Properties - Stresses & Strains

Mechanical Properties - Stresses & Strains Mechanical Properties - Stresses & Strains Types of Deformation : Elasic Plastic Anelastic Elastic deformation is defined as instantaneous recoverable deformation Hooke's law : For tensile loading, σ =

More information

Ampacity simulation of a high voltage cable to connecting off shore wind farms

Ampacity simulation of a high voltage cable to connecting off shore wind farms Ampacity simulation of a high voltage cable to connecting off shore wind farms Eva Pelster 1, Dr. David Wenger 1 1 Wenger Engineering GmbH, Einsteinstr. 55, 89077 Ulm, [email protected] Abstract:

More information

Introduction to Support Vector Machines. Colin Campbell, Bristol University

Introduction to Support Vector Machines. Colin Campbell, Bristol University Introduction to Support Vector Machines Colin Campbell, Bristol University 1 Outline of talk. Part 1. An Introduction to SVMs 1.1. SVMs for binary classification. 1.2. Soft margins and multi-class classification.

More information

Genetic Algorithms commonly used selection, replacement, and variation operators Fernando Lobo University of Algarve

Genetic Algorithms commonly used selection, replacement, and variation operators Fernando Lobo University of Algarve Genetic Algorithms commonly used selection, replacement, and variation operators Fernando Lobo University of Algarve Outline Selection methods Replacement methods Variation operators Selection Methods

More information

Numerical methods for American options

Numerical methods for American options Lecture 9 Numerical methods for American options Lecture Notes by Andrzej Palczewski Computational Finance p. 1 American options The holder of an American option has the right to exercise it at any moment

More information

Vapor Chambers. Figure 1: Example of vapor chamber. Benefits of Using Vapor Chambers

Vapor Chambers. Figure 1: Example of vapor chamber. Benefits of Using Vapor Chambers Vapor Chambers A vapor chamber is a high-end thermal management device that can evenly dissipate heat from a small source to a large platform of area (see Figure 1). It has a similar construction and mechanism

More information

International Doctoral School Algorithmic Decision Theory: MCDA and MOO

International Doctoral School Algorithmic Decision Theory: MCDA and MOO International Doctoral School Algorithmic Decision Theory: MCDA and MOO Lecture 2: Multiobjective Linear Programming Department of Engineering Science, The University of Auckland, New Zealand Laboratoire

More information

5 VECTOR GEOMETRY. 5.0 Introduction. Objectives. Activity 1

5 VECTOR GEOMETRY. 5.0 Introduction. Objectives. Activity 1 5 VECTOR GEOMETRY Chapter 5 Vector Geometry Objectives After studying this chapter you should be able to find and use the vector equation of a straight line; be able to find the equation of a plane in

More information

TEXTILE FABRICS AS THERMAL INSULATORS

TEXTILE FABRICS AS THERMAL INSULATORS TEXTILE FABRICS AS THERMAL INSULATORS Zeinab S. Abdel-Rehim 1, M. M. Saad 2, M. El-Shakankery 2 and I. Hanafy 3 1 Mechanical Engineering Department of the National Research Center, Dokki, Giza, Egypt 2

More information

Core problems in the bi-criteria {0,1}-knapsack: new developments

Core problems in the bi-criteria {0,1}-knapsack: new developments Core problems in the bi-criteria {0,}-knapsack: new developments Carlos Gomes da Silva (2,3, ), João Clímaco (,3) and José Figueira (3,4) () Faculdade de Economia da Universidade de Coimbra Av. Dias da

More information

Effect of design parameters on temperature rise of windings of dry type electrical transformer

Effect of design parameters on temperature rise of windings of dry type electrical transformer Effect of design parameters on temperature rise of windings of dry type electrical transformer Vikas Kumar a, *, T. Vijay Kumar b, K.B. Dora c a Centre for Development of Advanced Computing, Pune University

More information

Steady Heat Conduction

Steady Heat Conduction Steady Heat Conduction In thermodynamics, we considered the amount of heat transfer as a system undergoes a process from one equilibrium state to another. hermodynamics gives no indication of how long

More information

Level Set Framework, Signed Distance Function, and Various Tools

Level Set Framework, Signed Distance Function, and Various Tools Level Set Framework Geometry and Calculus Tools Level Set Framework,, and Various Tools Spencer Department of Mathematics Brigham Young University Image Processing Seminar (Week 3), 2010 Level Set Framework

More information

Thermal Management of Electronic Devices used in Automotive Safety A DoE approach

Thermal Management of Electronic Devices used in Automotive Safety A DoE approach Thermal Management of Electronic Devices used in Automotive Safety A DoE approach Vinod Kumar, Vinay Somashekhar and Srivathsa Jagalur Autoliv India Private Limited, Bangalore, India Abstract: Electronic

More information

Solar Energy. Outline. Solar radiation. What is light?-- Electromagnetic Radiation. Light - Electromagnetic wave spectrum. Electromagnetic Radiation

Solar Energy. Outline. Solar radiation. What is light?-- Electromagnetic Radiation. Light - Electromagnetic wave spectrum. Electromagnetic Radiation Outline MAE 493R/593V- Renewable Energy Devices Solar Energy Electromagnetic wave Solar spectrum Solar global radiation Solar thermal energy Solar thermal collectors Solar thermal power plants Photovoltaics

More information

Chapter Outline. Mechanical Properties of Metals How do metals respond to external loads?

Chapter Outline. Mechanical Properties of Metals How do metals respond to external loads? Mechanical Properties of Metals How do metals respond to external loads? Stress and Strain Tension Compression Shear Torsion Elastic deformation Plastic Deformation Yield Strength Tensile Strength Ductility

More information

Consistencies and Contradictions of Performance Metrics in Multiobjective Optimization

Consistencies and Contradictions of Performance Metrics in Multiobjective Optimization IEEE TRANSACTIONS ON CYBERNETICS Consistencies and Contradictions of Performance Metrics in Multiobjective Optimization Siwei Jiang, Yew-Soon Ong, Jie Zhang, Liang Feng Abstract An important consideration

More information

Constrained Least Squares

Constrained Least Squares Constrained Least Squares Authors: G.H. Golub and C.F. Van Loan Chapter 12 in Matrix Computations, 3rd Edition, 1996, pp.580-587 CICN may05/1 Background The least squares problem: min Ax b 2 x Sometimes,

More information

Optimum Design of Worm Gears with Multiple Computer Aided Techniques

Optimum Design of Worm Gears with Multiple Computer Aided Techniques Copyright c 2008 ICCES ICCES, vol.6, no.4, pp.221-227 Optimum Design of Worm Gears with Multiple Computer Aided Techniques Daizhong Su 1 and Wenjie Peng 2 Summary Finite element analysis (FEA) has proved

More information

ME349 Engineering Design Projects

ME349 Engineering Design Projects ME349 Engineering Design Projects Introduction to Materials Selection The Material Selection Problem Design of an engineering component involves three interrelated problems: (i) selecting a material, (ii)

More information

Hiroyuki Sato. Minami Miyakawa. Keiki Takadama ABSTRACT. Categories and Subject Descriptors. General Terms

Hiroyuki Sato. Minami Miyakawa. Keiki Takadama ABSTRACT. Categories and Subject Descriptors. General Terms Controlling election Area of Useful Infeasible olutions and Their Archive for Directed Mating in Evolutionary Constrained Multiobjective Optimization Minami Miyakawa The University of Electro-Communications

More information

International Journal of Advanced Research in Electrical, Electronics and Instrumentation Engineering

International Journal of Advanced Research in Electrical, Electronics and Instrumentation Engineering DOI: 10.15662/ijareeie.2014.0307061 Economic Dispatch of Power System Optimization with Power Generation Schedule Using Evolutionary Technique Girish Kumar 1, Rameshwar singh 2 PG Student [Control system],

More information

PREDICTION OF DISTORTIONS IN THROUGH HARDENING OF CYLINDRICAL STEEL WORKPIECES BY DIMENSIONAL ANALYSIS

PREDICTION OF DISTORTIONS IN THROUGH HARDENING OF CYLINDRICAL STEEL WORKPIECES BY DIMENSIONAL ANALYSIS PREDICTION OF DISTORTIONS IN THROUGH HARDENING OF CYLINDRICAL STEEL WORKPIECES BY DIMENSIONAL ANALYSIS C. Şimşir 1, T. Lübben 1, F. Hoffmann 1, H.-W. Zoch 1, M. Wolff 2 1 Foundation Institute of Materials

More information

Hardware/Software Codesign

Hardware/Software Codesign Hardware/Software Codesign. Review. Allocation, Binding and Scheduling Marco Platzner Lothar Thiele by the authors Synthesis Behavior Structure Synthesis Tasks Œ Allocation: Œ Binding: Œ Scheduling: selection

More information

Optimization algorithms for aeronautical engine components: CFD design applications

Optimization algorithms for aeronautical engine components: CFD design applications Optimization algorithms for aeronautical engine components: CFD design applications 1 Outline CFD Optimization Research projects Combustor applications Injection system design à swirl number Cowl design

More information

A Study on the Comparison of Electricity Forecasting Models: Korea and China

A Study on the Comparison of Electricity Forecasting Models: Korea and China Communications for Statistical Applications and Methods 2015, Vol. 22, No. 6, 675 683 DOI: http://dx.doi.org/10.5351/csam.2015.22.6.675 Print ISSN 2287-7843 / Online ISSN 2383-4757 A Study on the Comparison

More information

TIE-32: Thermal loads on optical glass

TIE-32: Thermal loads on optical glass PAGE 1/7 1 Introduction In some applications optical glasses have to endure thermal loads: Finishing procedures for optical elements like lenses, prisms, beam splitters and so on involve thermal processes

More information

A Multi-Objective Performance Evaluation in Grid Task Scheduling using Evolutionary Algorithms

A Multi-Objective Performance Evaluation in Grid Task Scheduling using Evolutionary Algorithms A Multi-Objective Performance Evaluation in Grid Task Scheduling using Evolutionary Algorithms MIGUEL CAMELO, YEZID DONOSO, HAROLD CASTRO Systems and Computer Engineering Department Universidad de los

More information

How To Calculate Thermal Resistance On A Pb (Plastipo)

How To Calculate Thermal Resistance On A Pb (Plastipo) VISHAY BEYSCHLAG Resistive Products 1. INTRODUCTION Thermal management is becoming more important as the density of electronic components in modern printed circuit boards (PCBs), as well as the applied

More information

t := maxγ ν subject to ν {0,1,2,...} and f(x c +γ ν d) f(x c )+cγ ν f (x c ;d).

t := maxγ ν subject to ν {0,1,2,...} and f(x c +γ ν d) f(x c )+cγ ν f (x c ;d). 1. Line Search Methods Let f : R n R be given and suppose that x c is our current best estimate of a solution to P min x R nf(x). A standard method for improving the estimate x c is to choose a direction

More information

Méta-heuristiques pour l optimisation

Méta-heuristiques pour l optimisation Méta-heuristiques pour l optimisation Differential Evolution (DE) Particle Swarm Optimization (PSO) Alain Dutech Equipe MAIA - LORIA - INRIA Nancy, France Web : http://maia.loria.fr Mail : [email protected]

More information

HYBRID GENETIC ALGORITHM PARAMETER EFFECTS FOR OPTIMIZATION OF CONSTRUCTION RESOURCE ALLOCATION PROBLEM. Jin-Lee KIM 1, M. ASCE

HYBRID GENETIC ALGORITHM PARAMETER EFFECTS FOR OPTIMIZATION OF CONSTRUCTION RESOURCE ALLOCATION PROBLEM. Jin-Lee KIM 1, M. ASCE 1560 HYBRID GENETIC ALGORITHM PARAMETER EFFECTS FOR OPTIMIZATION OF CONSTRUCTION RESOURCE ALLOCATION PROBLEM Jin-Lee KIM 1, M. ASCE 1 Assistant Professor, Department of Civil Engineering and Construction

More information

Largest Fixed-Aspect, Axis-Aligned Rectangle

Largest Fixed-Aspect, Axis-Aligned Rectangle Largest Fixed-Aspect, Axis-Aligned Rectangle David Eberly Geometric Tools, LLC http://www.geometrictools.com/ Copyright c 1998-2016. All Rights Reserved. Created: February 21, 2004 Last Modified: February

More information

Flux Conference 2012. High Efficiency Motor Design for Electric Vehicles

Flux Conference 2012. High Efficiency Motor Design for Electric Vehicles Flux Conference 2012 High Efficiency Motor Design for Electric Vehicles L. Chen, J. Wang, P. Lombard, P. Lazari and V. Leconte University of Sheffield, Date CEDRAT : 18 October 2012 Presented by: P. Lazari

More information

THERMAL ANALYSIS. Overview

THERMAL ANALYSIS. Overview W H I T E P A P E R THERMAL ANALYSIS Overview In this white paper we define and then outline the concept of thermal analysis as it relates to product design. We discuss the principles of conduction, convection,

More information