Search results for: Three Dimensional Modified Quadratic Congruence/Modified Prime (3-D MQC/MP) code
Commenced in January 2007
Frequency: Monthly
Edition: International
Paper Count: 6293

Search results for: Three Dimensional Modified Quadratic Congruence/Modified Prime (3-D MQC/MP) code

5813 Comparisonal Study of Succinylation and Glutarylation of Jute Fiber: Study of Mechanical Properties of Modified Fiber Reinforced Epoxy Composites

Authors: R. Vimal, K. Hari Hara Subramaniyan, C. Aswin, B. Logeshwaran, M. Ramesh

Abstract:

Due to several environmental concerns, natural fibers have greatly replaced the synthetic fibers as a reinforcing material in polymer matrix composites. Among the natural fibers, jute fibers are the most abundant plant fibers which are manufactured mainly in countries like India. In recent years, modification of plant fibers with range of chemicals to increase various mechanical and thermal properties has been focused greatly. Among that, some of the plant fibers were modified using succinic anhydride. In the present study, Jute fibers have been modified chemically by treatment with succinic anhydride and glutaric anhydride at different concentrations of 5%, 10%, 20%, 30% and 40%. The fiber modification was done under retting condition at various retention times of 3, 6, 12, 24, 36, and 48 hours. The modification of fiber structure in both the cases is confirmed with Infrared Spectroscopy. The degree of modification increases with increase in retention time, but higher retention time has damaged the fiber structure which is common in both the cases. Comparatively, treatment of fibers with glutaric anhydride has shown efficient output than that of succinic anhydride. The unmodified fibers, succinylated fibers and glutarylated fibers at different retention times are reinforced with epoxy matrix at various volume fractions of fiber under room temperature. The composite made using unmodified fiber is used as a standard material. The tensile strength and flexural strength of the composites are analyzed in detail. Among these, the composite made with glutarylated fiber has shown good mechanical properties when compared to those made of succinylated and unmodified fiber.

Keywords: flexural strength, glutarylation, jute fibers, succinylation, tensile strength

Procedia PDF Downloads 499
5812 A Novel Photocrosslinkable and Cytocompatible Chitosan Coating for TI6AL4V Surfaces

Authors: D. Zujur, J. Moret, D. Rodriguez, L. Cruz, J. Lira, L. Gil, E. Dominguez, J. F. Alvarez-Barreto

Abstract:

In this work, chitosan (CH) has been used to produce a novel coating for Ti6Al4V, the most widely used alloy in orthopedic implants, so as to improve the biological tissue response at the metallic surface. The Ti6Al4V surface was sandblasted with alumina particles and observed by SEM. Chitosan was chemically modified, via crodiimide chemistry, with lactobionic and 4-azidebenzoic acid to make it soluble at physiological pH and photo-crosslinkable, respectively. The reaction was verified by FTIR, NMR, and UV/vis spectroscopy. Ti6Al4V surfaces were coated with solutions of the modified CH and exposed to UV light, causing the polymer crosslinking, and formation of a hydrogel on the surface. The crosslinking reaction was monitored by FTIR at different exposure times. Coating morphology was observed by SEM. The coating´s cytocompatibility was determined in vitro through the culture of rat bone marrow´s mesenchymal stem cells, using an MTT assay. The results show that the developed coating is cytocompatible, easy to apply and could be used for further studies in the encapsulation of bioactive molecules to improve osteogenic potential at the tissue-implant interface.

Keywords: chitosan, photo-crosslinking, Ti6Al4V, bioactive coating, hydrogel

Procedia PDF Downloads 315
5811 UNIX Source Code Leak: Evaluation and Feasible Solutions

Authors: Gu Dongxing, Li Yuxuan, Nong Tengxiao, Burra Venkata Durga Kumar

Abstract:

Since computers are widely used in business models, more and more companies choose to store important information in computers to improve productivity. However, this information can be compromised in many cases, such as when it is stored locally on the company's computers or when it is transferred between servers and clients. Of these important information leaks, source code leaks are probably the most costly. Because the source code often represents the core technology of the company, especially for the Internet companies, source code leakage may even lead to the company's core products lose market competitiveness, and then lead to the bankruptcy of the company. In recent years, such as Microsoft, AMD and other large companies have occurred source code leakage events, suffered a huge loss. This reveals to us the importance and necessity of preventing source code leakage. This paper aims to find ways to prevent source code leakage based on the direction of operating system, and based on the fact that most companies use Linux or Linux-like system to realize the interconnection between server and client, to discuss how to reduce the possibility of source code leakage during data transmission.

Keywords: data transmission, Linux, source code, operating system

Procedia PDF Downloads 260
5810 Code Refactoring Using Slice-Based Cohesion Metrics and AOP

Authors: Jagannath Singh, Durga Prasad Mohapatra

Abstract:

Software refactoring is very essential for maintaining the software quality. It is an usual practice that we first design the software and then go for coding. But after coding is completed, if the requirement changes slightly or our expected output is not achieved, then we change the codes. For each small code change, we cannot change the design. In course of time, due to these small changes made to the code, the software design decays. Software refactoring is used to restructure the code in order to improve the design and quality of the software. In this paper, we propose an approach for performing code refactoring. We use slice-based cohesion metrics to identify the target methods which requires refactoring. After identifying the target methods, we use program slicing to divide the target method into two parts. Finally, we have used the concepts of Aspects to adjust the code structure so that the external behaviour of the original module does not change.

