Matching Items (1,617)
Filtering by

Clear all filters

149710-Thumbnail Image.png
Description
Fuel cells, particularly solid oxide fuel cells (SOFC), are important for the future of greener and more efficient energy sources. Although SOFCs have been in existence for over fifty years, they have not been deployed extensively because they need to be operated at a high temperature (∼1000 °C), are expensive,

Fuel cells, particularly solid oxide fuel cells (SOFC), are important for the future of greener and more efficient energy sources. Although SOFCs have been in existence for over fifty years, they have not been deployed extensively because they need to be operated at a high temperature (∼1000 °C), are expensive, and have slow response to changes in energy demands. One important need for commercialization of SOFCs is a lowering of their operating temperature, which requires an electrolyte that can operate at lower temperatures. Doped ceria is one such candidate. For this dissertation work I have studied different types of doped ceria to understand the mechanism of oxygen vacancy diffusion through the bulk. Doped ceria is important because they have high ionic conductivities thus making them attractive candidates for the electrolytes of solid oxide fuel cells. In particular, I have studied how the ionic conductivities are improved in these doped materials by studying the oxygen-vacancy formations and migrations. In this dissertation I describe the application of density functional theory (DFT) and Kinetic Lattice Monte Carlo (KLMC) simulations to calculate the vacancy diffusion and ionic conductivities in doped ceria. The dopants used are praseodymium (Pr), gadolinium (Gd), and neodymium (Nd), all belonging to the lanthanide series. The activation energies for vacancy migration between different nearest neighbor (relative to the dopant) positions were calculated using the commercial DFT code VASP (Vienna Ab-initio Simulation Package). These activation energies were then used as inputs to the KLMC code that I co-developed. The KLMC code was run for different temperatures (673 K to 1073 K) and for different dopant concentrations (0 to 40%). These simulations have resulted in the prediction of dopant concentrations for maximum ionic conductivity at a given temperature.
ContributorsAnwar, Shahriar (Author) / Adams, James B (Thesis advisor) / Crozier, Peter (Committee member) / Krause, Stephen (Committee member) / Arizona State University (Publisher)
Created2011
150019-Thumbnail Image.png
Description
Currently Java is making its way into the embedded systems and mobile devices like androids. The programs written in Java are compiled into machine independent binary class byte codes. A Java Virtual Machine (JVM) executes these classes. The Java platform additionally specifies the Java Native Interface (JNI). JNI allows Java

Currently Java is making its way into the embedded systems and mobile devices like androids. The programs written in Java are compiled into machine independent binary class byte codes. A Java Virtual Machine (JVM) executes these classes. The Java platform additionally specifies the Java Native Interface (JNI). JNI allows Java code that runs within a JVM to interoperate with applications or libraries that are written in other languages and compiled to the host CPU ISA. JNI plays an important role in embedded system as it provides a mechanism to interact with libraries specific to the platform. This thesis addresses the overhead incurred in the JNI due to reflection and serialization when objects are accessed on android based mobile devices. It provides techniques to reduce this overhead. It also provides an API to access objects through its reference through pinning its memory location. The Android emulator was used to evaluate the performance of these techniques and we observed that there was 5 - 10 % performance gain in the new Java Native Interface.
ContributorsChandrian, Preetham (Author) / Lee, Yann-Hang (Thesis advisor) / Davulcu, Hasan (Committee member) / Li, Baoxin (Committee member) / Arizona State University (Publisher)
Created2011
150025-Thumbnail Image.png
Description
With the increasing focus on developing environmentally benign electronic packages, lead-free solder alloys have received a great deal of attention. Mishandling of packages, during manufacture, assembly, or by the user may cause failure of solder joint. A fundamental understanding of the behavior of lead-free solders under mechanical shock conditions is

