Search results for: spherical array
Commenced in January 2007
Frequency: Monthly
Edition: International
Paper Count: 1164

Search results for: spherical array

834 Design and Implementation of Grid-Connected Photovoltaic Inverter

Authors: B. H. Lee

Abstract:

Nowadays, a grid-connected photovoltaic (PV) inverter is adopted in various places like as home, factory, because grid-connected PV inverter can reduce total power consumption by supplying electricity from PV array. In this paper, design and implementation of a 300 W grid-connected PV inverter are described. It is implemented with TI Piccolo DSP core and operated at 100 kHz switching frequency in order to reduce harmonic contents. The maximum operating input voltage is up to 45 V. The characteristics of the designed system that include maximum power point tracking (MPPT), single operation and battery charging are verified by simulation and experimental results.

Keywords: design, grid-connected, implementation, photovoltaic

Procedia PDF Downloads 399
833 Application of Electronic Nose Systems in Medical and Food Industries

Authors: Khaldon Lweesy, Feryal Alskafi, Rabaa Hammad, Shaker Khanfar, Yara Alsukhni

Abstract:

Electronic noses are devices designed to emulate the humane sense of smell by characterizing and differentiating odor profiles. In this study, we build a low-cost e-nose using an array module containing four different types of metal oxide semiconductor gas sensors. We used this system to create a profile for a meat specimen over three days. Then using a pattern recognition software, we correlated the odor of the specimen to its age. It is a simple, fast detection method that is both non-expensive and non-destructive. The results support the usage of this technology in food control management.

Keywords: e-nose, low cost, odor detection, food safety

Procedia PDF Downloads 116
832 Elaboration of Titania Nanotubes on Ti₆Al₄V Substrate by Electrochemical Anodization for Dental Application

Authors: Abdelghani Boucheham, Ahcene Karaali, Amar Manseri

Abstract:

Nanostructured Titania layers formed on the surface of titanium and titanium alloys by anodic oxidation play an important role in the enhancement of their biocompatibility and osseointegration in the human body. In the current work, highly ordered titania nanotube array films were elaborated on Ti₆Al₄V medical grade alloys in organic electrolyte containing ethylene glycol, 0.2 wt. % NH₄F and 4 vol. % H₂O at an applied potential of 60 V for different durations. The diameters, lengths and wall thicknesses of the obtained nanotubes were characterized by scanning electronic microscopy (SEM).

Keywords: anodization, dental implants, titania nanotubes, titanium alloys, SEM

Procedia PDF Downloads 216
831 Adsorption Studies of Methane on Zeolite NaX, LiX, KX at High Pressures

Authors: El Hadi Zouaoui, Djamel Nibou, Mohamed Haddouche, Wan Azlina Wan Ab Karim Ghani, Samira Amokrane

Abstract:

In this study, CH₄ adsorption isotherms on NaX or Faujasite X and exchanged zeolites with Li⁺(LiX), and K⁺(KX) at different temperatures (298, 308, 323 and 353 K) has been investigated, using high pressure (3 MPa (30 bar)) thermo-gravimetric analyser. The experimental results were then validated using several isothermal kinetics models, namely Langmuir, Toth, and Marczewski-Jaroniec, followed by a calculation of the error coefficients between the experimental and theoretical results. It was found that the CH₄ adsorption isotherms are characterized by a strong increase in adsorption at low pressure and a tendency towards a high pressure limit value Qₘₐₓ. The size and position of the exchanged cations, the spherical shape of methane, the specific surface, and the volume of the pores revealed the most important influence parameters for this study. These results revealed that the experimentation and the modeling, well correlated with Marczewski-Jaroniec, Toth, and gave the best results whatever the temperature and the material used.

Keywords: CH₄ adsorption, exchange cations, exchanged zeolite, isotherm study, NaX zeolite

Procedia PDF Downloads 226
830 Design of Local Interconnect Network Controller for Automotive Applications

Authors: Jong-Bae Lee, Seongsoo Lee

Abstract:

Local interconnect network (LIN) is a communication protocol that combines sensors, actuators, and processors to a functional module in automotive applications. In this paper, a LIN ver. 2.2A controller was designed in Verilog hardware description language (Verilog HDL) and implemented in field-programmable gate array (FPGA). Its operation was verified by making full-scale LIN network with the presented FPGA-implemented LIN controller, commercial LIN transceivers, and commercial processors. When described in Verilog HDL and synthesized in 0.18 μm technology, its gate size was about 2,300 gates.

Keywords: local interconnect network, controller, transceiver, processor

Procedia PDF Downloads 262
829 Study of the Ambiguity of Effective Hamiltonian for the Fundamental Degenerate States V3 of the Molecule 12CD4

Authors: Ouardi Okkacha, Kaarour Abedlkrim, Meskine Mohamed

Abstract:

