Real Time Simulation of Power Plants

Size: px
Start display at page:

Download "Real Time Simulation of Power Plants"

Transcription

1 Real Time Simulation of Power Plants Torsten Dreher 1 System Simulation Group Friedrich-Alexander-University Erlangen-Nuremberg Siemens Simulation Center, Erlangen December 14, torsten.dreher@informatik.uni-erlangen.de

2 Outline Introduction to Thermal Power Plants Usage of Simulation in Thermal Power Plants Problems and Solutions (Examples) Conclusions

3 Outline Introduction to Thermal Power Plants Usage of Simulation in Thermal Power Plants Problems and Solutions (Examples) Conclusions

4 Introduction to Power Plants Usage of Simulation Problems and Solutions Thermal Power Plants Heat energy sources can be fossile, nuclear, biomass, waste, geothermal, solar etc. LEHRSTUHL FU R INFORMATIK 10 (SYSTEMSIMULATION) Conclusions

5 Scheme of Thermal Power Plant

6 Scheme of the Thermodynamic Cycle

7 The Thermodynamic Cycle

8 The Combined Cycle Power Plant (CCPP) ˆ efficiency up to 60% ˆ by gas or integrated gasification combined cycle (IGCC) ˆ also as singleshaft

9 Power Plant Automation

10 Outline Introduction to Thermal Power Plants Usage of Simulation in Thermal Power Plants Problems and Solutions (Examples) Conclusions

11 Usage of Simulation in Thermal Power Plants for ˆ the design of all major parts ˆ error detection ˆ error reconstruction ˆ design changes ˆ automation purposes

12 Introduction to Power Plants Usage of Simulation Problems and Solutions Conclusions Simulation for Finding the Design, e.g. Evaporator LEHRSTUHL FU R INFORMATIK 10 (SYSTEMSIMULATION)

13 One-dimensional mass-, momentum- and energybalance leads to system of partial differential equations (PDEs): ρ t = 1 A ṁ z ṁ t = 1 (ṁ2 A z ρ h t = ṁ A ρ Flow in the Evaporator ) ( p A ( 1 ρ p z h z + 1 ρ τ U A z + ρ g sin(ϕ) + τ U ) A ) + U q mf A ρ + 1 ρ p t

14 Spatial Discretization of the Evaporator Discretization leads to differential algebraic equations (DAEs): ρ 1 t = 1 A z (ṁ 1 ṁ in )

15 Solving the System Solve the DAE-system with an implicit method (Euler, Runge-Kutta etc.) Resulting matrix is sparse

16 More Simulation A story... ˆ a module detects an error ˆ an other one finds its reason ˆ the source of fault can be removed

17 Error Detection I Power output: Detected discrepancy between simulated value (blue) and metered value (red)

18 Error Detection II Correlates with loss of steam: Simulated (blue) and metered (red)

19 Finding the Physical Error

20 Reproducing the Source of Fault Analysis of instabilities in the evaporator Without deflector plates With deflector plates

21 Taking Measures in Designchanges

22 Simulation for the Automation System Simulation replaces physical process and several levels of automation; same automation used as in plant

23 For the Entire Lifecycle

24 Requirements Simulate ˆ the whole plant ˆ dynamically ˆ in real-time ˆ on a single PC ˆ with given accuracy ˆ in an easy to parameterize environment

25 Outline Introduction to Thermal Power Plants Usage of Simulation in Thermal Power Plants Problems and Solutions (Examples) Conclusions

26 Water-Steam-Properties IAPWS-IF97 implementation ˆ by International Association for the Properties of Water and Steam ˆ standard for industrial use ˆ too slow ˆ no derivatives ˆ numerical problems

27 Water-Steam-Properties: (Bi-)Cubic Spline Interpolation Problems with spline interpolation (1-D example) S 0 (x), x [x 0, x 1 ] S S(x) = 1 (x), x [x 1, x 2 ] S n 1 (x), x [x n 1, x n ] S j (x) =a j + b j (x x j )+ c j (x x j ) 2 + d j (x x j ) 3 j =0,..., n 1 match nodes, be twice continuous differentiable in nodes

28 Water-Steam-Properties: Numeric Problems Choice of the appropriate equation system A PDE-System with density, enthalphy and massflow as states requires the property p = p(ρ, h) A PDE-System with pressure, enthalphy and massflow as states requires the property ρ = ρ(p, h)

29 Water-Steam-Properties: Density-Enthalpy Pane p = p(ρ, h)

30 Water-Steam-Properties: Pressure-Enthalpy Pane ρ = ρ(p, h)

31 Increasing Performance Parallelization on Many-Core-Processors ˆ as known: not the clockspeed but number of cores will increase ˆ reason: power consumption increases exponentially with the clock frequency ˆ more low-frequency cores on a single chip ˆ Moore s Law still valid ˆ from quad-core to many-core processors ˆ gap between the slow memory access and fast CPU execution ˆ data locality and data communication ˆ parallel solver

32 Parameterizing the Simulation for the Automation System Problems ˆ not all physical parameters are known ˆ simple model due to real time requirement ˆ sensitivities of parameters are unknown Leads to an optimization problem

33 Dynamic Behaviour Transient operating conditions ˆ starting process lasts approximately 8 hours ˆ at several points the manual intervention of the operator ˆ big number of analogue values

34 Optimization Problem Minimize the difference between metered and simulated curves ˆ for any transition ˆ do not exceed 10% difference at any point ˆ meet static behaviour even more accurate

35 Approaches Problem: Time consuming evaluation of objective function ˆ parameterize single components (e.g. evaporator) first ˆ parametreize static behaviour first Problem: Huge number of parameters ˆ look only at sensitive parameters ˆ use heuristic optimization to get close to global minimum, then proceed with a local method Problem: Unlimited number of transient operating conditions ˆ use a model that is based on physics ˆ limit the parameters to physically reasonable values

