Cruise ship Energy Efficiency

Size: px
Start display at page:

Download "Cruise ship Energy Efficiency"

Transcription

1 Cruise ship Energy Efficiency Fredrik Ahlgren Linnaeus University, Kalmar Maritime Academy Sweden MOSES 2017, EPFL

2 Agenda - What has been done. - What is to be done.

3 Fredrik Ahlgren, PhD student - Marine Engineer, Navy Officer - 75 % PhD done - PhD focusing on Energy Efficiency in Shipping

4 What has been done Waste Heat Recovery Simulations Organic Rankine Cycle F. Ahlgren, M. E. Mondejar, M. Genrup, and M. Thern, Waste Heat Recovery in a Cruise Vessel in the Baltic Sea by Using an Organic Rankine Cycle: A Case Study, J. Eng. Gas Turbines Power, vol. 138, no. 1, p , M. E. Mondejar, F. Ahlgren, M. Thern, and M. Genrup, Study of the On-route Operation of a Waste Heat Recovery System in a Passenger Vessel, Energy Procedia, vol. 75, pp , M. E. Mondejar, F. Ahlgren, M. Thern, and M. Genrup, Quasisteady state simulation of an organic Rankine cycle for waste heat recovery in a passenger vessel, Appl. Energy, pp. 1 12, Jan F. Ahlgren, M. Thern, M. Genrup and M. E. Mondejar, Energy integration of Organic Rankine Cycle Exhaust Gas recirculation and Scrubber, MARENER 2017 Energy and Exergy Analysis F. Baldi, F. Ahlgren, T.-V. Nguyen, C. Gabrielii, and K. Andersson, Energy and exergy analysis of a cruise ship, in ECOS 2015, Baldi, F., Nguyen, T., Ahlgren, F. (2016). The application of process integration to the optimisation of cruise ship energy systems : a case study. ECOS 2016 : 29th International Conference on Efficiency, Cost, Optimization, Simulation and Envirionmental Impact of Energy Systems. June F. Baldi, F. Ahlgren, F. Melino, C. Gabrielii, and K. Andersson, Optimal load allocation of complex ship power plants, Energy Convers. Manag., vol. 124, pp , 2016.

5 PAX Vessel M/S Birka Stockholm Design speed 21 knots Passengers 1800 LOA 176 m BOC 28 m Propulsion 4 Wärtsilä 6L46, kw 2 Controllable Pitch Propellers Electrical 4 Wärtsilä 6L32, kw Leisure cruises: Tax free, pool, saunas, night clubs, spa, 8 bars, 4 restaurants

6 Route Stockholm Mariehamn [18:00 05:00] [08:00 16:00] 22 h

7 Speed intervals Speed distribution, 2-knot interval % operating time percentage / % % 24% 20% 6% 8-14 knots 78 % % Vessel speed / knots

8 Operational profile

9 PAX Vessel M/S Birka Stockholm ORC 4 x W46 4 x W32

10 Method ORC study Ø Considering waste heat from exhaust of all engines, combined Ø Lower temperature 150 C, sulphur condensation Ø Dry fluids Ø Off design optimisation

11 ORC configurations a) b) T source,in (from engines) 3 2 T source,out 1 Superheater Evaporator Preheater Turbine 3' T source,in (from engines) 3 2 Superheater Evaporator Turbine T source,out Preheater 1' 4 3' b Pump 0 Intermediate loop a Condenser c T sink,in T sink,out d 4 b Pump 0 Intermediate loop a Regenerator 4' Condenser c T sink,in d T sink,out Schemata of the two ORC configurations studied in this work: a) simple ORC with intermediate condenser loop, and b) regenerated ORC with intermediate condenser loop.

12 ORC study 2 - Design Study the integration of an Organic Rankine Cycle for waste heat recovery with a Scrubber and EGR Two-stroke MAN engine with EGR for NO x reduction Wet scrubber for SO x reduction Data Two-stroke MAN 6G50ME-C95, MCR 6120 kw x 79 rpm (Courtesy of MAN Diesel & Turbo) Software used; IPSEpro - a software system for calculating heat balances and simulating processes Refprop - Reference Fluid Thermodynamic and Transport Properties Database MATLAB

13 System design EGR Exhaust receiver EGR Pre-scrubber EGR Cooler EGR Scrubber Water Mist Catcher CAC Cooler Water Mist Catcher Engine Scavenge air receiver

14 Heat sources temperature-load diagram Charge Air Cooler large differences Temperatures MAN 6G50ME-C95 CAC Temp Exhaust Exhaust EGR FW Jacket Cooling 400 Temperature Load

15 Model design cases Exhaust EGR Exhaust after turbo Air CAC FW Jacket CW

16 Net power with scrubber integration Power kw Scrubber * ORC net power -70 * Reference value from (ABS. (2013). Exhaust Gas Scrubber Systems Advisory)

17 What is to be done Waste Heat Recovery Simulations Organic Rankine Cycle Energy and Exergy Analysis Machine Learning for Energy Efficiency optimization

18 computer programming is about automation, and machine learning is all about automating automation, then automated machine learning is the automation of automating automation. - Sebastian Raschka

19 Working with... Idea from working with the data in previous studies, challenge in creating decent predictions from logged data. Not a computer scientist, Machine Learning is not easy. An Engineers approach use the best tool for the job. Auto Machine Learning Tree-based Pipeline Optimization (TPOT) R. S. Olson, R. J. Urbanowicz, J. H. Moore, and N. Bartley, Evaluation of a Tree-based Pipeline Optimization Tool for Automating Data Science, in Proceedings of the Genetic and Evolutionary Computation Conference 2016, 2016, pp Auto Sklearn M. Feurer, A. Klein, K. Eggensperger, J. Springenberg, M. Blum, and F. Hutter, Efficient and Robust Automated Machine Learning, Adv. Neural Inf. Process. Syst. 28, pp , Deep Learning TensorFlow, PyTorch. Task finding patterns, learning, unsupervised.

20 TPOT Regression, 10 generations Randomized test data

21 TPOT Regression, 10 generations Randomized test data.. zoomed in...

22 TPOT, 10 generations, exported model