The effective Hamiltonians are widely used in molecular spectroscopy for the interpretation of the vibration-rotation spectra. Their construction is an ambiguous procedure due to the existence of unitary transformations that change the effective Hamiltonian but do not change its eigenvalues. As a consequence of this ambiguity, it may happen that some parameters of effective Hamiltonians cannot be recovered from experimental data in a unique way. The type of admissible transformations which keeps the operator form of the effective Hamiltonian unaltered and the number of empirically determinable parameters strongly depend on the symmetry type of a molecule (asymmetric top, spherical top, and so on) and on the degeneracy of the vibrational state. In this work, we report the study of the ambiguity of effective Hamiltonian for the fundamental degenerate states v3 of the Molecule 12CD4.

Keywords: 12CD4, high-resolution infrared spectra, tetrahedral tensorial formalism, vibrational states, rovibrational line position analysis, XTDS, SPVIEW

Procedia PDF Downloads 387
828 Portable and Parallel Accelerated Development Method for Field-Programmable Gate Array (FPGA)-Central Processing Unit (CPU)- Graphics Processing Unit (GPU) Heterogeneous Computing

Authors: Nan Hu, Chao Wang, Xi Li, Xuehai Zhou

Abstract:

The field-programmable gate array (FPGA) has been widely adopted in the high-performance computing domain. In recent years, the embedded system-on-a-chip (SoC) contains coarse granularity multi-core CPU (central processing unit) and mobile GPU (graphics processing unit) that can be used as general-purpose accelerators. The motivation is that algorithms of various parallel characteristics can be efficiently mapped to the heterogeneous architecture coupled with these three processors. The CPU and GPU offload partial computationally intensive tasks from the FPGA to reduce the resource consumption and lower the overall cost of the system. However, in present common scenarios, the applications always utilize only one type of accelerator because the development approach supporting the collaboration of the heterogeneous processors faces challenges. Therefore, a systematic approach takes advantage of write-once-run-anywhere portability, high execution performance of the modules mapped to various architectures and facilitates the exploration of design space. In this paper, A servant-execution-flow model is proposed for the abstraction of the cooperation of the heterogeneous processors, which supports task partition, communication and synchronization. At its first run, the intermediate language represented by the data flow diagram can generate the executable code of the target processor or can be converted into high-level programming languages. The instantiation parameters efficiently control the relationship between the modules and computational units, including two hierarchical processing units mapping and adjustment of data-level parallelism. An embedded system of a three-dimensional waveform oscilloscope is selected as a case study. The performance of algorithms such as contrast stretching, etc., are analyzed with implementations on various combinations of these processors. The experimental results show that the heterogeneous computing system with less than 35% resources achieves similar performance to the pure FPGA and approximate energy efficiency.

Keywords: FPGA-CPU-GPU collaboration, design space exploration, heterogeneous computing, intermediate language, parameterized instantiation

Procedia PDF Downloads 84
827 35 MHz Coherent Plane Wave Compounding High Frequency Ultrasound Imaging

Authors: Chih-Chung Huang, Po-Hsun Peng

Abstract:

Ultrasound transient elastography has become a valuable tool for many clinical diagnoses, such as liver diseases and breast cancer. The pathological tissue can be distinguished by elastography due to its stiffness is different from surrounding normal tissues. An ultrafast frame rate of ultrasound imaging is needed for transient elastography modality. The elastography obtained in the ultrafast system suffers from a low quality for resolution, and affects the robustness of the transient elastography. In order to overcome these problems, a coherent plane wave compounding technique has been proposed for conventional ultrasound system which the operating frequency is around 3-15 MHz. The purpose of this study is to develop a novel beamforming technique for high frequency ultrasound coherent plane-wave compounding imaging and the simulated results will provide the standards for hardware developments. Plane-wave compounding imaging produces a series of low-resolution images, which fires whole elements of an array transducer in one shot with different inclination angles and receives the echoes by conventional beamforming, and compounds them coherently. Simulations of plane-wave compounding image and focused transmit image were performed using Field II. All images were produced by point spread functions (PSFs) and cyst phantoms with a 64-element linear array working at 35MHz center frequency, 55% bandwidth, and pitch of 0.05 mm. The F number is 1.55 in all the simulations. The simulated results of PSFs and cyst phantom which were obtained using single, 17, 43 angles plane wave transmission (angle of each plane wave is separated by 0.75 degree), and focused transmission. The resolution and contrast of image were improved with the number of angles of firing plane wave. The lateral resolutions for different methods were measured by -10 dB lateral beam width. Comparison of the plane-wave compounding image and focused transmit image, both images exhibited the same lateral resolution of 70 um as 37 angles were performed. The lateral resolution can reach 55 um as the plane-wave was compounded 47 angles. All the results show the potential of using high-frequency plane-wave compound imaging for realizing the elastic properties of the microstructure tissue, such as eye, skin and vessel walls in the future.

Keywords: plane wave imaging, high frequency ultrasound, elastography, beamforming

Procedia PDF Downloads 507
826 Horse Chestnut Starch: A Noble Inedible Feedstock Source for Producing Thermoplastic Starch (TPS)