36 Outline Introduction to Thermal Power Plants Usage of Simulation in Thermal Power Plants Problems and Solutions (Examples) Conclusions

37 Conclusions We have learned about simulation applications in power plants ˆ the design of all major parts ˆ error detection ˆ error reconstruction ˆ design changes ˆ automation purposes

38 Conclusions Take home message ˆ simulation is a wide field in industry ˆ not only for design ˆ several approaches only possible with latest or future computer technology ˆ there are several research fields with still unsolved ploblems Go, solve them!

39 Conclusions Take home message ˆ simulation is a wide field in industry ˆ not only for design ˆ several approaches only possible with latest or future computer technology ˆ there are several research fields with still unsolved ploblems Go, solve them!

40 Acknowledgements ˆ Prof. U. Ruede ˆ Siemens Simulation Center ˆ Siemens E F ES EN 72 ˆ Siemens E F ES EN 11 ˆ Siemens CT PP 2 Thank you for your attention!

FRIEDRICH-ALEXANDER-UNIVERSITÄT ERLANGEN-NÜRNBERG

FRIEDRICH-ALEXANDER-UNIVERSITÄT ERLANGEN-NÜRNBERG FRIEDRICH-ALEXANDER-UNIVERSITÄT ERLANGEN-NÜRNBERG INSTITUT FÜR INFORMATIK (MATHEMATISCHE MASCHINEN UND DATENVERARBEITUNG) Lehrstuhl für Informatik 10 (Systemsimulation) Massively Parallel Multilevel Finite

More information

Computational Engineering Programs at the University of Erlangen-Nuremberg

Computational Engineering Programs at the University of Erlangen-Nuremberg Computational Engineering Programs at the University of Erlangen-Nuremberg Ulrich Ruede Lehrstuhl für Simulation, Institut für Informatik Universität Erlangen http://www10.informatik.uni-erlangen.de/ ruede

More information

Figure 1 - Unsteady-State Heat Conduction in a One-dimensional Slab

Figure 1 - Unsteady-State Heat Conduction in a One-dimensional Slab The Numerical Method of Lines for Partial Differential Equations by Michael B. Cutlip, University of Connecticut and Mordechai Shacham, Ben-Gurion University of the Negev The method of lines is a general

More information

TWO-DIMENSIONAL FINITE ELEMENT ANALYSIS OF FORCED CONVECTION FLOW AND HEAT TRANSFER IN A LAMINAR CHANNEL FLOW

TWO-DIMENSIONAL FINITE ELEMENT ANALYSIS OF FORCED CONVECTION FLOW AND HEAT TRANSFER IN A LAMINAR CHANNEL FLOW TWO-DIMENSIONAL FINITE ELEMENT ANALYSIS OF FORCED CONVECTION FLOW AND HEAT TRANSFER IN A LAMINAR CHANNEL FLOW Rajesh Khatri 1, 1 M.Tech Scholar, Department of Mechanical Engineering, S.A.T.I., vidisha

More information

FULL ELECTRICAL LNG PLANTS: HIGHEST AVAILABILITY AND ENERGY EFFICIENCY THROUGH OVERALL SYSTEM DESIGN

FULL ELECTRICAL LNG PLANTS: HIGHEST AVAILABILITY AND ENERGY EFFICIENCY THROUGH OVERALL SYSTEM DESIGN FULL ELECTRICAL LN PLANTS: HIHEST AVAILABILITY AND ENERY EFFICIENCY THROUH OVERALL SYSTEM DESIN Dr. Edwin Lerch Siemens A Infrastructure and Cities Sector, IC S SE PTI, ermany Phone: 49-9131-7-34052 Fax:

More information

Interactive simulation of an ash cloud of the volcano Grímsvötn

Interactive simulation of an ash cloud of the volcano Grímsvötn Interactive simulation of an ash cloud of the volcano Grímsvötn 1 MATHEMATICAL BACKGROUND Simulating flows in the atmosphere, being part of CFD, is on of the research areas considered in the working group

More information

Smart solutions for fleets of all types & sizes of power generation. Marcus König, E F IE SGS / September 2013

Smart solutions for fleets of all types & sizes of power generation. Marcus König, E F IE SGS / September 2013 Smart solutions for fleets of all types & sizes of power generation Marcus König, E F IE SGS / September 2013 Instrumentation, Controls & Electrical The Siemens structure: Four Sectors close to the customer

More information

AN ACT RELATING TO UTILITIES; ALLOWING RENEWABLE ENERGY CERTIFICATES TO BE ISSUED FOR THE USE OF THERMAL ENERGY PRODUCED BY

AN ACT RELATING TO UTILITIES; ALLOWING RENEWABLE ENERGY CERTIFICATES TO BE ISSUED FOR THE USE OF THERMAL ENERGY PRODUCED BY AN ACT RELATING TO UTILITIES; ALLOWING RENEWABLE ENERGY CERTIFICATES TO BE ISSUED FOR THE USE OF THERMAL ENERGY PRODUCED BY GEOTHERMAL ENERGY SOURCES; SETTING STANDARDS FOR MEASUREMENT OF THERMAL ENERGY

More information

Associate Degree of Applied Engineering (Renewable Energy Technologies) OVERVIEW OF SUBJECT REQUIREMENTS

Associate Degree of Applied Engineering (Renewable Energy Technologies) OVERVIEW OF SUBJECT REQUIREMENTS Course Associate Degree of Applied Engineering (Renewable Energy Technologies) Course Number HE20502 Location Newcastle, Ultimo, Mt Druitt OVERVIEW OF SUBJECT REQUIREMENTS Note: This document is intended

More information

