Matching Items (47)
Filtering by

Clear all filters

136549-Thumbnail Image.png
Description
A primary goal in computer science is to develop autonomous systems. Usually, we provide computers with tasks and rules for completing those tasks, but what if we could extend this type of system to physical technology as well? In the field of programmable matter, researchers are tasked with developing synthetic

A primary goal in computer science is to develop autonomous systems. Usually, we provide computers with tasks and rules for completing those tasks, but what if we could extend this type of system to physical technology as well? In the field of programmable matter, researchers are tasked with developing synthetic materials that can change their physical properties \u2014 such as color, density, and even shape \u2014 based on predefined rules or continuous, autonomous collection of input. In this research, we are most interested in particles that can perform computations, bond with other particles, and move. In this paper, we provide a theoretical particle model that can be used to simulate the performance of such physical particle systems, as well as an algorithm to perform expansion, wherein these particles can be used to enclose spaces or even objects.
ContributorsLaff, Miles (Author) / Richa, Andrea (Thesis director) / Bazzi, Rida (Committee member) / Computer Science and Engineering Program (Contributor) / Barrett, The Honors College (Contributor) / School of Mathematical and Statistical Sciences (Contributor)
Created2015-05
136339-Thumbnail Image.png
Description
The following is a report that will evaluate the microstructure of the nickel-based superalloy Hastelloy X and its relationship to mechanical properties in different load conditions. Hastelloy X is of interest to the company AORA because its strength and oxidation resistance at high temperatures is directly applicable to their needs

The following is a report that will evaluate the microstructure of the nickel-based superalloy Hastelloy X and its relationship to mechanical properties in different load conditions. Hastelloy X is of interest to the company AORA because its strength and oxidation resistance at high temperatures is directly applicable to their needs in a hybrid concentrated solar module. The literature review shows that the microstructure will produce different carbides at various temperatures, which can be beneficial to the strength of the alloy. These precipitates are found along the grain boundaries and act as pins that limit dislocation flow, as well as grain boundary sliding, and improve the rupture strength of the material. Over time, harmful precipitates form which counteract the strengthening effect of the carbides and reduce rupture strength, leading to failure. A combination of indentation and microstructure mapping was used in an effort to link local mechanical behavior to microstructure variability. Electron backscatter diffraction (EBSD) and energy dispersive spectroscopy (EDS) were initially used as a means to characterize the microstructure prior to testing. Then, a series of room temperature Vickers hardness tests at 50 and 500 gram-force were used to evaluate the variation in the local response as a function of indentation size. The room temperature study concluded that both the hardness and standard deviation increased at lower loads, which is consistent with the grain size distribution seen in the microstructure scan. The material was then subjected to high temperature spherical indentation. Load-displacement curves were essential in evaluating the decrease in strength of the material with increasing temperature. Through linear regression of the unloading portion of the curve, the plastic deformation was determined and compared at different temperatures as a qualitative method to evaluate local strength.
ContributorsCelaya, Andrew Jose (Author) / Peralta, Pedro (Thesis director) / Solanki, Kiran (Committee member) / Barrett, The Honors College (Contributor) / Mechanical and Aerospace Engineering Program (Contributor)
Created2015-05
136516-Thumbnail Image.png
Description
Bots tamper with social media networks by artificially inflating the popularity of certain topics. In this paper, we define what a bot is, we detail different motivations for bots, we describe previous work in bot detection and observation, and then we perform bot detection of our own. For our bot