Authors: J. Castaño, S. Rodriguez, C. M. L. Franco

Abstract:

Starch isolated from non-edible A. hippocastanum seeds was characterized and used for preparing starch-based materials. The apparent amylose content of the isolated starch was 33.1%. The size of starch granules ranged from 0.7 to 35µm, and correlated with the shape of granules (spherical, oval and irregular). The chain length distribution profile of amylopectin showed two peaks, at polymerization degree (DP) of 12 and 41-43. Around 53% of branch unit chains had DP in the range of 11-20. A. hippocastanum starch displayed a typical C-type pattern and the maximum decomposition temperature was 317°C. Thermoplastic starch (TPS) prepared from A. hippocastanum with glycerol and processed by melt blending exhibited adequate mechanical and thermal properties. In contrast, plasticized TPS with glycerol:malic acid (1:1) showed lower thermal stability and a pasty and sticky behavior, indicating that malic acid accelerates degradation of starch during processing.

Keywords: Aesculus hippocastanum L., amylopectin structure, thermoplastic starch, non-edible source

Procedia PDF Downloads 344
825 One Step Green Synthesis of Silver Nanoparticles and Their Biological Activity

Authors: Samy M. Shaban, Ismail Aiad, Mohamed M. El-Sukkary, E. A. Soliman, Moshira Y. El-Awady

Abstract:

In situ and green synthesis of cubic and spherical silver nanoparticles were developed using sun light as reducing agent in the presence of newly prepared cationic surfactant which acting as capping agents. The morphology of prepared silver nanoparticle was estimated by transmission electron microscope (TEM) and the size distribution determined by dynamic light scattering (DLS). The hydrophobic chain length of the prepared surfactant effect on the stability of the prepared silver nanoparticles as clear from zeta-potential values. Also by increasing chain length of the used capping agent the amount of formed nanoparticle increase as indicated by increasing the absorbance. Both prepared surfactants and surfactants capping silver nanoparticles showed high antimicrobial activity against gram positive and gram-negative bacteria.

Keywords: photosynthesis, hexaonal shapes, zetapotential, biological activity

Procedia PDF Downloads 438
824 FPGA Implementation of the BB84 Protocol

Authors: Jaouadi Ikram, Machhout Mohsen

Abstract:

The development of a quantum key distribution (QKD) system on a field-programmable gate array (FPGA) platform is the subject of this paper. A quantum cryptographic protocol is designed based on the properties of quantum information and the characteristics of FPGAs. The proposed protocol performs key extraction, reconciliation, error correction, and privacy amplification tasks to generate a perfectly secret final key. We modeled the presence of the spy in our system with a strategy to reveal some of the exchanged information without being noticed. Using an FPGA card with a 100 MHz clock frequency, we have demonstrated the evolution of the error rate as well as the amounts of mutual information (between the two interlocutors and that of the spy) passing from one step to another in the key generation process.

Keywords: QKD, BB84, protocol, cryptography, FPGA, key, security, communication

Procedia PDF Downloads 159
823 The Geometry of Natural Formation: an Application of Geometrical Analysis for Complex Natural Order of Pomegranate

Authors: Anahita Aris

Abstract:

Geometry always plays a key role in natural structures, which can be a source of inspiration for architects and urban designers to create spaces. By understanding formative principles in nature, a variety of options can be provided that lead to freedom of formation. The main purpose of this paper is to analyze the geometrical order found in pomegranate to find formative principles explaining its complex structure. The point is how spherical arils of pomegranate pressed together inside the fruit and filled the space as they expand in the growing process, which made a self-organized system leads to the formation of each of the arils are unique in size, topology and shape. The main challenge of this paper would be using advanced architectural modeling techniques to discover these principles.

Keywords: advanced modeling techniques, architectural modeling, computational design, the geometry of natural formation, geometrical analysis, the natural order of pomegranate, voronoi diagrams

Procedia PDF Downloads 199
822 Matlab/Simulink Simulation of Solar Energy Storage System

Authors: Mustafa A. Al-Refai

Abstract:

This paper investigates the energy storage technologies that can potentially enhance the use of solar energy. Water electrolysis systems are seen as the principal means of producing a large amount of hydrogen in the future. Starting from the analysis of the models of the system components, a complete simulation model was realized in the Matlab-Simulink environment. Results of the numerical simulations are provided. The operation of electrolysis and photovoltaic array combination is verified at various insulation levels. It is pointed out that solar cell arrays and electrolysers are producing the expected results with solar energy inputs that are continuously varying.

Keywords: electrolyzer, simulink, solar energy, storage system

Procedia PDF Downloads 398
821 Arbutin-loaded Butylglyceryl Dextran Nanoparticles for Topical Delivery

Authors: Mohammad F. Bostanudin, Tan S. Fei, Azwan M. Lazim

Abstract:

Toward the development of colloidal systems that are able to enhance permeation across the skin, a material combining the non-toxic and non-immunogenic of dextran with alkylglycerols permeation enhancing property has been designed. To this purpose, a range of butylglyceryl dextrans (DEX-OX4) were synthesized via functionalization with n-butylglycidyl ether and the successful functionalization was confirmed by NMR and FT-IR spectroscopies, along with GPC with a degree of modification in the range 6.3–35.7 %. A reduced viscosity and an increased molecular weight of DEX-OX4 were also recorded when compared to that of the native dextran. DEX-OX4 was further formulated into nanocarriers and loaded with α-arbutin prior to be investigated for their particle size, morphology, stability, loading ability, and release profiles. The resulting nanoparticles were found to be close-to-spherical and relatively stable at pH 5 and 7, with size 180–220 nm (ζ-potential -22 to -25 mV), and a loading degree of 11.7 %. Lack of toxicity at application-relevant concentrations and increased permeation across skin biological membrane model were demonstrated by nanoparticles in-vitro results against immortalized skin human keratinocytes cells (HaCaT).

Keywords: butylglycerols, dextran, nanoparticles, transdermal

Procedia PDF Downloads 102
820 Comprehensive Study of X-Ray Emission by APF Plasma Focus Device

Authors: M. Habibi

Abstract:

The time-resolved studies of soft and hard X-ray were carried out over a wide range of argon pressures by employing an array of eight filtered photo PIN diodes and a scintillation detector, simultaneously. In 50% of the discharges, the soft X-ray is seen to be emitted in short multiple pulses corresponding to different compression, whereas it is a single pulse for hard X-rays corresponding to only the first strong compression. It should be stated that multiple compressions dominantly occur at low pressures and high pressures are mostly in the single compression regime. In 43% of the discharges, at all pressures except for optimum pressure, the first period is characterized by two or more sharp peaks.The X–ray signal intensity during the second and subsequent compressions is much smaller than the first compression.

Keywords: plasma focus device, SXR, HXR, Pin-diode, argon plasma

Procedia PDF Downloads 385
819 Infra Red Laser Induced Ablation of Graphene Based Polymer Nanocomposites

Authors: Jadranka Blazhevska Gilev

Abstract:

IR laser-induced ablation of poly(butylacrylate-methylmethacrylate/hydroxyl ethyl methacrylate)/reduced graphene oxide (p(BA/MMA/HEMA)/rGO) was examined with 0.5, 0.75 and 1 wt% reduced graphene oxide content in relation to polymer. The irradiation was performed with TEA (transversely excited atmosphere) CO₂ laser using incident fluence of 15-20 J/cm², repetition frequency of 1 Hz, in an evacuated (10-3 Pa) Pyrex spherical vessel. Thin deposited nanocomposites films with large specific area were obtained using different substrates. The properties of the films deposited on these substrates were evaluated by TGA, FTIR, (Thermogravimetric analysis, Fourier Transformation Infrared) Raman spectroscopy and SEM microscopy. Homogeneous distribution of graphene sheets was observed from the SEM images, making polymer/rGO deposit an ideal candidate for SERS application. SERS measurements were performed using Rhodamine 6G as probe molecule on the substrate Ag/p(BA/MMA/HEMA)/rGO.

Keywords: laser ablation, reduced graphene oxide, polymer/rGO nanocomposites, thin deposited film

Procedia PDF Downloads 170
818 Mechanical Properties of CNT Reinforced Composite Using Berkovich Nanoindentation Analysis

Authors: Khondaker Sakil Ahmed, Ang Kok Keng, Shah Md Muniruzzaman

Abstract:

Spherical and Berkovich indentation tests are carried out numerically using finite element method for uniformly dispersed Carbon Nanotube (CNT) in the polymer matrix in which perfectly bonded CNT/matrix interface is considered. The Large strain elasto-plastic analysis is performed to investigate the actual scenario of nanoindentation test. This study investigates how the addition of CNT in polymer matrix influences the mechanical properties like hardness, elastic modulus of the nanocomposite. Since the wall thickness to radius ratio (t/r) is significantly small for SWCNT there is a huge possibility of lateral buckling which is a function of the location of indentation tip as well as the mechanical properties of matrix. Separate finite element models are constructed to compare the result with Berkovich indentation. This study also investigates the buckling behavior of different nanotube in a different polymer matrix.

Keywords: carbon nanotube, elasto-plastic, finite element model, nano-indentation

Procedia PDF Downloads 368
817 Transition of Nutrition Style and Obesity: A Kuwaiti Case Study

Authors: Othman Saleh Al-Razgan

Abstract:

Obesity establishes an epidemic along with an array of comorbidities and this call for careful clinical assessment, to identify causal factors and comprehensive management. In Kuwait, this epidemic reflects the progressive, socio-economic and age-related issues, along with the shift of nutrition from traditional to modern-style. The current research attempts to narrate the obesity and related health issues in Kuwait, with a special emphasis on the magnitude of the issue in Kuwait, nutrition transition over the past three decades, change in life-style, and possible solution for this issue.