Study Plan. MASTER IN (Energy Management) (Thesis Track)

Study Plan. MASTER IN (Energy Management) (Thesis Track) Plan 2005 T Study Plan MASTER IN (Energy Management) (Thesis Track) A. General Rules and Conditions: 1. This plan conforms to the regulations of the general frame of the programs of graduate studies. 2.

More information

walberla: A software framework for CFD applications on 300.000 Compute Cores

walberla: A software framework for CFD applications on 300.000 Compute Cores walberla: A software framework for CFD applications on 300.000 Compute Cores J. Götz (LSS Erlangen, jan.goetz@cs.fau.de), K. Iglberger, S. Donath, C. Feichtinger, U. Rüde Lehrstuhl für Informatik 10 (Systemsimulation)

More information

Siemens Power Generation Innovationstrends bei Anlagen und Komponenten in der Energieerzeugung

Siemens Power Generation Innovationstrends bei Anlagen und Komponenten in der Energieerzeugung Siemens Power Generation 2006. All Rights Reserved Siemens Power Generation Innovationstrends bei Anlagen und Komponenten in der Energieerzeugung Nicolas Vortmeyer CTO, Siemens Power Generation Key Drivers

More information

Poznan University of Technology Faculty of Electrical Engineering

Poznan University of Technology Faculty of Electrical Engineering Poznan University of Technology Faculty of Electrical Engineering Contact Person: Pawel Kolwicz Vice-Dean Faculty of Electrical Engineering pawel.kolwicz@put.poznan.pl List of Modules Academic Year: 2015/16

More information

Icepak High-Performance Computing at Rockwell Automation: Benefits and Benchmarks

Icepak High-Performance Computing at Rockwell Automation: Benefits and Benchmarks Icepak High-Performance Computing at Rockwell Automation: Benefits and Benchmarks Garron K. Morris Senior Project Thermal Engineer gkmorris@ra.rockwell.com Standard Drives Division Bruce W. Weiss Principal

More information

Turbomachinery CFD on many-core platforms experiences and strategies

Turbomachinery CFD on many-core platforms experiences and strategies Turbomachinery CFD on many-core platforms experiences and strategies Graham Pullan Whittle Laboratory, Department of Engineering, University of Cambridge MUSAF Colloquium, CERFACS, Toulouse September 27-29

More information

Dynamic Process Modeling. Process Dynamics and Control

Dynamic Process Modeling. Process Dynamics and Control Dynamic Process Modeling Process Dynamics and Control 1 Description of process dynamics Classes of models What do we need for control? Modeling for control Mechanical Systems Modeling Electrical circuits

More information

Enterprise Integration and Energy Monitoring, Billing and Optimization Platform Solutions

Enterprise Integration and Energy Monitoring, Billing and Optimization Platform Solutions Enterprise Integration and Energy Monitoring, Billing and Optimization Platform Solutions PartNo.: MPKLK-IEC61850-Integration Enterprise Integration, Billing and Optimization Solutions helps Integrated

More information

Quiz for Chapter 1 Computer Abstractions and Technology 3.10

Quiz for Chapter 1 Computer Abstractions and Technology 3.10 Date: 3.10 Not all questions are of equal difficulty. Please review the entire quiz first and then budget your time carefully. Name: Course: Solutions in Red 1. [15 points] Consider two different implementations,

More information

AEHR TEST SYSTEMS. Worldwide Leader in Burn-in and Test Equipment

AEHR TEST SYSTEMS. Worldwide Leader in Burn-in and Test Equipment AEHR TEST SYSTEMS Worldwide Leader in Burn-in and Test Equipment MB Electronique www.mbelectronique.com What is Burn-in? Burn-in is the process of stressing and exercising electrical devices to ensure

More information

Model Order Reduction for Linear Convective Thermal Flow

Model Order Reduction for Linear Convective Thermal Flow Model Order Reduction for Linear Convective Thermal Flow Christian Moosmann, Evgenii B. Rudnyi, Andreas Greiner, Jan G. Korvink IMTEK, April 24 Abstract Simulation of the heat exchange between a solid

More information

Desirable Fusion Reactor Qualities for Commercial Electrical Generation Applications. Vince Page March, 2005

Desirable Fusion Reactor Qualities for Commercial Electrical Generation Applications. Vince Page March, 2005 Desirable Fusion Reactor Qualities for Commercial Electrical Generation Applications Vince Page March, 2005 The mechanics of power generation have changed little since Hero invented his toy engine in ~100

More information

Physics and Economy of Energy Storage

Physics and Economy of Energy Storage International Conference Energy Autonomy through Storage of Renewable Energies by EUROSOLAR and WCRE October 30 and 31, 2006 Gelsenkirchen / Germany Physics and Economy of Energy Storage Ulf Bossel European

More information

walberla: A software framework for CFD applications

