Christoph Höger Christoph Nytsch-Geusen

Größe: px
Ab Seite anzeigen:

Download "Christoph Höger Christoph Nytsch-Geusen"

Transkript

1 3D Visualization in Building Simulation, based on Modelica Christoph Höger Christoph Nytsch-Geusen

2 Overview Motivation Modelica library BuildingSystems Modelica 3D concept and library Integration of physical modelling and 3D-modelling Case studies Simple Thermal-hydraulic loop Building envelopes and city simulation Solar thermal system

3 Motivation Architecture / Construction industry processes: e.g. RWE- Tower Essen Idea Design Planning Realisation Sketches CAAD- models Construction drawings Operation Room schedules Real Building Generation of 3D-models with different levels of detail

4 Motivation - Examples for 3D modelling Plant Planning: 3D model with horizontal and vertical air ducts within a laboratory building (Source: Jetter GmbH) Urban Planning: 3D model of a new planned district with 2000 living units in Hasthgerd New Town/Iran (Source: Young Cities project)

5 Motivation Building Simulation and 3D modelling model Zone extends ZoneLongShortRadiationSimple (n_airvolumes = 1, n_surfaces = 8,...); HygroThermalWalls.OutsideWallHygroThermal1Dim wall_1; HygroThermalWalls.OutsideWallHygroThermal1Dim wall_2 (width = 5.0, height = 3.0, azimuth_angle = 90.0,...);... AirVolumeEnergyMoistureBalance airvolume(...); equation // connects elements <-> airvolume connect(wall_1.port_airvolume_ins, airvolume.port_surface[1]); connect(wall_2.port_airvolume_ins, airvolume.port_surface[2]); //connects elements <-> zone connect(wall_1.port_zone_ins, port_ins_surface[1]);... end Zone; Thermal model of a room in Modelica and its graphical representation with as a 2D collaboration (Icon)diagram Time lines (above) and a 3D model (below) for the visualisation of simulation results of a thermal building model

6 Modelica library BuildingSystems OpenSource-Development at UdK Berlin Integrated modelling and simulation of buildings and complex energy supply systems Transient calculation of transformation, transportation and storage of thermal energy Components Basic: Pipes, elbows, branches, pumps, Advanced: Heat storages, solar collectors, Helpers: data reader, media-calculation Under development: thermal and hygrothermal multi-zone building model Library will run with different Modelica-tools: Developed with Dymola Tests with OpenModelica in progress Component models of the Modelica library BuildingSystems (selection of the library)

7 Modelica library BuildingSystems - Applications Complex thermal-hydraulic networks HVAC systems, e.g. adiabatic evaporation cooling technologies Solar thermal systems District heating systems

8 Modelica 3D concept and library Design goals Developed by Fraunhofer FIRST in the IREA2 OpenProd project Flexibilitiy and extensibility Consistent 3D representation of Modelica models within different visualisation systems (e.g. Blender, OpenSceneGraph) Weak coupling between the simulator engine and the visualisation system over TCP-IP sockets Simple integration of further visualisation systems Simple adding of new visualisation methods Open All used technologies are free available Supported OS: Linux, Windows Standardisation Successfully used with OpenModelica and Dymola, combination with another Modelica tools is possible Will be integrated in the OpenModelica standard library

9 Modelica 3D concept and library - Architecture

10 Modelica 3D concept and library - Demonstrators Examples using the simulation engine OpenModelica and the visualisation systems Blender and OpenSceneGraph ThermalConduction PendulumWaves LunarLander

11 Integration of physical modelling and 3D-modelling Example: 3D visualisation of a discretized pipe model with n thermal nodes model PipeStraightVis3D extends FlowModels.PipeStraight; extends Visualisation3D.ModelVis3D; parameter SIunits.Length lengthelementvis3d = length/n_nodes; parameter SIunits.Temp_K mintempvis3d= ; parameter SIunits.Temp_K maxtempvis3d= ; Physical model for a straight pipe Modelica3D.Cylinder fluidelementvis3d[n_nodes] (name = "fluidelem", diameter = diameter, length = lengthelementvis3d); Shape of the 3D primitives Modelica3D.Group fluidgroupvis3d(name = "fluidgroup"); Common container of the 3D primitives Modelica3D.Material fluidmaterialvis3d[n_nodes](name="fluidmat",r=0.5,g=0.5,b=0.5); Real rvis3d, gvis3d, bvis3d; end PipeStraightVis3D; Material of the 3D primitives

12 Integration of physical modelling and 3D-modelling Example: 3D visualisation of a discretized pipe model with n thermal nodes model PipeStraightVis3D algorithm when update3d.send then if not initdone then for i in 1:n_nodes loop Modelica3D.SetObjectMaterial(fluidElementVis3D[i].id,fluidMaterialVis3D[i].id); simulation time = time_start: Material link to the 3D primitives Modelica3D.Rotate(fluidElementVis3D[i].id, 0.0, 90.0, 0.0, update3d.frame); Modelica3D.Translate(fluidElementVis3D[i].id,0.5*lengthElementVis3D +(i-1)*lengthelementvis3d, 0.0, 0.0, update3d.frame); Alignment of the 3D primitives Modelica3D.LinkToObject(fluidElementVis3D[i].id, fluidgroupvis3d.id); end for; Modelica3D.Translate(fluidGroupVis3D.id,xVis3D,yVis3D,zVis3D,update3d.frame); Modelica3D.Rotate(fluidGroupVis3D.id,xAngleVis3D,yAngleVis3D,zAngleVis3D,update3d.frame); initdone := true; end if; for i in 1:n_nodes loop (rvis3d, gvis3d, bvis3d) := Visualisation3D.RGB(fluid.T[i],minTempVis3D,maxTempVis3D); Modelica3D.SetMaterialColor(fluidMaterialVis3D[i].id, rvis3d, gvis3d, bvis3d, update3d.frame); end for; end when; endpipestraightvis3d; 1 st : Merging the 3D primitives to a group 2 nd : Alignment of the group Each visualisation frame: Mapping physical values to visualisation values (e.g. with a RGB translator)