With the increasing focus on developing environmentally benign electronic packages, lead-free solder alloys have received a great deal of attention. Mishandling of packages, during manufacture, assembly, or by the user may cause failure of solder joint. A fundamental understanding of the behavior of lead-free solders under mechanical shock conditions is lacking. Reliable experimental and numerical analysis of lead-free solder joints in the intermediate strain rate regime need to be investigated. This dissertation mainly focuses on exploring the mechanical shock behavior of lead-free tin-rich solder alloys via multiscale modeling and numerical simulations. First, the macroscopic stress/strain behaviors of three bulk lead-free tin-rich solders were tested over a range of strain rates from 0.001/s to 30/s. Finite element analysis was conducted to determine appropriate specimen geometry that could reach a homogeneous stress/strain field and a relatively high strain rate. A novel self-consistent true stress correction method is developed to compensate the inaccuracy caused by the triaxial stress state at the post-necking stage. Then the material property of micron-scale intermetallic was examined by micro-compression test. The accuracy of this measure is systematically validated by finite element analysis, and empirical adjustments are provided. Moreover, the interfacial property of the solder/intermetallic interface is investigated, and a continuum traction-separation law of this interface is developed from an atomistic-based cohesive element method. The macroscopic stress/strain relation and microstructural properties are combined together to form a multiscale material behavior via a stochastic approach for both solder and intermetallic. As a result, solder is modeled by porous plasticity with random voids, and intermetallic is characterized as brittle material with random vulnerable region. Thereafter, the porous plasticity fracture of the solders and the brittle fracture of the intermetallics are coupled together in one finite element model. Finally, this study yields a multiscale model to understand and predict the mechanical shock behavior of lead-free tin-rich solder joints. Different fracture patterns are observed for various strain rates and/or intermetallic thicknesses. The predictions have a good agreement with the theory and experiments.
ContributorsFei, Huiyang (Author) / Jiang, Hanqing (Thesis advisor) / Chawla, Nikhilesh (Thesis advisor) / Tasooji, Amaneh (Committee member) / Mobasher, Barzin (Committee member) / Rajan, Subramaniam D. (Committee member) / Arizona State University (Publisher)
Created2011
150026-Thumbnail Image.png
Description
As pointed out in the keynote speech by H. V. Jagadish in SIGMOD'07, and also commonly agreed in the database community, the usability of structured data by casual users is as important as the data management systems' functionalities. A major hardness of using structured data is the problem of easily

As pointed out in the keynote speech by H. V. Jagadish in SIGMOD'07, and also commonly agreed in the database community, the usability of structured data by casual users is as important as the data management systems' functionalities. A major hardness of using structured data is the problem of easily retrieving information from them given a user's information needs. Learning and using a structured query language (e.g., SQL and XQuery) is overwhelmingly burdensome for most users, as not only are these languages sophisticated, but the users need to know the data schema. Keyword search provides us with opportunities to conveniently access structured data and potentially significantly enhances the usability of structured data. However, processing keyword search on structured data is challenging due to various types of ambiguities such as structural ambiguity (keyword queries have no structure), keyword ambiguity (the keywords may not be accurate), user preference ambiguity (the user may have implicit preferences that are not indicated in the query), as well as the efficiency challenges due to large search space. This dissertation performs an expansive study on keyword search processing techniques as a gateway for users to access structured data and retrieve desired information. The key issues addressed include: (1) Resolving structural ambiguities in keyword queries by generating meaningful query results, which involves identifying relevant keyword matches, identifying return information, composing query results based on relevant matches and return information. (2) Resolving structural, keyword and user preference ambiguities through result analysis, including snippet generation, result differentiation, result clustering, result summarization/query expansion, etc. (3) Resolving the efficiency challenge in processing keyword search on structured data by utilizing and efficiently maintaining materialized views. These works deliver significant technical contributions towards building a full-fledged search engine for structured data.
ContributorsLiu, Ziyang (Author) / Chen, Yi (Thesis advisor) / Candan, Kasim S (Committee member) / Davulcu, Hasan (Committee member) / Jagadish, H V (Committee member) / Arizona State University (Publisher)
Created2011
149977-Thumbnail Image.png
Description
Reliable extraction of human pose features that are invariant to view angle and body shape changes is critical for advancing human movement analysis. In this dissertation, the multifactor analysis techniques, including the multilinear analysis and the multifactor Gaussian process methods, have been exploited to extract such invariant pose features from

Reliable extraction of human pose features that are invariant to view angle and body shape changes is critical for advancing human movement analysis. In this dissertation, the multifactor analysis techniques, including the multilinear analysis and the multifactor Gaussian process methods, have been exploited to extract such invariant pose features from video data by decomposing various key contributing factors, such as pose, view angle, and body shape, in the generation of the image observations. Experimental results have shown that the resulting pose features extracted using the proposed methods exhibit excellent invariance properties to changes in view angles and body shapes. Furthermore, using the proposed invariant multifactor pose features, a suite of simple while effective algorithms have been developed to solve the movement recognition and pose estimation problems. Using these proposed algorithms, excellent human movement analysis results have been obtained, and most of them are superior to those obtained from state-of-the-art algorithms on the same testing datasets. Moreover, a number of key movement analysis challenges, including robust online gesture spotting and multi-camera gesture recognition, have also been addressed in this research. To this end, an online gesture spotting framework has been developed to automatically detect and learn non-gesture movement patterns to improve gesture localization and recognition from continuous data streams using a hidden Markov network. In addition, the optimal data fusion scheme has been investigated for multicamera gesture recognition, and the decision-level camera fusion scheme using the product rule has been found to be optimal for gesture recognition using multiple uncalibrated cameras. Furthermore, the challenge of optimal camera selection in multi-camera gesture recognition has also been tackled. A measure to quantify the complementary strength across cameras has been proposed. Experimental results obtained from a real-life gesture recognition dataset have shown that the optimal camera combinations identified according to the proposed complementary measure always lead to the best gesture recognition results.
ContributorsPeng, Bo (Author) / Qian, Gang (Thesis advisor) / Ye, Jieping (Committee member) / Li, Baoxin (Committee member) / Spanias, Andreas (Committee member) / Arizona State University (Publisher)
Created2011
149998-Thumbnail Image.png
Description
As the 3rd generation solar cell, quantum dot solar cells are expected to outperform the first 2 generations with higher efficiency and lower manufacture cost. Currently the main problems for QD cells are the low conversion efficiency and stability. This work is trying to improve the reliability as well as

