Integrating RTN scheduling models with ISA-95 standard. Pedro M. Castro Ignacio E. Grossmann Iiro Harjunkoski

Size: px
Start display at page:

Download "Integrating RTN scheduling models with ISA-95 standard. Pedro M. Castro Ignacio E. Grossmann Iiro Harjunkoski"

Transcription

1 Integrating RTN scheduling models with ISA-95 standard Pedro M. Castro Ignacio E. Grossmann Iiro Harjunkoski

2 Motivation EWO aims to simultaneously account for KPI across multiple business units Integration of supply chain management, production control, planning & scheduling Need to efficiently transfer data and information between different systems Focus on production management system and scheduling solution ISA-95 standard can act as data-exchange platform Goal: Integrate with generic scheduling framework to cover wide variety of problems March 15, 2017 Enterprise-Wide Optimization Meeting: ABB Project Overview 2

3 Generic scheduling framework Resource-Task Network formulation (Pantelides 94) Key success drivers Modeling paradigm easily understood by business stakeholders Flexible approach, easily modified when new information becomes available Discrete-time representation Better at finding good solutions in short computational time Processing times pp ii (h) rounded up to multiples of δδ ττ ii = pp ii /δδ (# time slots) Parameter used by model δ uniform slot size (time units) T -3 T -2 T -1 t= T time points ft 1 ft 2 ft 3 ft 4... ft T -2 ft T -1 ft T time of each time point is known a priori ffff tt = (tt 1) δδ 0 H Challenge Develop RTN models that map ISA-95 information Need for RTN Handbook Time horizon March 15, 2017 Enterprise-Wide Optimization Meeting: ABB Project Overview 3

4 Key model entities: Tasks (ii) Characterized by: Extent variables Binary NN ii,tt Continuous ξξ ii,tt Structural parameters (from production recipe) Binary interaction μμ rr,ii,θθ Continuous interaction νν rr,ii,θθ Arrow indicates production and/or consumption Relative time index θθ Measure unit: # time slots Events at start of task: θθ = 0 Events at end of task: θθ = ττ Intermediate events: θθ {1,, ττ 1} Fixed amount μμ AA,ii,0 = = 160 μμ BB,ii,0 = = 240 Variable amount, fixed duration D A B Equipment (U) μμ UU,ii,0 = 1 μμ UU,ii,ττ = 1 Task ii νν DD,ii,0 = 1 νν EE,ii,ττ = 1 Variable amount & duration Task ii 1 μμ FF,ii2,3 = Task ii 2 μμ FF,ii3,4 = 500 Task ii 3 NN ii,tt = 1 Task ii μμ FF,ii1,2 = 300 E F 1 C Batch size=400 kg μμ CC,ii,ττ = = 400 NN ii,tt = 1 Batch size [300,500] kg ξξ ii,tt [300,500] NN ii1,tt + NN ii2,tt + NN ii3,tt = 1 Size (kg) Duration March 15, 2017 Enterprise-Wide Optimization Meeting: ABB Project Overview 4

5 Key model entities: Resources (rr) Characterized by: Excess resource variables Continuous RR rr,tt Unit assigned to task RR rr,tt = 0 Idle unit RR rr,tt = 1 Parameters Initial availability RR rr 0 Typically RR rr 0 = 1 (equipment units) RR rr 0 = nn (if there are nn equivalent units) Time-dependent availability (dedicated storage capacity) RR mmmmmm mmmmmm rr,tt RR rr,tt RR rr,tt Shared storage (multiple materials rr simultaneously in unit uu) vv mmmmmm uu mmmmmm rr RR rr,tt vv uu External interactions ππ rr,tt Supplied to (+) & removed from (-) system Shared storage (one material at a time) Define one storage task per material All consume unit uu (RR uu 0 = 1) Hide material resources rr temporarily (one time slot) νν AA,iiAA,0 = 1 νν CC,iiCC,0 = 1 RR AA,tt = RR BB,tt = RR BB,tt = 0 tt A νν AA,iiAA,1 = 1 B νν CC,iiCC,1 = 1 C Storage Task ii AA Storage Task ii BB Storage Task ii CC ττ = 1 Task/resource interactions Excess resource balances U μμ UU,iiAA,0 = 1 μμ UU,iiAA,1 = 1 μμ UU,iiCC,0 = 1 μμ UU,iiCC,1 = 1 RR rr,tt = RR 0 ττ rr tt=1 + RR rr,tt 1 + ii ii θθ=0(μμrr,ii,θθ NN ii,tt θθ + νν rr,ii,θθ ξξ ii,tt θθ ) + ππ rr,tt rr, tt March 15, 2017 Enterprise-Wide Optimization Meeting: ABB Project Overview 5

6 Sequence dependent changeovers Need to disaggregate equipment resource One for each operation mode U,A U Replaced by U,B U,C Include easy clean (e.g. A to A) in processing task Avoids the need for clean and dirty states Same mode can immediately follow Deduct easy clean from real values Takes advantage of intermediate events Real values Time A B C A B C RM U,A A-B U,B θθ = ττ AA cccc AA AA Make A A-A θθ = 0 θθ = ττ AA A RM Make B B B-B Model values Time A B C A B C March 15, 2017 Enterprise-Wide Optimization Meeting: ABB Project Overview 6

7 Time-based dependencies Define auxiliary timing variables Starting time TTTT ii = tt ffff tt NN ii,tt Ending time TTTT ii = tt (ffff tt + ττ ii δδ) NN ii,tt Assumes execution of a single instance of task ii during time horizon ANSI/ISA , Figure B-6 No constraint needed TTTT BB = TTTT AA TTTT BB TTTT AA TTTT BB TTTT AA + TT TTTT BB TTTT AA + TT TTTT BB TTee AA TTTT AA TTee BB TTTT BB = TTee AA TTTT BB TTee AA TTTT BB TTee AA + TT TTTT BB TTee AA + TT March 15, 2017 Enterprise-Wide Optimization Meeting: ABB Project Overview 7

8 Minimizing makespan Option 1 (Maravelias & Grossmann 03) Iterative procedure (more efficient) Start with short horizon (infeasible) 1 Optimize auxiliary objective E.g. Maximize production Increase # slots until feasibility 1 st solution is makespan optimal LB= δδ #Batches Iterations Makespan CPUs 5 (1,1,1) (2,2,2) (3,3,3) (3,3,3) (3,3,3) (5,5,5) (5,5,5) Option 2 (Castro 01) Define sufficiently long horizon Minimize starting time of last task Consumes all product demand A B C 400 μμ AA,ii,0 = Last task ii LP relaxation Lower bound (LB) Returns solutions before optimum δδ #Batches Makespan CPUs 5 (1,1,1) (2,2,2) (3,3,3) (3,3,3) (3,3,3) (5,5,5) (5,5,5) March 15, 2017 Enterprise-Wide Optimization Meeting: ABB Project Overview 8

9 RTN in C# Gantt scheduling program Import files from XML files with ISA-95 info RTN added to list of heuristics/algorithms Select tuning parameter δδ Makespan strategy Pharma problem with 40 orders; δδ=5 min; Makespan=27 h; 95 CPUs March 15, 2017 Enterprise-Wide Optimization Meeting: ABB Project Overview 9

10 Conclusions Guidelines for modeling scheduling problems with RTN discrete-time formulations Makespan minimization can be challenging Efficient handling of sequence dependent changeovers RTN model integrated with ISA-95 standard New feature in ABB s Gantt scheduling program Rule-based heuristics (e.g., ASAP) Important features still missing Time-dependent interactions Intermediate events of a task (beyond start and finish) Interaction with system boundaries (e.g. electricity prices) Pre-emptive tasks Key for completing after the weekend (e.g., maintenance) March 15, 2017 Enterprise-Wide Optimization Meeting: ABB Project Overview 10

H. Hadera 1,2, I. Harjunkoski 1, G. Sand 1, I. E. Grossmann 3, S. Engell 2 1

H. Hadera 1,2, I. Harjunkoski 1, G. Sand 1, I. E. Grossmann 3, S. Engell 2 1 H. Hadera 1,2, I. Harjunkoski 1, G. Sand 1, I. E. Grossmann 3, S. Engell 2 1 ABB Corporate Research Germany, 2 Technical University of Dortmund Germany, 3 Carnegie Mellon University US Bi-level Heuristic

More information

Managing Projects Teaching materials to accompany:

Managing Projects Teaching materials to accompany: Managing Projects Teaching materials to accompany: Product Design and Development Chapter 14 Karl T. Ulrich and Steven D. Eppinger 2nd Edition, Irwin McGraw-Hill, 2000. Product Development Process Planning

More information

Crude Oil Blend Scheduling Optimization of an Industrial-sized Refinery: A Discrete Time Benchmark

Crude Oil Blend Scheduling Optimization of an Industrial-sized Refinery: A Discrete Time Benchmark Crude Oil Blend Scheduling Optimization of an Industrial-sized Refinery: A Discrete Time Benchmark Motivation: Replace Full Space MINLP by MILP + NLP decompositions for large problems Remark: Continuous-time

More information

Boombot: Low Friction Coefficient Stair Climbing Robot Using Rotating Boom and Weight Redistribution

Boombot: Low Friction Coefficient Stair Climbing Robot Using Rotating Boom and Weight Redistribution Boombot: Low Friction Coefficient Stair Climbing Robot Using Rotating Boom and Weight Redistribution Sartaj Singh and Ramachandra K Abstract Boombot comprising four wheels and a rotating boom in the middle

More information

Optimal Model-Based Production Planning for Refinery Operation

Optimal Model-Based Production Planning for Refinery Operation Optimal Model-Based Production Planning for Refinery Operation Abdulrahman Alattas Advisor: Ignacio Grossmann Chemical Engineering Department Carnegie Mellon University EWO Meeting March 2009 1 Outline

More information

Locomotive Allocation for Toll NZ

Locomotive Allocation for Toll NZ Locomotive Allocation for Toll NZ Sanjay Patel Department of Engineering Science University of Auckland, New Zealand spat075@ec.auckland.ac.nz Abstract A Locomotive is defined as a self-propelled vehicle

More information

A Chemical Batch Reactor Schedule Optimizer

A Chemical Batch Reactor Schedule Optimizer A Chemical Batch Reactor Schedule Optimizer By Steve Morrison, Ph.D. 1997 Info@MethodicalMiracles.com 214-769-9081 Many chemical plants have a very similar configuration to pulp batch digesters; two examples

More information

Operational Model for C3 Feedstock Optimization on a Polypropylene Production Facility

Operational Model for C3 Feedstock Optimization on a Polypropylene Production Facility Operational Model for C3 Feedstock Optimization on a Polypropylene Production Facility Pablo A. Marchetti, Ignacio E. Grossmann Department of Chemical Engineering Carnegie Mellon University marchet@andrew.cmu.edu

More information

Energy Systems Operational Optimisation. Emmanouil (Manolis) Loukarakis Pierluigi Mancarella

Energy Systems Operational Optimisation. Emmanouil (Manolis) Loukarakis Pierluigi Mancarella Energy Systems Operational Optimisation Emmanouil (Manolis) Loukarakis Pierluigi Mancarella Workshop on Mathematics of Energy Management University of Leeds, 14 June 2016 Overview What s this presentation

More information

MPC Z. Song, Z. Liu, and Y. He

MPC Z. Song, Z. Liu, and Y. He MPC 18-359 Z. Song, Z. Liu, and Y. He Optimal Deployment of Wireless Charging Facilities for an Electric Bus System A University Transportation Center sponsored by the U.S. Department of Transportation

More information

Shaft Design. Dr. Mostafa Rostom A. Atia Associate Prof.

Shaft Design. Dr. Mostafa Rostom A. Atia Associate Prof. Shaft Design Dr. Mostafa Rostom A. Atia Associate Prof. 1 Loading modes A shaft is a rotating member, usually of circular cross section, used to transmit power or motion. It provides the axis of rotation,

More information

Publishable Executive Summary (M1-M48)

Publishable Executive Summary (M1-M48) Project no. 031414 Project acronym: METHAPU Project title: Validation of Renewable Methanol Based Auxiliary Power System for Commercial Vessels Instrument: Specific Targeted Research Project Thematic Priority:

More information

Online Learning and Optimization for Smart Power Grid

Online Learning and Optimization for Smart Power Grid 1 2016 IEEE PES General Meeting Panel on Domain-Specific Big Data Analytics Tools in Power Systems Online Learning and Optimization for Smart Power Grid Seung-Jun Kim Department of Computer Sci. and Electrical

More information

CDI15 6. Haar wavelets (1D) 1027, 1104, , 416, 428 SXD

CDI15 6. Haar wavelets (1D) 1027, 1104, , 416, 428 SXD CDI15 6. Haar wavelets (1D) 1027, 1104, 1110 414, 416, 428 SXD Notations 6.1. The Haar transforms 6.2. Haar wavelets 6.3. Multiresolution analysis 6.4. Compression/decompression James S. Walker A primer

More information

DG system integration in distribution networks. The transition from passive to active grids

DG system integration in distribution networks. The transition from passive to active grids DG system integration in distribution networks The transition from passive to active grids Agenda IEA ENARD Annex II Trends and drivers Targets for future electricity networks The current status of distribution

More information

Synthesis of Optimal Batch Distillation Sequences

Synthesis of Optimal Batch Distillation Sequences Presented at the World Batch Forum North American Conference Woodcliff Lake, NJ April 7-10, 2002 107 S. Southgate Drive Chandler, Arizona 85226-3222 480-893-8803 Fax 480-893-7775 E-mail: info@wbf.org www.wbf.org

More information

Online Learning and Optimization for Smart Power Grid

Online Learning and Optimization for Smart Power Grid 1 2016 IEEE PES General Meeting Panel on Domain-Specific Big Data Analytics Tools in Power Systems Online Learning and Optimization for Smart Power Grid Seung-Jun Kim Department of Computer Sci. and Electrical

More information

TYPES OF BLENDING PROCESS

TYPES OF BLENDING PROCESS SYSTEMS LTD Blending operations became a major strategy as an answer to the ever-growing competitions between refineries. The strategy of blending crude oils and refinery products is to increase refining

More information

OPTIMAL BATCH DISTILLATION SEQUENCES USING ASPEN PLUS

OPTIMAL BATCH DISTILLATION SEQUENCES USING ASPEN PLUS OPTIMAL BATCH DISTILLATION SEQUENCES USING ASPEN PLUS Bradley H. Cook, Matthew J. Engel, and Anthony J. Zehnder Air Products and Chemicals, Inc. 7201 Hamilton Blvd. Allentown, PA 18195-1501 Craig S. Landis

More information

Simulated Annealing Algorithm for Customer-Centric Location Routing Problem

Simulated Annealing Algorithm for Customer-Centric Location Routing Problem Simulated Annealing Algorithm for Customer-Centric Location Routing Problem May 22, 2018 Eugene Sohn Advisor: Mohammad Moshref-Javadi, PhD 1 Agenda Why this research? What is this research? Methodology

More information

Property Testing and Affine Invariance Part II Madhu Sudan Harvard University

Property Testing and Affine Invariance Part II Madhu Sudan Harvard University Property Testing and Affine Invariance Part II Madhu Sudan Harvard University December 29-30, 2015 IITB: Property Testing & Affine Invariance 1 of 29 Review of last lecture Property testing: Test global

More information

What makes a good image?

What makes a good image? Optical Imaging 1 What makes a good image? A point in the object is mapped (as much as possible) into a point in the image. The image is a scaled version of the object. 2 A flat plane in the object is

More information

Smart Grids from the perspective of consumers IEA DSM Workshop

Smart Grids from the perspective of consumers IEA DSM Workshop Smart Grids from the perspective of consumers IEA DSM Workshop 14 th November 2012 Linda Hull EA Technology Overview What is a smart grid? What do customers know about Smart Grids What do they know about

More information

Graphically Characterizing the Equilibrium of the Neoclassical Model

Graphically Characterizing the Equilibrium of the Neoclassical Model Graphically Characterizing the Equilibrium of the Neoclassical Model ECON 30020: Intermediate Macroeconomics Prof. Eric Sims University of Notre Dame Spring 2018 1 / 28 Readings GLS Ch. 15 GLS Ch. 16 For

More information

Porting Applications to the Grid

Porting Applications to the Grid Porting Applications to the Grid Charles Loomis Laboratoire de l Accélérateur Linéaire, Université Paris-Sud 11, Orsay, France Lecture given at the Joint EU-IndiaGrid/CompChem GRID Tutorial on Chemical

More information

Optimal Model-Based Production Planning for Refinery Operation

Optimal Model-Based Production Planning for Refinery Operation Optimal Model-Based Production Planning for Refinery Operation Abdulrahman Alattas Advisor: Ignacio Grossmann Chemical Engineering Department Carnegie Mellon University EWO Meeting September 2008 1 Outline

More information

USDOT Region V Regional University Transportation Center Final Report. NEXTRANS Project No. 107PUY2.1

USDOT Region V Regional University Transportation Center Final Report. NEXTRANS Project No. 107PUY2.1 MN WI MI IL IN OH USDOT Region V Regional University Transportation Center Final Report NEXTRANS Project No. 107PUY2.1 Developing Operational and Policy Insights into Next Generation Vehicle Needs Based

More information

SHIP ENERGY EFFICIENCY MANAGEMENT PLAN SEEMP. Edilberto Peralta Operations Manager Central and South America

SHIP ENERGY EFFICIENCY MANAGEMENT PLAN SEEMP. Edilberto Peralta Operations Manager Central and South America SHIP ENERGY EFFICIENCY MANAGEMENT PLAN SEEMP Edilberto Peralta Operations Manager Central and South America SEEMP An energy management plan that aims: - To optimise the ship operational and technical management

More information

On the Applicability of Convex Relaxations for Matching Symmetric Shapes

On the Applicability of Convex Relaxations for Matching Symmetric Shapes On the Applicability of Convex Relaxations for Matching Symmetric Shapes Nadav Dym Weizmann Institute of Science In collaboration with Haggai Maron and Yaron Lipman Shape matching Finding isometries Shape

More information

Design of Inverter Driven Induction Machines. Daniel M. Saban, PE PhD

Design of Inverter Driven Induction Machines. Daniel M. Saban, PE PhD Design of Inverter Driven Induction Machines Daniel M. Saban, PE PhD saban@ieee.org Overview The induction machine problem Stakeholders & design drivers Analysis & synthesis challenges Design rules-of-thumb

More information

Industrial IT Solutions for the Networked Economy

Industrial IT Solutions for the Networked Economy Industrial IT Solutions for the Networked Economy Jouko Karvinen Executive Vice President ABB Automation Technology Products Zurich, Switzerland 1 Copyright 2000 ABB Ltd 2 Copyright 2000 ABB Ltd What Does

More information

Scheduling of cracking production process with feedstocks and energy. constraints

Scheduling of cracking production process with feedstocks and energy. constraints Scheduling of cracking production process with feedstocks and energy constraints Lijie Su 1, Lixin Tang 1*, Ignacio E. Grossmann 2 1 Institute of Industrial Engineering and Logistics Optimization, Northeastern

More information

DEMAND response (DR) algorithms aim to coordinate

DEMAND response (DR) algorithms aim to coordinate October 1, 2018 1 Definition and evaluation of model-free coordination of electrical vehicle charging with reinforcement learning Nasrin Sadeghianpourhamami, Student Member, IEEE, Johannes Deleu, and Chris

More information

Vehicle Rotation Planning for Intercity Railways

Vehicle Rotation Planning for Intercity Railways Vehicle Rotation Planning for Intercity Railways Markus Reuther ** Joint work with Ralf Borndörfer, Thomas Schlechte and Steffen Weider Zuse Institute Berlin May 24, 2011 Markus Reuther (Zuse Institute

More information

Optimal Decentralized Protocol for Electrical Vehicle Charging. Presented by: Ran Zhang Supervisor: Prof. Sherman(Xuemin) Shen, Prof.

Optimal Decentralized Protocol for Electrical Vehicle Charging. Presented by: Ran Zhang Supervisor: Prof. Sherman(Xuemin) Shen, Prof. Optimal Decentralized Protocol for Electrical Vehicle Charging Presented by: Ran Zhang Supervisor: Prof. Sherman(Xuemin) Shen, Prof. Liang-liang Xie Main Reference Lingwen Gan, Ufuk Topcu, and Steven Low,

More information

Project Formulation and Plan for the Shell Eco-Marathon Competition. John Gamble, Abdul Alshodokhi, Travis Moore, Nikolaus Glassy

Project Formulation and Plan for the Shell Eco-Marathon Competition. John Gamble, Abdul Alshodokhi, Travis Moore, Nikolaus Glassy Project Formulation and Plan for the Shell Eco-Marathon Competition John Gamble, Abdul Alshodokhi, Travis Moore, Nikolaus Glassy October 7 th 2013 Overview Introduction Problem Statement Need Statement

More information

Grain LNG: A Collaborative Approach To LNG Terminal Business Performance Improvement

Grain LNG: A Collaborative Approach To LNG Terminal Business Performance Improvement Grain LNG: A Collaborative Approach To LNG Terminal Business Performance Improvement Nick Blair, Grain LNG, Commercial Operations Marco Fahl, Honeywell, Senior Consultant 2012 Business Optimization Conference

More information

ABB in cement manufacturing. From quarry to dispatch and from plant to enterprise

ABB in cement manufacturing. From quarry to dispatch and from plant to enterprise ABB in cement manufacturing From quarry to dispatch and from plant to enterprise Domain know-how and worldwide experience Covering the complete value added chain Integrating seamlessly a wide product portfolio

More information

City of Palo Alto (ID # 6416) City Council Staff Report

City of Palo Alto (ID # 6416) City Council Staff Report City of Palo Alto (ID # 6416) City Council Staff Report Report Type: Informational Report Meeting Date: 1/25/2016 Summary Title: Update on Second Transmission Line Title: Update on Progress Towards Building

More information

ATTEND Analytical Tools To Evaluate Negotiation Difficulty

ATTEND Analytical Tools To Evaluate Negotiation Difficulty ATTEND Analytical Tools To Evaluate Negotiation Difficulty Computational Complexity Fest USC ISI - September 6, 2000 Key Ideas: Difficulty Warnings that Allow Negotiation Systems to Adapt Partition task

More information

Predictive Control Strategies using Simulink

Predictive Control Strategies using Simulink Example slide Predictive Control Strategies using Simulink Kiran Ravindran, Ashwini Athreya, HEV-SW, EE/MBRDI March 2014 Project Overview 2 Predictive Control Strategies using Simulink Kiran Ravindran

More information

Optimisation of Production Processes to Reduce Environmental Impacts

Optimisation of Production Processes to Reduce Environmental Impacts 214 IPLOCA Environmental Award sponsored by Shell Optimisation of Production Processes to Reduce Environmental Impacts 3 di es el co ns um pt io n [l/ h] 25 2 26 15 1 5-5% ac tu a ls itu at io 13 n op

More information

Development of force feedback in systems for virtual driving simulator

Development of force feedback in systems for virtual driving simulator Development of force feedback in systems for virtual driving simulator steering Joga Dharma Setiawan 1,*, Masri B. Baharom 2, and M. Ammar Bin Abdul Wali 2 1 Department of Mechanical Engineering, Faculty

More information

Each team will have 1 producer, 1 refiner, and 2 traders. The team will determine the position of each member.

Each team will have 1 producer, 1 refiner, and 2 traders. The team will determine the position of each member. BP Commodites Case OVERVIEW The challenges the ability of the participants to interact with one another in a closed supply and demand market for crude oil. Natural crude oil production and its consumption

More information

Optimal Model-Based Production Planning for Refinery Operation

Optimal Model-Based Production Planning for Refinery Operation Optimal Model-Based Production Planning for Refinery Operation Abdulrahman Alattas Ignacio Grossmann Chemical Engineering Department Carnegie Mellon University EWO Meeting March 2008 1 Introduction Refinery

More information

Modifications to UN R131 AEBS for Heavy Vehicles

Modifications to UN R131 AEBS for Heavy Vehicles Submitted by the expert from Germany Informal document GRVA-01-30 1st GRVA, 25-28 September 2018 Agenda item 7 Modifications to UN R131 AEBS for Heavy Vehicles Explanation of ECE/TRANS/WP.29/GRVA/2018/4

More information

GRID MODERNIZATION INITIATIVE PEER REVIEW GMLC Control Theory

GRID MODERNIZATION INITIATIVE PEER REVIEW GMLC Control Theory GRID MODERNIZATION INITIATIVE PEER REVIEW GMLC 1.4.10 Control Theory SCOTT BACKHAUS (PI), KARAN KALSI (CO-PI) April 18-20 Sheraton Pentagon City Arlington, VA System Operations, Power Flow, and Control

More information

INTEGRATED SCHEDULING OF DRAYAGE AND LONG-HAUL TRANSPORT

INTEGRATED SCHEDULING OF DRAYAGE AND LONG-HAUL TRANSPORT INTEGRATED SCHEDULING OF DRAYAGE AND LONG-HAUL TRANSPORT Arturo E. Pérez Rivera & Martijn R.K. Mes Department of Industrial Engineering and Business Information Systems University of Twente, The Netherlands

More information

More information at

More information at Report Information More information at https://www.htfmarketreport.com/reports/1356357 Global and Chinese Automotive Twin Turbochargers Industry, 2018 Market Research Report Report Code: HTF1356357 Pages:

More information

CONTACT: Rasto Brezny Executive Director Manufacturers of Emission Controls Association 2200 Wilson Boulevard Suite 310 Arlington, VA Tel.

CONTACT: Rasto Brezny Executive Director Manufacturers of Emission Controls Association 2200 Wilson Boulevard Suite 310 Arlington, VA Tel. WRITTEN COMMENTS OF THE MANUFACTURERS OF EMISSION CONTROLS ASSOCIATION ON CALIFORNIA AIR RESOURCES BOARD S PROPOSED AMENDMENTS TO CALIFORNIA EMISSION CONTROL SYSTEM WARRANTY REGULATIONS AND MAINTENANCE

More information

= an almost personalized transit system

= an almost personalized transit system Flexible many-to-few + few-to-many = an almost personalized transit system T. G. Crainic UQAM and CRT Montréal F. Errico - Politecnico di Milano F. Malucelli - Politecnico di Milano M. Nonato - Università

More information

FleetOutlook 2012 Release Notes

FleetOutlook 2012 Release Notes FleetOutlook 2012 Release Notes Version 7.1 Last Updated: June 15, 2012 Copyright 2012 Wireless Matrix. All rights reserved. TABLE OF CONTENTS Introduction... 2 Updates to Landmark Features... 2 Defining

More information

Scheduling. Purpose of scheduling. Scheduling. Scheduling. Concurrent & Distributed Systems Purpose of scheduling.

Scheduling. Purpose of scheduling. Scheduling. Scheduling. Concurrent & Distributed Systems Purpose of scheduling. 427 Concurrent & Distributed Systems 2017 6 Uwe R. Zimmer - The Australian National University 429 Motivation and definition of terms Purpose of scheduling 2017 Uwe R. Zimmer, The Australian National University

More information

Integrating Small-Scale Distributed Energy Generation, Storage, and Demand-Side Management in the Unit Commitment Problem

Integrating Small-Scale Distributed Energy Generation, Storage, and Demand-Side Management in the Unit Commitment Problem Engineering Conferences International ECI Digital Archives Modeling, Simulation, And Optimization for the 21st Century Electric Power Grid Proceedings Fall 10-22-2012 Integrating Small-Scale Distributed

More information

Electric Vehicles in smart grids: a Hybrid Benders/EPSO Solver for Stochastic Reservoir Optimization

Electric Vehicles in smart grids: a Hybrid Benders/EPSO Solver for Stochastic Reservoir Optimization 1 Electric Vehicles in smart grids: a Hybrid Benders/EPSO Solver for Stochastic Reservoir Optimization Vladimiro Miranda Fellow IEEE Administration Board INESC TEC President INESC P&D Brasil Hrvoje Keko

More information

CHEMICALS AND REFINING. ABB in chemicals and refining A proven approach for transforming your challenges into opportunities

CHEMICALS AND REFINING. ABB in chemicals and refining A proven approach for transforming your challenges into opportunities CHEMICALS AND REFINING ABB in chemicals and refining A proven approach for transforming your challenges into opportunities 2 ABB in Chemicals and Refining A proven approach for transforming your challenges

More information

Measuring the Smartness of the Electricity Grid

Measuring the Smartness of the Electricity Grid Measuring the Smartness of the Electricity Grid Leen Vandezande Benjamin Dupont Leonardo Meeus Ronnie Belmans Overview Introduction Key Performance Indicators (KPIs): what & why? Benchmarking the Smart

More information

THE SMART GRID CHARGING EVS

THE SMART GRID CHARGING EVS THE SMART GRID CHARGING EVS GRANT BY THE MINISTRY OF ENERGY Benny Lutati, Vadim Levit, Tal Grinshpoun and Amnon meisels (Smart) Motivation 2 The Smart Grid is here Much work on up-to-date information for

More information

Electric Vehicle Battery Swapping Station

Electric Vehicle Battery Swapping Station Electric Vehicle Battery Swapping Station Mohsen Mahoor, Zohreh S. Hosseini & Amin Khodaei University of Denver USA D. Kushner ComEd USA Outline Introduction and battery charging methods Battery Swapping

More information

Building Fast and Accurate Powertrain Models for System and Control Development

Building Fast and Accurate Powertrain Models for System and Control Development Building Fast and Accurate Powertrain Models for System and Control Development Prasanna Deshpande 2015 The MathWorks, Inc. 1 Challenges for the Powertrain Engineering Teams How to design and test vehicle

More information

Non-Periodic Train Line Planning for a Rail Network: Passenger Demand Responsive in Term of Time Distribution

Non-Periodic Train Line Planning for a Rail Network: Passenger Demand Responsive in Term of Time Distribution Non-Periodic Train Line Planning for a Rail Network: Passenger Demand Responsive in Term of Time Distribution Huiling Fu, Ph.D. School of Traffic 聂磊 and Transportation Beijing Jiaotong University, PR.

More information

Aria Etemad Volkswagen Group Research. Key Results. Aachen 28 June 2017

Aria Etemad Volkswagen Group Research. Key Results. Aachen 28 June 2017 Aria Etemad Volkswagen Group Research Key Results Aachen 28 June 2017 28 partners 2 // 28 June 2017 AdaptIVe Final Event, Aachen Motivation for automated driving functions Zero emission Reduction of fuel

More information

Unmanned autonomous vehicles in air land and sea

Unmanned autonomous vehicles in air land and sea based on Ulrich Schwesinger lecture on MOTION PLANNING FOR AUTOMATED CARS Unmanned autonomous vehicles in air land and sea Some relevant examples from the DARPA Urban Challenge Matteo Matteucci matteo.matteucci@polimi.it

More information

Report Addendum. Terry Keller, SDDOT. Noise Study Technical Report I-29 from Tea Interchange to Skunk Creek Sioux Falls, South Dakota

Report Addendum. Terry Keller, SDDOT. Noise Study Technical Report I-29 from Tea Interchange to Skunk Creek Sioux Falls, South Dakota Report Addendum To: Terry Keller, SDDOT From: HDR Project: Noise Study Technical Report I-29 from Tea Interchange to Skunk Creek Sioux Falls, South Dakota cc: file Date: May 28, 2010; rev July 16, July

More information

European Bus System of the Future

European Bus System of the Future European Bus System of the Future Project Experience Brussels, 13 th November 2013 1 Research and Innovation in Public Transport Innovation in PT = high investments / bad ROI Financial risk sharing welcome

More information

Operational eco-efficiency in Refineries

Operational eco-efficiency in Refineries Operational eco-efficiency in Refineries CONTENTS BACKGROUND 3 STRATEGIC APPROACH 3 RELEVANCE TO STAKEHOLDERS 4 ACTIONS AND MEASURES 5 RESULTS ACHIEVED 5 RESULTS ACHIEVED 5 ECONOMIC IMPACTS 7 SOCIAL IMPACTS

More information

A Framework for Quantitative Analysis of Government Policy Influence on Electric Vehicle Market

A Framework for Quantitative Analysis of Government Policy Influence on Electric Vehicle Market Manuscript for 2015 International Conference on Engineering Design A Framework for Quantitative Analysis of Government Policy Influence on Electric Vehicle Market Namwoo Kang Manos Emmanoulopoulos Yi Ren

More information

Sogeti Tmap Day 2015

Sogeti Tmap Day 2015 Sogeti Tmap Day 2015 Testing in Track to Excellence Sogeti Tmap Day 2015 Leon Aarts Erik Sekeris Bussum, september 29, 2015 Sogeti Tmap Day 2015 Testing in Track to Excellence 2 Introduction Erik Sekeris

More information

Responsive Bus Bridging Service Planning Under Urban Rail Transit Line Emergency

Responsive Bus Bridging Service Planning Under Urban Rail Transit Line Emergency 2016 3 rd International Conference on Vehicle, Mechanical and Electrical Engineering (ICVMEE 2016) ISBN: 978-1-60595-370-0 Responsive Bus Bridging Service Planning Under Urban Rail Transit Line Emergency

More information

Innovation Takes Off. Not legally binding

Innovation Takes Off. Not legally binding Innovation Takes Off Not legally binding Clean Sky 2 Information Day dedicated to the 1 st Call for Proposals (CFP01) Innovation Takes Off Engine ITD François Mirville, SAFRAN/Snecma Keith Nurney, Rolls-Royce

More information

ERDF Managing Authority Network Pioneering New Type of Transnational Project Collaboration

ERDF Managing Authority Network Pioneering New Type of Transnational Project Collaboration ERDF Managing Authority Network Pioneering New Type of Transnational Project Collaboration Åsa Bjering Executive Secretary CPMR Baltic Sea Commission About the ERDF MA Network in the EUSBSR Formed 19th

More information

Thermal Management of Open and Closed Circuit Hydraulic Hybrids A Comparison Study

Thermal Management of Open and Closed Circuit Hydraulic Hybrids A Comparison Study Thermal Management of Open and Closed Circuit Hydraulic Hybrids A Comparison Study Hyukjoon Kwon*, Nathan Keller* and Monika Ivantysynova* Maha Fluid Power Research Center, 1500 Kepner Dr., Lafayette,

More information

SECTION 2: ENERGY STORAGE FUNDAMENTALS. ESE 471 Energy Storage Systems

SECTION 2: ENERGY STORAGE FUNDAMENTALS. ESE 471 Energy Storage Systems SECTION 2: ENERGY STORAGE FUNDAMENTALS ESE 471 Energy Storage Systems 2 Performance Characteristics Energy Storage Performance Characteristics 3 Defining performance characteristics of energy storage mechanisms

More information

E/ECE/324/Rev.1/Add.50/Rev.3/Amend.2 E/ECE/TRANS/505/Rev.1/Add.50/Rev.3/Amend.2

E/ECE/324/Rev.1/Add.50/Rev.3/Amend.2 E/ECE/TRANS/505/Rev.1/Add.50/Rev.3/Amend.2 26 April 2018 Agreement Concerning the Adoption of Harmonized Technical United Nations Regulations for Wheeled Vehicles, Equipment and Parts which can be Fitted and/or be Used on Wheeled Vehicles and the

More information

Environmental Envelope Control

Environmental Envelope Control Environmental Envelope Control May 26 th, 2014 Stanford University Mechanical Engineering Dept. Dynamic Design Lab Stephen Erlien Avinash Balachandran J. Christian Gerdes Motivation New technologies are

More information

Momentu. Brake-by-Wire Gathers. HIL Test System for Developing a 12-V Brake-by-Wire System BRAKE-BY-WIRE SYSTEMS

Momentu. Brake-by-Wire Gathers. HIL Test System for Developing a 12-V Brake-by-Wire System BRAKE-BY-WIRE SYSTEMS PAGE 14 BRAKE-BY-WIRE SYSTS Brake-by-Wire Gathers omentu HIL Test System for Developing a 12-V Brake-by-Wire System PAGE 15 The future of the brake is electric (brake-bywire system). An electric motor

More information

Negotiation-Based Task Scheduling and Storage Control Algorithm to Minimize User s Electric Bills under Dynamic Prices

Negotiation-Based Task Scheduling and Storage Control Algorithm to Minimize User s Electric Bills under Dynamic Prices Negotiation-Based Task Scheduling and Storage Control Algorithm to Minimize User s Electric Bills under Dynamic Prices Ji Li, Yanzhi Wang, Xue Lin, Shahin Nazarian, and Massoud Pedram Department of Electrical

More information

CHAPTER 9. PARKING SUPPLY

CHAPTER 9. PARKING SUPPLY CHAPTER 9. PARKING SUPPLY The goal of this chapter is to provide City and University decision-makers with information about Study Area parking that can be used to determine the amount of parking that should

More information

Please visit the stations to provide your input: EV Charging Location Map EV Adoption ZEV Drivers Other Ideas

Please visit the stations to provide your input: EV Charging Location Map EV Adoption ZEV Drivers Other Ideas Welcome! Thank you for joining us. Please visit the stations to provide your input: EV Charging Location Map EV Adoption ZEV Drivers Other Ideas A brief presentation will begin at 6pm. Table activities

More information

What Structural Engineers Should Know about Substation Rigid Bus Design

What Structural Engineers Should Know about Substation Rigid Bus Design What Structural Engineers Should Know about Substation Rigid Bus Design Minnesota Power Systems Conference November 8, 2017 Paul Somboonyanon, P.E., P.Eng Agenda Substation Rigid Bus System Design Guide

More information

RESEARCH FUNDING KEY TO AUTONOMOUS DRIVING

RESEARCH FUNDING KEY TO AUTONOMOUS DRIVING DRIVING FUTURE PLATFORM - MARCH 07 2018 RESEARCH FUNDING KEY TO AUTONOMOUS DRIVING DR. ECKARD STEIGER ROBERT BOSCH GMBH Automated Driving Key Element of Future Mobility Connected mobility Automated mobility

More information

Predicting Valve Train Dynamics using Simulation with Model Validation

Predicting Valve Train Dynamics using Simulation with Model Validation Predicting Valve Train Dynamics using Simulation with Model Validation Brice Willis, Engineer Kevin Ireland, Engineer Computational Engine Research Honda R&D Americas, Inc. Overview 2 Objectives Validation

More information

SECTION 6: BATTERY BANK SIZING PROCEDURES. ESE 471 Energy Storage Systems

SECTION 6: BATTERY BANK SIZING PROCEDURES. ESE 471 Energy Storage Systems SECTION 6: BATTERY BANK SIZING PROCEDURES ESE 471 Energy Storage Systems Batteries for Stationary Applications 2 Battery energy storage systems are used in a variety of stationary applications Telecom.,

More information

Optimal Policy for Plug-In Hybrid Electric Vehicles Adoption IAEE 2014

Optimal Policy for Plug-In Hybrid Electric Vehicles Adoption IAEE 2014 Optimal Policy for Plug-In Hybrid Electric Vehicles Adoption IAEE 2014 June 17, 2014 OUTLINE Problem Statement Methodology Results Conclusion & Future Work Motivation Consumers adoption of energy-efficient

More information

Part Load Engine Performance prediction for a gasoline engine using Neural Networks. Sreekanth R, Sundar S, Rangarajan S, Anand G -System Simulation

Part Load Engine Performance prediction for a gasoline engine using Neural Networks. Sreekanth R, Sundar S, Rangarajan S, Anand G -System Simulation Part Load Engine Performance prediction for a gasoline engine using Neural Networks Sreekanth R, Sundar S, Rangarajan S, Anand G -System Simulation CAE-2 System Simulation GT-SUITE User Conference Feb

More information

Pre Built Competition Description, Rules 2.0 and Guidelines. Competition Date: December 2, 2017 Coordinator: Austin Cwiklik

Pre Built Competition Description, Rules 2.0 and Guidelines. Competition Date: December 2, 2017 Coordinator: Austin Cwiklik Pre Built Competition Description, Rules 2.0 and Guidelines Competition Date: December 2, 2017 Coordinator: Austin Cwiklik Introduction General Competition Overview Procedures Detailed Competition Overview

More information

Four Shaft Linear Thrusters

Four Shaft Linear Thrusters Four Shaft Linear Thrusters FOUR SHAFT THRUSTERS Three Models with bores from 2 to 4 Twice the load capacity of comparable two shaft units Reduced deflection and bearing play Compact, light weight robust

More information

Power Grid is the Backbone for E-Mobility. Florian Regnery. Network Technology/Network Operation Forum in the VDE (VDE FNN) Stockholm,

Power Grid is the Backbone for E-Mobility. Florian Regnery. Network Technology/Network Operation Forum in the VDE (VDE FNN) Stockholm, Power Grid is the Backbone for E-Mobility Florian Regnery Network Technology/Network Operation Forum in the VDE (VDE FNN) Stockholm, 15.10.2018 VDE FNN in a nutshell Our Role Non-profit association evolving

More information

EXCERPTS FROM DEWDROP: AN ENERGY-AWARE RUNTIME FOR COMPUTATIONAL RFID

EXCERPTS FROM DEWDROP: AN ENERGY-AWARE RUNTIME FOR COMPUTATIONAL RFID EXCERPTS FROM DEWDROP: AN ENERGY-AWARE RUNTIME FOR COMPUTATIONAL RFID Michael Buettner (UW), Benjamin Greenstein (Intel Labs, Seattle), David Wetherall (UW) Challenges to Running Programs Efficiently 1.

More information

In search of Uniform and Equable Motion

In search of Uniform and Equable Motion In search of Uniform and Equable Motion Three term (PID) control A history and some thoughts on current practice Page 1 The story 1. Early engines were batch devices with sequence controls 2. The interest

More information

SUCCESS INDICATORS FOR THE PLAN MMBTU ANALYSIS

SUCCESS INDICATORS FOR THE PLAN MMBTU ANALYSIS SUCCESS INDICATORS FOR THE 2019-2021 PLAN MMBTU ANALYSIS EEAC Consultants and PAs March 19, 2018 (draft 3) WHY CONSIDER ADDITIONAL SUCCESS INDICATORS? Count all of the savings associated with the state

More information

Train turn restrictions and line plan performance

Train turn restrictions and line plan performance Downloaded from orbit.dtu.dk on: Jan 05, 2019 Train turn restrictions and line plan performance Burggraeve, Sofie ; Bull, Simon Henry; Lusby, Richard Martin ; Vansteenwegen, Pieter Publication date: 2016

More information

Modeling and Simulate Automotive Powertrain Systems

Modeling and Simulate Automotive Powertrain Systems Modeling and Simulate Automotive Powertrain Systems Maurizio Dalbard 2015 The MathWorks, Inc. 1 Model-Based Design Challenges It s hard to do good Model-Based Design without good models Insufficient expertise

More information

Electrical Machines and Energy Systems: Operating Principles (Part 3) SYED A RIZVI

Electrical Machines and Energy Systems: Operating Principles (Part 3) SYED A RIZVI Electrical Machines and Energy Systems: Operating Principles (Part 3) SYED A RIZVI Missing piece: The induced voltage in the stator windings, E S. The rotor s rotating magnetic field induces a voltage

More information

FRAUNHOFER INSTITUTE FOR SOLAR ENERGY SYSTEMS ISE

FRAUNHOFER INSTITUTE FOR SOLAR ENERGY SYSTEMS ISE FRAUNHOFER INSTITUTE FOR SOLAR ENERGY SYSTEMS ISE Energy expansion planing model ENTIGRIS Contact: Christoph Kost Christoph.kost@ise.fraunhofer.de Fraunhofer Institute for Solar Energy Systems ISE www.ise.fraunhofer.de

More information

White Paper. OptiRamp Real-Time Congealing and Pipeline Monitoring. Monitoring Pipelines with Advanced Analytics

White Paper. OptiRamp Real-Time Congealing and Pipeline Monitoring. Monitoring Pipelines with Advanced Analytics OptiRamp Real-Time Congealing and Pipeline Monitoring Monitoring Pipelines with Advanced Analytics Ullas Pathak Dan Theis, Ph.D. John Hooker Statistics & Control, Inc., (S&C) proprietary information. All

More information

Implication of Smart-Grids Development for Communication Systems in Normal Operation and During Disasters

Implication of Smart-Grids Development for Communication Systems in Normal Operation and During Disasters Implication of Smart-Grids Development for Communication Systems in Normal Operation and During Disasters Alexis Kwasinski The University of Texas at Austin 1 Alexis Kwasinski, 2010 Overview» Introduction»

More information

Multivariable Model Predictive Control Design for Turbocharged Exhaust Gas Recirculation System in Marine Combustion Engines

Multivariable Model Predictive Control Design for Turbocharged Exhaust Gas Recirculation System in Marine Combustion Engines Multivariable Model Predictive Control Design for Turbocharged Exhaust Gas Recirculation System in Marine Combustion Engines Sergey Samokhin, Kai Zenger Department of Electrical Engineering and Automation

More information

KISSsys application:

KISSsys application: KISSsys application: KISSsys application: Systematic approach to gearbox design Systematic gear design using modern software tools 1 Task A complete, three-stage gearbox shall be designed, optimised and

More information

Module 7 : Power System Structures. Lecture 33 : Structure of a Deregulated Industry. Objectives. Overview of A Deregulated Industry

Module 7 : Power System Structures. Lecture 33 : Structure of a Deregulated Industry. Objectives. Overview of A Deregulated Industry Module 7 : Power System Structures Lecture 33 : Structure of a Deregulated Industry Objectives In this lecture you will learn the following Structure of a deregulated industry. Different entities in a

More information