13 Case Studies Thermal-hydraulic loop A couple of discretized pipe models Modelica 2D system diagram of the thermal hydraulic loop

14 Case Studies Thermal-hydraulic loop 3D visualisations of the thermal-hydraulic loop, rendered by the visualisation system OpenSceneGraph

15 Case Studies Building envelopes and city models 3D visualisation of building envelopes Shape representation of building envelopes Visualisation of building physics attributes: temperatures, building material moisture, heat- und moisture fluxes etc. Pre-Studies for city visualisation Performance tests with a high number of Modelica-based 3D building models Test with imported complex 3D models (topography models, complex building geometries etc.) Tests with imported data for the generation of 3D models for energetic infrastructure systems (e.g. GIS data for district heating systems) Different parameterized building envelope model Performance test with 100 building envelopes

16 Case Studies Solar thermal system Configuration of the solar thermal system: weather Primary loop with solar collector, solar pump, pipes, elbows and plate heat exchanger 2 solar collectors Secondary loop with thermal storage, storage pump, pipes, elbows Controlling of both pumps with a twopoint-controller with the measuring points solar loop controller storage loop Collector outlet temperature and Fluid temperature of the lower storage area Weather data: Hamburg (Meteonorm) heat exchanger thermal storage Simulation experiment Loading process of the solar thermal system during a summer day (24 h) solar pump storage pump

17 Case Studies Solar thermal system Modelica code of the system model (excerpt) model SolarThermalSystemVis3D parameter SIunits.Time updateinterval = 10.0; // update intervall for 3D visualisation parameter SIunits.Temp_K mintempvis3d = ; parameter SIunits.Temp_K maxtempvis3d = ; BuildingVis3D building(updateinterval = updateinterval, thickness_groundplate = 0.2, thickness_walls = 0.3, length_inside = 5.0); Pipe_Cu_26 pipe4(length= 0.38, xvis3d = 0.0, yvis3d = pipe4.length, zvis3d = building.thickness_groundplate elbow2.radius, xanglevis3d = 0.0, yanglevis3d = 0.0, zanglevis3d = 90.0, mintempvis3d= mintempvis3d, maxtempvis3d = maxtempvis3d, updateinterval = updateinterval) annotation ( ); Collector_Vitosol200H30 collector1(xvis3d = 0.0, yvis3d = -3.0, zvis3d = 3.2, xanglevis3d = 30.0, yanglevis3d = 0.0, zanglevis3d = 90.0, mintempvis3d= mintempvis3d, maxtempvis3d = maxtempvis3d, updateinterval = updateinterval) annotation ( ); equation connect(pipe8.flowport_1, collector1.flowport_2) annotation (Line(points={{-39,100}, {-43,100}},color={0,0,255}, ); connect(collector1.flowport_1, pipe1.flowport_2) annotation (Line(points={{-57,100}, {-61,100}}, color={0,0,255}, )) end SolarThermalSystemVis3D; Modelica 2D system diagram of the solar thermal system