Keywords: software refactoring, program slicing, AOP, cohesion metrics, code restructure, AspectJ

Procedia PDF Downloads 499
5809 Dido: An Automatic Code Generation and Optimization Framework for Stencil Computations on Distributed Memory Architectures

Authors: Mariem Saied, Jens Gustedt, Gilles Muller

Abstract:

We present Dido, a source-to-source auto-generation and optimization framework for multi-dimensional stencil computations. It enables a large programmer community to easily and safely implement stencil codes on distributed-memory parallel architectures with Ordered Read-Write Locks (ORWL) as an execution and communication back-end. ORWL provides inter-task synchronization for data-oriented parallel and distributed computations. It has been proven to guarantee equity, liveness, and efficiency for a wide range of applications, particularly for iterative computations. Dido consists mainly of an implicitly parallel domain-specific language (DSL) implemented as a source-level transformer. It captures domain semantics at a high level of abstraction and generates parallel stencil code that leverages all ORWL features. The generated code is well-structured and lends itself to different possible optimizations. In this paper, we enhance Dido to handle both Jacobi and Gauss-Seidel grid traversals. We integrate temporal blocking to the Dido code generator in order to reduce the communication overhead and minimize data transfers. To increase data locality and improve intra-node data reuse, we coupled the code generation technique with the polyhedral parallelizer Pluto. The accuracy and portability of the generated code are guaranteed thanks to a parametrized solution. The combination of ORWL features, the code generation pattern and the suggested optimizations, make of Dido a powerful code generation framework for stencil computations in general, and for distributed-memory architectures in particular. We present a wide range of experiments over a number of stencil benchmarks.

Keywords: stencil computations, ordered read-write locks, domain-specific language, polyhedral model, experiments

Procedia PDF Downloads 121
5808 Combination of Electrochemical Impedance Spectroscopy and Electromembrane Extraction for the Determination of Zolpidem Using Modified Screen-Printed Electrode

Authors: Ali Naeemy, Mir Ghasem Hoseini

Abstract:

In this study, for the first time, an analytical method developed and validated by combining electrochemical impedance spectroscopy and electromembrane extraction (EIS-EME) by Vulcan/poly pyrrole nanocomposite modified screen-printed electrode (PPY–VU/SPE) for accurately quantifying zolpidem. EME parameters optimized, including solvent composition, voltage, pH adjustments and extraction time. Zolpidem was transferred from a donor solution (pH 5) to an acceptor solution (pH 13) using a hollow fiber in 1-octanol as a membrane, driven by a 60 V voltage for 25 minutes, ensuring precise and selective extraction. In comparison with SPE, VU/SPE and PPY/SPE, the PPY–VU/SPE was much more efficient for ZP oxidation. Calibration curves with good linearity were obtained in the concentration range of 2-75 µmol L-1 using the EIS-EME with the detection limit of 0.5 µmol L-1 . Finally, the EIS-EME by using the PPY– VU/SPE was successfully used to determine ZP in tablet dosage form, urine and plasma samples. Keywords: Electrochemical impedance spectroscopy, Electromembrane extraction, Zolpidem, Vulcan, poly pyrrole, Screen printed electrode

Keywords: electrochemical impedance spectroscopy, electromembrane extraction, screen printed electrode, zolpidem

Procedia PDF Downloads 31
5807 Performance Investigation of UAV Attitude Control Based on Modified PI-D and Nonlinear Dynamic Inversion

Authors: Ebrahim Hassan Kapeel, Ahmed Mohsen Kamel, Hossan Hendy, Yehia Z. Elhalwagy

Abstract:

Interest in autopilot design has been raised intensely as a result of recent advancements in Unmanned Aerial vehicles (UAVs). Due to the enormous number of applications that UAVs can achieve, the number of applied control theories used for them has increased in recent years. These small fixed-wing UAVs are suffering high non-linearity, sensitivity to disturbances, and coupling effects between their channels. In this work, the nonlinear dynamic inversion (NDI) control lawisdesigned for a nonlinear small fixed-wing UAV model. The NDI is preferable for varied operating conditions, there is no need for a scheduling controller. Moreover, it’s applicable for high angles of attack. For the designed flight controller validation, a nonlinear Modified PI-D controller is performed with our model. A comparative study between both controllers is achieved to evaluate the NDI performance. Simulation results and analysis are proposed to illustrate the effectiveness of the designed controller based on NDI.

Keywords: UAV dynamic model, attitude control, nonlinear PID, dynamic inversion

Procedia PDF Downloads 100
5806 Control of a Stewart Platform for Minimizing Impact Energy in Simulating Spacecraft Docking Operations

Authors: Leonardo Herrera, Shield B. Lin, Stephen J. Montgomery-Smith, Ziraguen O. Williams

Abstract:

Three control algorithms: Proportional-Integral-Derivative, Linear-Quadratic-Gaussian, and Linear-Quadratic-Gaussian with the shift, were applied to the computer simulation of a one-directional dynamic model of a Stewart Platform. The goal was to compare the dynamic system responses under the three control algorithms and to minimize the impact energy when simulating spacecraft docking operations. Equations were derived for the control algorithms and the input and output of the feedback control system. Using MATLAB, Simulink diagrams were created to represent the three control schemes. A switch selector was used for the convenience of changing among different controllers. The simulation demonstrated the controller using the algorithm of Linear-Quadratic-Gaussian with the shift resulting in the lowest impact energy.

Keywords: controller, Stewart platform, docking operation, spacecraft

Procedia PDF Downloads 40
5805 A Novel Combined Finger Counting and Finite State Machine Technique for ASL Translation Using Kinect

Authors: Rania Ahmed Kadry Abdel Gawad Birry, Mohamed El-Habrouk

Abstract:

This paper presents a brief survey of the techniques used for sign language recognition along with the types of sensors used to perform the task. It presents a modified method for identification of an isolated sign language gesture using Microsoft Kinect with the OpenNI framework. It presents the way of extracting robust features from the depth image provided by Microsoft Kinect and the OpenNI interface and to use them in creating a robust and accurate gesture recognition system, for the purpose of ASL translation. The Prime Sense’s Natural Interaction Technology for End-user - NITE™ - was also used in the C++ implementation of the system. The algorithm presents a simple finger counting algorithm for static signs as well as directional Finite State Machine (FSM) description of the hand motion in order to help in translating a sign language gesture. This includes both letters and numbers performed by a user, which in-turn may be used as an input for voice pronunciation systems.

Keywords: American sign language, finger counting, hand tracking, Microsoft Kinect

Procedia PDF Downloads 289
5804 3D Numerical Study of Tsunami Loading and Inundation in a Model Urban Area

Authors: A. Bahmanpour, I. Eames, C. Klettner, A. Dimakopoulos

Abstract:

We develop a new set of diagnostic tools to analyze inundation into a model district using three-dimensional CFD simulations, with a view to generating a database against which to test simpler models. A three-dimensional model of Oregon city with different-sized groups of building next to the coastline is used to run calculations of the movement of a long period wave on the shore. The initial and boundary conditions of the off-shore water are set using a nonlinear inverse method based on Eulerian spatial information matching experimental Eulerian time series measurements of water height. The water movement is followed in time, and this enables the pressure distribution on every surface of each building to be followed in a temporal manner. The three-dimensional numerical data set is validated against published experimental work. In the first instance, we use the dataset as a basis to understand the success of reduced models - including 2D shallow water model and reduced 1D models - to predict water heights, flow velocity and forces. This is because models based on the shallow water equations are known to underestimate drag forces after the initial surge of water. The second component is to identify critical flow features, such as hydraulic jumps and choked states, which are flow regions where dissipation occurs and drag forces are large. Finally, we describe how future tsunami inundation models should be modified to account for the complex effects of buildings through drag and blocking.Financial support from UCL and HR Wallingford is greatly appreciated. The authors would like to thank Professor Daniel Cox and Dr. Hyoungsu Park for providing the data on the Seaside Oregon experiment.

Keywords: computational fluid dynamics, extreme events, loading, tsunami

Procedia PDF Downloads 111
5803 Oil Reservoir Asphalting Precipitation Estimating during CO2 Injection

Authors: I. Alhajri, G. Zahedi, R. Alazmi, A. Akbari

Abstract:

In this paper, an Artificial Neural Network (ANN) was developed to predict Asphaltene Precipitation (AP) during the injection of carbon dioxide into crude oil reservoirs. In this study, the experimental data from six different oil fields were collected. Seventy percent of the data was used to develop the ANN model, and different ANN architectures were examined. A network with the Trainlm training algorithm was found to be the best network to estimate the AP. To check the validity of the proposed model, the model was used to predict the AP for the thirty percent of the data that was unevaluated. The Mean Square Error (MSE) of the prediction was 0.0018, which confirms the excellent prediction capability of the proposed model. In the second part of this study, the ANN model predictions were compared with modified Hirschberg model predictions. The ANN was found to provide more accurate estimates compared to the modified Hirschberg model. Finally, the proposed model was employed to examine the effect of different operating parameters during gas injection on the AP. It was found that the AP is mostly sensitive to the reservoir temperature. Furthermore, the carbon dioxide concentration in liquid phase increases the AP.

Keywords: artificial neural network, asphaltene, CO2 injection, Hirschberg model, oil reservoirs

Procedia PDF Downloads 362
5802 Electronic and Optical Properties of Orthorhombic NdMnO3 with the Modified Becke-Johnson Potential

Authors: B. Bouadjemi, S. Bentata, T. Lantri, A. Abbad, W. Benstaali, A. Zitouni, S. Cherid

Abstract:

We investigate the electronic structure, magnetic and optical properties of the orthorhombic NdMnO3 through density-functional-theory (DFT) calculations using both generalized gradient approximation GGA and GGA+U approaches, the exchange and correlation effects are taken into account by an orbital independent modified Becke Johnson (MBJ). The predicted band gaps using the MBJ exchange approximation show a significant improvement over previous theoretical work with the common GGA and GGA+U very closer to the experimental results. Band gap dependent optical parameters like dielectric constant, index of refraction, absorption coefficient, reflectivity and conductivity are calculated and analyzed. We find that when using MBJ we have obtained better results for band gap of NdMnO3 than in the case of GGA and GGA+U. The values of band gap founded in this work by MBJ are in a very good agreement with corresponding experimental values compared to other calculations. This comprehensive theoretical study of the optoelectronic properties predicts that this material can be effectively used in optical devices.