walberla: A software framework for CFD applications walberla: A software framework for CFD applications U. Rüde, S. Donath, C. Feichtinger, K. Iglberger, F. Deserno, M. Stürmer, C. Mihoubi, T. Preclic, D. Haspel (all LSS Erlangen), N. Thürey (LSS Erlangen/

More information

Numerical Methods for Engineers

Numerical Methods for Engineers Steven C. Chapra Berger Chair in Computing and Engineering Tufts University RaymondP. Canale Professor Emeritus of Civil Engineering University of Michigan Numerical Methods for Engineers With Software

More information

Preliminary validation of the APROS 3-D core model of the new Loviisa NPP training simulator

Preliminary validation of the APROS 3-D core model of the new Loviisa NPP training simulator Preliminary validation of the APROS 3-D core model of the new Loviisa NPP training simulator Anssu Ranta-aho, Elina Syrjälahti, Eija Karita Puska VTT Technical Research Centre of Finland P.O.B 1000, FI-02044

More information

Coupling Forced Convection in Air Gaps with Heat and Moisture Transfer inside Constructions

Coupling Forced Convection in Air Gaps with Heat and Moisture Transfer inside Constructions Coupling Forced Convection in Air Gaps with Heat and Moisture Transfer inside Constructions M. Bianchi Janetti 1, F. Ochs 1 and R. Pfluger 1 1 University of Innsbruck, Unit for Energy Efficient Buildings,

More information

Application of CFD modelling to the Design of Modern Data Centres

Application of CFD modelling to the Design of Modern Data Centres Application of CFD modelling to the Design of Modern Data Centres White Paper March 2012 By Sam Wicks BEng CFD Applications Engineer Sudlows March 14, 2012 Application of CFD modelling to the Design of

More information

Energy Management and Optimization Solutions to Reduce Cost

Energy Management and Optimization Solutions to Reduce Cost Energy Management and Optimization Keith Masters Business Manager, Pulp and Paper Systems, ABB Westerville, OH Abstract Energy Management and Optimization solutions can help reduce energy costs while improving

More information

GENERATION TECHNOLOGY ASSESSMENT

GENERATION TECHNOLOGY ASSESSMENT SPO PLANNING ANALYSIS GENERATION TECHNOLOGY ASSESSMENT Technology Cost & Performance Milestone 2 Public Technical Conference OCTOBER 30, 2014 NOTE: ALL IRP MATERIALS ARE PRELIMINARY & SUBJECT TO CHANGE

More information

Multiphase Flow - Appendices

Multiphase Flow - Appendices Discovery Laboratory Multiphase Flow - Appendices 1. Creating a Mesh 1.1. What is a geometry? The geometry used in a CFD simulation defines the problem domain and boundaries; it is the area (2D) or volume

More information

AVL FUEL MASS FLOW METER & FUEL TEMPERATURE CONTROL

AVL FUEL MASS FLOW METER & FUEL TEMPERATURE CONTROL FUEL CONSUMPTION MEASUREMENT AVL FUEL MASS FLOW METER & FUEL TEMPERATURE CONTROL Description The combination of AVL Fuel Mass Flow Meter and AVL Fuel Temperature Control is a high precise and continuous

More information

Hybrid reformulation based on a new hybrid Ohm s law for an electrical energy hybrid systems

Hybrid reformulation based on a new hybrid Ohm s law for an electrical energy hybrid systems Hybrid reformulation based on a new hybrid Ohm s law for an electrical energy hybrid systems SANG C. LEE* Division of IoT-Robot convergence research DGIST 333, Techno jungang, Dalseong-Gun, Daegu Republic

More information

DANISH DISTRICT ENERGY PLANNING EXPERIENCE

DANISH DISTRICT ENERGY PLANNING EXPERIENCE MOWAT ENERGY, A RESEARCH HUB AT THE MOWAT CENTRE, AT THE REQUEST OF THE ONTARIO MINISTRY OF ENERGY FUTURE INNOVATION IN ENERGY PLANNING: A SPECIAL SESSION TO ADVISE ON ONTARIO S LONG-TERM ENERGY FUTURE

More information

Development and deployment of a control system for energy storage

Development and deployment of a control system for energy storage Development and deployment of a control system for energy storage ABSTRACT C. Knight 1, V. Becerra 2, W. Holderbaum 2, R. Mayer 3 1 Technologies for Sustainable Built Environment Centre University of Reading,

More information

Fast Parallel Algorithms for Computational Bio-Medicine

Fast Parallel Algorithms for Computational Bio-Medicine Fast Parallel Algorithms for Computational Bio-Medicine H. Köstler, J. Habich, J. Götz, M. Stürmer, S. Donath, T. Gradl, D. Ritter, D. Bartuschat, C. Feichtinger, C. Mihoubi, K. Iglberger (LSS Erlangen)

More information

Temperature Control Loop Analyzer (TeCLA) Software

Temperature Control Loop Analyzer (TeCLA) Software Temperature Control Loop Analyzer (TeCLA) Software F. Burzagli - S. De Palo - G. Santangelo (Alenia Spazio) Fburzagl@to.alespazio.it Foreword A typical feature of an active loop thermal system is to guarantee

More information

Single- Serve Coffee A Partial Environmental Inventory

Single- Serve Coffee A Partial Environmental Inventory Single- Serve Coffee A Partial Environmental Inventory Valerie M. Thomas 1 School of Industrial and Systems Engineering, and School of Public Policy Georgia Institute of Technology http://www.isye.gatech.edu/~vthomas

More information

O.F.Wind Wind Site Assessment Simulation in complex terrain based on OpenFOAM. Darmstadt, 27.06.2012

O.F.Wind Wind Site Assessment Simulation in complex terrain based on OpenFOAM. Darmstadt, 27.06.2012 O.F.Wind Wind Site Assessment Simulation in complex terrain based on OpenFOAM Darmstadt, 27.06.2012 Michael Ehlen IB Fischer CFD+engineering GmbH Lipowskystr. 12 81373 München Tel. 089/74118743 Fax 089/74118749

More information

3. Interpolation. Closing the Gaps of Discretization... Beyond Polynomials

3. Interpolation. Closing the Gaps of Discretization... Beyond Polynomials 3. Interpolation Closing the Gaps of Discretization... Beyond Polynomials Closing the Gaps of Discretization... Beyond Polynomials, December 19, 2012 1 3.3. Polynomial Splines Idea of Polynomial Splines

More information

The SGT5-8000H proven in commercial operation

The SGT5-8000H proven in commercial operation www.siemens.com/energy The SGT5-8000H proven in commercial operation Answers for energy. 2 375 MW Output of the Siemens Gas Turbine SGT5-8000H.* * Gross: ISO ambient conditions 375 MW Rated output of 375

More information

A safe grip on energy Boosting efficiency, slashing costs: ABB solutions for the process industry

A safe grip on energy Boosting efficiency, slashing costs: ABB solutions for the process industry A safe grip on energy Boosting efficiency, slashing costs: ABB solutions for the process industry Well planned production, clever optimization: Our program for your energy efficiency Rising energy costs

More information

APPLICATION OF TRANSIENT WELLBORE SIMULATOR TO EVALUATE DELIVERABILITY CURVE ON HYPOTHETICAL WELL-X

APPLICATION OF TRANSIENT WELLBORE SIMULATOR TO EVALUATE DELIVERABILITY CURVE ON HYPOTHETICAL WELL-X PROCEEDINGS, Thirty-Third Workshop on Geothermal Reservoir Engineering Stanford University, Stanford, California, January 8-30, 008 SGP-TR-185 APPLICATION OF TRANSIENT WELLBORE SIMULATOR TO EVALUATE DELIVERABILITY

More information

GEOMETRIC, THERMODYNAMIC AND CFD ANALYSES OF A REAL SCROLL EXPANDER FOR MICRO ORC APPLICATIONS

GEOMETRIC, THERMODYNAMIC AND CFD ANALYSES OF A REAL SCROLL EXPANDER FOR MICRO ORC APPLICATIONS 2 nd International Seminar on ORC Power Systems October 7 th & 8 th, 213 De Doelen, Rotterdam, NL GEOMETRIC, THERMODYNAMIC AND CFD ANALYSES OF A REAL SCROLL EXPANDER FOR MICRO ORC APPLICATIONS M. Morini,

More information

Alternative Energy. Terms and Concepts: Relative quantities of potential energy resources, Solar constant, Economies of scale

Alternative Energy. Terms and Concepts: Relative quantities of potential energy resources, Solar constant, Economies of scale Objectives Key Terms and Concepts Introduction Solar Wind Hydroelectric Power Geothermal Sources Biofuels Summary: Economies of Scale Questions for the video if time permits Alternative Energy Objectives:

More information

Ligentoplant - The biomass cogeneration. Ligento green power GmbH

Ligentoplant - The biomass cogeneration. Ligento green power GmbH Ligento greenpower GmbH Ligentoplant - The biomass cogeneration Ligento - With a pioneering spirit for sustainable energy supply! Ligentoplant is producing electricity and in a combined and power process.

More information

ASTCEA04 Identify effective measures to reduce energy consumption and achieve carbon reduction

ASTCEA04 Identify effective measures to reduce energy consumption and achieve carbon reduction Identify effective measures to reduce energy consumption and achieve Overview This standard is about the identification of ways in which energy efficiency can be improved. It covers the assessment of current

More information

Interconnection Networks

Interconnection Networks Advanced Computer Architecture (0630561) Lecture 15 Interconnection Networks Prof. Kasim M. Al-Aubidy Computer Eng. Dept. Interconnection Networks: Multiprocessors INs can be classified based on: 1. Mode

More information

red-y smart series product information Thermal Mass Flow Meters and Controllers for Gases

red-y smart series product information Thermal Mass Flow Meters and Controllers for Gases red-y smart series product information Thermal Mass Flow Meters and Controllers for Gases Reliable and accurate: Thermal Mass Flow Meters and Controllers Reliable technology and industry standard interfaces

More information

Stability Analysis of Intelligent Home Energy Management System(HEMS)

Stability Analysis of Intelligent Home Energy Management System(HEMS) Stability Analysis of Intelligent Home Energy Management System(HEMS) Saher Umer s1120201 saher@jaist.ac.jp 2010 Cisco Systems, Inc. All rights reserved. 1 Presentation Outline 1 1- Introduction 1.1- Home

More information

Electric Utilities. Introduction to the module

Electric Utilities. Introduction to the module Introduction to the module The electric utilities module is based on a reporting framework produced by the Institutional Investors Group on Climate Change (IIGCC), Ceres, and the Investor Group on Climate

More information

OpenFOAM Optimization Tools

OpenFOAM Optimization Tools OpenFOAM Optimization Tools Henrik Rusche and Aleks Jemcov h.rusche@wikki-gmbh.de and a.jemcov@wikki.co.uk Wikki, Germany and United Kingdom OpenFOAM Optimization Tools p. 1 Agenda Objective Review optimisation

More information

HPC Deployment of OpenFOAM in an Industrial Setting

HPC Deployment of OpenFOAM in an Industrial Setting HPC Deployment of OpenFOAM in an Industrial Setting Hrvoje Jasak h.jasak@wikki.co.uk Wikki Ltd, United Kingdom PRACE Seminar: Industrial Usage of HPC Stockholm, Sweden, 28-29 March 2011 HPC Deployment

More information

Hardware-Aware Analysis and. Presentation Date: Sep 15 th 2009 Chrissie C. Cui

Hardware-Aware Analysis and. Presentation Date: Sep 15 th 2009 Chrissie C. Cui Hardware-Aware Analysis and Optimization of Stable Fluids Presentation Date: Sep 15 th 2009 Chrissie C. Cui Outline Introduction Highlights Flop and Bandwidth Analysis Mehrstellen Schemes Advection Caching

More information

EFFECT ON HEAT TRANSFER AND THERMAL DEVELOPMENT OF A RADIATIVELY PARTICIPATING FLUID IN A CHANNEL FLOW

EFFECT ON HEAT TRANSFER AND THERMAL DEVELOPMENT OF A RADIATIVELY PARTICIPATING FLUID IN A CHANNEL FLOW INTERNATIONAL JOURNAL OF MECHANICAL ENGINEERING AND TECHNOLOGY (IJMET) International Journal of Mechanical Engineering and Technology (IJMET), ISSN 0976 6340(Print), ISSN 0976 6340 (Print) ISSN 0976 6359

More information

Thermal Management of Datacenter

Thermal Management of Datacenter Thermal Management of Datacenter Qinghui Tang 1 Preliminaries What is data center What is thermal management Why does Intel Care Why Computer Science 2 Typical layout of a datacenter Rack outlet temperature

More information

HOW TO REALLY SAVE ENERGY IN YOUR BUSINESS.

HOW TO REALLY SAVE ENERGY IN YOUR BUSINESS. HOW TO REALLY SAVE ENERGY IN YOUR BUSINESS. OUR PHILOSOPHY Control the price Measure the consumption Change behaviour Refit project by project Automate energy savings Keep monitoring BUSINESS IS ENERGY

More information

Poisson Equation Solver Parallelisation for Particle-in-Cell Model

Poisson Equation Solver Parallelisation for Particle-in-Cell Model WDS'14 Proceedings of Contributed Papers Physics, 233 237, 214. ISBN 978-8-7378-276-4 MATFYZPRESS Poisson Equation Solver Parallelisation for Particle-in-Cell Model A. Podolník, 1,2 M. Komm, 1 R. Dejarnac,

More information

Electric Utilities. Introduction to the module

Electric Utilities. Introduction to the module Introduction to the module The electric utilities module is based on a reporting framework produced by the Institutional Investors Group on Climate Change (IIGCC), Ceres, and the Investor Group on Climate

More information

WEEKLY SCHEDULE. GROUPS (mark X) SPECIAL ROOM FOR SESSION (Computer class room, audio-visual class room)

WEEKLY SCHEDULE. GROUPS (mark X) SPECIAL ROOM FOR SESSION (Computer class room, audio-visual class room) SESSION WEEK COURSE: THERMAL ENGINEERING DEGREE: Aerospace Engineering YEAR: 2nd TERM: 2nd The course has 29 sessions distributed in 14 weeks. The laboratory sessions are included in these sessions. The

More information

SOLARPACES: Development of an integrated solar thermal power plant training simulator

SOLARPACES: Development of an integrated solar thermal power plant training simulator SOLARPACES: Development of an integrated solar thermal power plant training simulator Achaz von Arnim 1 and Ralf Wiesenberg 2 1 Dipl.Ing., Business Unit Energy E F IE ST BD, Business Development CSP, Siemens

More information

From Big Data to Smart Data Thomas Hahn

From Big Data to Smart Data Thomas Hahn Siemens Future Forum @ HANNOVER MESSE 2014 From Big to Smart Hannover Messe 2014 The Evolution of Big Digital data ~ 1960 warehousing ~1986 ~1993 Big data analytics Mining ~2015 Stream processing Digital

More information

Dynamic Thermal Management for Distributed Systems

Dynamic Thermal Management for Distributed Systems Dynamic Thermal Management for Distributed Systems Andreas Weissel Frank Bellosa Department of Computer Science 4 (Operating Systems) University of Erlangen-Nuremberg Martensstr. 1, 91058 Erlangen, Germany

More information

Unit A451: Computer systems and programming. Section 2: Computing Hardware 1/5: Central Processing Unit

Unit A451: Computer systems and programming. Section 2: Computing Hardware 1/5: Central Processing Unit Unit A451: Computer systems and programming Section 2: Computing Hardware 1/5: Central Processing Unit Section Objectives Candidates should be able to: (a) State the purpose of the CPU (b) Understand the

More information

Asset Management and Condition Monitoring

Asset Management and Condition Monitoring Asset Management and Condition Monitoring SIMATIC PCS 7 Monitoring Block PumpMon Function Block for cost-effective Monitoring and Diagnostics of Centrifugal Pumps August 2008 Especially in chemical industries,

More information

Power Electronics Testings

Power Electronics Testings Power Electronics Testings PV Inverter Test Solution www.chromaate.com Turnkey Test & Automation Solution Provider w w w.chromaate.com A PV system is an energy system which directly converts energy from

More information

12.5: Generating Current Electricity pg. 518

12.5: Generating Current Electricity pg. 518 12.5: Generating Current Electricity pg. 518 Key Concepts: 1. Electrical energy is produced by energy transformations. 2. Electrical energy is produced from renewable and non-renewable resources. 4. Electrical

More information

PyFR: Bringing Next Generation Computational Fluid Dynamics to GPU Platforms

PyFR: Bringing Next Generation Computational Fluid Dynamics to GPU Platforms PyFR: Bringing Next Generation Computational Fluid Dynamics to GPU Platforms P. E. Vincent! Department of Aeronautics Imperial College London! 25 th March 2014 Overview Motivation Flux Reconstruction Many-Core

More information

Power System review W I L L I A M V. T O R R E A P R I L 1 0, 2 0 1 3

Power System review W I L L I A M V. T O R R E A P R I L 1 0, 2 0 1 3 Power System review W I L L I A M V. T O R R E A P R I L 1 0, 2 0 1 3 Basics of Power systems Network topology Transmission and Distribution Load and Resource Balance Economic Dispatch Steady State System

More information

High Speed Aerodynamics Prof. K. P. Sinhamahapatra Department of Aerospace Engineering Indian Institute of Technology, Kharagpur

High Speed Aerodynamics Prof. K. P. Sinhamahapatra Department of Aerospace Engineering Indian Institute of Technology, Kharagpur High Speed Aerodynamics Prof. K. P. Sinhamahapatra Department of Aerospace Engineering Indian Institute of Technology, Kharagpur Module No. # 01 Lecture No. # 06 One-dimensional Gas Dynamics (Contd.) We

More information

HEAT TRANSFER IM0245 3 LECTURE HOURS PER WEEK THERMODYNAMICS - IM0237 2014_1

HEAT TRANSFER IM0245 3 LECTURE HOURS PER WEEK THERMODYNAMICS - IM0237 2014_1 COURSE CODE INTENSITY PRE-REQUISITE CO-REQUISITE CREDITS ACTUALIZATION DATE HEAT TRANSFER IM05 LECTURE HOURS PER WEEK 8 HOURS CLASSROOM ON 6 WEEKS, HOURS LABORATORY, HOURS OF INDEPENDENT WORK THERMODYNAMICS

More information

Dezentrale versus zentrale Energieversorgung 2050 (centralized versus decentralized energy supply 2050)

Dezentrale versus zentrale Energieversorgung 2050 (centralized versus decentralized energy supply 2050) VDE: life needs power, Hannover Mittwoch, 15. April 2015, 10:00 11:30 h Dezentrale versus zentrale Energieversorgung 2050 (centralized versus decentralized energy supply 2050) Günther Brauner The Energy

More information

Investigations of a Long-Distance 1000 MW Heat Transport System with APROS Simulation Software

Investigations of a Long-Distance 1000 MW Heat Transport System with APROS Simulation Software th International Conference on Structural Mechanics in Reactor Technology (SMiRT ) Espoo, Finland, August 9-4, 9 SMiRT -Division 3, Paper 56 Investigations of a Long-Distance MW Heat Transport System with

More information

Potential of Steam Energy in PV-Hybrid Systems. Prof. Dr.-Ing. Klaus Brinkmann

Potential of Steam Energy in PV-Hybrid Systems. Prof. Dr.-Ing. Klaus Brinkmann Potential of Steam in -Hybrid Systems Prof. Dr.-Ing. Klaus Brinkmann Umwelt-Campus-Birkenfeld University of Applied Sciences Trier -Automation Department- Environmental Planning / Environmental Technology

More information

Section 15.1 Energy and Its Forms (pages 446 452)

Section 15.1 Energy and Its Forms (pages 446 452) Section 15.1 and Its Forms (pages 446 452) This section describes how energy and work are related. It defines kinetic energy and potential energy, and gives examples for calculating these forms of energy.

More information

DEVELOPMENT OF A GRIP AND THERMODYNAMICS SENSITIVE PROCEDURE FOR THE DETERMINATION OF TYRE/ROAD INTERACTION CURVES BASED ON OUTDOOR TEST SESSIONS

DEVELOPMENT OF A GRIP AND THERMODYNAMICS SENSITIVE PROCEDURE FOR THE DETERMINATION OF TYRE/ROAD INTERACTION CURVES BASED ON OUTDOOR TEST SESSIONS DEVELOPMENT OF A GRIP AND THERMODYNAMICS SENSITIVE PROCEDURE FOR THE DETERMINATION OF TYRE/ROAD INTERACTION CURVES BASED ON OUTDOOR TEST SESSIONS Flavio Farroni, Aleksandr Sakhnevych, Francesco Timpone

More information

Seven Challenges of Embedded Software Development

Seven Challenges of Embedded Software Development Corporate Technology Seven Challenges of Embedded Software Development EC consultation meeting New Platforms addressing mixed criticalities Brussels, Feb. 3, 2012 Urs Gleim Siemens AG Corporate Technology

More information

Applicazione di tecniche di controllo predittivo multivariabile ad impianti di produzione a Ciclo Combinato

Applicazione di tecniche di controllo predittivo multivariabile ad impianti di produzione a Ciclo Combinato MPC of Combined Cycle Power Plants Torna al programma Applicazione di tecniche di controllo predittivo multivariabile ad impianti di produzione a Ciclo Combinato C. Aurora, P. Colombo, F. Pretolani - CESI

More information

Computer Controlled Generating Stations Control and Regulation Simulator, with SCADA SCE

Computer Controlled Generating Stations Control and Regulation Simulator, with SCADA SCE Technical Teaching Equipment Computer Controlled Generating Stations Control and Regulation Simulator, with SCADA SCE EDIBON SCADA System Teaching Technique used 4 5 2 Data Acquisition Board Cables and

More information

How To Power A Power Plant With Waste Heat

How To Power A Power Plant With Waste Heat Power Generation Siemens Organic Rankine Cycle Waste Heat Recovery with ORC Answers for energy. Table of Contents Requirements of the Future Power Supply without extra Fuel Siemens ORC-Module Typical Applications

More information

Energy Efficient MapReduce

Energy Efficient MapReduce Energy Efficient MapReduce Motivation: Energy consumption is an important aspect of datacenters efficiency, the total power consumption in the united states has doubled from 2000 to 2005, representing

More information

General Physical Science

General Physical Science General Physical Science Chapter 4 Work and Energy Work The work done by a constant force F acting upon an object is the product of the magnitude of the force (or component of the force) and the parallel

More information

Large-Scale Reservoir Simulation and Big Data Visualization

Large-Scale Reservoir Simulation and Big Data Visualization Large-Scale Reservoir Simulation and Big Data Visualization Dr. Zhangxing John Chen NSERC/Alberta Innovates Energy Environment Solutions/Foundation CMG Chair Alberta Innovates Technology Future (icore)

More information

Energy Conversions I. Unit of measure (most common one) Form Definition Example

Energy Conversions I. Unit of measure (most common one) Form Definition Example Energy Conversions I Energy can take many forms, but any one form can usually be converted into another. And no matter what form we talk about, we can use conversion factors to calculate equivalent amounts

More information

An Introduction to Applied Mathematics: An Iterative Process

An Introduction to Applied Mathematics: An Iterative Process An Introduction to Applied Mathematics: An Iterative Process Applied mathematics seeks to make predictions about some topic such as weather prediction, future value of an investment, the speed of a falling

More information

Computational Fluid Dynamics in Automotive Applications

Computational Fluid Dynamics in Automotive Applications Computational Fluid Dynamics in Automotive Applications Hrvoje Jasak h.jasak@wikki.co.uk Wikki Ltd, United Kingdom FSB, University of Zagreb, Croatia 1/15 Outline Objective Review the adoption of Computational

More information

Big Data Collection and Utilization for Operational Support of Smarter Social Infrastructure

Big Data Collection and Utilization for Operational Support of Smarter Social Infrastructure Hitachi Review Vol. 63 (2014), No. 1 18 Big Data Collection and Utilization for Operational Support of Smarter Social Infrastructure Kazuaki Iwamura Hideki Tonooka Yoshihiro Mizuno Yuichi Mashita OVERVIEW:

More information

EU Heating and Cooling Strategy

EU Heating and Cooling Strategy EU Heating and Cooling Strategy March 2016 Unit Energy Efficiency DG ENER European Commission EU Strategy for Heating and Cooling One of the actions under the Energy Union Strategic Framework and Roadmap

More information

Cost and Performance Assumptions for Modeling Electricity Generation Technologies

Cost and Performance Assumptions for Modeling Electricity Generation Technologies Cost and Performance Assumptions for Modeling Electricity Generation Technologies Rick Tidball, Joel Bluestein, Nick Rodriguez, and Stu Knoke ICF International Fairfax, Virginia NREL is a national laboratory

More information

ME6130 An introduction to CFD 1-1

ME6130 An introduction to CFD 1-1 ME6130 An introduction to CFD 1-1 What is CFD? Computational fluid dynamics (CFD) is the science of predicting fluid flow, heat and mass transfer, chemical reactions, and related phenomena by solving numerically

More information

Pushing the limits. Turbine simulation for next-generation turbochargers

Pushing the limits. Turbine simulation for next-generation turbochargers Pushing the limits Turbine simulation for next-generation turbochargers KWOK-KAI SO, BENT PHILLIPSEN, MAGNUS FISCHER Computational fluid dynamics (CFD) has matured and is now an indispensable tool for

More information

Thermo-Mechanical Coupled Simulation with LS-DYNA

Thermo-Mechanical Coupled Simulation with LS-DYNA DYNAmore GmbH Industriestraße 2, D-70565 Stuttgart andrea.erhart@dynamore.de www.dynamore.de Ingenieurbüro Tobias Loose Herdweg 13, D-75045 Wössingen Lkr. Karlsruhe loose@tl-ing.de www.loose.at Thermo-Mechanical

More information

Creation of an Unlimited Database of Virtual Bone. Validation and Exploitation for Orthopedic Devices

Creation of an Unlimited Database of Virtual Bone. Validation and Exploitation for Orthopedic Devices Creation of an Unlimited Database of Virtual Bone Population using Mesh Morphing: Validation and Exploitation for Orthopedic Devices Najah Hraiech 1, Christelle Boichon 1, Michel Rochette 1, 2 Thierry

More information

Hydrogen Storage and a Clean, Responsive Power System

Hydrogen Storage and a Clean, Responsive Power System Hydrogen Storage and a Clean, Responsive Power System Fuel Cell and Hydrogen Conference, Birmingham, 20 th May 2015 Den Gammer 2015 Energy Technologies Institute LLP The information in this document is

More information

Do-Now. 1.) Get out notebook.