18 Case Studies Solar thermal system collector2.t_coll2 storage.t_measure ] C40 g e 20 [d E E E E E E E E E E pump_storage.flowport_1.mdot ] 0.02 /s g [k E E E E E E E E E E7 collector2.gdot_total 800 ] 2 /m 400 [W E E E E E E E E E E7 Simulated collector outlet and storage temperature (above), mass flow of the storage pump (middle) and total solar radiation on the collector level (below) during a summer day

19 Case Studies Solar thermal system 3D visualisation of the solar thermal system, rendered by the visualisation system OpenSceneGraph

En:Tool EnEff BIM Introduction to the Project and Research Association

En:Tool EnEff BIM Introduction to the Project and Research Association En:Tool EnEff BIM Introduction to the Project and Research Association Christoph van Treeck 1 Lehrstuhl für Energieeffizientes Bauen (E3D), RWTH Aachen University, Germany EnTool: EnEff:BIM»Planning, system

Mehr

GIS-based Mapping Tool for Urban Energy Demand

GIS-based Mapping Tool for Urban Energy Demand GIS-based Mapping Tool for Urban Energy Demand Building Services, Mechanical and Building Industry Days Conference Johannes Dorfner Debrecen, 14 October 2011 Outline 1. Motivation 2. Method 3. Result 4.

Mehr

Prof. Dr.-Ing. Christoph Nytsch-Geusen

Prof. Dr.-Ing. Christoph Nytsch-Geusen Co-Simulation of Building Energy Systems between Modelica and other (Simulation) Environments Prof. Dr.-Ing. Christoph Nytsch-Geusen Universität der Künste Berlin Technische Universität Berlin, Campus

Mehr

SARA 1. Project Meeting

SARA 1. Project Meeting SARA 1. Project Meeting Energy Concepts, BMS and Monitoring Integration of Simulation Assisted Control Systems for Innovative Energy Devices Prof. Dr. Ursula Eicker Dr. Jürgen Schumacher Dirk Pietruschka,

Mehr

Possible Contributions to Subtask B Quality Procedure

Possible Contributions to Subtask B Quality Procedure Possible Contributions to Subtask B Quality Procedure aeteba - Energy Systems, Germany Elmar Sporer zafh.net Stuttgart, Germany Dr. Dirk Pietruschka 1/14 aeteba - Consortium of different companies - Turnkey

Mehr

Energy efficiency in buildings and districts Key technologies within a case study of the Young Cities Project, Iran

Energy efficiency in buildings and districts Key technologies within a case study of the Young Cities Project, Iran Energy efficiency in buildings and districts Key technologies within a case study of the Young Cities Project, Iran Prof. Dr.-Ing. Christoph Nytsch-Geusen UdK Berlin, Institut für Architektur und Städtebau

Mehr

ISEA RWTH Aachen Electric Bus Simulation

ISEA RWTH Aachen Electric Bus Simulation ISEA RWTH Aachen Electric Bus Simulation Finding the Optimal Technical Configuration 05.04.2017 Fabian Meishner Lehrstuhl für Elektrochemische Energiewandlung und 1 Speichersystemtechnik Electric Bus Simulation

Mehr

Pilot Project Biogas-powered Micro-gas-turbine

Pilot Project Biogas-powered Micro-gas-turbine 1/18 Pilot Project Biogas-powered Micro-gas-turbine Supported by the Hessischen Ministerium für Wirtschaft, Verkehr und Landesentwicklung Speaker Details 2/18 Jan Müller Works at Institute of Solar Energy

Mehr

FLOXCOM - WP 7 Modelling and Optimisation of Wall Cooling - Wall Temperature and Stress Analysis

FLOXCOM - WP 7 Modelling and Optimisation of Wall Cooling - Wall Temperature and Stress Analysis FLOXCOM - WP 7 Modelling and Optimisation of Wall Cooling - Wall Temperature and Stress Analysis B&B-AGEMA Dr.-Ing. K. Kusterer 1. Status report 2. 3-D simulation of final combustor geometry 3. Publications

Mehr

Numerical Analysis of a Radiant Syngas Cooler

Numerical Analysis of a Radiant Syngas Cooler Numerical Analysis of a Radiant Syngas Cooler Folie 2, Dr.-Ing. Gerd Oeljeklaus, Universität Duisburg-Essen Universität Duisburg-Essen Prof. Dr.-Ing., Universität Duisburg-Essen - Ulrich Günther Siemens

Mehr

Power, space heat and refurbishment: Tools and methods to include energy in urban planning. Thomas Hamacher

Power, space heat and refurbishment: Tools and methods to include energy in urban planning. Thomas Hamacher Power, space heat and refurbishment: Tools and methods to include energy in urban planning Thomas Hamacher Problem Statement 2 New developments Urban planning Smaller scale units in the infrastructure

Mehr

Solar Air Conditioning -

Solar Air Conditioning - Bavarian Center of Applied Energy Research Solar Air Conditioning - Research and Development Activities at the ZAE Bayern Astrid Hublitz ZAE Bayern, Munich, Germany Division: Technology for Energy Systems

Mehr

DATA ANALYSIS AND REPRESENTATION FOR SOFTWARE SYSTEMS

DATA ANALYSIS AND REPRESENTATION FOR SOFTWARE SYSTEMS DATA ANALYSIS AND REPRESENTATION FOR SOFTWARE SYSTEMS Master Seminar Empirical Software Engineering Anuradha Ganapathi Rathnachalam Institut für Informatik Software & Systems Engineering Agenda Introduction

Mehr

Simulating the Idle: A New Load Case for Vehicle Thermal Management

Simulating the Idle: A New Load Case for Vehicle Thermal Management Simulating the Idle: A New Load Case for Vehicle Thermal Management Jan Eller FKFS / IVK University of Stuttgart Thomas Binner and Heinrich Reister Daimler AG Nils Widdecke and Jochen Wiedemann FKFS /

Mehr

SolNET Meeting in Darlana University January 2007

SolNET Meeting in Darlana University January 2007 SolNET Meeting in Darlana University January 2007 Presentation of PhD Project Antoine Dalibard University of Applied Sciences Stuttgart Plan of the presentation I. Working group 1. Presentation of the

Mehr

Newest Generation of the BS2 Corrosion/Warning and Measurement System

Newest Generation of the BS2 Corrosion/Warning and Measurement System Newest Generation of the BS2 Corrosion/Warning and Measurement System BS2 System Description: BS2 CorroDec 2G is a cable and energyless system module range for detecting corrosion, humidity and prevailing

Mehr

Power, space heat and refurbishment: Tools and methods to include energy in urban planning. Thomas Hamacher

Power, space heat and refurbishment: Tools and methods to include energy in urban planning. Thomas Hamacher Power, space heat and refurbishment: Tools and methods to include energy in urban planning Thomas Hamacher Problem Statement 2 1 Problem Statement 3 Problem Statement 4 2 New developments Urban planning

Mehr

Quadt Kunststoffapparatebau GmbH

Quadt Kunststoffapparatebau GmbH Quadt Kunststoffapparatebau GmbH Industriestraße 4-6 D-53842 Troisdorf/Germany Tel.: +49(0)2241-95125-0 Fax.: +49(0)2241-95125-17 email: info@quadt-kunststoff.de Web: www.quadt-kunststoff.de Page 1 1.

Mehr

Webbasierte Exploration von großen 3D-Stadtmodellen mit dem 3DCityDB Webclient

Webbasierte Exploration von großen 3D-Stadtmodellen mit dem 3DCityDB Webclient Webbasierte Exploration von großen 3D-Stadtmodellen mit dem 3DCityDB Webclient Zhihang Yao, Kanishk Chaturvedi, Thomas H. Kolbe Lehrstuhl für Geoinformatik www.gis.bgu.tum.de 11/14/2015 Webbasierte Exploration

Mehr

AS Path-Prepending in the Internet And Its Impact on Routing Decisions

AS Path-Prepending in the Internet And Its Impact on Routing Decisions (SEP) Its Impact on Routing Decisions Zhi Qi ytqz@mytum.de Advisor: Wolfgang Mühlbauer Lehrstuhl für Netzwerkarchitekturen Background Motivation BGP -> core routing protocol BGP relies on policy routing

Mehr

Querschnittstechnologien inkl. Geothermie F&E Schwerpunkte und deren Implementierungsstrategie

Querschnittstechnologien inkl. Geothermie F&E Schwerpunkte und deren Implementierungsstrategie Querschnittstechnologien inkl. Geothermie F&E Schwerpunkte und deren Implementierungsstrategie Michael Monsberger AIT Austrian Institute of Technology Themenüberblick (2 Panels) Geothermie Oberflächennahe

Mehr

Probabilistic LCF - investigation of a steam turbine rotor under transient thermal loads

Probabilistic LCF - investigation of a steam turbine rotor under transient thermal loads Probabilistic LCF - investigation of a steam turbine rotor Dipl. -Ing. David Pusch TU Dresden Professur für Turbomaschinen und Strahlantriebe Prof. Konrad Vogeler Dr. Ralf Voß Siemens AG Steam Turbines

Mehr

Praktikum Entwicklung Mediensysteme (für Master)

Praktikum Entwicklung Mediensysteme (für Master) Praktikum Entwicklung Mediensysteme (für Master) Organisatorisches Today Schedule Organizational Stuff Introduction to Android Exercise 1 2 Schedule Phase 1 Individual Phase: Introduction to basics about

Mehr

Fallbeispiel zum Aufbau eines neuen Wärmenetzes Case study for new district heating grid

Fallbeispiel zum Aufbau eines neuen Wärmenetzes Case study for new district heating grid Fallbeispiel zum Aufbau eines neuen Wärmenetzes Case study for new district heating grid Dipl.-Ing. Helmut Böhnisch Nahwärme kompakt Karlsruhe, 9. Oktober 2018 Ausgangssituation Initial Situation Blick

Mehr

EtherNet/IP Topology and Engineering MPx06/07/08VRS

EtherNet/IP Topology and Engineering MPx06/07/08VRS EtherNet/IP Topology and Engineering MPx06/07/08VRS 3 1. Engineering via free EtherNet/IPTM-Port of a device on Bus from MPx07V10 2. Engineering via optional Industrial-Ethernet-Switch 3. Engineering via

Mehr

Chemical heat storage using Na-leach

Chemical heat storage using Na-leach Hilfe2 Materials Science & Technology Chemical heat storage using Na-leach Robert Weber Empa, Material Science and Technology Building Technologies Laboratory CH 8600 Dübendorf Folie 1 Hilfe2 Diese Folie

Mehr

Building management and Online simulation of buildings

Building management and Online simulation of buildings Building management and Online simulation of buildings Prof. Dr. Ursula Eicker University of Applied Sciences Stuttgart Research Centre Sustainable Energy Technologies Page 1 Energy consumption control

Mehr

FEM Isoparametric Concept

FEM Isoparametric Concept FEM Isoparametric Concept home/lehre/vl-mhs--e/cover_sheet.tex. p./26 Table of contents. Interpolation Functions for the Finite Elements 2. Finite Element Types 3. Geometry 4. Interpolation Approach Function

Mehr

Freiform-Schmiedestücke KARL DIEDERICHS KG. Stahl-, Walz- und Hammerwerk. Luckhauser Str Remscheid. P.B Remscheid

Freiform-Schmiedestücke KARL DIEDERICHS KG. Stahl-, Walz- und Hammerwerk. Luckhauser Str Remscheid. P.B Remscheid Page 1 of 8 KARL DIEDERICHS KG Luckhauser Str. 1-5 42899 Remscheid P.B. 12 01 65 42871 Remscheid Phone: 02191/593-0 Fax: 02191/593-165 E-mail: info@dirostahl.de Internet: www.dirostahl.de Page 2 of 8 DATA

Mehr

Internationale Energiewirtschaftstagung TU Wien 2015

Internationale Energiewirtschaftstagung TU Wien 2015 Internationale Energiewirtschaftstagung TU Wien 2015 Techno-economic study of measures to increase the flexibility of decentralized cogeneration plants on a German chemical company Luis Plascencia, Dr.

Mehr

Counterflow Heat Recovery Fan

Counterflow Heat Recovery Fan Counterflow Heat Recovery Fan Dr. Christoph Speer, MSc Unit for Energy Efficient Buildings, University Innsbruck, Austria Existing Principle Combination of Fan and Heat Exchanger Principle: rotating porous

Mehr

Karlsruhe Institute of Technology Die Kooperation von Forschungszentrum Karlsruhe GmbH und Universität Karlsruhe (TH)

Karlsruhe Institute of Technology Die Kooperation von Forschungszentrum Karlsruhe GmbH und Universität Karlsruhe (TH) Combining Cloud and Grid with a User Interface Jie Tao Karlsruhe Institute of Technology jie.tao@kit.edu Die Kooperation von Outline Motivation The g-eclipse Project Extending gg-eclipse for a Cloud Framework

Mehr

Algorithms for graph visualization

Algorithms for graph visualization Algorithms for graph visualization Project - Orthogonal Grid Layout with Small Area W INTER SEMESTER 2013/2014 Martin No llenburg KIT Universita t des Landes Baden-Wu rttemberg und nationales Forschungszentrum

Mehr

FEM Isoparametric Concept

FEM Isoparametric Concept FEM Isoparametric Concept home/lehre/vl-mhs--e/folien/vorlesung/4_fem_isopara/cover_sheet.tex page of 25. p./25 Table of contents. Interpolation Functions for the Finite Elements 2. Finite Element Types

Mehr

Integrated result data management in the development process of vehicle systems based on the ASAM ODS standard

Integrated result data management in the development process of vehicle systems based on the ASAM ODS standard Integrated result data management in the development process of vehicle systems based on the ASAM ODS standard Dipl.-Ing. (FH) Stefan Geneder, Technische Hochschule Ingolstadt Dr. Felix Pfister, AVL List,

Mehr

Dynamic Hybrid Simulation

Dynamic Hybrid Simulation Dynamic Hybrid Simulation Comparison of different approaches in HEV-modeling GT-SUITE Conference 12. September 2012, Frankfurt/Main Institut für Verbrennungsmotoren und Kraftfahrwesen Universität Stuttgart

Mehr

Field-Circuit Coupling for Mechatronic Systems: Some Trends and Techniques

Field-Circuit Coupling for Mechatronic Systems: Some Trends and Techniques Field-Circuit Coupling for Mechatronic Systems: Some Trends and Techniques Stefan Kurz Robert Bosch GmbH, Stuttgart Now with the University of the German Federal Armed Forces, Hamburg stefan.kurz@unibw-hamburg.de

Mehr

rsoc plant Efficient design and operation behavior

rsoc plant Efficient design and operation behavior Mitglied der Helmholtz-Gemeinschaft rsoc plant Efficient design and operation behavior 24.04.2017, Hannover Messe Ludger Blum, Matthias Frank, Roland Peters, Detlef Stolten Forschungszentrum Jülich Institute

Mehr

Chair for Information Architecture FS2010. Ex I - Patterns - Processing

Chair for Information Architecture FS2010. Ex I - Patterns - Processing Chair for Information Architecture FS2010 Ex I - Patterns - Processing Chair for Information Architecture FS2010 Ex II - Projected Pattern - 2D Projection Mapping Titel Ex III hinzufügen - Giraffiti -

Mehr

Model-based Development of Hybrid-specific ECU Software for a Hybrid Vehicle with Compressed- Natural-Gas Engine

Model-based Development of Hybrid-specific ECU Software for a Hybrid Vehicle with Compressed- Natural-Gas Engine Model-based Development of Hybrid-specific ECU Software for a Hybrid Vehicle with Compressed- Natural-Gas Engine 5. Braunschweiger Symposium 20./21. Februar 2008 Dipl.-Ing. T. Mauk Dr. phil. nat. D. Kraft

Mehr

Coupling GIS and hydraulics using the example of the Dornbirnerach

Coupling GIS and hydraulics using the example of the Dornbirnerach Coupling GIS and hydraulics using the example of the Dornbirnerach Michaela Jud Department for Geoinformatics Technical University of Munich (TUM), Germany San Diego, 13 th of July 2011 Storm event august

Mehr

Housing Policies for a Growing City

Housing Policies for a Growing City Housing Policies for a Growing City Dr. Jochen Lang Head ofdepartment -IV Housing, New Construction, Urban Renewal, Socially Integrated City Senate Department for Urban Development and the Environment

Mehr

Simulation of a Battery Electric Vehicle

Simulation of a Battery Electric Vehicle Simulation of a Battery Electric Vehicle M. Auer, T. Kuthada, N. Widdecke, J. Wiedemann IVK/FKFS University of Stuttgart 1 2.1.214 Markus Auer Agenda Motivation Thermal Management for BEV Simulation Model

Mehr

SMART CITIES: AUSTRIAN AND EUROPEAN APPROACHES IN R&D FUNDING

SMART CITIES: AUSTRIAN AND EUROPEAN APPROACHES IN R&D FUNDING SMART CITIES: AUSTRIAN AND EUROPEAN APPROACHES IN R&D FUNDING Johannes Bockstefl Deputy team leader Energy & Sustainability, Thematic Programmes, FFG Vienna, July 8, 2014 0 OVERVIEW The Austrian Smart

Mehr

Determining Vibro-Acoustic Effects in Multidomain Systems using a Custom Simscape Gear Library

Determining Vibro-Acoustic Effects in Multidomain Systems using a Custom Simscape Gear Library Determining Vibro-Acoustic Effects in Multidomain Systems using a Custom Simscape Gear Library Tim Dackermann, Rolando Dölling Robert Bosch GmbH Lars Hedrich Goethe-University Ffm 1 Power Noise transmission

Mehr

a) Name and draw three typical input signals used in control technique.