Keywords: clinical assessment, comorbidities, obesity, socio-economic

Procedia PDF Downloads 409
816 Analytical Model of Locomotion of a Thin-Film Piezoelectric 2D Soft Robot Including Gravity Effects

Authors: Zhiwu Zheng, Prakhar Kumar, Sigurd Wagner, Naveen Verma, James C. Sturm

Abstract:

Soft robots have drawn great interest recently due to a rich range of possible shapes and motions they can take on to address new applications, compared to traditional rigid robots. Large-area electronics (LAE) provides a unique platform for creating soft robots by leveraging thin-film technology to enable the integration of a large number of actuators, sensors, and control circuits on flexible sheets. However, the rich shapes and motions possible, especially when interacting with complex environments, pose significant challenges to forming well-generalized and robust models necessary for robot design and control. In this work, we describe an analytical model for predicting the shape and locomotion of a flexible (steel-foil-based) piezoelectric-actuated 2D robot based on Euler-Bernoulli beam theory. It is nominally (unpowered) lying flat on the ground, and when powered, its shape is controlled by an array of piezoelectric thin-film actuators. Key features of the models are its ability to incorporate the significant effects of gravity on the shape and to precisely predict the spatial distribution of friction against the contacting surfaces, necessary for determining inchworm-type motion. We verified the model by developing a distributed discrete element representation of a continuous piezoelectric actuator and by comparing its analytical predictions to discrete-element robot simulations using PyBullet. Without gravity, predicting the shape of a sheet with a linear array of piezoelectric actuators at arbitrary voltages is straightforward. However, gravity significantly distorts the shape of the sheet, causing some segments to flatten against the ground. Our work includes the following contributions: (i) A self-consistent approach was developed to exactly determine which parts of the soft robot are lifted off the ground, and the exact shape of these sections, for an arbitrary array of piezoelectric voltages and configurations. (ii) Inchworm-type motion relies on controlling the relative friction with the ground surface in different sections of the robot. By adding torque-balance to our model and analyzing shear forces, the model can then determine the exact spatial distribution of the vertical force that the ground is exerting on the soft robot. Through this, the spatial distribution of friction forces between ground and robot can be determined. (iii) By combining this spatial friction distribution with the shape of the soft robot, in the function of time as piezoelectric actuator voltages are changed, the inchworm-type locomotion of the robot can be determined. As a practical example, we calculated the performance of a 5-actuator system on a 50-µm thick steel foil. Piezoelectric properties of commercially available thin-film piezoelectric actuators were assumed. The model predicted inchworm motion of up to 200 µm per step. For independent verification, we also modelled the system using PyBullet, a discrete-element robot simulator. To model a continuous thin-film piezoelectric actuator, we broke each actuator into multiple segments, each of which consisted of two rigid arms with appropriate mass connected with a 'motor' whose torque was set by the applied actuator voltage. Excellent agreement between our analytical model and the discrete-element simulator was shown for both for the full deformation shape and motion of the robot.

Keywords: analytical modeling, piezoelectric actuators, soft robot locomotion, thin-film technology

Procedia PDF Downloads 145
815 Synthesis of Silver Powders Destined for Conductive Paste Metallization of Solar Cells Using Butyl-Carbitol and Butyl-Carbitol Acetate Chemical Reduction

Authors: N. Moudir, N. Moulai-Mostefa, Y. Boukennous, I. Bozetine, N. Kamel, D. Moudir

Abstract:

the study focuses on a novel process of silver powders synthesis for the preparation of conductive pastes used for solar cells metalization. Butyl-Carbitol and butyl-carbitol Acetate have been used as solvents and reducing agents of silver nitrate (AgNO3) as precursor to get silver powders. XRD characterization revealed silver powders with a cubic crystal system. SEM micro graphs showed spherical morphology of the particles. Laser granulometer gives similar particles distribution for the two agents. Using same glass frit and organic vehicle for comparative purposes, two conductive pastes were prepared with the synthesized silver powders for the front-side metalization of multi-crystalline cells. The pastes provided acceptable fill factor of 59.5 % and 60.8 % respectively.

Keywords: chemical reduction, conductive paste, silver nitrate, solar cell

Procedia PDF Downloads 289
814 Effect of Filler Size and Shape on Positive Temperature Coefficient Effect

Authors: Eric Asare, Jamie Evans, Mark Newton, Emiliano Bilotti

Abstract:

Two types of filler shapes (sphere and flakes) and three different sizes are employed to study the size effect on PTC. The composite is prepared using a mini-extruder with high-density polyethylene (HDPE) as the matrix. A computer modelling is used to fit the experimental results. The percolation threshold decreases with decreasing filler size and this was observed for both the spherical particles as well as the flakes. This was caused by the decrease in interparticle distance with decreasing filler size. The 100 µm particles showed a larger PTC intensity compared to the 5 µm particles for the metal coated glass sphere and flake. The small particles have a large surface area and agglomeration and this makes it difficult for the conductive network to e disturbed. Increasing the filler content decreased the PTC intensity and this is due to an increase in the conductive network within the polymer matrix hence more energy is needed to disrupt the network.

