Refine Your Search

Topic

Author

Affiliation

Search Results

Technical Paper

A Backbone in Automotive Software Development Based on XML and ASAM/MSR

2004-03-08
2004-01-0295
The development of future automotive electronic systems requires new concepts in the software architecture, development methodology and information exchange. At Bosch an XML and MSR based technology is applied to achieve a consistent information handling throughout the entire software development process. This approach enables the tool independent exchange of information and documentation between the involved development partners. This paper presents the software architecture, the specification of software components in XML, the process steps, an example and an exchange scenario with an external development partner.
Technical Paper

A Case Study in Applying a Product Line Approach for Car Periphery Supervision Systems

2001-03-05
2001-01-0025
Car Periphery Supervision (CPS) systems comprise a family of automotive systems that are based on sensors installed around the vehicle to monitor its environment. The measurement and evaluation of sensor data enables the realization of several kinds of higher level applications such as parking assistance or blind spot detection. Although a lot of similarity can be identified among CPS applications, these systems are traditionally built separately. Usually, each single system is built with its own electronic control unit, and it is likely that the application software is bound to the controller's hardware. Current systems engineering therefore often leads to a large number of inflexible, dedicated systems in the automobile that together consume a large amount of power, weight, and installation space and produce high manufacturing and maintenance costs.
Journal Article

A Hydrogen Direct Injection Engine Concept that Exceeds U.S. DOE Light-Duty Efficiency Targets

2012-04-16
2012-01-0653
Striving for sustainable transportation solutions, hydrogen is often identified as a promising energy carrier and internal combustion engines are seen as a cost effective consumer of hydrogen to facilitate the development of a large-scale hydrogen infrastructure. Driven by efficiency and emissions targets defined by the U.S. Department of Energy, a research team at Argonne National Laboratory has worked on optimizing a spark-ignited direct injection engine for hydrogen. Using direct injection improves volumetric efficiency and provides the opportunity to properly stratify the fuel-air mixture in-cylinder. Collaborative 3D-CFD and experimental efforts have focused on optimizing the mixture stratification and have demonstrated the potential for high engine efficiency with low NOx emissions. Performance of the hydrogen engine is evaluated in this paper over a speed range from 1000 to 3000 RPM and a load range from 1.7 to 14.3 bar BMEP.
Technical Paper

A New Approach to Assess the Accuracy of Service Timing Devices for Injection Pumps of Diesel Engines

1999-03-01
1999-01-0823
The correct timing of the diesel injection pump on engine is of major importance for all functions of the engine and for its exhaust emissions, during production pass off as well as in the field. Within the diesel service workshops a variety of devices exist to test the timing of the injection pump on engine. Most of them operate by clamp-on transducer being fitted to the injection pipe. A large uncertainty exists concerning the accuracy of such timing systems. Most diesel engine manufacturers do not have confidence in the timing devices capability and, therefore, do not recommend their usage. A working group within the International Organization for Standardization (ISO) adopted a method for the validation of these measurement systems, which usually is used to judge the capability of measurement gauges for industrial production processes.
Technical Paper

A New Object-Oriented Diagnostic System Management for Powertrain Control Units with OBD

1998-02-23
980512
This paper describes the concept of the Diagnostic System Management DSM which introduces an improved object-oriented software architecture in order to meet the high performance and reliability requirements of automotive On-Board Diagnostic Systems (OBD). DSM handles standard tasks and offers services to integrate diagnostic and control functions. This architecture enables the flexible composition of system-independent, reusable function implementations. Hence a distributed software development and software sharing are supported. The module DSM consists of a Fault Code Memory, an Inhibit Handler, a Validator and a Function Scheduler. Special care has been taken to achieve robustness against EMI effects. Bosch will use DSM in the future powertrain control systems.
Technical Paper

A Non Contact Strain Gage Torque Sensor for Automotive Servo Driven Steering Systems