a) Name and draw three typical input signals used in control technique. 12 minutes Page 1 LAST NAME FIRST NAME MATRIKEL-NO. Problem 1 (2 points each) a) Name and draw three typical input signals used in control technique. b) What is a weight function? c) Define the eigen value

Mehr

Projektseminar Mobilkommunikation Projektseminar MIKS

Projektseminar Mobilkommunikation Projektseminar MIKS Projektseminar Mobilkommunikation Projektseminar MIKS Sommersemester 2013 Umfang Ablauf Themenvorstellung - 1 - Umfang Für Bachelor Informatik: 6. Semester Wahlpflichtmodul Mobilkommunikation 4 SWS, 5

Mehr

ISO 15504 Reference Model

ISO 15504 Reference Model Process flow Remarks Role Documents, data, tools input, output Start Define purpose and scope Define process overview Define process details Define roles no Define metrics Pre-review Review yes Release

Mehr

GridMate The Grid Matlab Extension

GridMate The Grid Matlab Extension GridMate The Grid Matlab Extension Forschungszentrum Karlsruhe, Institute for Data Processing and Electronics T. Jejkal, R. Stotzka, M. Sutter, H. Gemmeke 1 What is the Motivation? Graphical development

Mehr

WP2. Communication and Dissemination. Wirtschafts- und Wissenschaftsförderung im Freistaat Thüringen