Keywords: positive temperature coefficient (PTC) effect, conductive polymer composite (CPC), electrical conductivity

Procedia PDF Downloads 407
813 Distribution of Micro Silica Powder at a Ready Mixed Concrete

Authors: Kyong-Ku Yun, Dae-Ae Kim, Kyeo-Re Lee, Kyong Namkung, Seung-Yeon Han

Abstract:

Micro silica is collected as a by-product of the silicon and ferrosilicon alloy production in electric arc furnace using highly pure quartz, wood chips, coke and the like. It consists of about 85% of silicon which has spherical particles with an average particle size of 150 μm. The bulk density of micro silica varies from 150 to 700kg/m^3 and the fineness ranges from 150,000 to 300,000cm^2/g. An amorphous structure with a high silicon oxide content of micro silica induces an active reaction with calcium hydroxide (Ca(OH)₂) generated by the cement hydrate of a large surface area (about 20 m^² / g), and they are also known to form calcium, silicate, hydrate conjugate (C-S-H). Micro silica tends to act as a filler because of the fine particles and the spherical shape. These particles do not get covered by water and they fit well in the space between the relatively rough cement grains which does not freely fluidize concrete. On the contrary, water demand increases since micro silica particles have a tendency to absorb water because of the large surface area. The overall effect of micro silica depends on the amount of micro silica added with other parameters in the water-(cement + micro silica) ratio, and the availability of superplasticizer. In this research, it was studied on cellular sprayed concrete. This method involves a direct re-production of ready mixed concrete into a high performance at a job site. It could reduce the cost of construction by an adding a cellular and a micro silica into a ready mixed concrete truck in a field. Also, micro silica which is difficult with mixing due to high fineness in the field can be added and dispersed in concrete by increasing the fluidity of ready mixed concrete through the surface activity of cellular. Increased air content is converged to a certain level of air content by spraying and it also produces high-performance concrete by remixing of powders in the process of spraying. As it does not use a field mixing equipment the cost of construction decrease and it can be constructed after installing special spray machine in a commercial pump car. Therefore, use of special equipment is minimized, providing economic feasibility through the utilization of existing equipment. This study was carried out to evaluate a highly reliable method of confirming dispersion through a high performance cellular sprayed concrete. A mixture of 25mm coarse aggregate and river sand was applied to the concrete. In addition, by applying silica fume and foam, silica fume dispersion is confirmed in accordance with foam mixing, and the mean and standard deviation is obtained. Then variation coefficient is calculated to finally evaluate the dispersion. Comparison and analysis of before and after spraying were conducted on the experiment variables of 21L, 35L foam for each 7%, 14% silica fume respectively. Taking foam and silica fume as variables, the experiment proceed. Casting a specimen for each variable, a five-day sample is taken from each specimen for EDS test. In this study, it was examined by an experiment materials, plan and mix design, test methods, and equipment, for the evaluation of dispersion in accordance with micro silica and foam.

Keywords: micro silica, distribution, ready mixed concrete, foam

Procedia PDF Downloads 191
812 Hot Forging Process Simulation of Outer Tie Rod to Reduce Forming Load

Authors: Kyo Jin An, Bukyo Seo, Young-Chul Park

Abstract:

The current trend in car market is increase of parts of automobile and weight in vehicle. It comes from improvement of vehicle performance. Outer tie rod is a part of component of steering system and it is lighter than the others. But, weight lightening is still required for improvement of car mileage. So, we have presented a model of aluminized outer tie rod, but the process of fabrication has to be checked to manufacture the product. Therefore, we have anticipated forming load, die stress and abrasion to use the program of forging interpretation in the part of hot forging process of outer tie rod in this study. Also, we have implemented the experiments design to use the table of orthogonal arrays to reduce the forming load.

Keywords: forming load, hot forging, orthogonal array, outer tie rod (OTR), multi–step forging

Procedia PDF Downloads 410
811 Evaluation of Particle Settling in Flow Chamber

Authors: Abdulrahman Alenezi, B. Stefan

Abstract:

Abstract— The investigation of fluids containing particles or filaments includes a category of complex fluids and is vital in both theory and application. The forecast of particle behaviors plays a significant role in the existing technology as well as future technology. This paper focuses on the prediction of the particle behavior through the investigation of the particle disentrainment from a pipe on a horizontal air stream. This allows for examining the influence of the particle physical properties on its behavior when falling on horizontal air stream. This investigation was conducted on a device located at the University of Greenwich's Medway Campus. Two materials were selected to carry out this study: Salt and Glass Beads particles. The shape of the Slat particles is cubic where the shape of the Glass Beads is almost spherical. The outcome from the experimental work were presented in terms of distance travelled by the particles according to their diameters as After that, the particles sizes were measured using Laser Diffraction device and used to determine the drag coefficient and the settling velocity.