1994-03-01
940629
Tapping of one or more torques (ranges 10 Nm and 60 Nm) on the steering column for the purpose of servo control must satisfy high accuracy requirements on the one hand and high safety requirements on the other hand. A suggestion for developing a low-cost solution to this problem is described below: Strain gages optimally satisfy both these requirements: However, for cost reasons, these are not applied directly to the steering column but to a prefabricated, flat steel rod which is laser welded to the torque rod of the steering column. The measuring direction of the strain gages is under 45° to the steering column axis. The strain gages are either vacuum metallized onto the support rod as a thin film or laminated in a particularly low-cost way by means of a foil-type intermediate carrier.
Technical Paper

AUTOSAR Gets on the Road - More and More

2012-04-16
2012-01-0014
AUTOSAR (AUTomotive Open System ARchitecture) is a worldwide standard for automotive basic software in line with an architecture that eases exchange and transfer of application software components between platforms or companies. AUTOSAR provides the standardized architecture together with the specifications of the basics software along with the methodology for developing embedded control units for automotive applications. AUTOSAR matured over the last several years through intensive development, implementation and maintenance. Two main releases (R3.2 and R4.0) represent its current degree of maturity. AUTOSAR is driven by so called core partners: leading car manufacturers (BMW, Daimler, Ford, GM, PSA, Toyota, Volkswagen) together with the tier 1 suppliers Continental and Bosch. AUTOSAR in total has more than 150 companies (OEM, Tier X suppliers, SW and tool suppliers, and silicon suppliers) as members from all over the world.
Technical Paper

An Examination of Spray Stochastics in Single-Hole Diesel Injectors

2015-09-01
2015-01-1834
Recent advances in x-ray spray diagnostics at Argonne National Laboratory's Advanced Photon Source have made absorption measurements of individual spray events possible. A focused x-ray beam (5×6 μm) enables collection of data along a single line of sight in the flow field and these measurements have allowed the calculation of quantitative, shot-to-shot statistics for the projected mass of fuel sprays. Raster scanning though the spray generates a two-dimensional field of data, which is a path integrated representation of a three-dimensional flow. In a previous work, we investigated the shot-to-shot variation over 32 events by visualizing the ensemble standard deviations throughout a two dimensional mapping of the spray. In the current work, provide further analysis of the time to steady-state and steady-state spatial location of the fluctuating field via the transverse integrated fluctuations (TIF).
Technical Paper

An Investigation of Grid Convergence for Spray Simulations using an LES Turbulence Model

2013-04-08
2013-01-1083
A state-of-the-art spray modeling methodology, recently applied to RANS simulations, is presented for LES calculations. Key features of the methodology, such as Adaptive Mesh Refinement (AMR), advanced liquid-gas momentum coupling, and improved distribution of the liquid phase, are described. The ability of this approach to use cell sizes much smaller than the nozzle diameter is demonstrated. Grid convergence of key parameters is verified for non-evaporating and evaporating spray cases using cell sizes down to 1/32 mm. It is shown that for global quantities such as spray penetration, comparing a single LES simulation to experimental data is reasonable, however for local quantities the average of many simulated injections is necessary. Grid settings are recommended that optimize the accuracy/runtime tradeoff for LES-based spray simulations.
Technical Paper

Analyze This! Sound Static Analysis for Integration Verification of Large-Scale Automotive Software

2019-04-02
2019-01-1246
Safety-critical embedded software has to satisfy stringent quality requirements. One such requirement, imposed by all contemporary safety standards, is that no critical run-time errors must occur. Runtime errors can be caused by undefined or unspecified behavior of the programming language; examples are buffer overflows or data races. They may cause erroneous or erratic behavior, induce system failures, and constitute security vulnerabilities. A sound static analyzer reports all such defects in the code, or proves their absence. Sound static program analysis is a verification technique recommended by ISO/FDIS 26262 for software unit verification and for the verification of software integration. In this article we propose an analysis methodology that has been implemented with the static analyzer Astrée. It supports quick turn-around times and gives highly precise whole-program results.
Technical Paper