Keywords: DFT, optical properties, absorption coefficient, strong correlation, MBJ, orthorhombic NdMnO3, optoelectronic

Procedia PDF Downloads 900
5801 Thermo-Mechanical Characterization of MWCNTs-Modified Epoxy Resin

Authors: M. Dehghan, R. Al-Mahaidi, I. Sbarski

Abstract:

An industrial epoxy adhesive used in Carbon Fiber Reinforced Polymer (CFRP)-strengthening systems was modified by dispersing multi-walled carbon nanotubes (MWCNTs). Nanocomposites were fabricated using solvent-assisted dispersion method and ultrasonic mixing. Thermogravimetric analysis (TGA), dynamic mechanical analysis (DMA) and tensile tests were conducted to study the effect of nanotubes dispersion on the thermal and mechanical properties of the epoxy composite. Experimental results showed a substantial enhancement in the decomposition temperature and tensile properties of epoxy composite, while, the glass transition temperature (Tg) was slightly reduced due to the solvent effect. The morphology of the epoxy nanocomposites was investigated by SEM. It was proved that using solvent improves the nanotubes dispersion. However, at contents higher than 2 wt. %, nanotubes started to re-bundle in the epoxy matrix which negatively affected the final properties of epoxy composite.

Keywords: carbon fiber reinforced polymer, epoxy, multi-walled carbon nanotube, DMA, glass transition temperature

Procedia PDF Downloads 332
5800 Seismic Behavior of Self-Balancing Post-Tensioned Reinforced Concrete Spatial Structure

Authors: Mircea Pastrav, Horia Constantinescu

Abstract:

The construction industry is currently trying to develop sustainable reinforced concrete structures. In trying to aid in the effort, the research presented in this paper aims to prove the efficiency of modified special hybrid moment frames composed of discretely jointed precast and post-tensioned concrete members. This aim is due to the fact that current design standards do not cover the spatial design of moment frame structures assembled by post-tensioning with special hybrid joints. This lack of standardization is coupled with the fact that previous experimental programs, available in scientific literature, deal mainly with plane structures and offer little information regarding spatial behavior. A spatial model of a modified hybrid moment frame is experimentally analyzed. The experimental results of a natural scale model test of a corner column-beams sub-structure, cut from an actual multilevel building tested to seismic type loading are presented in order to highlight the behavior of this type of structure. The test is performed under alternative cycles of imposed lateral displacements, up to a storey drift ratio of 0.035. Seismic response of the spatial model is discussed considering the acceptance criteria for reinforced concrete frame structures designed based on experimental tests, as well as some of its major sustainability features. The results obtained show an overall excellent behavior of the system. The joint detailing allows for quick and cheap repairs after an accidental event and a self-balancing behavior of the system that ensures it can be used almost immediately after an accidental event it.

Keywords: modified hybrid joint, seismic type loading response, self-balancing structure, acceptance criteria

Procedia PDF Downloads 235
5799 Investigation of the Properties of Epoxy Modified Binders Based on Epoxy Oligomer with Improved Deformation and Strength Properties

Authors: Hlaing Zaw Oo, N. Kostromina, V. Osipchik, T. Kravchenko, K. Yakovleva

Abstract:

The process of modification of ed-20 epoxy resin synthesized by vinyl-containing compounds is considered. It is shown that the introduction of vinyl-containing compounds into the composition based on epoxy resin ED-20 allows adjusting the technological and operational characteristics of the binder. For improvement of the properties of epoxy resin, following modifiers were selected: polyvinylformalethyl, polyvinyl butyral and composition of linear and aromatic amines (Аramine) as a hardener. Now the big range of hardeners of epoxy resins exists that allows varying technological properties of compositions, and also thermophysical and strength indicators. The nature of the aramin type hardener has a significant impact on the spatial parameters of the mesh, glass transition temperature, and strength characteristics. Epoxy composite materials based on ED-20 modified with polyvinyl butyral were obtained and investigated. It is shown that the composition of resins based on derivatives of polyvinyl butyral and ED-20 allows obtaining composite materials with a higher complex of deformation-strength, adhesion and thermal properties, better water resistance, frost resistance, chemical resistance, and impact strength. The magnitude of the effect depends on the chemical structure, temperature and curing time. In the area of concentrations, where the effect of composite synergy is appearing, the values of strength and stiffness significantly exceed the similar parameters of the individual components of the mixture. The polymer-polymer compositions form their class of materials with diverse specific properties that ensure their competitive application. Coatings with high performance under cyclic loading have been obtained based on epoxy oligomers modified with vinyl-containing compounds.

Keywords: epoxy resins, modification, vinyl-containing compounds, deformation, strength properties

Procedia PDF Downloads 110
5798 Optimal Linear Quadratic Digital Tracker for the Discrete-Time Proper System with an Unknown Disturbance

Authors: Jason Sheng-Hong Tsai, Faezeh Ebrahimzadeh, Min-Ching Chung, Shu-Mei Guo, Leang-San Shieh, Tzong-Jiy Tsai, Li Wang