Keywords: flow experiment, drag coefficient, Particle Settling, Flow Chamber

Procedia PDF Downloads 109
810 Anticandidal and Antibacterial Silver and Silver(Core)-Gold(Shell) Bimetallic Nanoparticles by Fusarium graminearum

Authors: Dipali Nagaonkar, Mahendra Rai

Abstract:

Nanotechnology has experienced significant developments in engineered nanomaterials in the core-shell arrangement. Nanomaterials having nanolayers of silver and gold are of primary interest due to their wide applications in catalytical and biomedical fields. Further, mycosynthesis of nanoparticles has been proved as a sustainable synthetic approach of nanobiotechnology. In this context, we have synthesized silver and silver (core)-gold (shell) bimetallic nanoparticles using a fungal extract of Fusarium graminearum by sequential reduction. The core-shell deposition of nanoparticles was confirmed by the red shift in the surface plasmon resonance from 434 nm to 530 nm with the aid of the UV-Visible spectrophotometer. The mean particle size of Ag and Ag-Au nanoparticles was confirmed by nanoparticle tracking analysis as 37 nm and 50 nm respectively. Quite polydispersed and spherical nanoparticles are evident by TEM analysis. These mycosynthesized bimetallic nanoparticles were tested against some pathogenic bacteria and Candida sp. The antimicrobial analysis confirmed enhanced anticandidal and antibacterial potential of bimetallic nanoparticles over their monometallic counterparts.

Keywords: bimetallic nanoparticles, core-shell arrangement, mycosynthesis, sequential reduction

Procedia PDF Downloads 547
809 Evidence of Scientific-Ness of Scriptures

Authors: Shyam Sunder Gupta

Abstract:

GOD is the infinite source of knowledge and from time to time, as per the need of mankind, keeps revealing a portion of HIS knowledge as” Words” through chosen messengers. In the course of time, ” Words” get converted into scripture. This process of conversion happens after a long gap of time and with the involvement of a large number of persons; and unintentionally scientific and other types of errors get into scriptures; otherwise scriptures are in reality, truly scientific. Description of Chronology of life in the womb (Fetal Development), Five types of rotations of celestial bodies, Speed of the Sun, Rotation of Universe, Multiple verses, Spherical shape of the earth, Measurement of time, Classification of species by nature of birth, Evolution process of non-living matter and living species, etc., most convincing prove that scriptures are truly scientific. In fact, there are many facts for which, till date, science has not found answers, but are available in scriptures; like source of Singularity from which the Big Bang took place and the Universe was created, the Infinite number of Universes, the most fundamental particle, Param-anu( God particle), fundamental of measurement of time and many more.

Keywords: Big Bang, God Particle, Scientific, Scriptures, Singularity, Universe

Procedia PDF Downloads 16
808 View Synthesis of Kinetic Depth Imagery for 3D Security X-Ray Imaging

Authors: O. Abusaeeda, J. P. O. Evans, D. Downes

Abstract:

We demonstrate the synthesis of intermediary views within a sequence of X-ray images that exhibit depth from motion or kinetic depth effect in a visual display. Each synthetic image replaces the requirement for a linear X-ray detector array during the image acquisition process. Scale invariant feature transform, SIFT, in combination with epipolar morphing is employed to produce synthetic imagery. Comparison between synthetic and ground truth images is reported to quantify the performance of the approach. Our work is a key aspect in the development of a 3D imaging modality for the screening of luggage at airport checkpoints. This programme of research is in collaboration with the UK Home Office and the US Dept. of Homeland Security.

Keywords: X-ray, kinetic depth, KDE, view synthesis

Procedia PDF Downloads 239
807 Synthesis, Characterization and Cytotoxic Effect of Eu2O3-doped ZnO Nanostructures

Authors: Otilia R. Vasile, Florina C. Ilie, Irina F. Nicoara, Cristina D. Ghitulica, Roxana Trusca, Ovidiu Oprea, Vasile A. Surdu, Bogdan S. Vasile, Ecaterina Adronescu

Abstract:

In this work ZnO nanostructures (nanopowders and nanostars) have been synthesized via a simple sol-gel method. The used methods for synthesizing the nanostructures involve two steps as follows: (1) precipitation of zinc acetate precursor for the synthesis of ZnO nanopowders and zinc chloride precursor for the synthesis of ZnO nanostars and (2) addition of Eu2O3 in different concentrations (1%, 3%, and 5%) using europium acetate as precursor. Detailed crystalline parameters for each of the synthetized species were analysed using X-ray diffraction. Structural transitions were also discussed. The structure and morphology of the as-prepared ZnO nanopowders and nanostars were investigated by electron microscopy. TEM investigations have shown an average particle size range from 23 to 29 nm and polyhedral and spherical morphology with tendency to form aggregates for nanopowders. For nanostars structures, a star-like morphology could be observed. Cytotoxicity tests on MG-63 cell lines were also performed. Photocatalytic activity of ZnO nanopowders have reached higher values compared to ZnO nanostars.