Application Specific Microcontroller for Multiplex Wiring

1987-02-01
870515
The new aerial communication protocol “Controller Area Network” (CAN) efficiently supports distributed realtime control in automotive applications. In order to unload CPUs from high-speed message transfer, dedicated CAN hardware handles messages up to the communication object level. In multiplex wiring message rates are one to two orders of magnitude lower, allowing to implement the upper communication level more cost-effectively in software. This reduces CAN interface hardware to bitwise protocol handling only. It may be incorporated even into low-end microcontrollers without significantly increasing chip size. Thus the same CAN protocol supports the entire range of serial automotive communication, matching implementation costs to requirements at each performance level.
Technical Paper

Application of the Object-Oriented Modeling Concept OMOS for Signal Conditioning of Vehicle Control Units

2000-03-06
2000-01-0717
In recent times, the software portion and the complexity of software within automotive electronic control units have grown noticeably and continue to grow. In order to get a grip on the software complexity and the amount of customer-specific software variants, a modeling concept for a structured and easily extensible software architecture is needed. This concept should efficiently support the formation of variants and code reuse without increasing runtime and memory space overhead. In this paper, we present our approach to such a modeling concept: The object-oriented modeling concept OMOS and its application to signal conditioning of vehicle control systems.
Technical Paper

AutoMoDe - Notations, Methods, and Tools for Model-Based Development of Automotive Software

2005-04-11
2005-01-1281
This paper describes the first results from the AutoMoDe project (Automotive Model-based Development), where an integrated methodology for model-based development of automotive control software is being developed. The results presented include a number of problem-oriented graphical notations, based on a formally defined operational model, which are associated with system views for various degrees of abstraction. It is shown how the approach can be used for partitioning comprehensive system designs for subsequent implementation-related tasks. Recent experiences from a case study of an engine management system, specific issues related to reengineering, and the current status of CASE-tool support are also presented.
Technical Paper

Bulk Spray and Individual Plume Characterization of LPG and Iso-Octane Sprays at Engine-Like Conditions

2022-03-29
2022-01-0497
This study presents experimental and numerical examination of directly injected (DI) propane and iso-octane, surrogates for liquified petroleum gas (LPG) and gasoline, respectively, at various engine like conditions with the overall objective to establish the baseline with regards to fuel delivery required for future high efficiency DI-LPG fueled heavy-duty engines. Sprays for both iso-octane and propane were characterized and the results from the optical diagnostic techniques including high-speed Schlieren and planar Mie scattering imaging were applied to differentiate the liquid-phase regions and the bulk spray phenomenon from single plume behaviors. The experimental results, coupled with high-fidelity internal nozzle-flow simulations were then used to define best practices in CFD Lagrangian spray models.
Technical Paper

Bus System for Wiring Actuators of Restraint Systems

1997-02-24
971053
The continuing increase in the performance of restraint systems has led to a drastic increase in the number of actuator devices. The individual wiring of the igniters becomes more and more problematic through the accompanied large number of plug connections and cables. Along with demands for weight and volume reduction, there are requirements for EMI and short circuit protection to eliminate erroneous deployment and misuse. As a solution, a new multi-protocol dual wire bus system is described that has the capability to supply energy and address multiple peripheral output stages to simultaneously fire any combination of actuators.
Technical Paper

Characterization of Internal flow and Spray of Multihole DI Gasoline Spray using X-ray Imaging and CFD