Bots tamper with social media networks by artificially inflating the popularity of certain topics. In this paper, we define what a bot is, we detail different motivations for bots, we describe previous work in bot detection and observation, and then we perform bot detection of our own. For our bot detection, we are interested in bots on Twitter that tweet Arabic extremist-like phrases. A testing dataset is collected using the honeypot method, and five different heuristics are measured for their effectiveness in detecting bots. The model underperformed, but we have laid the ground-work for a vastly untapped focus on bot detection: extremist ideal diffusion through bots.
ContributorsKarlsrud, Mark C. (Author) / Liu, Huan (Thesis director) / Morstatter, Fred (Committee member) / Barrett, The Honors College (Contributor) / Computing and Informatics Program (Contributor) / Computer Science and Engineering Program (Contributor) / School of Mathematical and Statistical Sciences (Contributor)
Created2015-05
135739-Thumbnail Image.png
Description
Many programmable matter systems have been proposed and realized recently, each often tailored toward a particular task or physical setting. In our work on self-organizing particle systems, we abstract away from specific settings and instead describe programmable matter as a collection of simple computational elements (to be referred to as

Many programmable matter systems have been proposed and realized recently, each often tailored toward a particular task or physical setting. In our work on self-organizing particle systems, we abstract away from specific settings and instead describe programmable matter as a collection of simple computational elements (to be referred to as particles) with limited computational power that each perform fully distributed, local, asynchronous algorithms to solve system-wide problems of movement, configuration, and coordination. In this thesis, we focus on the compression problem, in which the particle system gathers as tightly together as possible, as in a sphere or its equivalent in the presence of some underlying geometry. While there are many ways to formalize what it means for a particle system to be compressed, we address three different notions of compression: (1) local compression, in which each individual particle utilizes local rules to create an overall convex structure containing no holes, (2) hole elimination, in which the particle system seeks to detect and eliminate any holes it contains, and (3) alpha-compression, in which the particle system seeks to shrink its perimeter to be within a constant factor of the minimum possible value. We analyze the behavior of each of these algorithms, examining correctness and convergence where appropriate. In the case of the Markov Chain Algorithm for Compression, we provide improvements to the original bounds for the bias parameter lambda which influences the system to either compress or expand. Lastly, we briefly discuss contributions to the problem of leader election--in which a particle system elects a single leader--since it acts as an important prerequisite for compression algorithms that use a predetermined seed particle.
ContributorsDaymude, Joshua Jungwoo (Author) / Richa, Andrea (Thesis director) / Kierstead, Henry (Committee member) / Computer Science and Engineering Program (Contributor) / School of Mathematical and Statistical Sciences (Contributor) / Barrett, The Honors College (Contributor)
Created2016-05
136691-Thumbnail Image.png
Description
Covering subsequences with sets of permutations arises in many applications, including event-sequence testing. Given a set of subsequences to cover, one is often interested in knowing the fewest number of permutations required to cover each subsequence, and in finding an explicit construction of such a set of permutations that has

Covering subsequences with sets of permutations arises in many applications, including event-sequence testing. Given a set of subsequences to cover, one is often interested in knowing the fewest number of permutations required to cover each subsequence, and in finding an explicit construction of such a set of permutations that has size close to or equal to the minimum possible. The construction of such permutation coverings has proven to be computationally difficult. While many examples for permutations of small length have been found, and strong asymptotic behavior is known, there are few explicit constructions for permutations of intermediate lengths. Most of these are generated from scratch using greedy algorithms. We explore a different approach here. Starting with a set of permutations with the desired coverage properties, we compute local changes to individual permutations that retain the total coverage of the set. By choosing these local changes so as to make one permutation less "essential" in maintaining the coverage of the set, our method attempts to make a permutation completely non-essential, so it can be removed without sacrificing total coverage. We develop a post-optimization method to do this and present results on sequence covering arrays and other types of permutation covering problems demonstrating that it is surprisingly effective.
ContributorsMurray, Patrick Charles (Author) / Colbourn, Charles (Thesis director) / Czygrinow, Andrzej (Committee member) / Barrett, The Honors College (Contributor) / School of Mathematical and Statistical Sciences (Contributor) / Department of Physics (Contributor)
Created2014-12
Description
The study of the mechanical behavior of nanocrystalline metals using microelectromechanical systems (MEMS) devices lies at the intersection of nanotechnology, mechanical engineering and material science. The extremely small grains that make up nanocrystalline metals lead to higher strength but lower ductility as compared to bulk metals. Effects of strain-rate dependence

The study of the mechanical behavior of nanocrystalline metals using microelectromechanical systems (MEMS) devices lies at the intersection of nanotechnology, mechanical engineering and material science. The extremely small grains that make up nanocrystalline metals lead to higher strength but lower ductility as compared to bulk metals. Effects of strain-rate dependence on the mechanical behavior of nanocrystalline metals are explored. Knowing the strain rate dependence of mechanical properties would enable optimization of material selection for different applications and lead to lighter structural components and enhanced sustainability.
ContributorsHall, Andrea Paulette (Author) / Rajagopalan, Jagannathan (Thesis director) / Liao, Yabin (Committee member) / Barrett, The Honors College (Contributor) / Mechanical and Aerospace Engineering Program (Contributor)
Created2014-05
136830-Thumbnail Image.png
DescriptionThe heat island effect has resulted in an observational increase in averave ambient as well as surface temperatures and current photovoltaic implementation do not migitate this effect. Thus, the feasibility and performance of alternative solutions are explored and determined using theoretical, computational data.
ContributorsCoyle, Aidan John (Author) / Trimble, Steven (Thesis director) / Underwood, Shane (Committee member) / Barrett, The Honors College (Contributor) / Mechanical and Aerospace Engineering Program (Contributor)
Created2014-05
137627-Thumbnail Image.png
Description
Polar ice masses can be valuable indicators of trends in global climate. In an effort to better understand the dynamics of Arctic ice, this project analyzes sea ice concentration anomaly data collected over gridded regions (cells) and builds graphs based upon high correlations between cells. These graphs offer the opportunity

Polar ice masses can be valuable indicators of trends in global climate. In an effort to better understand the dynamics of Arctic ice, this project analyzes sea ice concentration anomaly data collected over gridded regions (cells) and builds graphs based upon high correlations between cells. These graphs offer the opportunity to use metrics such as clustering coefficients and connected components to isolate representative trends in ice masses. Based upon this analysis, the structure of sea ice graphs differs at a statistically significant level from random graphs, and several regions show erratically decreasing trends in sea ice concentration.
ContributorsWallace-Patterson, Chloe Rae (Author) / Syrotiuk, Violet (Thesis director) / Colbourn, Charles (Committee member) / Montgomery, Douglas (Committee member) / Barrett, The Honors College (Contributor) / School of Mathematical and Statistical Sciences (Contributor) / Computer Science and Engineering Program (Contributor)
Created2013-05
137570-Thumbnail Image.png
Description
The data and results presented in this paper are part of a continuing effort to innovate and pioneer the future of engineering. The purpose of the following is to demonstrate the mechanical buckling characteristics in stiff thin film and soft substrate systems, and the importance of controlling them. In today's

The data and results presented in this paper are part of a continuing effort to innovate and pioneer the future of engineering. The purpose of the following is to demonstrate the mechanical buckling characteristics in stiff thin film and soft substrate systems, and the importance of controlling them. In today's engineering research, wrinkling in systems in beginning to be viewed as a means for engineering innovation rather than failure. This research is important to further progress the possible applications the technology proposes, such as flexible electronics and tunable adhesives. This work utilizes a cost efficient and relatively easy method for generating and analyzing buckled systems. Ultra violate oxidation at ambient temperatures is exploited to create a stiff thin surface on rubber like polydimethylsiloxane, and couple with strain induction wrinkles are generated. Wrinkle characteristics such as amplitude, wavelengths and wetting properties were investigated. In simple cases, trends were confirmed that increased oxidation relates to increased buckle wavelengths, and increase in strain corresponds to a decrease in wavelength. Hierarchical buckles were produced in one-dimensional systems treated with a multi-step method; these were the first to be generated in the ASU labs. Unique topographic changes were produced in two-dimensional systems treated with the same method. Honeycomb or dome like structures were noted to occur, important as they undergo a different energy-reliving configuration compared to traditional parallel buckles. The information provided characterizes many aspects of the buckle phenomena and will allow for further inquiry into specific functions utilizing the technology to continue advancements in engineering.
ContributorsValacich, Michael James (Author) / Jiang, Hanqing (Thesis director) / Yu, Hongyu (Committee member) / Teng, Ma (Committee member) / Barrett, The Honors College (Contributor) / Mechanical and Aerospace Engineering Program (Contributor)
Created2013-05
136382-Thumbnail Image.png
Description
The goal of this research is to couple a physics-based model with adaptive algorithms to develop a more accurate and robust technique for structural health monitoring (SHM) in composite structures. The purpose of SHM is to localize and detect damage in structures, which has broad applications to improvements in aerospace

The goal of this research is to couple a physics-based model with adaptive algorithms to develop a more accurate and robust technique for structural health monitoring (SHM) in composite structures. The purpose of SHM is to localize and detect damage in structures, which has broad applications to improvements in aerospace technology. This technique employs PZT transducers to actuate and collect guided Lamb wave signals. Matching pursuit decomposition (MPD) is used to decompose the signal into a cross-term free time-frequency relation. This decoupling of time and frequency facilitates the calculation of a signal's time-of-flight along a path between an actuator and sensor. Using the time-of-flights, comparisons can be made between similar composite structures to find damaged regions by examining differences in the time of flight for each path between PZTs, with respect to direction. Relatively large differences in time-of-flight indicate the presence of new or more significant damage, which can be verified using a physics-based approach. Wave propagation modeling is used to implement a physics based approach to this method, which is coupled with adaptive algorithms that take into account currently existing damage to a composite structure. Previous SHM techniques for composite structures rely on the assumption that the composite is initially free of all damage on both a macro and micro-scale, which is never the case due to the inherent introduction of material defects in its fabrication. This method provides a novel technique for investigating the presence and nature of damage in composite structures. Further investigation into the technique can be done by testing structures with different sizes of damage and investigating the effects of different operating temperatures on this SHM system.
ContributorsBarnes, Zachary Stephen (Author) / Chattopadhyay, Aditi (Thesis director) / Neerukatti, Rajesh Kumar (Committee member) / Barrett, The Honors College (Contributor) / Department of English (Contributor) / Mechanical and Aerospace Engineering Program (Contributor)
Created2015-05