Abstract:

In this paper, we first construct a new state and disturbance estimator using discrete-time proportional plus integral observer to estimate the system state and the unknown external disturbance for the discrete-time system with an input-to-output direct-feedthrough term. Then, the generalized optimal linear quadratic digital tracker design is applied to construct a proportional plus integral observer-based tracker for the system with an unknown external disturbance to have a desired tracking performance. Finally, a numerical simulation is given to demonstrate the effectiveness of the new application of our proposed approach.

Keywords: non-minimum phase system, optimal linear quadratic tracker, proportional plus integral observer, state and disturbance estimator

Procedia PDF Downloads 497
5797 Assessment of the Electrical, Mechanical, and Thermal Nociceptive Thresholds for Stimulation and Pain Measurements at the Bovine Hind Limb

Authors: Samaneh Yavari, Christiane Pferrer, Elisabeth Engelke, Alexander Starke, Juergen Rehage

Abstract:

Background: Three nociceptive thresholds of thermal, electrical, and mechanical thresholds commonly use to evaluate the local anesthesia in many species, for instance, cow, horse, cat, dog, rabbit, and so on. Due to the lack of investigations to evaluate and/or validate such those nociceptive thresholds, our plan was the comparison of two-foot local anesthesia methods of Intravenous Regional Anesthesia (IVRA) and our modified four-point Nerve Block Anesthesia (NBA). Materials and Methods: Eight healthy nonpregnant nondairy Holstein Frisian cows in a cross-over study design were selected for this study. All cows divided into two different groups to receive two local anesthesia techniques of IVRA and our modified four-point NBA. Three thermal, electrical, and mechanical force and pinpricks were applied to evaluate the quality of local anesthesia methods before and after local anesthesia application. Results: The statistical evaluation demonstrated that our four-point NBA has a qualification to select as a standard foot local anesthesia. However, the recorded results of our study revealed no significant difference between two groups of local anesthesia techniques of IVRA and modified four-point NBA related to quality and duration of anesthesia stimulated by electrical, mechanical and thermal nociceptive stimuli. Conclusion and discussion: All three nociceptive threshold stimuli of electrical, mechanical and heat nociceptive thresholds can be applied to measure and evaluate the efficacy of foot local anesthesia of dairy cows. However, our study revealed no superiority of those three nociceptive methods to evaluate the duration and quality of bovine foot local anesthesia methods. Veterinarians to investigate the duration and quality of their selected anesthesia method can use any of those heat, mechanical, and electrical methods.

Keywords: mechanical, thermal, electrical threshold, IVRA, NBA, hind limb, dairy cow

Procedia PDF Downloads 241
5796 Performance Investigation of Unmanned Aerial Vehicles Attitude Control Based on Modified PI-D and Nonlinear Dynamic Inversion

Authors: Ebrahim H. Kapeel, Ahmed M. Kamel, Hossam Hendy, Yehia Z. Elhalwagy

Abstract:

Interest in autopilot design has been raised intensely as a result of recent advancements in Unmanned Aerial vehicles (UAVs). Due to the enormous number of applications that UAVs can achieve, the number of applied control theories used for them has increased in recent years. These small fixed-wing UAVs are suffering high non-linearity, sensitivity to disturbances, and coupling effects between their channels. In this work, the nonlinear dynamic inversion (NDI) control law is designed for a nonlinear small fixed-wing UAV model. The NDI is preferable for varied operating conditions, there is no need for a scheduling controller. Moreover, it’s applicable for high angles of attack. For the designed flight controller validation, a nonlinear Modified PI-D controller is performed with our model. A comparative study between both controllers is achieved to evaluate the NDI performance. Simulation results and analysis are proposed to illustrate the effectiveness of the designed controller based on NDI.

Keywords: attitude control, nonlinear PID, dynamic inversion

Procedia PDF Downloads 101
5795 Superhydrophobic Behavior of SnO₂-TiO₂ Composite Thin Films

Authors: Debarun Dhar Purkayastha, Talinungsang

Abstract:

SnO₂-TiO₂ nanocomposite thin films were prepared by the sol-gel method on borosilicate glass substrate. The films were annealed at a temperature of 300ᵒC, 400ᵒC, and 500ᵒC respectively for 2h in the air. The films obtained were further modified with stearic acid in order to decrease the surface energy. The X-ray diffraction patterns for the SnO₂-TiO₂ thin films after annealing at different temperatures can be indexed to the mixture of TiO₂ (rutile and anatase) and SnO₂ (tetragonal) phases. The average crystallite size calculated from Scherrer’s formula is found to be 6 nm. The SnO₂-TiO₂ thin films were hydrophilic which on modification with stearic acid exhibit superhydrophobic behavior. The increase in hydrophobicity of SnO₂ film with stearic acid modification is attributed to the change in surface energy of the film. The films exhibit superhydrophilic behavior under UV irradiation for 1h. Thus, it is observed that stearic acid modified surfaces are superhydrophobic but convert into superhydrophilic on being subjected to UV irradiation. SnO₂-TiO₂ thin films have potential for self-cleaning applications because of photoinduced hydrophilicity under UV irradiation.

Keywords: nanocomposite, self-cleaning, superhydrophobic, surface energy