Keywords: cytotoxicity, photocatalytic activity, TEM, ZnO

Procedia PDF Downloads 535
806 The Effect of Ionic Liquid Anion Type on the Properties of TiO2 Particles

Authors: Marta Paszkiewicz, Justyna Łuczak, Martyna Marchelek, Adriana Zaleska-Medynska

Abstract:

In recent years, photocatalytical processes have been intensively investigated for destruction of pollutants, hydrogen evolution, disinfection of water, air and surfaces, for the construction of self-cleaning materials (tiles, glass, fibres, etc.). Titanium dioxide (TiO2) is the most popular material used in heterogeneous photocatalysis due to its excellent properties, such as high stability, chemical inertness, non-toxicity and low cost. It is well known that morphology and microstructure of TiO2 significantly influence the photocatalytic activity. This characteristics as well as other physical and structural properties of photocatalysts, i.e., specific surface area or density of crystalline defects, could be controlled by preparation route. In this regard, TiO2 particles can be obtained by sol-gel, hydrothermal, sonochemical methods, chemical vapour deposition and alternatively, by ionothermal synthesis using ionic liquids (ILs). In the TiO2 particles synthesis ILs may play a role of a solvent, soft template, reagent, agent promoting reduction of the precursor or particles stabilizer during synthesis of inorganic materials. In this work, the effect of the ILs anion type on morphology and photoactivity of TiO2 is presented. The preparation of TiO2 microparticles with spherical structure was successfully achieved by solvothermal method, using tetra-tert-butyl orthotitatane (TBOT) as the precursor. The reaction process was assisted by an ionic liquids 1-butyl-3-methylimidazolium bromide [BMIM][Br], 1-butyl-3-methylimidazolium tetrafluoroborate [BMIM][BF4] and 1-butyl-3-methylimidazolium haxafluorophosphate [BMIM][PF6]. Various molar ratios of all ILs to TBOT (IL:TBOT) were chosen. For comparison, reference TiO2 was prepared using the same method without IL addition. Scanning electron microscopy (SEM), transmission electron microscopy (TEM), X-ray diffraction (XRD), Brenauer-Emmett-Teller surface area (BET), NCHS analysis, and FTIR spectroscopy were used to characterize the surface properties of the samples. The photocatalytic activity was investigated by means of phenol photodegradation in the aqueous phase as a model pollutant, as well as formation of hydroxyl radicals based on detection of fluorescent product of coumarine hydroxylation. The analysis results showed that the TiO2 microspheres had spherical structure with the diameters ranging from 1 to 6 µm. The TEM micrographs gave a bright observation of the samples in which the particles were comprised of inter-aggregated crystals. It could be also observed that the IL-assisted TiO2 microspheres are not hollow, which provides additional information about possible formation mechanism. Application of the ILs results in rise of the photocatalytic activity as well as BET surface area of TiO2 as compared to pure TiO2. The results of the formation of 7-hydroxycoumarin indicated that the increased amount of ·OH produced at the surface of excited TiO2 for samples TiO2_ILs well correlated with more efficient degradation of phenol. NCHS analysis showed that ionic liquids remained on the TiO2 surface confirming structure directing role of that compounds.

Keywords: heterogeneous photocatalysis, IL-assisted synthesis, ionic liquids, TiO2

Procedia PDF Downloads 248
805 Biosynthesis of Titanium Dioxide Nanoparticles and Their Antibacterial Property

Authors: Prachi Singh

Abstract:

This paper presents a low-cost, eco-friendly and reproducible microbe mediated biosynthesis of TiO2 nanoparticles. TiO2 nanoparticles synthesized using the bacterium, Bacillus subtilis, from titanium as a precursor, were confirmed by TEM analysis. The morphological characteristics state spherical shape, with the size of individual or aggregate nanoparticles, around 30-40 nm. Microbial resistance represents a challenge for the scientific community to develop new bioactive compounds. Here, the antibacterial effect of TiO2 nanoparticles on Escherichia coli was investigated, which was confirmed by CFU (Colony-forming unit). Further, growth curve study of E. coli Hb101 in the presence and absence of TiO2 nanoparticles was done. Optical density decrease was observed with the increase in the concentration of TiO2. It could be attributed to the inactivation of cellular enzymes and DNA by binding to electron-donating groups such as carboxylates, amides, indoles, hydroxyls, thiols, etc. which cause little pores in bacterial cell walls, leading to increased permeability and cell death. This justifies that TiO2 nanoparticles have efficient antibacterial effect and have potential to be used as an antibacterial agent for different purposes.

Keywords: antibacterial effect, CFU, Escherichia coli Hb101, growth curve, TEM, TiO2 nanoparticle, Toxicity, UV-Vis

Procedia PDF Downloads 268