23 Sklearn-Auto, running time ~1hr, model specs [( , SimpleRegressionPipeline({'imputation:strategy': 'mean', 'one_hot_encoding:use_minimum_fraction': 'True', 'preprocessor: choice ': 'feature_agglomeration', 'regressor: choice ': 'extra_trees', 'rescaling: choice ': 'standardize', 'one_hot_encoding:minimum_fraction': , 'preprocessor:feature_agglomeration:affinity': 'euclidean', 'preprocessor:feature_agglomeration:linkage': 'ward', 'preprocessor:feature_agglomeration:n_clusters': 281, 'preprocessor:feature_agglomeration:pooling_func': 'mean', 'regressor:extra_trees:bootstrap': 'False', 'regressor:extra_trees:criterion': 'mse', 'regressor:extra_trees:max_depth': 'None', 'regressor:extra_trees:max_features': 1.0, 'regressor:extra_trees:min_samples_leaf': 1, 'regressor:extra_trees:min_samples_split': 2, 'regressor:extra_trees:n_estimators': 100}, dataset_properties={ 'task': 4, 'sparse': False, 'multilabel': False, 'multiclass': False, 'target_type': 'regression', 'signed': False})), ( , SimpleRegressionPipeline({'imputation:strategy': 'mean', 'one_hot_encoding:use_minimum_fraction': 'False', 'preprocessor: choice ': 'no_preprocessing', 'regressor: choice ': 'gradient_boosting', 'rescaling: choice ': 'none', 'regressor:gradient_boosting:learning_rate': , 'regressor:gradient_boosting:loss': 'ls', 'regressor:gradient_boosting:max_depth': 8, 'regressor:gradient_boosting:max_features': , 'regressor:gradient_boosting:max_leaf_nodes': 'None', 'regressor:gradient_boosting:min_samples_leaf': 3, 'regressor:gradient_boosting:min_samples_split': 7, 'regressor:gradient_boosting:min_weight_fraction_leaf': 0.0, 'regressor:gradient_boosting:n_estimators': 169, 'regressor:gradient_boosting:subsample': }, dataset_properties={ 'task': 4, 'sparse': False, 'multilabel': False, 'multiclass': False, 'target_type': 'regression', 'signed': False})), ( , SimpleRegressionPipeline({'imputation:strategy': 'most_frequent', 'one_hot_encoding:use_minimum_fraction': 'False', 'preprocessor: choice ': 'polynomial', 'regressor: choice ': 'gradient_boosting', 'rescaling: choice ': 'standardize', 'preprocessor:polynomial:degree': 2, 'preprocessor:polynomial:include_bias': 'False', 'preprocessor:polynomial:interaction_only': 'True', 'regressor:gradient_boosting:learning_rate': , 'regressor:gradient_boosting:loss': 'ls', 'regressor:gradient_boosting:max_depth': 10, 'regressor:gradient_boosting:max_features': , 'regressor:gradient_boosting:max_leaf_nodes': 'None', 'regressor:gradient_boosting:min_samples_leaf': 13, 'regressor:gradient_boosting:min_samples_split': 11, 'regressor:gradient_boosting:min_weight_fraction_leaf': 0.0, 'regressor:gradient_boosting:n_estimators': 289, 'regressor:gradient_boosting:subsample': }, dataset_properties={ 'task': 4, 'sparse': False, 'multilabel': False, 'multiclass': False, 'target_type': 'regression', 'signed': False})), ( , SimpleRegressionPipeline({'imputation:strategy': 'most_frequent', 'one_hot_encoding:use_minimum_fraction': 'True', 'preprocessor: choice ': 'polynomial', 'regressor: choice ': 'decision_tree', 'rescaling: choice ': 'minmax', 'one_hot_encoding:minimum_fraction': , 'preprocessor:polynomial:degree': 2, 'preprocessor:polynomial:include_bias': 'True', 'preprocessor:polynomial:interaction_only': 'False', 'regressor:decision_tree:criterion': 'mse', 'regressor:decision_tree:max_depth': , 'regressor:decision_tree:max_features': 1.0, 'regressor:decision_tree:max_leaf_nodes': 'None', 'regressor:decision_tree:min_samples_leaf': 11, 'regressor:decision_tree:min_samples_split': 7, 'regressor:decision_tree:min_weight_fraction_leaf': 0.0, 'regressor:decision_tree:splitter': 'best'}, dataset_properties={ 'task': 4, 'sparse': False, 'multilabel': False, 'multiclass': False, 'target_type': 'regression', 'signed': False})), ]

24 Thank you!

Gerasimos Theotokatos DNV GL Reader of Safety of Marine Systems

Gerasimos Theotokatos DNV GL Reader of Safety of Marine Systems Towards the development of a systematic method for Ship Propulsion System Energy Management Gerasimos Theotokatos DNV GL Reader of Safety of Marine Systems Department of Naval Architecture, Ocean & Marine

More information

A comparison of advanced heat recovery power cycles in a combined cycle for large ships

A comparison of advanced heat recovery power cycles in a combined cycle for large ships A comparison of advanced heat recovery power cycles in a combined cycle for large ships Ulrik Larsen a, Fredrik Haglind b, Oskar Sigthorsson c a Technical University of Denmark, Kgs. Lyngby, Denmark, ular@mek.dtu.dk,

More information

WASTE HEAT RECOVERY LOW- AND HIGH-TEMPERATURE

WASTE HEAT RECOVERY LOW- AND HIGH-TEMPERATURE WASTE HEAT RECOVERY LOW- AND HIGH-TEMPERATURE ENERGIRELATERAD FORDONSFORSKNING 2017 GÖTEBORG, 2017-10-05 JELMER RIJPKEMA, CHALMERS UNIVERSITY OF TECHNOLOGY JELMER.RIJPKEMA@CHALMERS.SE CHRISTER ODENMARCK,

More information

Comparing combined gas tubrine/steam turbine and marine low speed piston engine/steam turbine systems in naval applications

Comparing combined gas tubrine/steam turbine and marine low speed piston engine/steam turbine systems in naval applications POLISH MARITIME RESEARCH 4(71) 2011 Vol 18; pp. 43-48 10.2478/v10012-011-0025-8 Comparing combined gas tubrine/steam turbine and marine low speed piston engine/steam turbine systems in naval applications

More information

The main purpose of the simulator is the practical preparation of the trainee for engine room operation, and more particularly:

The main purpose of the simulator is the practical preparation of the trainee for engine room operation, and more particularly: UNITEST Middle East/ 2015 The UNITEST DE3D Engine Room Simulator has been based on typical solutions, being presently used in diesel electric platform supply vessels engine rooms (four diesel generators,

More information

KAWASAKI Environment-friendly New engine technology

KAWASAKI Environment-friendly New engine technology Norway-Japan Maritime Green Innovation Seminar 4th June, 2015 KAWASAKI Environment-friendly New engine technology 0 Yosuke NONAKA Diesel Engine Dep t. Machinery Div. Kawasaki Heavy Industries, Ltd. F4C-04-0035

More information

Investigation of Drivetrain Losses of a DP Vessel

Investigation of Drivetrain Losses of a DP Vessel Investigation of Drivetrain Losses of a DP Vessel Torstein I. Bø Department of arine Technology Norwegian University of Science and Technology - NTNU 7491 Trondheim, Norway Email: torstein.bo@ntnu.no Anna

More information

CIMAC NMA Norway 27 January 2010

CIMAC NMA Norway 27 January 2010 CIMAC NMA Norway 27 January 2010 Ole Skeltved Head of the Marine Installation Department Marine Low Speed, Engineering < 1 > System solutions for reduction of exhaust gas emissions Agenda : NOx limitations

More information

Commissioning and Initial Shipboard Operation of Hydrocurrent 125 KW Marine Heat Recovery System

Commissioning and Initial Shipboard Operation of Hydrocurrent 125 KW Marine Heat Recovery System Commissioning and Initial Shipboard Operation of Hydrocurrent 125 KW Marine Heat Recovery System Abstract The shipping industry is searching for ways to reduce vessel operating costs and comply with increasingly

More information

Possible Change of Ship Design Including Engine Room about Emissions of NOx and SOx

Possible Change of Ship Design Including Engine Room about Emissions of NOx and SOx Possible Change of Ship Design Including Engine Room about Emissions of NOx and SOx Masaki Ohtsu Mitsui Engineering & Shipbuilding Co., Ltd. February 28, 2007 Introduction of Mitsui -3 rd position in production

More information

EFFICIENCY INCREASE IN SHIP'S PRIMAL ENERGY SYSTEM USING A MULTISTAGE COMPRESSION WITH INTERCOOLING

EFFICIENCY INCREASE IN SHIP'S PRIMAL ENERGY SYSTEM USING A MULTISTAGE COMPRESSION WITH INTERCOOLING THERMAL SCIENCE, Year 2016, Vol. 20, No. 2, pp. 1399-1406 1399 EFFICIENCY INCREASE IN SHIP'S PRIMAL ENERGY SYSTEM USING A MULTISTAGE COMPRESSION WITH INTERCOOLING by Petar LANDEKA and Gojmir RADICA* Faculty

More information

Asian Marine Engineering Conference 2015 MAN Diesel & Turbo SE Turbocharger. Malte Oltmanns Promotion Manager October 2015

Asian Marine Engineering Conference 2015 MAN Diesel & Turbo SE Turbocharger. Malte Oltmanns Promotion Manager October 2015 Asian Marine Engineering Conference 2015 MAN Diesel & Turbo SE Turbocharger Malte Oltmanns Promotion Manager October 2015 MAN Diesel & Turbo Malte Oltmanns Asian Marine Engineering Conference 2015 / MDT

More information

Thiel Christian CIMAC NMA Norge 2014 ABB Turbocharging

Thiel Christian CIMAC NMA Norge 2014 ABB Turbocharging Thiel Christian 24.09.2014 CIMAC NMA Norge 2014 ABB Turbocharging Agenda ABB Turbocharging in Norway A200-L for two stroke engines Engine tunings high pressure tuning method Retrofit and upgrades 4 stroke

More information

METHODS OF REDUCTION OF FUEL CONSUMPTION AS MEANS FOR CO2 EMITTED BY SEAGOING SHIPS MINIMISING

METHODS OF REDUCTION OF FUEL CONSUMPTION AS MEANS FOR CO2 EMITTED BY SEAGOING SHIPS MINIMISING Journal of KONES Powertrain and Transport, Vol. 20, No. 201 METHODS OF REDUCTION OF FUEL CONSUMPTION AS MEANS FOR CO2 EMITTED BY SEAGOING SHIPS MINIMISING Mariusz Giernalczyk, Zygmunt Górski Department

More information

ECO optimization with NOx equipment

ECO optimization with NOx equipment Greener Shipping Summit Athens Greece, 14 th November 2017 ECO optimization with NOx equipment Michael Jeppesen Promotion Manager Promotion & Sales, Two Stroke < 1 > Agenda 1 Influencers of emission compliance

More information

ST. VINCENT AND THE GRENADINES

ST. VINCENT AND THE GRENADINES ST. VINCENT AND THE GRENADINES MARITIME ADMINISTRATION CIRCULAR N POL 021 MARPOL ANNEX VI REPORTING SYSTEM ESTABLISHED FOR THE PURPOSE OF ENERGY EFFICIENCY AND FUEL CONSUMPTION DATA COLLECTION TO: APPLICABLE

More information

LIFE13 ENV/FR/ ORC TECHNOLOGY GENERAL PRESENTATION OPEN DAY ANCONA, 08 SEPT Pierre LEDUC Pascal SMAGUE IFPEN

LIFE13 ENV/FR/ ORC TECHNOLOGY GENERAL PRESENTATION OPEN DAY ANCONA, 08 SEPT Pierre LEDUC Pascal SMAGUE IFPEN LIFE13 ENV/FR/000851 ORC TECHNOLOGY GENERAL PRESENTATION OPEN DAY ANCONA, 08 SEPT. 2017 1 Pierre LEDUC Pascal SMAGUE IFPEN WHO IS IFPEN? A French public-sector Research & Innovation body A training center

More information

Transforming Waste to Value

Transforming Waste to Value Transforming Waste to Value Opcon Powerbox ORC and WST Tillverka din egen el - ENIG 15 Oktober 2013, Vandalorum, Värnamo Electricity and energy from Waste Heat Technologies for increased industrial efficiency

More information

Design and modeling of an advanced marine machinery system including waste heat recovery and removal of sulphur oxides

Design and modeling of an advanced marine machinery system including waste heat recovery and removal of sulphur oxides Design and modeling of an advanced marine machinery system including waste heat recovery and removal of sulphur oxides Rasmus Frimann Nielsen a,b, Fredrik Haglind a,c and Ulrik Larsen a,d a Department

More information

Holistic 1D-Model for Cooling Management and Engine Analysis of a Heavy-Duty Truck

Holistic 1D-Model for Cooling Management and Engine Analysis of a Heavy-Duty Truck Holistic 1D-Model for Cooling Management and Engine Analysis of a Heavy-Duty Truck Dominik Renner Dr. Alexander Schydlo 26 th October 2015 MAN Truck & Bus AG < 1 > Agenda 1 Introduction 2 Model Description

More information

Baltic Sea Parliamentary Conference. MARPOL Annex VI TECHNOLOGY & COMPLIANCE. Ramona Zettelmaier Lloyd s Register

Baltic Sea Parliamentary Conference. MARPOL Annex VI TECHNOLOGY & COMPLIANCE. Ramona Zettelmaier Lloyd s Register Baltic Sea Parliamentary Conference MARPOL Annex VI TECHNOLOGY & COMPLIANCE Ramona Zettelmaier Lloyd s Register Overview International Regulations SOx reduction CO2 reduction NOx reduction Conclusion and

More information

MHI-MME WHRS - STG. Environment friendly and economical solution MITSUBISHI HEAVY INDUSTRIES, LTD. All Rights Reserved.

MHI-MME WHRS - STG. Environment friendly and economical solution MITSUBISHI HEAVY INDUSTRIES, LTD. All Rights Reserved. MHI-MME WHRS - STG Environment friendly and economical solution 2017.01.24 2016 MITSUBISHI HEAVY INDUSTRIES MARINE MACHINERY & ENGINE CO., LTD. All Rights Reserved. 1 Contents Overview 1. Outline, WHRS-STG

More information

Propulsion of VLCC Introduction

Propulsion of VLCC Introduction Propulsion of VLCC Content Introduction...5 EEDI and Major Ship and Main Engine Parameters...6 Energy efficiency design index (EEDI)...6 Minimum propulsion power...6 Major propeller and engine parameters...7,

More information

PARAMETRIC OPTIMIZATION AND PERFORMANCE ANALYSIS OF ORGANIC RANKINE CYCLE (ORC) FOR ENGINE WASTE HEAT RECOVERY. * Corresponding Author ABSTRACT

PARAMETRIC OPTIMIZATION AND PERFORMANCE ANALYSIS OF ORGANIC RANKINE CYCLE (ORC) FOR ENGINE WASTE HEAT RECOVERY. * Corresponding Author ABSTRACT Paper ID: 36, Page 1 PARAMETRIC OPTIMIZATION AND PERFORMANCE ANALYSIS OF ORGANIC RANKINE CYCLE (ORC) FOR ENGINE WASTE HEAT RECOVERY Fubin Yang 1,2 *, Hongguang Zhang 1,2 1 Beijing University of Technology,

More information

Experimental Investigations on CO 2 -Based Transcritical Rankine Cycle (CTRC) for Waste Heat Recovery of Diesel Engine

Experimental Investigations on CO 2 -Based Transcritical Rankine Cycle (CTRC) for Waste Heat Recovery of Diesel Engine Experimental Investigations on CO 2 -Based Transcritical Rankine Cycle (CTRC) for Waste Heat Recovery of Diesel Engine Lingfeng Shi, Gequn Shu, Hua Tian et al. State Key Laboratory of Engines (SKLE), Tianjin

More information

Market Update Note. EcoEGR coming to your Tier III engine soon MUN

Market Update Note. EcoEGR coming to your Tier III engine soon MUN MUN2018-02-07 EcoEGR coming to your Tier III engine soon MAN B&W two-stroke diesel engines use selective catalytic reduction (SCR) or exhaust gas recirculation (EGR) to comply with IMO Tier III requirements.

More information

MAN B&W Two-Stroke Service Experience Imabari & Tokyo - November 2014

MAN B&W Two-Stroke Service Experience Imabari & Tokyo - November 2014 MAN B&W Two-Stroke Service Experience Imabari & Tokyo - November 2014 Stig Baungaard Jakobsen Senior Manager Operation Engineering < 1 > Agenda 1 Staybolt Failures on S90ME-C9 2 Starting Issue for S90ME-C8&9

More information

SCR under pressure - pre-turbocharger NOx abatement for marine 2-stroke diesel engines

SCR under pressure - pre-turbocharger NOx abatement for marine 2-stroke diesel engines SCR under pressure - pre-turbocharger NOx abatement for marine 2-stroke diesel engines CIMAC Congress paper no.: 111, Helsinki 2016, prepared by Sandelin/Peitz Emission control areas for sea going vessels

More information

Available online at ScienceDirect. IV International Seminar on ORC Power Systems, ORC September 2017, Milano, Italy

Available online at   ScienceDirect. IV International Seminar on ORC Power Systems, ORC September 2017, Milano, Italy Available online at www.sciencedirect.com ScienceDirect Energy Procedia 129 (2017) 786 793 www.elsevier.com/locate/procedia IV International Seminar on ORC Power Systems, ORC2017 13-15 September 2017,

More information

Green Ship of the Future. Green Ship of the Future -

Green Ship of the Future. Green Ship of the Future - Green Ship of the Future Green Ship of the Future Green Ship of the Future is a Danish joint industry project aiming at developing and demonstrating technologies and methods for reduction of air emissions

More information

GT-Suite Users International Conference Frankfurt a.m., October 22 nd 2012

GT-Suite Users International Conference Frankfurt a.m., October 22 nd 2012 GT-Suite Users International Conference Frankfurt a.m., October 22 nd 2012 Computational Analysis of Internal and External EGR Strategies combined with Miller Cycle Concept for a Two Stage Turbocharged

More information

MAN Diesel & Turbo. Main Engine Room Data. Project name BrasNave 25 Project type Project number 3 Date 2010 Yard

MAN Diesel & Turbo. Main Engine Room Data. Project name BrasNave 25 Project type Project number 3 Date 2010 Yard MAN Diesel & Turbo Main Engine Room Data Main Engine Compliance 6S80MC6.1-TI IMO-NOx Tier I Project name BrasNave 25 Project type Project number 3 Date 2010 Yard Country Brasil Made by BrasNave Department

More information

Low Speed Engine Room W-Xpert W-X72 Simulator

Low Speed Engine Room W-Xpert W-X72 Simulator Low Speed Engine Room W-Xpert W-X72 Simulator W-Xpert W-X72 Engine Room Simulator is based on typical solutions and presently used in medium engine rooms such as Suezmax tankers, Capesize bulk carrier

More information

Supercritical Organic Rankine Cycle yields useful power and emissions benefits

Supercritical Organic Rankine Cycle yields useful power and emissions benefits Supercritical Organic Rankine Cycle yields useful power and emissions benefits John Buckingham, CEng FIMechE BMT Defence Services Limited, UK Sean McCracken, Granite Power Limited, Australia SYNOPSIS The

More information

SOLUTIONS TO ACHIEVE SUSTAINABLE EFFICIENCY

SOLUTIONS TO ACHIEVE SUSTAINABLE EFFICIENCY SOLUTIONS TO ACHIEVE SUSTAINABLE EFFICIENCY OPTIMIZATION OF VESSELS SUSTAINABLE SHIPPING INITIATIVE SAVE AS YOU SAIL Maarten van der Klip 1 Market Trends and Requirements 100 Fuel Prices Total Tonnage

More information

Calibration. DOE & Statistical Modeling

Calibration. DOE & Statistical Modeling ETAS Webinar - ASCMO Calibration. DOE & Statistical Modeling Injection Consumption Ignition Torque AFR HC EGR P-rail NOx Inlet-cam Outlet-cam 1 1 Soot T-exhaust Roughness What is Design of Experiments?

More information

Improved Efficiency and Reduced CO 2

Improved Efficiency and Reduced CO 2 Improved Efficiency and Reduced CO 2 Content Introduction...5 Major Propeller and Main Engine Parameters...5 Propeller...6 Main engine...6 Ship with reduced design ship speed...6 Case Study 1...6 75,000

More information

11,000 teu container vessel

11,000 teu container vessel 11,000 teu container vessel An ME-GI powered vessel fitted with fuel gas supply system and boil-off gas handling 2 MAN Energy Solutions 11,000 teu container vessel Future in the making 3 Contents Main

More information

Kongsberg Maritime. Green Ship paper at Mari-Tech 2010 Montreal 11 June WORLD CLASS through people, technology and dedication

Kongsberg Maritime. Green Ship paper at Mari-Tech 2010 Montreal 11 June WORLD CLASS through people, technology and dedication Kongsberg Maritime Green Ship paper at Mari-Tech 2010 Montreal 11 June 2010 www.kongsberg.com WORLD CLASS through people, technology and dedication Kongsberg Gruppen Year 2009 Revenue US$2,300,000,000

More information

Published in: Proceedings of the 55th International Conference on Simulation and Modelling (SIMS 2014)

Published in: Proceedings of the 55th International Conference on Simulation and Modelling (SIMS 2014) Aalborg Universitet Implementation of Exhaust Gas Recirculation for Double Stage Waste Heat Recovery System on Large Container Vessel Andreasen, Morten; Marissal, Matthieu; Sørensen, Kim; Condra, Thomas

More information

MERS. MERS Presentation MITSUBISHI ENERGY RECOVERY SYSTEM FOR MOTOR VESSELS. Feb., Engineering Dept., Marine Machinery Div.

MERS. MERS Presentation MITSUBISHI ENERGY RECOVERY SYSTEM FOR MOTOR VESSELS. Feb., Engineering Dept., Marine Machinery Div. MERS Presentation MERS MITSUBISHI ENERGY RECOVERY SYSTEM FOR MOTOR VESSELS Feb., 2014 Engineering Dept., Marine Machinery Div. Contents 1. Type of MERS 2. Feature 3. Economical Evaluation 4. History &

More information

D5.1 : System modelling and findings adopted in system design

D5.1 : System modelling and findings adopted in system design D5.1 : System modelling and findings adopted in system design 1 sco2 turbine Work programme WP5, task 5.1 2 Why the sco2 cycle Because it is small 10 to 100 times smaller than Rankine Because it is efficient

More information

Less Emissions Through Waste Heat Recovery

Less Emissions Through Waste Heat Recovery Summary Less Emissions Through Waste Heat Recovery Heinrich Schmid Manager, Application Technology, Ship Power Wärtsilä Switzerland Ltd, Winterthur Current interest in reducing emissions and reducing engine

More information

EEDI. Energy Efficiency Design Index

EEDI. Energy Efficiency Design Index Energy Efficiency Design Index MAN Diesel & Turbo Powering the world responsibly MAN Diesel & Turbo is the world s leading provider of large-bore diesel engines and turbomachinery. Our portfolio includes

More information

Potential of operational saving measures Orka 2015 Summit Jacob W. Clausen, Head of Advisory

Potential of operational saving measures Orka 2015 Summit Jacob W. Clausen, Head of Advisory LEADERS IN MARITIME ENERGY EFFICIENCY Potential of operational saving measures Orka 2015 Summit Jacob W. Clausen, Head of Advisory SUPERIOR DATA. ULTIMATE SAVINGS. MAXIMUM RETURNS. AGENDA 1 2 3 4 Introduction

More information

ECA Compliance & PM. Thomas Kirk Director of Environmental Programs. Ottawa, Canada 9 September 2014

ECA Compliance & PM. Thomas Kirk Director of Environmental Programs. Ottawa, Canada 9 September 2014 ECA Compliance & PM Thomas Kirk Director of Environmental Programs Ottawa, Canada 9 September 2014 MARINE BLACK CARBON EMISSIONS: IDENTIFYING RESEARCH GAPS Overview Air Emission Regulations Exhaust Gas

More information

TrainMos II. Madrid-November LNG and New Fuels for the Maritime Industry. Is the Technology Ready?

TrainMos II. Madrid-November LNG and New Fuels for the Maritime Industry. Is the Technology Ready? MAN DIESEL & TURBO TrainMos II. Madrid-November-2.015 LNG and New Fuels for the Maritime Industry. Is the Technology Ready? Fernando Marcos +34 670 416 409 Fernando.Marcos@man.eu < 1 > Disclaimer All data

More information

Tier III considerations

Tier III considerations Tier III considerations IMO Tier III Regulations NECA IMO Tier III Regulation for NOx From 2016 in the North American Emission Control Areas or the US Caribbean Sea Emission Control Areas It is a fact!

More information

To improve operations, owners need to identify. EMMA Ship Energy Manager. Know, understand and change. Jukka Ignatius, Jan-Erik Räsänen,

To improve operations, owners need to identify. EMMA Ship Energy Manager. Know, understand and change. Jukka Ignatius, Jan-Erik Räsänen, EMMA Ship Energy Manager Know, understand and change Jukka Ignatius, Jan-Erik Räsänen, Kalevi Tervo, Olli Huttunen There is considerable potential for today s vessels to improve overall energy consumption.

More information

Nya projekt på Wallenius och UECC. Carl Fagergren

Nya projekt på Wallenius och UECC. Carl Fagergren Nya projekt på Wallenius och UECC Carl Fagergren Wallenius fartyg Built: 2011 Length: 228 m Yard: DSME Beam: 32.3 Engine power: 19 000 kw Capacity: 7,900 cars Speed: 20 kn SOYA GROUP 1 UECC:s fartyg Built:

More information

Colloque ENSM, Marseille, January 2012

Colloque ENSM, Marseille, January 2012 Colloque ENSM, Marseille, 17-18 January 2012 Contents Introduction CO 2 emissions and future targets Energy efficiency and emission reduction Tankers Containerships Design and operational measures Determination

More information

Front-running NOx abatement technology approaches 3500 hours of real-world operation at sea

Front-running NOx abatement technology approaches 3500 hours of real-world operation at sea Editorial May 2014 Front-running NOx abatement technology approaches 3500 hours of real-world operation at sea The Exhaust Gas Recirculation (EGR) solution being developed by MAN Diesel & Turbo with Alfa

More information

Presentation on. Energy efficiency measures in shipping from Operation and maintenance perspective

Presentation on. Energy efficiency measures in shipping from Operation and maintenance perspective Presentation on Energy efficiency measures in shipping from Operation and maintenance perspective Md.Manjurul KABIR Chief Engineer, Bangladesh Marine Academy 1 Presentation Outline Introduction; Conceptual

More information

Pacific Ports Air Quality Collaborative Conference Dec

Pacific Ports Air Quality Collaborative Conference Dec Pacific Ports Air Quality Collaborative Conference Dec. 2006. How engine manufacturers are meeting the challenge by refining their technologies within Exhaust gas emission Kjeld Aabo Director Customer

More information

General In-line four stroke diesel engine with direct injection. Rotation direction, counterclockwise viewed towards flywheel

General In-line four stroke diesel engine with direct injection. Rotation direction, counterclockwise viewed towards flywheel Important This Technical Data Sheet and the corresponding Installation Instructions provide important information to ensure the installed engine will operate according to the design specification in the

More information

Marine Engine/ Ship Propulsion System Simulation

Marine Engine/ Ship Propulsion System Simulation Marine Engine/ Ship Propulsion System Simulation Gerasimos Theotokatos Department of Naval Architecture, Ocean & Marine Engineering University of Strathclyde November 2015 SIMULATION OF MARINE DIESEL ENGINE

More information

PowerEnergy

PowerEnergy Proceedings of the ASME 2015 Power and Energy Conversion Conference PowerEnergy2015 June 28-July 2, 2015, San Diego, CA, USA PowerEnergy2015-49226 ELECTRICITY GENERATION FROM LARGE MARINE VESSEL ENGINE

More information

Alternative fuels and abatement technology for future shipping an overview

Alternative fuels and abatement technology for future shipping an overview MARITIME Alternative fuels and abatement technology for future shipping an overview BMU-Conf. Blue Sky over the Sea, Berlin Torsten Mundt 17. November 2016 1 SAFER, SMARTER, GREENER Agenda DNV GL, the

More information

German Weisser WÄRTSILÄ SWITZERLAND LTD. 3rd Technical Meeting 2013/14 of The Greek Section of The Society of Naval Architects and Marine Engineers

German Weisser WÄRTSILÄ SWITZERLAND LTD. 3rd Technical Meeting 2013/14 of The Greek Section of The Society of Naval Architects and Marine Engineers German Weisser WÄRTSILÄ SWITZERLAND LTD Current Trends in the Development of Large Two-Stroke Marine Diesel Engines in the Light of Significantly Changing Market Requirements and Environmental Regulations

More information

International Conference on Advances in Energy, Environment and Chemical Engineering (AEECE-2015)

International Conference on Advances in Energy, Environment and Chemical Engineering (AEECE-2015) International Conference on Advances in Energy, Environment and Chemical Engineering (AEECE-2015) Supercritical CO2 Cycle System Optimization of Marine Diesel Engine Waste Heat Recovery Shengya Hou 1,

More information

Propulsion Options for the Modern Short Voyage Ferry. The Ferry. A vehicle and passenger ferry. Short. BMT Nigel Gee and Associates Ltd

Propulsion Options for the Modern Short Voyage Ferry. The Ferry. A vehicle and passenger ferry. Short. BMT Nigel Gee and Associates Ltd The Ferry operating in A vehicle and passenger ferry Restricted waters. Short 1 The Shetland Islands 2 3 4 Operational Requirements: Operator Defined Passengers; Route; Terminals; Timetable; Crew Other

More information

Ahorro de Energía en el Transporte Marítimo

Ahorro de Energía en el Transporte Marítimo Humboldt Shipmanagement Ahorro de Energía en el Transporte Marítimo Colegio de Ingenieros de Chile Humboldt Shipmanagement Fuel Prices Humboldt Shipmanagement BASIC SHIP KNOWLEDGE: General Arrangement:

More information

SFOC Optimisation with Low Load or Part Load Exhaust Gas Bypass (LL-EGB, PL-EGB)

SFOC Optimisation with Low Load or Part Load Exhaust Gas Bypass (LL-EGB, PL-EGB) MAN Diesel & Turbo Market Update Note 21 February 2014 SFOC Optimisation with Low Load or Part Load Exhaust Gas Bypass (LL-EGB, PL-EGB) All ME-C/ME-B engines with high-efficiency turbocharger and LL-EGB

More information

Propulsion of 30,000 dwt. Handysize Bulk Carrier

Propulsion of 30,000 dwt. Handysize Bulk Carrier Propulsion of 3, dwt Handysize Bulk Carrier Content Introduction...5 EEDI and Major Ship and Main Engine Parameters...6 Energy Efficiency Design Index (EEDI)...6 Major propeller and engine parameters...7

More information

Ice extension Baltic Sea region

Ice extension Baltic Sea region Ice extension Baltic Sea region 1900 2015 The maritime traffic patterns are continuously changing Changes in the size of ships Increased volumes Implications of new environmental rules The aging icebreaker

More information

Thermoelectric Network Meeting Engineering Challenges and the Thermoelectric Roadmap Market Applications and Future Activities

Thermoelectric Network Meeting Engineering Challenges and the Thermoelectric Roadmap Market Applications and Future Activities Thermoelectric Network Meeting Engineering Challenges and the Thermoelectric Roadmap Market Applications and Future Activities Dr Cedric Rouaud, Chief Engineer, Engines Product Group 2 Content Key market

More information

SIL, HIL, and Vehicle Fuel Economy Analysis of a Pre- Transmission Parallel PHEV

SIL, HIL, and Vehicle Fuel Economy Analysis of a Pre- Transmission Parallel PHEV EVS27 Barcelona, Spain, November 17-20, 2013 SIL, HIL, and Vehicle Fuel Economy Analysis of a Pre- Transmission Parallel PHEV Jonathan D. Moore and G. Marshall Molen Mississippi State University Jdm833@msstate.edu

More information

MAN B&W Marine Engines MAN Holeby GenSets. IMO Tier ll 2012

MAN B&W Marine Engines MAN Holeby GenSets. IMO Tier ll 2012 MAN B&W Marine Engines MAN Holeby GenSets IMO Tier ll 2012 All data provided in this document is non-binding. This data serves informational purposes only and is especially not guaranteed in any way. Depending

More information

Prof. Mustafa Insel HİDROTEKNİK Nautical Design Development. A Decision Support System for Energy Efficient Propulsion MARENER WMU

Prof. Mustafa Insel HİDROTEKNİK Nautical Design Development. A Decision Support System for Energy Efficient Propulsion MARENER WMU Prof. Mustafa Insel HİDROTEKNİK Nautical Design Development A Decision Support System for Energy Efficient Propulsion MARENER 2017 - WMU Content Background Numerical studies Validation- Sea Trials Development

More information

The HERCULES ( ) R&D program on 'green' engines for ships

The HERCULES ( ) R&D program on 'green' engines for ships Nikolaos Kyrtatos Page 1 HERCULES Programme The HERCULES (2004-2018) R&D program on 'green' engines for ships Prof. Nikolaos P. Kyrtatos, HERCULES Coordinator Presentation to CIMAC Circle at Norshipping

More information

Opening keynote: Setting the scene the shipowners and shipmanagers point of view

Opening keynote: Setting the scene the shipowners and shipmanagers point of view IBIA Annual Convention Hamburg 2014 04 November 2014, Hamburg Dr Hermann J. Klein, CEO E.R. Schiffahrt Opening keynote: Setting the scene the shipowners and shipmanagers point of view Change of shipping

More information

MAN B&W ME-GI. Dual fuel low speed engine

MAN B&W ME-GI. Dual fuel low speed engine Dual fuel low speed engine The ME-GI Engine Supreme fuel flexibility The technology used in the design of the new two-stroke ME-GI engine combines MAN Diesel & Turbo s ME-C design with the GI-design from

More information

MAN Diesel & Turbo s Solutions for LNG Fuelled Vessels. Christodoulopoulos Dionissis Managing Director Poseidon Med, 8/12/16 Piraeus

MAN Diesel & Turbo s Solutions for LNG Fuelled Vessels. Christodoulopoulos Dionissis Managing Director Poseidon Med, 8/12/16 Piraeus MAN Diesel & Turbo s Solutions for LNG Fuelled Vessels Christodoulopoulos Dionissis Managing Director Poseidon Med, 8/12/16 Piraeus < 1 > Agenda 1 Evironmental Regulations 2 Product Portfolio 3 References,

More information

Propulsion of 2,200-2,800 teu. Container Vessel

Propulsion of 2,200-2,800 teu. Container Vessel Propulsion of 2,2-2,8 teu Container Vessel Content Introduction...5 EEDI and Major Ship and Main Engine Parameters...6 Energy Efficiency Design Index (EEDI)...6 Major propeller and engine parameters...7

More information

C280-8 MARINE PROPULSION

C280-8 MARINE PROPULSION C280-8 MARINE PROPULSION 3084 bhp (2300 bkw) 900 rpm SPECIFICATIONS Shown with Accessory Equipment In-Line 8, 4-Stroke-Cycle-Diesel Emissions.................. IMO/EPA Tier 2 Compliant Bore mm (in)...

More information

Service Center Denmark PrimeServ Frederikshavn

Service Center Denmark PrimeServ Frederikshavn Service Center Denmark PrimeServ Frederikshavn Frederikshavn Manufacturer > know-how and skills Designer > expertise and continuous development Service Center Denmark > service quality and reliability

More information

MDT Alpha Aft ship & Propeller

MDT Alpha Aft ship & Propeller MDT Alpha Aft ship & Propeller [Optional] subtitle, referent and location, date George Drossos Head of Marine New Sales & Promotion MAN Diesel & Turbo Hellas Ltd < 1 > Agenda 1 Propeller optimization and

More information

CMAL Hybrid Ferries. Hybrid Ferries. Conference on electric mobility. Andrew Flockhart Caledonian Maritime Assets Ltd

CMAL Hybrid Ferries. Hybrid Ferries. Conference on electric mobility. Andrew Flockhart Caledonian Maritime Assets Ltd CMAL Hybrid Ferries Hybrid Ferries Conference on electric mobility Andrew Flockhart Caledonian Maritime Assets Ltd HISTORY Routes and Ports The Fleet Finlaggan May 2011 The Fleet Loch Shira 36 Cars 250

More information

Performance analysis of exhaust heat recovery using organic Rankine cycle in a passenger car with a compression ignition engine

Performance analysis of exhaust heat recovery using organic Rankine cycle in a passenger car with a compression ignition engine IOP Conference Series: Materials Science and Engineering PAPER OPEN ACCESS Performance analysis of exhaust heat recovery using organic Rankine cycle in a passenger car with a compression ignition engine

More information

EffShip. Love Hagström D.E.C. Marine AB

EffShip. Love Hagström D.E.C. Marine AB WP3 Exhaust Gas Cleaning Love Hagström D.E.C. Marine AB WP3 Layout NOx Primary reduction methods After treatment SCR SOx PM Wet Scrubber Dry Scrubber Particulate filter DPF Primary NOx reduction methods

More information

ENGINEERING DEPARTMENT CRUISE 250. Summer 2011 SEA TRAINING II

ENGINEERING DEPARTMENT CRUISE 250. Summer 2011 SEA TRAINING II ENGINEERING DEPARTMENT CRUISE 250 Summer 2011 SEA TRAINING II 1 CRU 250 SEA TRAINING II (ENGINE) This instruction contains the requirements for your commercial cruise project report. IT IS DUE Friday,

More information

Marine Systems Engineering At Delft University of Technology

Marine Systems Engineering At Delft University of Technology At Delft University of Technology Prof. Douwe Stapersma 25-2-2013 Delft University of Technology Challenge the future System integration Wide (system level) vs deep (component level) As broad as possible,

More information

PowerCell Sweden AB. Dr. Per Ekdunge. H2 and Fuel Cells in maritime application June 2017, Valencia

PowerCell Sweden AB. Dr. Per Ekdunge. H2 and Fuel Cells in maritime application June 2017, Valencia PowerCell Sweden AB Dr. Per Ekdunge H2 and Fuel Cells in maritime application 15-15 June 2017, Valencia 2 PowerCell - Overview Located in Gothenburg, Sweden Industrial Spin-Out from Volvo Public listed

More information

Presented by Hongdong Yu

Presented by Hongdong Yu Presented by Hongdong Yu Authors: Hongdong Yu 1, Jonathan Heslop 1, Rikard Mikalsen 1, Yaodong Wang 1 & Anthony P. Roskilly 1 (1) Swan Centre for Energy Research, Newcastle University Contents Introduction

More information

Carl Fagergren Project Manager Ship design & Newbuilding. Leading the way towards truly sustainable shipping

Carl Fagergren Project Manager Ship design & Newbuilding. Leading the way towards truly sustainable shipping SHIP MANAGEMENT SHIP DESIGN AND NEWBUILDING PERFORMANCE MANAGEMENT Carl Fagergren Project Manager Ship design & Newbuilding Leading the way towards truly sustainable shipping SHIP MANAGEMENT SHIP DESIGN

More information

A STUDY CONCERNING THE POSSIBILITIES FOR USING FUEL CELLS SYSTEMS FOR MARITIME PROPULSION 1

A STUDY CONCERNING THE POSSIBILITIES FOR USING FUEL CELLS SYSTEMS FOR MARITIME PROPULSION 1 A STUDY CONCERNING THE POSSIBILITIES FOR USING FUEL CELLS SYSTEMS FOR MARITIME PROPULSION 1 CLAUDIU GEORGESCU, EDEN MAMUT Department of Engineering, The Ovidius University of Constanţa, Constanţa, 900597,

More information

Control. Fuel Consumption and Emission Predictions Applications to a DP-FPSO Concept

Control. Fuel Consumption and Emission Predictions Applications to a DP-FPSO Concept Control Fuel Consumption and Emission Predictions Applications to a DP-FPSO Concept Albert Aalbers Marin October 17-18, 2006 Return to Session Directory MTS DP Conference 17/18 October 2006 Fuel consumption

More information

Information to ASB2013/02/18 Containment Risk for NA and NR Turbochargers. MAN Diesel & Turbo SE Business Unit Turbocharger

Information to ASB2013/02/18 Containment Risk for NA and NR Turbochargers. MAN Diesel & Turbo SE Business Unit Turbocharger Containment Risk for NA and NR Turbochargers MAN Diesel & Turbo SE Business Unit Turbocharger MAN Diesel & Turbo BU Turbocharger 19.08.2014 < 1 > Agenda 1 Why has MAN released ASB2013/02/18 and Supplement

More information

Discussion of Marine Stirling Engine Systems

Discussion of Marine Stirling Engine Systems Proceedings of the 7th International Symposium on Marine Engineering Tokyo, October 24th to 28th, 2005 Discussion of Marine Stirling Engine Systems Koichi HIRATA* and Masakuni KAWADA** ABSTRACT Many kinds

More information

Propulsion of 46,000-50,000 dwt. Handymax Tanker

Propulsion of 46,000-50,000 dwt. Handymax Tanker Propulsion of 46,-, dwt Handymax Tanker Content Introduction... EEDI and Major Ship and Main Engine Parameters...6 Energy Efficiency Design Index (EEDI)...6 Major propeller and engine parameters...7 46,-,

More information

A Importância da Modelagem Multifísica no Desenvolvimento de Veículos Dr. Cesareo de La Rosa Siqueira ESSS - Business Manager

A Importância da Modelagem Multifísica no Desenvolvimento de Veículos Dr. Cesareo de La Rosa Siqueira ESSS - Business Manager A Importância da Modelagem Multifísica no Desenvolvimento de Veículos Dr. Cesareo de La Rosa Siqueira ESSS - Business Manager 2007 ANSYS, Inc. All rights reserved. 1 ANSYS, Inc. Proprietary ESSS at a Glance

More information

Integrated Solutions for LNG operations. Kongsberg Maritime

Integrated Solutions for LNG operations. Kongsberg Maritime Integrated Solutions for LNG operations Kongsberg Maritime International high-tech solutions, from deep sea to outer space Advanced solutions and applications for the maritime, oil & gas, defence and space

More information

Waste heat recovery from heavy duty truck diesel engines

Waste heat recovery from heavy duty truck diesel engines Waste heat recovery from heavy duty truck diesel engines T. Henriques Mechanical Engineering Department Instituto Superior Técnico Av. Rovisco Pais, 1049-001 Lisboa Portugal tiago.r.henriques@ist.utl.pt

More information

Case study -MARPOL emission standards ECA Compliance. Your Trusted Partner

Case study -MARPOL emission standards ECA Compliance. Your Trusted Partner Case study -MARPOL emission standards ECA Compliance Your Trusted Partner MARPOL emission standards Regulation 14 SOx NOx Regulation N/A for existing vessels Outside ECA 4.5% m/m prior to 1 January 2012

More information

Rarely Acknowledged Energy Benefits of Sulphur Recovery. Sulphur 2016 London, UK November 9, 2016

Rarely Acknowledged Energy Benefits of Sulphur Recovery. Sulphur 2016 London, UK November 9, 2016 Rarely Acknowledged Energy Benefits of Sulphur Recovery Sulphur 2016 London, UK November 9, 2016 AGENDA AGENDA INTRODUCTION CRUDE OIL PRICE $140 $130 $120 $110 Crude Oil Price (US Dollars per Barrel) $100

More information

* Mircea cel Bătrân Naval Academy, Constanţa ** Histria Shipmanagement S.R.L., Constanţa ***S.C. DELATREID, Constanţa

* Mircea cel Bătrân Naval Academy, Constanţa ** Histria Shipmanagement S.R.L., Constanţa ***S.C. DELATREID, Constanţa CONSIDERATIONS RELATING MAN K8SZ 70/150 CLe NAVAL DIESEL ENGINE OPERATION WITH HEAVY MARINE FUELS *Prof.Eng. Traian FLOREA, PhD *Prof.Eng. Alexandru DRAGALINA, PhD *Prof.Eng. Anastase PRUIU, PhD **Eng.Nicolae

More information

Towards Next Generation Public Transport Systems: Overview and some Preliminary results

Towards Next Generation Public Transport Systems: Overview and some Preliminary results Francesco Viti, University of Luxembourg Marcin Seredynski, LIST & Volvo Bus Corporation Towards Next Generation Public Transport Systems: Overview and some Preliminary results June 16, 2017 ADAPT-IT Final

More information

Monitoring, Reporting and Reducing Air Emissions from Marine Operations. Till Stoeckenius, ENVIRON Int. Corp. GreenTech June St.

Monitoring, Reporting and Reducing Air Emissions from Marine Operations. Till Stoeckenius, ENVIRON Int. Corp. GreenTech June St. Monitoring, Reporting and Reducing Air Emissions from Marine Operations Till Stoeckenius, ENVIRON Int. Corp. GreenTech 2014 10-12 June St. John, NB Overview Air quality impacts of marine port operations

More information

Techno-economic investigation of alternative propulsion plants for Ferries and RoRo ships

Techno-economic investigation of alternative propulsion plants for Ferries and RoRo ships Techno-economic investigation of alternative propulsion plants for Ferries and RoRo ships George A. Livanos a*, Gerasimos Theotokatos b, Dimitrios-Nikolaos Pagonis a a Department of Naval Architecture,

More information

OFFSHORE SUPPORT VESSELS

OFFSHORE SUPPORT VESSELS Sales / charter brochure Romas Marine, OFFSHORE SUPPORT VESSELS *This is a small selection of what we have in our database. For more vessels please contact one of our staff members. Reference : OSV 5412/75

More information