As the 3rd generation solar cell, quantum dot solar cells are expected to outperform the first 2 generations with higher efficiency and lower manufacture cost. Currently the main problems for QD cells are the low conversion efficiency and stability. This work is trying to improve the reliability as well as the device performance by inserting an interlayer between the metal cathode and the active layer. Titanium oxide and a novel nitrogen doped titanium oxide were compared and TiOxNy capped device shown a superior performance and stability to TiOx capped one. A unique light anneal effect on the interfacial layer was discovered first time and proved to be the trigger of the enhancement of both device reliability and efficiency. The efficiency was improved by 300% and the device can retain 73.1% of the efficiency with TiOxNy when normal device completely failed after kept for long time. Photoluminescence indicted an increased charge disassociation rate at TiOxNy interface. External quantum efficiency measurement also inferred a significant performance enhancement in TiOxNy capped device, which resulted in a higher photocurrent. X-ray photoelectron spectrometry was performed to explain the impact of light doping on optical band gap. Atomic force microscopy illustrated the effect of light anneal on quantum dot polymer surface. The particle size is increased and the surface composition is changed after irradiation. The mechanism for performance improvement via a TiOx based interlayer was discussed based on a trap filling model. Then Tunneling AFM was performed to further confirm the reliability of interlayer capped organic photovoltaic devices. As a powerful tool based on SPM technique, tunneling AFM was able to explain the reason for low efficiency in non-capped inverted organic photovoltaic devices. The local injection properties as well as the correspondent topography were compared in organic solar cells with or without TiOx interlayer. The current-voltage characteristics were also tested at a single interested point. A severe short-circuit was discovered in non capped devices and a slight reverse bias leakage current was also revealed in TiOx capped device though tunneling AFM results. The failure reason for low stability in normal devices was also discussed comparing to capped devices.
ContributorsYu, Jialin (Author) / Jabbour, Ghassan E. (Thesis advisor) / Alford, Terry L. (Thesis advisor) / Yu, Hongbin (Committee member) / Arizona State University (Publisher)
Created2011
150031-Thumbnail Image.png
Description
Silicon nanowires were grown epitaxially on Si (100) and (111) surfaces using the Vapor-Liquid-Solid (VLS) mechanism under both thermal and plasma enhanced growth conditions. Nanowire morphology was investigated as a function of temperature, time, disilane partial pressure and substrate preparation. Silicon nanowires synthesized in low temperature plasma typically curved compared

Silicon nanowires were grown epitaxially on Si (100) and (111) surfaces using the Vapor-Liquid-Solid (VLS) mechanism under both thermal and plasma enhanced growth conditions. Nanowire morphology was investigated as a function of temperature, time, disilane partial pressure and substrate preparation. Silicon nanowires synthesized in low temperature plasma typically curved compared to the linear nanowires grown under simple thermal conditions. The nanowires tended bend more with increasing disilane partial gas pressure up to 25 x10-3 mTorr. The nanowire curvature measured geometrically is correlated with the shift of the main silicon peak obtained in Raman spectroscopy. A mechanistic hypothesis was proposed to explain the bending during plasma activated growth. Additional driving forces related to electrostatic and Van der Waals forces were also discussed. Deduced from a systematic variation of a three-step experimental protocol, the mechanism for bending was associated with asymmetric deposition rate along the outer and inner wall of nanowire. The conditions leading to nanowire branching were also examined using a two-step growth process. Branching morphologies were examined as a function of plasma powers between 1.5 W and 3.5 W. Post-annealing thermal and plasma-assisted treatments in hydrogen were compared to understand the influences in the absence of an external silicon source (otherwise supplied by disilane). Longer and thicker nanowires were associated with longer annealing times due to an Ostwald-like ripening effect. The roles of surface diffusion, gas diffusion, etching and deposition rates were examined.
ContributorsJoun, Hee-Joung (Author) / Petuskey, William T. (Thesis advisor) / Drucker, Jeff (Committee member) / Chizmeshya, Andrew (Committee member) / Arizona State University (Publisher)
Created2011
150039-Thumbnail Image.png
Description
The intent of this research is to determine if cool roofs lead to increased energy use in the U.S. and if so, in what climates. Directed by the LEED environmental building rating system, cool roofs are increasingly specified in an attempt to mitigate urban heat island effect. A typical single

