8 research outputs found

    Development of a technique for achieving an optimum BSFC for LAF engine

    Get PDF
    The reserves of gasoline and diesel fuels are ever decreasing, which plays an important role in the technological development of automobiles. Numerous countries, especially the United States, wish to slowly decrease their fuel dependence on other countries by producing in house renewable fuels like biodiesels or ethanol. Therefore, the new automobile engines have to successfully run on a variety of fuels without significant changes to their designs. The current study focuses on assessing the potential of ethanol fuels to improve the performance of \u27flex-fuel SI engines,\u27 which literally means \u27engines that are flexible in their fuel requirement.\u27 Another important area within spark ignition (SI) engine research is the implementation of new technologies like Variable Valve Timing (VVT) or Variable Compression Ratio (VCR) to improve engine performance. These technologies add more complexity to the original system by adding extra degrees of freedom. Therefore, the potential of these technologies has to be evaluated before they are installed in any SI engine. The current study focuses on evaluating the advantages and drawbacks of these technologies, primarily from an engine brake efficiency perspective. The results show a significant improvement in engine efficiency with the use of VVT and VCR together. Spark ignition engines always operate at a lower compression ratio as compared to compression ignition (CI) engines primarily due to knock constraints. Therefore, even if the use of a higher compression ratio would result in a significant improvement in SI engine efficiency, the engine may still operate at a lower compression ratio due to knock limitations. Ethanol fuels extend the knock limit making the use of higher compression ratios possible. Hence, the current study focuses on using VVT, VCR, and ethanol-gasoline blends to improve overall engine performance. The results show that these technologies promise definite engine performance improvements provided both their positive and negative potentials have been evaluated prior to installation

    Energy Efficiency of Software Transactional Memory in a Heterogeneous Architecture

    Get PDF
    Hardware vendors make an important effort creating low-power CPUs that keep battery duration and durability above acceptable levels. In order to achieve this goal and provide good performance-energy for a wide variety of applications, ARM designed the big.LITTLE architecture. This heterogeneous multi-core architecture features two different types of cores: big cores oriented to performance and little cores, slower and aimed to save energy consumption. As all the cores have access to the same memory, multi-threaded applications must resort to some mutual exclusion mechanism to coordinate the access to shared data by the concurrent threads. Transactional Memory (TM) represents an optimistic approach for shared-memory synchronization. To take full advantage of the features offered by software TM, but also benefit from the characteristics of the heterogeneous big.LITTLE architectures, our focus is to propose TM solutions that take into account the power/performance requirements of the application and what it is offered by the architecture. In order to understand the current state-of-the-art and obtain useful information for future power-aware software TM solutions, we have performed an analysis of a popular TM library running on top of an ARM big.LITTLE processor. Experiments show, in general, better scalability for the LITTLE cores for most of the applications except for one, which requires the computing performance that the big cores offer.Universidad de Málaga. Campus de Excelencia Internacional Andalucía Tech
    corecore