Procedia PDF Downloads 176
5794 Simple Ecofriendly Cyclodextrine-Surfactant Modified UHPLC Method for Quantification of Multivitamins in Pharmaceutical and Food Samples

Authors: Hassan M. Albishri, Abdullah Almalawi, Deia Abd El-Hady

Abstract:

A simple and ecofriendly cyclodextrine-surfactant modified UHPLC (CDS-UPLC) method for rapid and sensitive simultaneous determination of multi water-soluble vitamins such as ascorbic acid, pyridoxine hydrochloride and thiamine hydrochloride in commercial pharmaceuticals and milk samples have been firstly developed. Several chromatographic effective parameters have been changed in a systematic way. Adequate results have been achieved by a mixture of β-cyclodextrine (β-CD) and cationic surfactant under acidic conditions as an eco-friendly isocratic mobile phase at 0.02 mL/min flow rate. The proposed CDS- UHPLC method has been validated for the quantitative determination of multivitamins within 8 min in food and pharmaceutical samples. The method showed excellent linearity for analytes in a wide range of 10-1000 ng/µL. The repeatability and reproducibility of data were about 2.14 and 4.69 RSD%, respectively. The limits of detection (LODs) of analytes ranged between 0.86 and 5.6 ng/µL with a range of 81.8 -115.8% recoveries in tablets and milk samples. The current first CDS- UHPLC method could have vast applications for the precise analysis of multivitamins in complicated matrices.

Keywords: ecofriendly, cyclodextrine-surfactant, multivitamins, UHPLC

Procedia PDF Downloads 263
5793 Performance of Slot-Entry Hybrid Worn Journal Bearing under Turbulent Lubrication

Authors: Nathi Ram, Saurabh K. Yadav

Abstract:

In turbomachinery, the turbulent flow occurs due to the use of high velocity of low kinematic viscosity lubricants and used in many industrial applications. In the present work, the performance of symmetric slot-entry hybrid worn journal bearing under laminar and turbulent lubrication has been investigated. For turbulent lubrication, the Reynolds equation has been modified using Constantinescu turbulent model. This modified equation has been solved using the finite element method. The effect of turbulent lubrication on bearing’s performance has been presented for symmetric hybrid journal bearing. The slot-entry hybrid worn journal bearing under turbulent/laminar regimes have been investigated. It has been observed that the stiffness and damping coefficients are more for the bearing having slot width ratio (SWR) of 0.25 than the bearing with SWR of 0.5 and 0.75 under the turbulent regime. Further, it is also observed that for constant wear depth parameter, stability threshold speed gets increased for bearing operates at slot width ratio 0.25 under turbulent lubrication.

Keywords: hydrostatic bearings, journal bearings, restrictors, turbulent flow models, finite element technique

Procedia PDF Downloads 157
5792 Numerical Solution of Manning's Equation in Rectangular Channels

Authors: Abdulrahman Abdulrahman

Abstract:

When the Manning equation is used, a unique value of normal depth in the uniform flow exists for a given channel geometry, discharge, roughness, and slope. Depending on the value of normal depth relative to the critical depth, the flow type (supercritical or subcritical) for a given characteristic of channel conditions is determined whether or not flow is uniform. There is no general solution of Manning's equation for determining the flow depth for a given flow rate, because the area of cross section and the hydraulic radius produce a complicated function of depth. The familiar solution of normal depth for a rectangular channel involves 1) a trial-and-error solution; 2) constructing a non-dimensional graph; 3) preparing tables involving non-dimensional parameters. Author in this paper has derived semi-analytical solution to Manning's equation for determining the flow depth given the flow rate in rectangular open channel. The solution was derived by expressing Manning's equation in non-dimensional form, then expanding this form using Maclaurin's series. In order to simplify the solution, terms containing power up to 4 have been considered. The resulted equation is a quartic equation with a standard form, where its solution was obtained by resolving this into two quadratic factors. The proposed solution for Manning's equation is valid over a large range of parameters, and its maximum error is within -1.586%.

Keywords: channel design, civil engineering, hydraulic engineering, open channel flow, Manning's equation, normal depth, uniform flow

Procedia PDF Downloads 209
5791 Effect of Prior Heat Treatment on the Microstructure Evolution and Creep Resistance of ZK60 Mg Alloy Under Tensile Creep Loading Along Normal Direction

Authors: Sijia Hu

Abstract:

Tensile creep tests were performed along the normal direction on the as-solutioned (AS) and as-aged (AA) samples of a commercial ZK60 alloy in this work. The results showed that the AA sample obtained a stronger 0.2% proof stress but a poorer creep resistance in comparison to the AS sample. It was revealed that the creep deformation in the AS sample was attributed to basal slip and twinning, while the creep behavior of the AA sample was controlled by basal slip, pyramidal slip and twinning. Besides, the reasons for the poorer creep resistance of the AA sample were unveiled. Pyramidal dislocations towards various moving directions were found to accelerate the creep deformation, and basal dislocations kinking at twin boundaries were found to induce heavy stress concentration. Furthermore, massive dynamic precipitates, including beta 1 prime and beta 2 prime types, were formed in the AS sample during the creep exposure, contributing to the superior creep resistance. But in the AA sample, plentiful beta 1 prime and beta 2 prime phases generated during the prior peak-aging treatment dissolved into the matrix fast and only beta 1 prime re-precipitated during the creep process. With the decreased area fractions of precipitates, the age-hardening effect slacked off and failed to enhance the creep resistance.