2011-08-30
2011-01-1881
Multi-hole DI injectors are being adopted in the advanced downsized DISI ICE powertrain in the automotive industry worldwide because of their robustness and cost-performance. Although their injector design and spray resembles those of DI diesel injectors, there are many basic but distinct differences due to different injection pressure and fuel properties, the sac design, lower L/D aspect ratios in the nozzle hole, closer spray-to-spray angle and hense interactions. This paper used Phase-Contrast X ray techniques to visualize the spray near a 3-hole DI gasoline research model injector exit and compared to the visible light visualization and the internal flow predictions using with multi-dimensional multi-phase CFD simulations. The results show that strong interactions of the vortex strings, cavitation, and turbulence in and near the nozzles make the multi-phase turbulent flow very complicated and dominate the near nozzle breakup mechanisms quite unlike those of diesel injections.
Technical Paper

Characterizing Spray Behavior of Diesel Injection Systems Using X-Ray Radiography

2009-04-20
2009-01-0846
In Diesel engines, fuel injection plays a critical role in performance, efficiency, and emissions. Altering parameters such as injection quantity, duration, pressure, etc. influences the injector's performance. Changes in the injection system architecture can also affect the spray behavior. Understanding of the flow near the nozzle exit can lead to the establishment of correlation to spray characteristics further downstream, and eventually its combustion behavior in the engine. Because of its high density, the near-nozzle region of the spray is difficult to study using optical techniques. This near-nozzle region of spray from high pressure injectors was studied using the quantitative and time-resolved x-ray radiography technique. This method provides high spatial and temporal resolution without significant scattering effects.
Journal Article

Comparison of Near-Field Structure and Growth of a Diesel Spray Using Light-Based Optical Microscopy and X-Ray Radiography

2014-04-01
2014-01-1412
A full understanding and characterization of the near-field of diesel sprays is daunting because the dense spray region inhibits most diagnostics. While x-ray diagnostics permit quantification of fuel mass along a line of sight, most laboratories necessarily use simple lighting to characterize the spray spreading angle, using it as an input for CFD modeling, for example. Questions arise as to what is meant by the “boundary” of the spray since liquid fuel concentration is not easily quantified in optical imaging. In this study we seek to establish a relationship between spray boundary obtained via optical diffused backlighting and the fuel concentration derived from tomographic reconstruction of x-ray radiography. Measurements are repeated in different facilities at the same specified operating conditions on the “Spray A” fuel injector of the Engine Combustion Network, which has a nozzle diameter of 90 μm.
Technical Paper

Comparison of Shadowgraph Imaging, Laser-Doppler Anemometry and X-Ray Imaging for the Analysis of Near Nozzle Velocities of GDI Fuel Injectors

2017-10-08
2017-01-2302
The fuel spray behavior in the near nozzle region of a gasoline injector is challenging to predict due to existing pressure gradients and turbulences of the internal flow and in-nozzle cavitation. Therefore, statistical parameters for spray characterization through experiments must be considered. The characterization of spray velocity fields in the near-nozzle region is of particular importance as the velocity information is crucial in understanding the hydrodynamic processes which take place further downstream during fuel atomization and mixture formation. This knowledge is needed in order to optimize injector nozzles for future requirements. In this study, the results of three experimental approaches for determination of spray velocity in the near-nozzle region are presented. Two different injector nozzle types were measured through high-speed shadowgraph imaging, Laser Doppler Anemometry (LDA) and X-ray imaging.
Technical Paper

Coupled Eulerian Internal Nozzle Flow and Lagrangian Spray Simulations for GDI Systems

2017-03-28
2017-01-0834
An extensive numerical study of two-phase flow inside the nozzle holes and the issuing jets for a multi-hole direct injection gasoline injector is presented. The injector geometry is representative of the Spray G nozzle, an eight-hole counter-bored injector, from the Engine Combustion Network (ECN). Homogeneous Relaxation Model (HRM) coupled with the mixture multiphase approach in the Eulerian framework has been utilized to capture the phase change phenomena inside the nozzle holes. Our previous studies have demonstrated that this approach is capable of capturing the effect of injection transients and thermodynamic conditions in the combustion chamber, by predicting phenomenon such as flash boiling. However, these simulations were expensive, especially if there is significant interest in predicting the spray behavior as well.
X