Do-Now. 1.) Get out notebook. Do-Now 1.) Get out notebook. 2.) Answer the following questions on the first clean sheet in your notebook. 1.) What are renewable resources? 2.) What are nonrenewable resources? Alternative Sources of

More information

AN INTRODUCTION TO NUMERICAL METHODS AND ANALYSIS

AN INTRODUCTION TO NUMERICAL METHODS AND ANALYSIS AN INTRODUCTION TO NUMERICAL METHODS AND ANALYSIS Revised Edition James Epperson Mathematical Reviews BICENTENNIAL 0, 1 8 0 7 z ewiley wu 2007 r71 BICENTENNIAL WILEY-INTERSCIENCE A John Wiley & Sons, Inc.,

More information

The Personal Turbine: How small could it go? By: Lukas Skoufa

The Personal Turbine: How small could it go? By: Lukas Skoufa The Personal Turbine: How small could it go? By: Lukas Skoufa Outline of the discussion My interest in this topic Brief comments - electricity industry in the last 100 years Gas turbine technology Microturbines

More information

Data Center Specific Thermal and Energy Saving Techniques

Data Center Specific Thermal and Energy Saving Techniques Data Center Specific Thermal and Energy Saving Techniques Tausif Muzaffar and Xiao Qin Department of Computer Science and Software Engineering Auburn University 1 Big Data 2 Data Centers In 2013, there

More information

RENEWABLE ENERGY INVESTMENTS Rising Star In Fast Developing Market Turkey

RENEWABLE ENERGY INVESTMENTS Rising Star In Fast Developing Market Turkey THE UNION OF CHAMBERS AND COMMODITY EXCHANGES OF TURKEY RENEWABLE ENERGY INVESTMENTS Rising Star In Fast Developing Market Turkey 17.April 2012 Gökmen Topuz Energy Council Vice Chairman INDEX Turkish Energy

More information

Enhancing Business Resilience under Power Shortage: Effective Allocation of Scarce Electricity Based on Power System Failure and CGE Models

Enhancing Business Resilience under Power Shortage: Effective Allocation of Scarce Electricity Based on Power System Failure and CGE Models Enhancing Business Resilience under Power Shortage: Effective Allocation of Scarce Electricity Based on Power System Failure and CGE Models Yoshio Kajitani *1, Kazuyoshi Nakano 2 and Ayumi Yuyama 1 1Civil

More information