WP2. Communication and Dissemination. Wirtschafts- und Wissenschaftsförderung im Freistaat Thüringen WP2 Communication and Dissemination Europa Programm Center Im Freistaat Thüringen In Trägerschaft des TIAW e. V. 1 GOALS for WP2: Knowledge information about CHAMPIONS and its content Direct communication

Mehr

Context-adaptation based on Ontologies and Spreading Activation

Context-adaptation based on Ontologies and Spreading Activation -1- Context-adaptation based on Ontologies and Spreading Activation ABIS 2007, Halle, 24.09.07 {hussein,westheide,ziegler}@interactivesystems.info -2- Context Adaptation in Spreadr Pubs near my location

Mehr

Technical Thermodynamics

Technical Thermodynamics Technical Thermodynamics Chapter 1: Introduction, some nomenclature, table of contents Prof. Dr.-Ing. habil. Egon Hassel University of Rostock, Germany Faculty of Mechanical Engineering and Ship Building

Mehr

- Characteristic sensitive Small temperature differences. - Low Sensitivity 42,8 µv/k for Cu-Constantan

- Characteristic sensitive Small temperature differences. - Low Sensitivity 42,8 µv/k for Cu-Constantan Thermocouples + Lightweight Small backlash by deformations + No self heating + Physically defined Zero No calibration for control loops - Characteristic sensitive Small temperature differences to cable

Mehr

Air quality and Smart Cities

Air quality and Smart Cities Air quality and Smart Cities Projects of RheinEnergie AG Alexander Stankiewicz Content EU-Project GrowSmarter WP2 Energy GrowSmarter Call Project area What are our goals Energy refurbishment Energy SmartCity

Mehr

Development of complex Mechatronic Systems - Computer aided Conceptual Design. ICCME 09 Salzburg, May

Development of complex Mechatronic Systems - Computer aided Conceptual Design. ICCME 09 Salzburg, May Development of complex Mechatronic Systems - Computer aided Conceptual Design ICCME 09 Salzburg, May 26-26 2009 Albert Albers, Wolfgang Burger, Hans-Georg Enkler, Markus Frietsch, Christian Sauter o. Prof.

Mehr