Keywords: Mg alloy, creep, precipitation, microstructure

Procedia PDF Downloads 31
5790 Physicochemical Characteristics of Rice Starch Chainat 1 Variety by Physical Modification

Authors: Orose Rugchati, Sarawut Wattanawongpitak

Abstract:

The Chainat 1 variety (CN1) of rice, which generally has high amylose starch, is distributed in the lower part of Northern Thailand. CN1 rice starch can be used in both food and non-food products. In this research, the CN1 rice starch from the wet-milling process was prepared by Pre-Gelatinization (Heat-Moisture Treatments, HMT) under different conditions: percentage of moisture contents (20% and 30%) and duration time in minutes (0, 30, 60, and 90) at a specific temperature 110°C. The physicochemical characteristics of CN1 rice starch modification, such as amylose content, viscosity, swelling, and solubility property, were evaluated and compared with native CN1 rice starch. The results showed that modification CN1 rice starch tends to have some characteristics better than native starch. The appearance color and starch granule of modified CN1 by HMT have more effective characteristics than native starch when increased duration time. The duration time and moisture content are significant factors to the CN1 starch characteristic by HMT. Moreover, physical modification of CN1 starch by HMT can be described as a modified rice starch providing in many applications and the advantage of biodegradability development.

Keywords: physicochemical characteristics, physical modification, pre-gelatinization, Heat-Moisture Treatments, rice starch, Chainat 1 variety (CN1)

Procedia PDF Downloads 145
5789 Qualitative Analysis of Bituminous Mix Modified by Polypropylene and Impact Characteristics on Pavement Wearing Course

Authors: Jayisha Das Jaya, Nafis As Sami, Nazia Jahan, Tamanna Jerin, Mohammed Russedul Islam

Abstract:

This paper contains continuous research which helps to analyze polypropylene modified bituminous mix and its impact characteristics with respect to original bitumen. Three percentages of polypropylene varying from (1-3) % of the weight of bitumen have been used to alter bitumen’s performance. The temperature of 170°C has been maintained during the blending of polypropylene with bitumen. It was performed by a wet process as it has certain advantages over the dry process. A rough estimate of 210 rpm rotation speed was set to prepare the blend in a mixer for 30 minutes producing homogeneous mixture. The blended mix shows a change in physical properties in comparison with the original bitumen content. Modification shows that for a 1% increment of polypropylene, softening point increases by 1 degree, penetration values decrease gradually to 55.6, 54, 52.5, ductility values decrease gradually to 87,76, 63 and specific gravity remains the same. Then Marshall mix design is performed with 60/70 penetration grade bitumen contents varying from (4-6) % with .5% intervals. Marshall stability and flow test results indicate the increase in stability and decrease in flow.

Keywords: bitumen, marshall, polypropylene, temperature

Procedia PDF Downloads 236
5788 Porous Ni Electrodes Modified with Au Nanoparticles for Hydrogen Production

Authors: V. Pérez-Herranz, C. González-Buch, E. M. Ortega, S. Mestre

Abstract:

In this work new macroporous Ni electrodes modified with Au nanoparticles for hydrogen production have been developed. The supporting macroporous Ni electrodes have been obtained by means of the electrodeposition at high current densities. Then, the Au nanoparticles were synthesized and added to the electrode surface. The electrocatalytic behaviour of the developed electrocatalysts was studied by means of pseudo-steady-state polarization curves, electrochemical impedance spectroscopy (EIS) and hydrogen discharge curves. The size of the Au synthetized nanoparticles shows a monomodal distribution, with a very sharp band between 10 and 50 nm. The characteristic parameters d10, d50 and d90 were 14, 20 and 31 nm respectively. From Tafel polarization data has been concluded that the Au nanoparticles improve the catalytic activity of the developed electrodes towards the HER respect to the macroporous Ni electrodes. EIS permits to obtain the electrochemically active area by means of the roughness factor value. All the developed electrodes show roughness factor values in the same order of magnitude. From the activation energy results it can be concluded that the Au nanoparticles improve the intrinsic catalytic activity of the macroporous Ni electrodes.

Keywords: Au nano particles, hydrogen evolution reaction, porous Ni electrodes, electrochemical impedance spectroscopy

Procedia PDF Downloads 615
5787 The Development, Validation, and Evaluation of the Code Blue Simulation Module in Improving the Code Blue Response Time among Nurses

Authors: Siti Rajaah Binti Sayed Sultan

Abstract:

Managing the code blue event is stressful for nurses, the patient, and the patient's families. The rapid response from the first and second responders in the code blue event will improve patient outcomes and prevent tissue hypoxia that leads to brain injury and other organ failures. Providing 1 minute for the cardiac massage and 2 minutes for defibrillation will significantly improve patient outcomes. As we know, the American Heart Association came out with guidelines for managing cardiac arrest patients. The hospital must provide competent staff to manage this situation. It can be achieved when the staff is well equipped with the skill, attitude, and knowledge to manage this situation with well-planned strategies, i.e., clear guidelines for managing the code blue event, competent staff, and functional equipment. The code blue simulation (CBS) was chosen in the training program for code blue management because it can mimic real scenarios. Having the code blue simulation module will allow the staff to appreciate what they will face during the code blue event, especially since it rarely happens in that area. This CBS module training will help the staff familiarize themselves with the activities that happened during actual events and be able to operate the equipment accordingly. Being challenged and independent in managing the code blue in the early phase gives the patient a better outcome. The CBS module will help the assessor and the hospital management team with the proper tools and guidelines for managing the code blue drill accordingly. As we know, prompt action will benefit the patient and their family. It also indirectly increases the confidence and job satisfaction among the nurses, increasing the standard of care, reducing the complication and hospital burden, and enhancing cost-effective care.

Keywords: code blue simulation module, development of code blue simulation module, code blue response time, code blue drill, cardiorespiratory arrest, managing code blue

Procedia PDF Downloads 53
5786 The Utilization of FSI Technique and Two-Way Particle Coupling System on Particle Dynamics in the Human Alveoli

Authors: Hassan Athari, Abdurrahim Bolukbasi, Dogan Ciloglu

Abstract:

This study represented the respiratory alveoli system, and determined the trajectory of inhaled particles more accurately using the modified three-dimensional model with deformable walls of alveoli. The study also considered the tissue tension in the model to demonstrate the effect of lung. Tissue tensions are transferred by the lung parenchyma and produce the pressure gradient. This load expands the alveoli and establishes a sub-ambient (vacuum) pressure within the lungs. Thus, at the alveolar level, the flow field and movement of alveoli wall lead to an integrated effect. In this research, we assume that the three-dimensional alveolus has a visco-elastic tissue (walls). For accurate investigation of pulmonary tissue mechanical properties on particle transport and alveolar flow field, the actual relevance between tissue movement and airflow is solved by two-way FSI (Fluid Structure Interaction) simulation technique in the alveolus. Therefore, the essence of real simulation of pulmonary breathing mechanics can be achieved by developing a coupled FSI computational model. We, therefore conduct a series of FSI simulations over a range of tissue models and breathing rates. As a result, the fluid flows and streamlines have changed during present flexible model against the rigid models and also the two-way coupling particle trajectories have changed against the one-way particle coupling.

Keywords: FSI, two-way particle coupling, alveoli, CDF

Procedia PDF Downloads 250
5785 Ill-Posed Inverse Problems in Molecular Imaging

Authors: Ranadhir Roy

Abstract:

Inverse problems arise in medical (molecular) imaging. These problems are characterized by large in three dimensions, and by the diffusion equation which models the physical phenomena within the media. The inverse problems are posed as a nonlinear optimization where the unknown parameters are found by minimizing the difference between the predicted data and the measured data. To obtain a unique and stable solution to an ill-posed inverse problem, a priori information must be used. Mathematical conditions to obtain stable solutions are established in Tikhonov’s regularization method, where the a priori information is introduced via a stabilizing functional, which may be designed to incorporate some relevant information of an inverse problem. Effective determination of the Tikhonov regularization parameter requires knowledge of the true solution, or in the case of optical imaging, the true image. Yet, in, clinically-based imaging, true image is not known. To alleviate these difficulties we have applied the penalty/modified barrier function (PMBF) method instead of Tikhonov regularization technique to make the inverse problems well-posed. Unlike the Tikhonov regularization method, the constrained optimization technique, which is based on simple bounds of the optical parameter properties of the tissue, can easily be implemented in the PMBF method. Imposing the constraints on the optical properties of the tissue explicitly restricts solution sets and can restore uniqueness. Like the Tikhonov regularization method, the PMBF method limits the size of the condition number of the Hessian matrix of the given objective function. The accuracy and the rapid convergence of the PMBF method require a good initial guess of the Lagrange multipliers. To obtain the initial guess of the multipliers, we use a least square unconstrained minimization problem. Three-dimensional images of fluorescence absorption coefficients and lifetimes were reconstructed from contact and noncontact experimentally measured data.

Keywords: constrained minimization, ill-conditioned inverse problems, Tikhonov regularization method, penalty modified barrier function method

Procedia PDF Downloads 265
5784 Modified Design of Flyer with Reduced Weight for Use in Textile Machinery

Authors: Payal Patel

Abstract:

Textile machinery is one of the fastest evolving areas which has an application of mechanical engineering. The modular approach towards the processing right from the stage of cotton to the fabric, allows us to observe the result of each process on its input. Cost and space being the major constraints. The flyer is a component of roving machine, which is used as a part of spinning process. In the present work using the application of Hyper Works, the flyer arm has been modified which saves the material used for manufacturing the flyer. The size optimization of the flyer is carried out with the objective of reduction in weight under the constraints of standard operating conditions. The new design of the flyer is proposed and validated using the module of HyperWorks which is equally strong, but light weighted compared to the existing design. Dynamic balancing of the optimized model is carried out to align a principal inertia axis with the geometric axis of rotation. For the balanced geometry of flyer, air resistance is obtained theoretically and with Gambit and Fluent. Static analysis of the balanced geometry has been done to verify the constraint of operating condition. Comparison of weight, deflection, and factor of safety has been made for different aluminum alloys.

Keywords: flyer, size optimization, textile, weight

Procedia PDF Downloads 204