The intent of this research is to determine if cool roofs lead to increased energy use in the U.S. and if so, in what climates. Directed by the LEED environmental building rating system, cool roofs are increasingly specified in an attempt to mitigate urban heat island effect. A typical single story retail building was simulated using eQUEST energy software across seven different climatic zones in the U.S.. Two roof types are varied, one with a low solar reflectance index of 30 (typical bituminous roof), and a roof with SRI of 90 (high performing membrane roof). The model also varied the perimeter / core fraction, internal loads, and schedule of operations. The data suggests a certain point at which a high SRI roofing finish results in energy penalties over the course of the year in climate zones which are heating driven. Climate zones 5 and above appear to be the flipping point, beyond which the application of a high SRI roof creates sufficient heating penalties to outweigh the cooling energy benefits.
ContributorsLee, John (Author) / Bryan, Harvey (Thesis advisor) / Marlin, Marlin (Committee member) / Ramalingam, Muthukumar (Committee member) / Arizona State University (Publisher)
Created2011
150045-Thumbnail Image.png
Description
A relatively simple subset of nanotechnology - nanofluids - can be obtained by adding nanoparticles to conventional base fluids. The promise of these fluids stems from the fact that relatively low particle loadings (typically <1% volume fractions) can significantly change the properties of the base fluid. This research

A relatively simple subset of nanotechnology - nanofluids - can be obtained by adding nanoparticles to conventional base fluids. The promise of these fluids stems from the fact that relatively low particle loadings (typically <1% volume fractions) can significantly change the properties of the base fluid. This research explores how low volume fraction nanofluids, composed of common base-fluids, interact with light energy. Comparative experimentation and modeling reveals that absorbing light volumetrically (i.e. in the depth of the fluid) is fundamentally different from surface-based absorption. Depending on the particle material, size, shape, and volume fraction, a fluid can be changed from being mostly transparent to sunlight (in the case of water, alcohols, oils, and glycols) to being a very efficient volumetric absorber of sunlight. This research also visualizes, under high levels of irradiation, how nanofluids undergo interesting, localized phase change phenomena. For this, images were taken of bubble formation and boiling in aqueous nanofluids heated by a hot wire and by a laser. Infrared thermography was also used to quantify this phenomenon. Overall, though, this research reveals the possibility for novel solar collectors in which the working fluid directly absorbs light energy and undergoes phase change in a single step. Modeling results indicate that these improvements can increase a solar thermal receiver's efficiency by up to 10%.
ContributorsTaylor, Robert (Author) / Phelan, Patrick E (Thesis advisor) / Adrian, Ronald (Committee member) / Trimble, Steve (Committee member) / Posner, Jonathan (Committee member) / Maracas, George (Committee member) / Arizona State University (Publisher)
Created2011
150046-Thumbnail Image.png
Description
This thesis describes a synthetic task environment, CyberCog, created for the purposes of 1) understanding and measuring individual and team situation awareness in the context of a cyber security defense task and 2) providing a context for evaluating algorithms, visualizations, and other interventions that are intended to improve cyber situation

This thesis describes a synthetic task environment, CyberCog, created for the purposes of 1) understanding and measuring individual and team situation awareness in the context of a cyber security defense task and 2) providing a context for evaluating algorithms, visualizations, and other interventions that are intended to improve cyber situation awareness. CyberCog provides an interactive environment for conducting human-in-loop experiments in which the participants of the experiment perform the tasks of a cyber security defense analyst in response to a cyber-attack scenario. CyberCog generates the necessary performance measures and interaction logs needed for measuring individual and team cyber situation awareness. Moreover, the CyberCog environment provides good experimental control for conducting effective situation awareness studies while retaining realism in the scenario and in the tasks performed.
ContributorsRajivan, Prashanth (Author) / Femiani, John (Thesis advisor) / Cooke, Nancy J. (Thesis advisor) / Lindquist, Timothy (Committee member) / Gary, Kevin (Committee member) / Arizona State University (Publisher)
Created2011