Power-Efficient Server Utilization in Compute Clouds

Power-Efficient Server Utilization in Compute Clouds Power-Efficient Server Utilization in Compute Clouds 1/14 Overview 1. Motivation 2. SPECpower benchmark 3. Load distribution strategies 4. Cloud configuration 5. Results 6. Conclusion 2/14 1. Motivation

Mehr

EEX Kundeninformation 2007-09-05

EEX Kundeninformation 2007-09-05 EEX Eurex Release 10.0: Dokumentation Windows Server 2003 auf Workstations; Windows Server 2003 Service Pack 2: Information bezüglich Support Sehr geehrte Handelsteilnehmer, Im Rahmen von Eurex Release

Mehr

RTA Climatic-Wind-Tunnel Vienna

RTA Climatic-Wind-Tunnel Vienna RTA Climatic-Wind-Tunnel Vienna Cross fertilisation between ground transport and aviation in the field of severe weather conditions AirTn at NLR May 2016 History Climatic tests for rail vehicles in Vienna's

Mehr

Copyright by Max Weishaupt GmbH, D Schwendi

Copyright by Max Weishaupt GmbH, D Schwendi Improving Energy Efficiency through Burner Retrofit Overview Typical Boiler Plant Cost Factors Biggest Efficiency Losses in a boiler system Radiation Losses Incomplete Combustion Blowdown Stack Losses

Mehr

LOEWE-CSC and it s data center

LOEWE-CSC and it s data center ECO@ LOEWE-CSC LOEWE-CSC and it s data center Volker Lindenstruth FIAS, IfI, LOEWE Professur Chair of HPC Architecture University Frankfurt, Germany Phone: +49 69 798 44101 Fax: +49 69 798 44109 Email:

Mehr

H o c h s c h u l e D e g g e n d o r f H o c h s c h u l e f ü r a n g e w a n d t e W i s s e n s c h a f t e n

H o c h s c h u l e D e g g e n d o r f H o c h s c h u l e f ü r a n g e w a n d t e W i s s e n s c h a f t e n Time Aware Shaper Christian Boiger christian.boiger@hdu-deggendorf.de IEEE 802 Plenary September 2012 Santa Cruz, California D E G G E N D O R F U N I V E R S I T Y O F A P P L I E D S C I E N C E S Time

Mehr

Serviceinformation Nr. 05/10

Serviceinformation Nr. 05/10 Serviceinformation Nr. 05/10 vom: 05.08.2010 von: GRC 1. Strömungswächter für Grundwasseranlagen Ab sofort können anstelle der Seikom Strömungswächter GF Schwebekörper Durchflussmesser mit Reed Kontakt

Mehr

Exercise (Part XI) Anastasia Mochalova, Lehrstuhl für ABWL und Wirtschaftsinformatik, Kath. Universität Eichstätt-Ingolstadt 1

Exercise (Part XI) Anastasia Mochalova, Lehrstuhl für ABWL und Wirtschaftsinformatik, Kath. Universität Eichstätt-Ingolstadt 1 Exercise (Part XI) Notes: The exercise is based on Microsoft Dynamics CRM Online. For all screenshots: Copyright Microsoft Corporation. The sign ## is you personal number to be used in all exercises. All

Mehr

Bohrkopf ändern Gestänge Ein-u. Ausbau

Bohrkopf ändern Gestänge Ein-u. Ausbau -38.00-39.00-40.00-41.00-42.00-4 -44.00-45.00-46.00-47.00-48.00-49.00-50.00-51.00-52.00 41.00-5 -54.00-55.00-56.00-57.00-58.00-59.00-60.00-61.00-62.00-6 -64.00-65.00-66.00-67.00-68.00-69.00-70.00-71.00-72.00

Mehr

PELTIER-HOCHLEISTUNGSMODULE

PELTIER-HOCHLEISTUNGSMODULE Wolfgang Knap Gesellschaft m.b.h. & Co.KG A-113 Wien Lilienberggasse 13 Tel.: +43-1-43 8 12 Fax: +43-1-48 72 13 e-mail: info@knap.at http://www.knap.at PELTIER-HOCHLEISTUNGSMODULE Die Hochleistungsmodule

Mehr

Customer-specific software for autonomous driving and driver assistance (ADAS)

Customer-specific software for autonomous driving and driver assistance (ADAS) This press release is approved for publication. Press Release Chemnitz, February 6 th, 2014 Customer-specific software for autonomous driving and driver assistance (ADAS) With the new product line Baselabs

Mehr

Bundesamt für Wehrtechnik und Beschaffung

Bundesamt für Wehrtechnik und Beschaffung BWB (German Federal Procurement Office) Bundesamt für Department Land Kampf (Land Armament) Project Group K41: Artillery, Mortars and Ammunition K 41 - Mortar Lightweight 120mm Mortar WIESEL 2, air transportable

Mehr

Introduction FEM, 1D-Example

Introduction FEM, 1D-Example Introduction FEM, 1D-Example home/lehre/vl-mhs-1-e/folien/vorlesung/3_fem_intro/cover_sheet.tex page 1 of 25. p.1/25 Table of contents 1D Example - Finite Element Method 1. 1D Setup Geometry 2. Governing

Mehr

Multicriterial Design Decision Making regarding interdependent Objectives in DfX

Multicriterial Design Decision Making regarding interdependent Objectives in DfX Overview Multicriterial Design Decision Making regarding interdependent Objectives in DfX S. Bauer The Design Process Support of the Design Process with Design for X Visualization of Decision Problems

Mehr

ATEX-Check list. Compiled by: Date: Signature: Acceptable practice at the determination of flash point: Closed cup according to ISO 2719

ATEX-Check list. Compiled by: Date: Signature: Acceptable practice at the determination of flash point: Closed cup according to ISO 2719 Fire and explosion hazard ATEX 137 1999/92/EG und ATEX 95 2014/34/EU Danger assessment and determination of explosion protection zone for the test space as well as the installation site ATEX-Check list

Mehr

Using TerraSAR-X data for mapping of damages in forests caused by the pine sawfly (Dprion pini) Dr. Klaus MARTIN klaus.martin@slu-web.

