Pub Date : 2020-10-02DOI: 10.1109/IETC47856.2020.9249222
Adam Grady, Ahyoung Lee
In this paper, we aim to analyze and build upon a framework cloud computing environments based on our previous research [1]. Cloud computing has benefited the technological scene massively over the past few years. With this massive benefit comes some interesting questions regarding the performance and reliability of cloud computing architectures. By rigorously testing a virtual cloud environment, we will discuss open research challenges regarding the proposed framework. Cloud computing has a vast array of implementations as well as architectures, therefore it is critical to test a common cloud architecture and discover possible drawbacks and solutions for cloud computing environments.
{"title":"Experimental Study of Network Traffic Overhead in Cloud Environments","authors":"Adam Grady, Ahyoung Lee","doi":"10.1109/IETC47856.2020.9249222","DOIUrl":"https://doi.org/10.1109/IETC47856.2020.9249222","url":null,"abstract":"In this paper, we aim to analyze and build upon a framework cloud computing environments based on our previous research [1]. Cloud computing has benefited the technological scene massively over the past few years. With this massive benefit comes some interesting questions regarding the performance and reliability of cloud computing architectures. By rigorously testing a virtual cloud environment, we will discuss open research challenges regarding the proposed framework. Cloud computing has a vast array of implementations as well as architectures, therefore it is critical to test a common cloud architecture and discover possible drawbacks and solutions for cloud computing environments.","PeriodicalId":186446,"journal":{"name":"2020 Intermountain Engineering, Technology and Computing (IETC)","volume":"113 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2020-10-02","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"130378290","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
Pub Date : 2020-10-02DOI: 10.1109/IETC47856.2020.9249132
George Rudolph, C. Welborn
Two years ago Utah Valley University (UVU) began offering a Master of Computer Science Degree(MCS). This program needed to be distinct from other similar programs in our service area, and needed to align with the workforce development goals of UVU. The CS 6150 Advanced Algorithms course, one of the fundamental core courses students take in the MCS program, exhibits this distinctiveness. This paper describes five problems taught to students when they take CS 6150. They are: Balancing a Two-wheeled Robot, Stable Marriage Problem, Lemoine's Conjecture, Largest Triangle and Blockchains. These problems are an eclectic set of problems that are not commonly taught in data structures and algorithms textbooks and courses, but provide enough theory to be rigorous while giving experience with real-world, practical problems around which to develop new professional skills. Students are required to produce performant, working code while learning about the algorithms and related theories, concepts and mathematics involved. This blend supports the unique missions of UVU and the MCS Program. Student feedback is that the course is difficult, for reasons such as new advanced material and higher expectations of graduate students, however they also enjoy the challenging projects and they use the knowledge and skills they develop in school and work.
{"title":"CS 6150: A Practical Graduate Advanced Algorithms Course at UVU","authors":"George Rudolph, C. Welborn","doi":"10.1109/IETC47856.2020.9249132","DOIUrl":"https://doi.org/10.1109/IETC47856.2020.9249132","url":null,"abstract":"Two years ago Utah Valley University (UVU) began offering a Master of Computer Science Degree(MCS). This program needed to be distinct from other similar programs in our service area, and needed to align with the workforce development goals of UVU. The CS 6150 Advanced Algorithms course, one of the fundamental core courses students take in the MCS program, exhibits this distinctiveness. This paper describes five problems taught to students when they take CS 6150. They are: Balancing a Two-wheeled Robot, Stable Marriage Problem, Lemoine's Conjecture, Largest Triangle and Blockchains. These problems are an eclectic set of problems that are not commonly taught in data structures and algorithms textbooks and courses, but provide enough theory to be rigorous while giving experience with real-world, practical problems around which to develop new professional skills. Students are required to produce performant, working code while learning about the algorithms and related theories, concepts and mathematics involved. This blend supports the unique missions of UVU and the MCS Program. Student feedback is that the course is difficult, for reasons such as new advanced material and higher expectations of graduate students, however they also enjoy the challenging projects and they use the knowledge and skills they develop in school and work.","PeriodicalId":186446,"journal":{"name":"2020 Intermountain Engineering, Technology and Computing (IETC)","volume":"115 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2020-10-02","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"122064556","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
Pub Date : 2020-10-02DOI: 10.1109/IETC47856.2020.9249135
Isaac Griffith, Rosetta Roberts
Introduction: Since the introduction of Island Grammars, they have been successfully used for a variety of tasks, including impact analysis, multi-lingual parsing, and source code identification. However, there has been no attempt to automate the generation of Island Grammars. Objective: This research considers the development of a method to automate the merging of Island Grammar components. The goal of this is to facilitate the development of an approach to automate the creation of Island Grammars. The result of this is the reduction in initial effort and maintenance effort required for Island Grammar engineering. Methods: We develop an automated approach to merge the components of grammars. To evaluate this approach, we conducted two experiments, each using a factorial design of five replications each. We randomly selected pairs of grammars from each of three size categories to assess the effects of the merging process on the maintenance effort and complexity of the generated grammars. Results: We found that in nearly all cases, the application of this merging approach reduces the maintenance effort and complexity of the grammars. Limitations: The primary limitation of this research is that this approach is currently limited to grammars written in the Antlr4 grammar format. Conclusions: This work presents the initial steps towards the automated construction of Island and Tolerant Grammars. We have shown that this approach to merging grammar components follows suit with the expectations of Island and Tolerant grammars (reduction in maintenance effort and complexity).
{"title":"An Approach Towards Merging Grammars","authors":"Isaac Griffith, Rosetta Roberts","doi":"10.1109/IETC47856.2020.9249135","DOIUrl":"https://doi.org/10.1109/IETC47856.2020.9249135","url":null,"abstract":"Introduction: Since the introduction of Island Grammars, they have been successfully used for a variety of tasks, including impact analysis, multi-lingual parsing, and source code identification. However, there has been no attempt to automate the generation of Island Grammars. Objective: This research considers the development of a method to automate the merging of Island Grammar components. The goal of this is to facilitate the development of an approach to automate the creation of Island Grammars. The result of this is the reduction in initial effort and maintenance effort required for Island Grammar engineering. Methods: We develop an automated approach to merge the components of grammars. To evaluate this approach, we conducted two experiments, each using a factorial design of five replications each. We randomly selected pairs of grammars from each of three size categories to assess the effects of the merging process on the maintenance effort and complexity of the generated grammars. Results: We found that in nearly all cases, the application of this merging approach reduces the maintenance effort and complexity of the grammars. Limitations: The primary limitation of this research is that this approach is currently limited to grammars written in the Antlr4 grammar format. Conclusions: This work presents the initial steps towards the automated construction of Island and Tolerant Grammars. We have shown that this approach to merging grammar components follows suit with the expectations of Island and Tolerant grammars (reduction in maintenance effort and complexity).","PeriodicalId":186446,"journal":{"name":"2020 Intermountain Engineering, Technology and Computing (IETC)","volume":"79 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2020-10-02","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"125061251","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
Pub Date : 2020-10-02DOI: 10.1109/IETC47856.2020.9249142
Jacob Newman, Zheng Sun, Dah-Jye Lee
We present a self-driving car platform that can be used by both students and researchers. Students can use the platform to learn about the technology and challenges that exist in the self-driving car industry, while researchers can use it to test and iterate through potential solutions to self-driving car challenges. The platform is low-cost and small-scale, which makes it a desirable tool for both research and learning. The main technologies used on autonomous vehicles, such as computer vision and object detection, are implemented on this platform. We begin with a high-level overview of how self-driving cars work. Then we present the platform we have created, followed by a description of how it compares with industry level self-driving cars. Finally, we discuss the future work of this research.
{"title":"Self-Driving Cars: A Platform for Learning and Research","authors":"Jacob Newman, Zheng Sun, Dah-Jye Lee","doi":"10.1109/IETC47856.2020.9249142","DOIUrl":"https://doi.org/10.1109/IETC47856.2020.9249142","url":null,"abstract":"We present a self-driving car platform that can be used by both students and researchers. Students can use the platform to learn about the technology and challenges that exist in the self-driving car industry, while researchers can use it to test and iterate through potential solutions to self-driving car challenges. The platform is low-cost and small-scale, which makes it a desirable tool for both research and learning. The main technologies used on autonomous vehicles, such as computer vision and object detection, are implemented on this platform. We begin with a high-level overview of how self-driving cars work. Then we present the platform we have created, followed by a description of how it compares with industry level self-driving cars. Finally, we discuss the future work of this research.","PeriodicalId":186446,"journal":{"name":"2020 Intermountain Engineering, Technology and Computing (IETC)","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2020-10-02","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"123374123","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
Pub Date : 2020-10-02DOI: 10.1109/IETC47856.2020.9249146
Seth Y. Christensen, J. Dickinson, Kristin Machac, Holly Cline
The purpose of this study is to understand how academics and practitioners alike define and discuss user experience (UX). There are many academic and practitioner definitions of UX design, but there is not presently a universally accepted definition either theoretically or practically. How will colleges and universities prepare students for this nebulous professional field?
{"title":"Define UX Design","authors":"Seth Y. Christensen, J. Dickinson, Kristin Machac, Holly Cline","doi":"10.1109/IETC47856.2020.9249146","DOIUrl":"https://doi.org/10.1109/IETC47856.2020.9249146","url":null,"abstract":"The purpose of this study is to understand how academics and practitioners alike define and discuss user experience (UX). There are many academic and practitioner definitions of UX design, but there is not presently a universally accepted definition either theoretically or practically. How will colleges and universities prepare students for this nebulous professional field?","PeriodicalId":186446,"journal":{"name":"2020 Intermountain Engineering, Technology and Computing (IETC)","volume":"32 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2020-10-02","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"131836120","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
Pub Date : 2020-10-02DOI: 10.1109/IETC47856.2020.9249128
Amanda Bordelon, Raja Nikesh Reddy Cholleti
Millions of tons of generated glass are wasted each year and being added to landfills in which glass takes one million years to decompose. Since the wasted glass contains a significant amount of silica, a main component in other supplementary cementitious materials (SCMs), this research focuses on whether waste glass powder can be used to reduce alkali-silica reaction (ASR). The glass powders were created from either a dust collection or by additional crushing, with possible blending of an existing SCM fly ash. In addition, compressive strengths of mortar mixtures with each glass powder or combined with fly ash at varying replacements of cement were also monitored. Other common SCMs were compared to the glass powders and fly ash for ASR mortar performance. The glass dust was more effective at reducing ASR than the crushed glass. With moderately reactive aggregates, all combinations of glass or fly ash at 40 percent replacement of cement were found to be acceptable for ASR resistance. However, all glass powders were also found to reduce strength of the mortar.
{"title":"Waste Glass Dust to Reduce Alkali Silica Reaction","authors":"Amanda Bordelon, Raja Nikesh Reddy Cholleti","doi":"10.1109/IETC47856.2020.9249128","DOIUrl":"https://doi.org/10.1109/IETC47856.2020.9249128","url":null,"abstract":"Millions of tons of generated glass are wasted each year and being added to landfills in which glass takes one million years to decompose. Since the wasted glass contains a significant amount of silica, a main component in other supplementary cementitious materials (SCMs), this research focuses on whether waste glass powder can be used to reduce alkali-silica reaction (ASR). The glass powders were created from either a dust collection or by additional crushing, with possible blending of an existing SCM fly ash. In addition, compressive strengths of mortar mixtures with each glass powder or combined with fly ash at varying replacements of cement were also monitored. Other common SCMs were compared to the glass powders and fly ash for ASR mortar performance. The glass dust was more effective at reducing ASR than the crushed glass. With moderately reactive aggregates, all combinations of glass or fly ash at 40 percent replacement of cement were found to be acceptable for ASR resistance. However, all glass powders were also found to reduce strength of the mortar.","PeriodicalId":186446,"journal":{"name":"2020 Intermountain Engineering, Technology and Computing (IETC)","volume":"57 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2020-10-02","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"133417600","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
Pub Date : 2020-10-02DOI: 10.1109/IETC47856.2020.9249205
K. M. Kattiyan Ramamoorthy, Wei Wang
One of the biggest challenges in wireless multimedia communications is to provide satisfactory Quality of Experience (QoE) to the users. Recently, numerous QoE maximization metrics and techniques have been proposed to jointly improve the network performance and user satisfaction. However, these methods are built upon postulates of Expected Utility Theorem (EUT). In this paper, we discuss the limitations of EUT in modeling QoE and explore the nuances in Prospect Theory (PT) such as asymmetrical s-shaped value function and reference point dependence to develop a prospect-theoretic QoE maximization framework by incorporating price in QoE model. An algorithm to determine the amount of data that users should purchase at any given cost such that their QoE is maximized, is also presented. As an exemplary scenario, we consider a simplified multimedia communication network with two users, where both users request the same multimedia content and aim to achieve the best possible QoE. Traditional EUT-based price-QoE model has been adopted for the first user, while the proposed PT-based prospect theoretic multimedia pricing QoE model has been used for the second user. Simulation studies conducted with H.265 multimedia codec data reveal that PT user achieved higher QoE in comparison to EUT user at a lower cost. Results also indicated that PT-based modeling can improve system throughput and network revenue.
{"title":"Prospect Theoretic Pricing For QoE Modeling In Wireless Multimedia Networking","authors":"K. M. Kattiyan Ramamoorthy, Wei Wang","doi":"10.1109/IETC47856.2020.9249205","DOIUrl":"https://doi.org/10.1109/IETC47856.2020.9249205","url":null,"abstract":"One of the biggest challenges in wireless multimedia communications is to provide satisfactory Quality of Experience (QoE) to the users. Recently, numerous QoE maximization metrics and techniques have been proposed to jointly improve the network performance and user satisfaction. However, these methods are built upon postulates of Expected Utility Theorem (EUT). In this paper, we discuss the limitations of EUT in modeling QoE and explore the nuances in Prospect Theory (PT) such as asymmetrical s-shaped value function and reference point dependence to develop a prospect-theoretic QoE maximization framework by incorporating price in QoE model. An algorithm to determine the amount of data that users should purchase at any given cost such that their QoE is maximized, is also presented. As an exemplary scenario, we consider a simplified multimedia communication network with two users, where both users request the same multimedia content and aim to achieve the best possible QoE. Traditional EUT-based price-QoE model has been adopted for the first user, while the proposed PT-based prospect theoretic multimedia pricing QoE model has been used for the second user. Simulation studies conducted with H.265 multimedia codec data reveal that PT user achieved higher QoE in comparison to EUT user at a lower cost. Results also indicated that PT-based modeling can improve system throughput and network revenue.","PeriodicalId":186446,"journal":{"name":"2020 Intermountain Engineering, Technology and Computing (IETC)","volume":"85 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2020-10-02","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"123571420","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
Pub Date : 2020-10-02DOI: 10.1109/IETC47856.2020.9249175
Matthew Salfer-Hobbs, Matthew J. Jensen
This paper discusses both software and physical implementation of actuators to control the acceleration, braking, and steering of a Polaris Gem e2 vehicle. A 2 degree of freedom (DOF) kinematic car model is utilized to design and simulate general controllers for lane keeping and speed control. Lane keeping is tested using both proportional integral derivative (PID) and sliding mode to control the steering angle. Velocity control is tested using a derived dynamic model for the longitudinal motion of the car. For velocity control, PID is compared to an adaptive control method.
{"title":"Acceleration, Braking, and Steering Controller for a Polaris Gem e2 Vehicle","authors":"Matthew Salfer-Hobbs, Matthew J. Jensen","doi":"10.1109/IETC47856.2020.9249175","DOIUrl":"https://doi.org/10.1109/IETC47856.2020.9249175","url":null,"abstract":"This paper discusses both software and physical implementation of actuators to control the acceleration, braking, and steering of a Polaris Gem e2 vehicle. A 2 degree of freedom (DOF) kinematic car model is utilized to design and simulate general controllers for lane keeping and speed control. Lane keeping is tested using both proportional integral derivative (PID) and sliding mode to control the steering angle. Velocity control is tested using a derived dynamic model for the longitudinal motion of the car. For velocity control, PID is compared to an adaptive control method.","PeriodicalId":186446,"journal":{"name":"2020 Intermountain Engineering, Technology and Computing (IETC)","volume":"4 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2020-10-02","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"123969842","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
Pub Date : 2020-10-02DOI: 10.1109/IETC47856.2020.9249159
Trey P. Scofield, Bradley M. Whitaker
Intelligent algorithms are constantly being developed to improve the ability of machines to extract and process meaningful data in a variety of situations. In this work, we present a machine learning pipeline that streamlines the task of selecting preprocessing algorithms, feature extraction algorithms, and classification algorithms. We demonstrate the pipeline by identifying volcanoes in synthetic aperture radar (SAR) images of the surface of the planet Venus. This dataset is imbalanced, in the sense that there are relatively few images containing volcanoes, which is a common situation in many autonomous sensing tasks. We show that our machine learning pipeline is able to identify a set of algorithms that can be used together to identify volcanoes with high recall. While the precision of the classifier is poor, it can still be used to reduce the overall size of the dataset and improve the balance of the dataset.
{"title":"Machine Learning Pipeline for Shift-Invariant Detection of Volcanoes on Venus","authors":"Trey P. Scofield, Bradley M. Whitaker","doi":"10.1109/IETC47856.2020.9249159","DOIUrl":"https://doi.org/10.1109/IETC47856.2020.9249159","url":null,"abstract":"Intelligent algorithms are constantly being developed to improve the ability of machines to extract and process meaningful data in a variety of situations. In this work, we present a machine learning pipeline that streamlines the task of selecting preprocessing algorithms, feature extraction algorithms, and classification algorithms. We demonstrate the pipeline by identifying volcanoes in synthetic aperture radar (SAR) images of the surface of the planet Venus. This dataset is imbalanced, in the sense that there are relatively few images containing volcanoes, which is a common situation in many autonomous sensing tasks. We show that our machine learning pipeline is able to identify a set of algorithms that can be used together to identify volcanoes with high recall. While the precision of the classifier is poor, it can still be used to reduce the overall size of the dataset and improve the balance of the dataset.","PeriodicalId":186446,"journal":{"name":"2020 Intermountain Engineering, Technology and Computing (IETC)","volume":"5 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2020-10-02","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"117218253","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
Pub Date : 2020-10-02DOI: 10.1109/IETC47856.2020.9249183
Jack Troutt
Critical to the survivability of any organization utilizing large turbine powered aircraft in a commercial setting is the ability to provide reliable service at a competitive cost. In the cost competitive market that such businesses find themselves in today, a very real advantage, both from an economical cost and environmental cost, is to explore ways to reduce the amount of jet fuel used during aircraft operation. While the development of more efficient aircraft has always been a key developmental improvement of aircraft since Orville and Wilbur Wright's flights in 1903, it was not until the Energy Crisis of 1973 that serious research and development of such technologies for large aircraft took on new importance. Critical to these efforts have been technological developments that make aircraft more efficient, either through active or passive systems that reduce an aircraft fuel consumption and also decrease greenhouse gas emissions. Discussion will include efforts to reduce aerodynamic drag, increasing engine fuel burn efficiency, and technologies that change the basic operation of the aircraft with an eye to fuel usage reductions. Several of these improvements are now commonplace among aircraft builders and aircraft operations, while others proved to be either too complex to be fielded by aircraft operators, or not effective enough to justify their development or implementation cost. Developments in the advance of aircraft fuel efficiency have continued since then. With current global efforts to combat climate change, these efforts for fuel efficiency, and thus a reduction in greenhouse gas emissions, have taken on a new importance. As such, current trends and technology developments will also be discussed, as well as an emphasis on future developments.
在商业环境中使用大型涡轮动力飞机的任何组织的生存能力的关键是以具有竞争力的成本提供可靠服务的能力。在成本竞争激烈的市场中,这些企业发现自己在今天,一个非常真正的优势,从经济成本和环境成本,是探索减少飞机运行过程中使用的喷气燃料的数量的方法。虽然自1903年奥维尔和威尔伯·赖特(Orville and Wilbur Wright)的飞行以来,开发更高效的飞机一直是飞机发展的关键改进,但直到1973年的能源危机,大型飞机的此类技术的认真研究和开发才具有新的重要性。这些努力的关键是技术的发展,使飞机更有效率,无论是通过主动或被动系统,减少飞机的燃料消耗,也减少温室气体排放。讨论将包括减少气动阻力的努力,提高发动机燃油燃烧效率,以及改变飞机基本操作的技术,以减少燃料使用。其中一些改进现在在飞机制造商和飞机运营中很常见,而另一些被证明过于复杂而无法由飞机运营商部署,或者不够有效,不足以证明其开发或实施成本是合理的。从那时起,飞机燃油效率的进步一直在继续。随着当前全球应对气候变化的努力,这些提高燃油效率从而减少温室气体排放的努力具有了新的重要性。因此,还将讨论当前的趋势和技术发展,并强调未来的发展。
{"title":"Fuel Conservation Technology Development and Use in Large Transport Category Aircraft","authors":"Jack Troutt","doi":"10.1109/IETC47856.2020.9249183","DOIUrl":"https://doi.org/10.1109/IETC47856.2020.9249183","url":null,"abstract":"Critical to the survivability of any organization utilizing large turbine powered aircraft in a commercial setting is the ability to provide reliable service at a competitive cost. In the cost competitive market that such businesses find themselves in today, a very real advantage, both from an economical cost and environmental cost, is to explore ways to reduce the amount of jet fuel used during aircraft operation. While the development of more efficient aircraft has always been a key developmental improvement of aircraft since Orville and Wilbur Wright's flights in 1903, it was not until the Energy Crisis of 1973 that serious research and development of such technologies for large aircraft took on new importance. Critical to these efforts have been technological developments that make aircraft more efficient, either through active or passive systems that reduce an aircraft fuel consumption and also decrease greenhouse gas emissions. Discussion will include efforts to reduce aerodynamic drag, increasing engine fuel burn efficiency, and technologies that change the basic operation of the aircraft with an eye to fuel usage reductions. Several of these improvements are now commonplace among aircraft builders and aircraft operations, while others proved to be either too complex to be fielded by aircraft operators, or not effective enough to justify their development or implementation cost. Developments in the advance of aircraft fuel efficiency have continued since then. With current global efforts to combat climate change, these efforts for fuel efficiency, and thus a reduction in greenhouse gas emissions, have taken on a new importance. As such, current trends and technology developments will also be discussed, as well as an emphasis on future developments.","PeriodicalId":186446,"journal":{"name":"2020 Intermountain Engineering, Technology and Computing (IETC)","volume":"21 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2020-10-02","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"116638011","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}