Using TerraSAR-X data for mapping of damages in forests caused by the pine sawfly (Dprion pini) Dr. Klaus MARTIN klaus.martin@slu-web. Using TerraSAR-X data for mapping of damages in forests caused by the pine sawfly (Dprion pini) Dr. Klaus MARTIN klaus.martin@slu-web.de Damages caused by Diprion pini Endangered Pine Regions in Germany

Mehr

Bosch Power Tec Clean Energy Week Energy Storage

Bosch Power Tec Clean Energy Week Energy Storage Clean Energy Week Energy Storage 1 Within the first year of the introduction of the energy storage subsidy in Germany more than 4,000 grid connect systems have been installed and 2/3 of solar installers

Mehr

Developing Interactive Integrated. Receiver Decoders: DAB/GSM Integration

Developing Interactive Integrated. Receiver Decoders: DAB/GSM Integration Developing Interactive Integrated Wolfgang Klingenberg Robert-Bosch GmbH Hildesheim Wolfgang.Klingenberg@de.bosch.co Receiver Decoders: DAB/GSM Integration DAB-GSM-Integration.ppt 1 Overview DAB receiver

Mehr

Attenuator and Distribution System Zehnder ComfoWell 220

Attenuator and Distribution System Zehnder ComfoWell 220 Benefits All air treatment functions available: attenuator, fine filter, active carbon filter, manifold box Modular design Compact dimensions Easy to clean Components connected with sliding profiles for

Mehr

Technische Universität Kaiserslautern Lehrstuhl für Virtuelle Produktentwicklung

Technische Universität Kaiserslautern Lehrstuhl für Virtuelle Produktentwicklung functions in SysML 2.0 La Jolla, 22.05.2014 12/10/2015 Technische Universität Kaiserslautern Lehrstuhl für Virtuelle Produktentwicklung Dipl. Wirtsch.-Ing. Christian Muggeo Dipl. Wirtsch.-Ing. Michael

Mehr

Overview of the Munich Noise Protection Policies

Overview of the Munich Noise Protection Policies Overview of the Munich Noise Protection Policies Working Group Noise Eurocities Munich/Planegg 14/15 September 2016 Dieter Kemmather City of Munich Department of Health and Environment Contents 1. Introduction

Mehr

2011 European HyperWorks Technology Conference

2011 European HyperWorks Technology Conference 2011 European HyperWorks Technology Conference Topology Optimization Methods applied to Automotive Transmission Housings 1 Agenda Introduction - Corporate Information - overview Topology Optimization for

Mehr

H.1 FORMI: An RMI Extension for Adaptive Applications H.1 FORMI: An RMI Extension for Adaptive Applications

H.1 FORMI: An RMI Extension for Adaptive Applications H.1 FORMI: An RMI Extension for Adaptive Applications Motivation The ed-object Approach Java RMI ed Objects in Java RMI Conclusions Universität Erlangen-Nürnberg Informatik 4, 2007 H-Formi-.fm 2007-12-14 13.11 H.1 1 Motivation Distributed object-oriented

Mehr

GAUSS towards a common certification process for GNSS applications using the European Satellite System Galileo

GAUSS towards a common certification process for GNSS applications using the European Satellite System Galileo GAUSS towards a common certification process for GNSS applications using the European Satellite System Galileo Matthias Grimm, Dr. Michael Meyer zu Hörste Vortragstitel > 11. Juni 2010 > Folie 1 Agenda

Mehr

Background. Background. Background. How to evaluate marine safety? 12/10/30. Safety Assessment by Ship Handling Simulator

Background. Background. Background. How to evaluate marine safety? 12/10/30. Safety Assessment by Ship Handling Simulator Safety assessment of navigation is quite important, especially in congested waterways. Kazuhiko Hasegawa*, Kojiro Hata**, Kazuhiro Niwa***, Takeshige Nakano****, Huashi Jin****, Erkang Fu**** Osaka University,

Mehr

GRIPS - GIS basiertes Risikoanalyse-, Informations- und Planungssystem

GRIPS - GIS basiertes Risikoanalyse-, Informations- und Planungssystem GRIPS - GIS basiertes Risikoanalyse-, Informations- und Planungssystem GIS based risk assessment and incident preparation system Gregor Lämmel TU Berlin GRIPS joined research project TraffGo HT GmbH Rupprecht

Mehr

New ways of induction heating in the injection moulding process

New ways of induction heating in the injection moulding process New ways of induction heating in the injection moulding process Micro Technology innovation forum Villingen-Schwenningen February 29, 2012 Dipl.-Ing. M. Maier Prof. Dr.-Ing. W. Schinköthe Institut für

Mehr

The Solar Revolution New Ways for Climate Protection with Solar Electricity

The Solar Revolution New Ways for Climate Protection with Solar Electricity www.volker-quaschning.de The Solar Revolution New Ways for Climate Protection with Solar Electricity Hochschule für Technik und Wirtschaft HTW Berlin ECO Summit ECO14 3. June 2014 Berlin Crossroads to

Mehr

Fluid-Particle Multiphase Flow Simulations for the Study of Sand Infiltration into Immobile Gravel-Beds

Fluid-Particle Multiphase Flow Simulations for the Study of Sand Infiltration into Immobile Gravel-Beds 3rd JUQUEEN Porting and Tuning Workshop Jülich, 2-4 February 2015 Fluid-Particle Multiphase Flow Simulations for the Study of Sand Infiltration into Immobile Gravel-Beds Tobias Schruff, Roy M. Frings,

Mehr

Solartechnologien in der Pipeline. Werner Weiss. AEE - Institut für Nachhaltige Technologien A-8200 Gleisdorf, Feldgasse 2 AUSTRIA

Solartechnologien in der Pipeline. Werner Weiss. AEE - Institut für Nachhaltige Technologien A-8200 Gleisdorf, Feldgasse 2 AUSTRIA Solartechnologien in der Pipeline Werner Weiss AEE - Institut für Nachhaltige Technologien A-8200 Gleisdorf, Feldgasse 2 AUSTRIA Inhalt 1. Marktentwicklung Solarthermie 2. Potenziale 3. Derzeitige Entwicklungen

Mehr

Interpolation Functions for the Finite Elements

Interpolation Functions for the Finite Elements Interpolation Functions for the Finite Elements For the finite elements method, the following is valid: The global function of a sought function consists of a sum of local functions: GALERKIN method: the

Mehr

WE SHAPE INDUSTRY 4.0 BOSCH CONNECTED INDUSTRY DR.-ING. STEFAN AßMANN

WE SHAPE INDUSTRY 4.0 BOSCH CONNECTED INDUSTRY DR.-ING. STEFAN AßMANN WE SHAPE INDUSTRY 4.0 BOSCH CONNECTED INDUSTRY DR.-ING. STEFAN AßMANN Bosch-Definition for Industry 4.0 Our Seven Features Connected Manufacturing Connected Logistics Connected Autonomous and Collaborative

Mehr

Electrical tests on Bosch unit injectors

Electrical tests on Bosch unit injectors Valid for Bosch unit injectors with order numbers 0 414 700 / 0 414 701 / 0 414 702 Parts Kit Magnet*: - F00H.N37.925 - F00H.N37.933 - F00H.N37.934 * For allocation to the 10-place Bosch order number,

Mehr

Modeling of Flow Processes in Porous Media for Predicting the Water Content Distribution in Earth Dams using the Simulation Program PCSiWaPro

Modeling of Flow Processes in Porous Media for Predicting the Water Content Distribution in Earth Dams using the Simulation Program PCSiWaPro Fakultät Forst-, Geo- und Hydrowissenschaften Institute of Waste Management and Contaminated Site Treatement Modeling of Flow Processes in Porous Media for Predicting the Water Content Distribution in

Mehr

A geological 3D-information system for subsurface planning in urban areas - case study Darmstadt (Hesse, Germany)

A geological 3D-information system for subsurface planning in urban areas - case study Darmstadt (Hesse, Germany) A geological 3D-information system for subsurface planning in urban areas - case study Darmstadt (Hesse, Germany) Rouwen Lehné, Hanna Kuhn, Heiner Heggemann & Christian Hoselmann 3 rd European meeting

Mehr

Concepts for cities in times of climate change

Concepts for cities in times of climate change IBA HAMBURG GMBH Concepts for cities in times of climate change Kai Michael Dietrich Livable Cities 16, Aarhus IBA HAMBURG GMBH City of Hamburg: A Grand Maritime Tradition IBA HAMBURG GMBH 3 Location of

Mehr

Tuning des Weblogic /Oracle Fusion Middleware 11g. Jan-Peter Timmermann Principal Consultant PITSS

Tuning des Weblogic /Oracle Fusion Middleware 11g. Jan-Peter Timmermann Principal Consultant PITSS Tuning des Weblogic /Oracle Fusion Middleware 11g Jan-Peter Timmermann Principal Consultant PITSS 1 Agenda Bei jeder Installation wiederkehrende Fragen WievielForms Server braucheich Agenda WievielRAM

Mehr

Stahl-Zentrum. Koksqualität und Hochofenleistung - Theorie und Praxis. Düsseldorf, 05. Dezember Peter Schmöle

Stahl-Zentrum. Koksqualität und Hochofenleistung - Theorie und Praxis. Düsseldorf, 05. Dezember Peter Schmöle Koksqualität und Hochofenleistung - Theorie und Praxis Düsseldorf, 05. Dezember 2013 1 ThyssenKrupp Steel Europe Coke quality and blast furnace performance Introduction Roles of coke Flooding effects Effects

Mehr

Analysis Add-On Data Lineage

Analysis Add-On Data Lineage 1 Analysis Add-On Data Lineage Docu Performer Analysis Add-On Data Lineage 2 Introduction... 3 Starting the Function... 4 Display of the Mapping in Excel... 5 BW InfoProvider... 6 HANA Objects... 7 ABAP

Mehr

Measurement of dust resistivity and back corona in electrostatic precipitators

Measurement of dust resistivity and back corona in electrostatic precipitators Measurement of dust resistivity and back corona in electrostatic precipitators D. Pieloth, M. Majid, H. Wiggers, P.Walzel PiKo Workshop Universität Bremen / Fakultät Bio- & Chemieingenieurwesen Mechanische

Mehr

Mit Legacy-Systemen in die Zukunft. adviion. in die Zukunft. Dr. Roland Schätzle

Mit Legacy-Systemen in die Zukunft. adviion. in die Zukunft. Dr. Roland Schätzle Mit Legacy-Systemen in die Zukunft Dr. Roland Schätzle Der Weg zur Entscheidung 2 Situation Geschäftliche und softwaretechnische Qualität der aktuellen Lösung? Lohnen sich weitere Investitionen? Migration??

Mehr

Zehnder ComfoWell 220

Zehnder ComfoWell 220 Benefits All air treatment functions available: attenuator, fine filter, active carbon filter, manifold box Modular design Compact dimensions Easy to clean Components connected with sliding profiles for

Mehr

DPM_flowcharts.doc Page F-1 of 9 Rüdiger Siol :28

DPM_flowcharts.doc Page F-1 of 9 Rüdiger Siol :28 Contents F TOOLS TO SUPPORT THE DOCUMENTATION... F-2 F.1 GRAPHIC SYMBOLS AND THEIR APPLICATION (DIN 66 001)... F-2 F.1.1 Flow of control... F-3 F.1.2 Terminators and connectors... F-4 F.1.3 Lines, arrows

Mehr

Machine presentation. SCHAUDT FlexGrind M

Machine presentation. SCHAUDT FlexGrind M Machine presentation SCHAUDT FlexGrind M Designed for large workpieces FlexGrind M FlexGrind M at a glance Overview Flexible universal cylindrical grinding maschine Max. grinding length of 4,000 mm, height

Mehr

A parameterised 3D-Structure-Model for the state of Bremen (Germany)

A parameterised 3D-Structure-Model for the state of Bremen (Germany) A parameterised 3D-Structure-Model for the state of Bremen (Germany) An application for detailled groundwater flow and transport studies Bremen Geography and Geology 3 Bremen Geography and Geology 4 Structual

Mehr