Search results for: simple reaction time
Commenced in January 2007
Frequency: Monthly
Edition: International
Paper Count: 21890

Search results for: simple reaction time

21230 Radiation Effect on MHD Casson Fluid Flow over a Power-Law Stretching Sheet with Chemical Reaction

Authors: Motahar Reza, Rajni Chahal, Neha Sharma

Abstract:

This article addresses the boundary layer flow and heat transfer of Casson fluid over a nonlinearly permeable stretching surface with chemical reaction in the presence of variable magnetic field. The effect of thermal radiation is considered to control the rate of heat transfer at the surface. Using similarity transformations, the governing partial differential equations of this problem are reduced into a set of non-linear ordinary differential equations which are solved by finite difference method. It is observed that the velocity at fixed point decreases with increasing the nonlinear stretching parameter but the temperature increases with nonlinear stretching parameter.

Keywords: boundary layer flow, nonlinear stretching, Casson fluid, heat transfer, radiation

Procedia PDF Downloads 395
21229 Numerical Solution of Space Fractional Order Linear/Nonlinear Reaction-Advection Diffusion Equation Using Jacobi Polynomial

Authors: Shubham Jaiswal

Abstract:

During modelling of many physical problems and engineering processes, fractional calculus plays an important role. Those are greatly described by fractional differential equations (FDEs). So a reliable and efficient technique to solve such types of FDEs is needed. In this article, a numerical solution of a class of fractional differential equations namely space fractional order reaction-advection dispersion equations subject to initial and boundary conditions is derived. In the proposed approach shifted Jacobi polynomials are used to approximate the solutions together with shifted Jacobi operational matrix of fractional order and spectral collocation method. The main advantage of this approach is that it converts such problems in the systems of algebraic equations which are easier to be solved. The proposed approach is effective to solve the linear as well as non-linear FDEs. To show the reliability, validity and high accuracy of proposed approach, the numerical results of some illustrative examples are reported, which are compared with the existing analytical results already reported in the literature. The error analysis for each case exhibited through graphs and tables confirms the exponential convergence rate of the proposed method.

Keywords: space fractional order linear/nonlinear reaction-advection diffusion equation, shifted Jacobi polynomials, operational matrix, collocation method, Caputo derivative

Procedia PDF Downloads 440
21228 Thermochemical Study of the Degradation of the Panels of Wings in a Space Shuttle by Utilization of HSC Chemistry Software and Its Database

Authors: Ahmed Ait Hou

Abstract:

The wing leading edge and nose cone of the space shuttle are fabricated from a reinforced carbon/carbon material. This material attains its durability from a diffusion coating of silicon carbide (SiC) and a glass sealant. During re-entry into the atmosphere, this material is subject to an oxidizing high-temperature environment. The use of thermochemical calculations resulting at the HSC CHEMISTRY software and its database allows us to interpret the phenomena of oxidation and chloridation observed on the wing leading edge and nose cone of the space shuttle during its mission in space. First study is the monitoring of the oxidation reaction of SiC. It has been demonstrated that thermal oxidation of the SiC gives the two compounds SiO₂(s) and CO(g). In the extreme conditions of very low oxygen partial pressures and high temperatures, there is a reaction between SiC and SiO₂, leading to SiO(g) and CO(g). We had represented the phase stability diagram of Si-C-O system calculated by the use of the HSC Chemistry at 1300°C. The principal characteristic of this diagram of predominance is the line of SiC + SiO₂ coexistence. Second study is the monitoring of the chloridation reaction of SiC. The other problem encountered in addition to oxidation is the phenomenon of chloridation due to the presence of NaCl. Indeed, after many missions, the leading edge wing surfaces have exhibited small pinholes. We have used the HSC Chemistry database to analyze these various reactions. Our calculations concorde with the phenomena we announced in research work resulting in NASA LEWIS Research center.

Keywords: thermochchemicals calculations, HSC software, oxidation and chloridation, wings in space

Procedia PDF Downloads 119
21227 Automation of AAA Game Development Using AI

Authors: Branden Heng, Harsheni Siddharthan, Allison Tseng, Paul Toprac, Sarah Abraham, Etienne Vouga

Abstract:

The goal of this project was to evaluate and document the capabilities and limitations of AI tools for empowering small teams to create high-budget, high-profile (AAA) 3D games typically developed by large studios. Two teams of novice game developers attempted to create two different games using AI and Unreal Engine 5.3. First, the teams evaluated 60 AI art, design, sound, and programming tools by considering their capability, ease of use, cost, and license restrictions. Then, the teams used a shortlist of 12 AI tools for game development. During this process, the following tools were found to be the most productive: (i) ChatGPT 4.0 for both game and narrative concepts and documentation; (ii) Dall-E 3 and OpenArt for concept art; (iii) Beatoven for music drafting; (iv) ChatGPT 4.0 and Github Copilot for generating simple code and to complement human-made tutorials as an additional learning resource. While current generative AI may appear impressive at first glance, the assets they produce fall short of AAA industry standards. Generative AI tools are helpful when brainstorming ideas such as concept art and basic storylines, but they still cannot replace human input or creativity at this time. Regarding programming, AI can only effectively generate simple code and act as an additional learning resource. Thus, generative AI tools are, at best, tools to enhance developer productivity rather than as a system to replace developers.

Keywords: AAA games, AI, automation tools, game development

Procedia PDF Downloads 16
21226 Vibration Analysis of Pendulum in a Viscous Fluid by Analytical Methods

Authors: Arash Jafari, Mehdi Taghaddosi, Azin Parvin

Abstract:

In this study, a vibrational differential equation governing on swinging single-degree-of-freedom pendulum in a viscous fluid has been investigated. The damping process is characterized according to two different regimes: at first, damping in stationary viscous fluid, in the second, damping in flowing viscous fluid with constant velocity. Our purpose is to enhance the ability of solving the mentioned nonlinear differential equation with a simple and innovative approach. Comparisons are made between new method and Numerical Method (rkf45). The results show that this method is very effective and simple and can be applied for other nonlinear problems.

Keywords: oscillating systems, angular frequency and damping ratio, pendulum at fluid, locus of maximum

Procedia PDF Downloads 335
21225 Embedded Semantic Segmentation Network Optimized for Matrix Multiplication Accelerator

Authors: Jaeyoung Lee

Abstract:

Autonomous driving systems require high reliability to provide people with a safe and comfortable driving experience. However, despite the development of a number of vehicle sensors, it is difficult to always provide high perceived performance in driving environments that vary from time to season. The image segmentation method using deep learning, which has recently evolved rapidly, provides high recognition performance in various road environments stably. However, since the system controls a vehicle in real time, a highly complex deep learning network cannot be used due to time and memory constraints. Moreover, efficient networks are optimized for GPU environments, which degrade performance in embedded processor environments equipped simple hardware accelerators. In this paper, a semantic segmentation network, matrix multiplication accelerator network (MMANet), optimized for matrix multiplication accelerator (MMA) on Texas instrument digital signal processors (TI DSP) is proposed to improve the recognition performance of autonomous driving system. The proposed method is designed to maximize the number of layers that can be performed in a limited time to provide reliable driving environment information in real time. First, the number of channels in the activation map is fixed to fit the structure of MMA. By increasing the number of parallel branches, the lack of information caused by fixing the number of channels is resolved. Second, an efficient convolution is selected depending on the size of the activation. Since MMA is a fixed, it may be more efficient for normal convolution than depthwise separable convolution depending on memory access overhead. Thus, a convolution type is decided according to output stride to increase network depth. In addition, memory access time is minimized by processing operations only in L3 cache. Lastly, reliable contexts are extracted using the extended atrous spatial pyramid pooling (ASPP). The suggested method gets stable features from an extended path by increasing the kernel size and accessing consecutive data. In addition, it consists of two ASPPs to obtain high quality contexts using the restored shape without global average pooling paths since the layer uses MMA as a simple adder. To verify the proposed method, an experiment is conducted using perfsim, a timing simulator, and the Cityscapes validation sets. The proposed network can process an image with 640 x 480 resolution for 6.67 ms, so six cameras can be used to identify the surroundings of the vehicle as 20 frame per second (FPS). In addition, it achieves 73.1% mean intersection over union (mIoU) which is the highest recognition rate among embedded networks on the Cityscapes validation set.

Keywords: edge network, embedded network, MMA, matrix multiplication accelerator, semantic segmentation network

Procedia PDF Downloads 126
21224 Exergy: An Effective Tool to Quantify Sustainable Development of Biodiesel Production

Authors: Mahmoud Karimi, Golmohammad Khoobbakht

Abstract:

This study focuses on the exergy flow analysis in the transesterification of waste cooking oil with methanol to decrease the consumption of materials and energy and promote the use of renewable resources. The exergy analysis performed is based on the thermodynamic performance parameters namely exergy destruction and exergy efficiency to investigate the effects of variable parameters on renewability of transesterification. The experiment variables were methanol to WCO ratio, catalyst concentration and reaction temperature in the transesterification reaction. The optimum condition with yield of 90.2% and exergy efficiency of 95.2% was obtained at methanol to oil molar ratio of 8:1, 1 wt.% of KOH, at 55 °C. In this condition, the total waste exergy was found to be 45.4 MJ for 1 kg biodiesel production. However high yield in the optimal condition resulted high exergy efficiency in the transesterification of WCO with methanol.

Keywords: biodiesel, exergy, thermodynamic analysis, transesterification, waste cooking oil

Procedia PDF Downloads 190
21223 Melatonin Improved Vase Quality by Delaying Oxidation Reaction and Supplying More Energies in Cut Peony (Paeonia Lactiflora cv. Sarah)

Authors: Tai Chen, Caihuan Tian, Xiuxia Ren, Jingqi Xue, Xiuxin Zhang

Abstract:

The herbaceous peony has become increasingly popular worldwide in recent years, especially as a cut flower with great economic value. However, peony has a very short vase life, only 3-5 d usually, which seriously affects its commodity value. In this study, we used the cut peony (Paeonia lactiflora cv. Sarah) as a material and found that melatonin treatment significantly improved its postharvest performance. In the control group, its vase life was 4.8 d, accompanied by petal dropping at last; melatonin treatment (40 μM) increased this time to 6.9 d without petal dropping at the end. Further study showed that melatonin treatment significantly increased the activity of antioxidant enzymes as well as reduced sugar content in petals, whereas the starch content in petals decreased. These results indicated that melatonin treatment may delay the oxidation reaction caused by aging, which also provides extra energy for maintaining flowering. Through full-length transcriptome sequencing, a total of 2819 differentially expressed genes (DEGs) between control and melatonin treatment groups were identified. KEGG enrichment analysis showed that these DEGs were mainly involved in three pathways, including melatonin synthesis, starch and sucrose conversion, and plant disease resistance. After the RT-qPCR verification, we identified three DEGs, named PlBAM3, PlWRKY22 and PlTIP1, and they should play major roles in melatonin-improved postharvest performance. One possible reason is that PlBAM3 caused maltose production (by starch degradation), maintained the proline biosynthesis, and then alleviated oxidative stress. Another reason is that both PlBAM3 and PlWRKY22 are key drought resistance regulators, which have the ability to alleviate osmotic stress and improve water absorption, which may also help to improve the postharvest quality of cut peony. In addition, PlTIP1 is involved in the sugar signal pathway, indicating sugar may also as a signal substance during this process. Our work may give new ideas for developing new ways to prolong the vase life of cut peony and improve its commodity value eventually.

Keywords: cut peony, melatonin, vase life, oxidation reaction, energy supply, differentially expressed genes

Procedia PDF Downloads 45
21222 Allylation of Active Methylene Compounds with Cyclic Baylis-Hillman Alcohols: Why Is It Direct and Not Conjugate?

Authors: Karim Hrratha, Khaled Essalahb, Christophe Morellc, Henry Chermettec, Salima Boughdiria

Abstract:

Among the carbon-carbon bond formation types, allylation of active methylene compounds with cyclic Baylis-Hillman (BH) alcohols is a reliable and widely used method. This reaction is a very attractive tool in organic synthesis of biological and biodiesel compounds. Thus, in view of an insistent and peremptory request for an efficient and straightly method for synthesizing the desired product, a thorough analysis of various aspects of the reaction processes is an important task. The product afforded by the reaction of active methylene with BH alcohols depends largely on the experimental conditions, notably on the catalyst properties. All experiments reported that catalysis is needed for this reaction type because of the poor ability of alcohol hydroxyl group to be as a suitable leaving group. Within the catalysts, several transition- metal based have been used such as palladium in the presence of acid or base and have been considered as reliable methods. Furthemore, acid catalysts such as BF3.OEt2, BiX3 (X= Cl, Br, I, (OTf)3), InCl3, Yb(OTf)3, FeCl3, p-TsOH and H-montmorillonite have been employed to activate the C-C bond formation through the alkylation of active methylene compounds. Interestingly a report of a smoothly process for the ability of 4-imethyaminopyridine(DMAP) to catalyze the allylation reaction of active methylene compounds with cyclic Baylis-Hillman (BH) alcohol appeared recently. However, the reaction mechanism remains ambiguous, since the C- allylation process leads to an unexpected product (noted P1), corresponding to a direct allylation instead of conjugate allylation, which involves the most electrophilic center according to the electron withdrawing group CO effect. The main objective of the present theoretical study is to better understand the role of the DMAP catalytic activity as well as the process leading to the end- product (P1) for the catalytic reaction of a cyclic BH alcohol with active methylene compounds. For that purpose, we have carried out computations of a set of active methylene compounds varying by R1 and R2 toward the same alcohol, and we have attempted to rationalize the mechanisms thanks to the acid–base approach, and conceptual DFT tools such as chemical potential, hardness, Fukui functions, electrophilicity index and dual descriptor, as these approaches have shown a good prediction of reactions products.The present work is then organized as follows: In a first part some computational details will be given, introducing the reactivity indexes used in the present work, then Section 3 is dedicated to the discussion of the prediction of the selectivity and regioselectivity. The paper ends with some concluding remarks. In this work, we have shown, through DFT method at the B3LYP/6-311++G(d,p) level of theory that: The allylation of active methylene compounds with cyclic BH alcohol is governed by orbital control character. Hence the end- product denoted P1 is generated by direct allylation.

Keywords: DFT calculation, gas phase pKa, theoretical mechanism, orbital control, charge control, Fukui function, transition state

Procedia PDF Downloads 301
21221 Object-Based Flow Physics for Aerodynamic Modelling in Real-Time Environments

Authors: William J. Crowther, Conor Marsh

Abstract:

Object-based flow simulation allows fast computation of arbitrarily complex aerodynamic models made up of simple objects with limited flow interactions. The proposed approach is universally applicable to objects made from arbitrarily scaled ellipsoid primitives at arbitrary aerodynamic attitude and angular rate. The use of a component-based aerodynamic modelling approach increases efficiency by allowing selective inclusion of different physics models at run-time and allows extensibility through the development of new models. Insight into the numerical stability of the model under first order fixed-time step integration schemes is provided by stability analysis of the drag component. The compute cost of model components and functions is evaluated and compared against numerical benchmarks. Model static outputs are verified against theoretical expectations and dynamic behaviour using falling plate data from the literature. The model is applied to a range of case studies to demonstrate the efficacy of its application in extensibility, ease of use, and low computational cost. Dynamically complex multi-body systems can be implemented in a transparent and efficient manner, and we successfully demonstrate large scenes with hundreds of objects interacting with diverse flow fields.

Keywords: aerodynamics, real-time simulation, low-order model, flight dynamics

Procedia PDF Downloads 99
21220 In situ Ortho-Quinone Methide Reactions for Construction of Flavonoids with Fused Ring Systems

Authors: Vidia A. Nuraini, Eugene M. H. Yee, Mohan Bhadbhade, David StC. Black, Naresh Kumar

Abstract:

Flavonoids are naturally occurring compounds that have been shown to exhibit a wide range of biological properties including anticancer and anti-inflammatory activities. However, flavonoids suffer from low bioavailability, which limits their overall utility for therapeutic applications. One of the methods to overcome this limitation is through structural modification of natural flavonoids. In this study, flavanone, isoflavanone, and isoflavene, were structurally modified through the introduction of additional fused-ring systems via ortho-quinone methide intermediates (o-QMs). These intermediates can readily undergo a [4+2] cycloaddition through an inverse-electron-demand Diels–Alder reaction with electron-rich dienophiles. A regioselective Mannich reaction using bis-(N,N-dimethylamino)methane was employed to generate the o-QM precursors of flavanone, isoflavanone, and isoflavene. The o-QM intermediates were subsequently generated in situ through thermal elimination of the dimethylamine functionality and reacted with a variety of dienophiles to produce novel flavonoids with fused-ring systems. A total of 21 novel flavonoid analogs were successfully synthesized. The X-ray crystal structure of cycloaddition adducts, particularly those derived from 3,4-dihydro-2H-pyran and p-methoxystyrene revealed a special case of enantiomeric disorder, where two enantiomers in equal amounts superpose with one another, with the exception for atoms that have opposite configuration. The anticancer properties of fused-ring systems derived from isoflavene were evaluated against the neuroblastoma SKN-BE(2)C, the triple negative breast cancer MDA-MB-231, and the glioblastoma U87 cancer cell lines. One of these cycloaddition adducts had displayed improved anti-proliferative activity against MDA-MB-231 and U87 cancer cell lines as compared to the parent compound. Further anticancer and anti-inflammatory activities of the flavanone and isoflavanone analogs are currently being investigated.

Keywords: Diels-Alder reaction, flavonoids, Mannich reaction, ortho-quinone methide.

Procedia PDF Downloads 246
21219 Simulation and Optimization of an Annular Methanol Reformer

Authors: Shu-Bo Yang, Wei Wu, Yuan-Heng Liu

Abstract:

This research aims to design a heat-exchanger type of methanol reformer coupled with a preheating design in gPROMS® environment. The endothermic methanol steam reforming reaction (MSR) and the exothermic preferential oxidation reaction (PROX) occur in the inner tube and the outer tube of the reformer, respectively. The effective heat transfer manner between the inner and outer tubes is investigated. It is verified that the countercurrent-flow type reformer provides the higher hydrogen yield than the cocurrent-flow type. Since the hot spot temperature appears in the outer tube, an improved scheme is proposed to suppress the hot spot temperature by splitting the excess air flowing into two sites. Finally, an optimization algorithm for maximizing the hydrogen yield is employed to determine optimal operating conditions.

Keywords: methanol reformer, methanol steam reforming, optimization, simulation

Procedia PDF Downloads 330
21218 Edge Enhancement Visual Methodology for Fat Amount and Distribution Assessment in Dry-Cured Ham Slices

Authors: Silvia Grassi, Stefano Schiavon, Ernestina Casiraghi, Cristina Alamprese

Abstract:

Dry-cured ham is an uncooked meat product particularly appreciated for its peculiar sensory traits among which lipid component plays a key role in defining quality and, consequently, consumers’ acceptability. Usually, fat content and distribution are chemically determined by expensive, time-consuming, and destructive analyses. Moreover, different sensory techniques are applied to assess product conformity to desired standards. In this context, visual systems are getting a foothold in the meat market envisioning more reliable and time-saving assessment of food quality traits. The present work aims at developing a simple but systematic and objective visual methodology to assess the fat amount of dry-cured ham slices, in terms of total, intermuscular and intramuscular fractions. To the aim, 160 slices from 80 PDO dry-cured hams were evaluated by digital image analysis and Soxhlet extraction. RGB images were captured by a flatbed scanner, converted in grey-scale images, and segmented based on intensity histograms as well as on a multi-stage algorithm aimed at edge enhancement. The latter was performed applying the Canny algorithm, which consists of image noise reduction, calculation of the intensity gradient for each image, spurious response removal, actual thresholding on corrected images, and confirmation of strong edge boundaries. The approach allowed for the automatic calculation of total, intermuscular and intramuscular fat fractions as percentages of the total slice area. Linear regression models were run to estimate the relationships between the image analysis results and the chemical data, thus allowing for the prediction of the total, intermuscular and intramuscular fat content by the dry-cured ham images. The goodness of fit of the obtained models was confirmed in terms of coefficient of determination (R²), hypothesis testing and pattern of residuals. Good regression models have been found being 0.73, 0.82, and 0.73 the R2 values for the total fat, the sum of intermuscular and intramuscular fat and the intermuscular fraction, respectively. In conclusion, the edge enhancement visual procedure brought to a good fat segmentation making the simple visual approach for the quantification of the different fat fractions in dry-cured ham slices sufficiently simple, accurate and precise. The presented image analysis approach steers towards the development of instruments that can overcome destructive, tedious and time-consuming chemical determinations. As future perspectives, the results of the proposed image analysis methodology will be compared with those of sensory tests in order to develop a fast grading method of dry-cured hams based on fat distribution. Therefore, the system will be able not only to predict the actual fat content but it will also reflect the visual appearance of samples as perceived by consumers.

Keywords: dry-cured ham, edge detection algorithm, fat content, image analysis

Procedia PDF Downloads 172
21217 Rapid Generation of Octagonal Pyramids on Silicon Wafer for Photovoltaics by Swift Anisotropic Chemical Etching Process

Authors: Sami Iqbal, Azam Hussain, Weiping Wu, Guo Xinli, Tong Zhang

Abstract:

A novel octagonal upright micro-pyramid structure was generated by wet chemical anisotropic etching on a monocrystalline silicon wafer (100). The primary objectives are to reduce front surface reflectance of silicon wafers, improve wettability, enhance surface morphology, and maximize the area coverage by generated octagonal pyramids. Under rigorous control and observation, the etching process' response time was maintained precisely. The experimental outcomes show a significant decrease in the optical surface reflectance of silicon wafers, with the lowest reflectance of 8.98%, as well as enhanced surface structure, periodicity, and surface area coverage of more than 85%. The octagonal silicon pyramid was formed with a high etch rate of 0.41 um/min and a much shorter reaction time with the addition of hydrofluoric acid coupled with magnetic stirring (mechanical agitation) at 300 rpm.

Keywords: octagonal pyramids, rapid etching, solar cells, surface engineering, surface reflectance

Procedia PDF Downloads 92
21216 Effectiveness of Working Memory Training on Cognitive Flexibility

Authors: Leila Maleki, Ezatollah Ahmadi

Abstract:

The aim of this study was to investigate the effectiveness of memory training exercise on cognitive flexibility. The method of this study was experimental. The statistical population selected 40 students 14 years old, samples were chosen by available sampling method and then they were replaced in experimental (training program) group and control group randomly and answered to Wisconsin Card Sorting Test; covariance test results indicated that there were a significant in post-test scores of experimental group (p<0.005).

Keywords: cognitive flexibility, working memory exercises, problem solving, reaction time

Procedia PDF Downloads 420
21215 An Impregnated Active Layer Mode of Solution Combustion Synthesis as a Tool for the Solution Combustion Mechanism Investigation

Authors: Zhanna Yermekova, Sergey Roslyakov

Abstract:

Solution combustion synthesis (SCS) is the unique method which multiple times has proved itself as an effective and efficient approach for the versatile synthesis of a variety of materials. It has significant advantages such as relatively simple handling process, high rates of product synthesis, mixing of the precursors on a molecular level, and fabrication of the nanoproducts as a result. Nowadays, an overwhelming majority of solution combustion investigations performed through the volume combustion synthesis (VCS) where the entire liquid precursor is heated until the combustion self-initiates throughout the volume. Less amount of the experiments devoted to the steady-state self-propagating mode of SCS. Under the beforementioned regime, the precursor solution is dried until the gel-like media, and later on, the gel substance is locally ignited. In such a case, a combustion wave propagates in a self-sustaining mode as in conventional solid combustion synthesis. Even less attention is given to the impregnated active layer (IAL) mode of solution combustion. An IAL approach to the synthesis is implying that the solution combustion of the precursors should be initiated on the surface of the third chemical or inside the third substance. This work is aiming to emphasize an underestimated role of the impregnated active layer mode of the solution combustion synthesis for the fundamental studies of the combustion mechanisms. It also serves the purpose of popularizing the technical terms and clarifying the difference between them. In order to do so, the solution combustion synthesis of γ-FeNi (PDF#47-1417) alloy has been accomplished within short (seconds) one-step reaction of metal precursors with hexamethylenetetramine (HTMA) fuel. An idea of the special role of the Ni in a process of alloy formation was suggested and confirmed with the particularly organized set of experiments. The first set of experiments were conducted in a conventional steady-state self-propagating mode of SCS. An alloy was synthesized as a single monophasic product. In two other experiments, the synthesis was divided into two independent processes which are possible under the IAL mode of solution combustion. The sequence of the process was changed according to the equations which are describing an Experiment A and B below: Experiment A: Step 1. Fe(NO₃)₃*9H₂O + HMTA = FeO + gas products; Step 2. FeO + Ni(NO₃)₂*6H₂O + HMTA = Ni + FeO + gas products; Experiment B: Step 1. Ni(NO₃)₂*6H₂O + HMTA = Ni + gas products; Step 2. Ni + Fe(NO₃)₃*9H₂O + HMTA = Fe₃Ni₂+ traces (Ni + FeO). Based on the IAL experiment results, one can see that combustion of the Fe(NO₃)₃9H₂O on the surface of the Ni is leading to the alloy formation while presence of the already formed FeO does not affect the Ni(NO₃)₂*6H₂O + HMTA reaction in any way and Ni is the main product of the synthesis.

Keywords: alloy, hexamethylenetetramine, impregnated active layer mode, mechanism, solution combustion synthesis

Procedia PDF Downloads 131
21214 Synthesis of Nickel-Platinum Composite Nanoparticles and Silica-Coating of Them

Authors: Masato Yanase, Noriko Yamauchi, Shohei Tada, Yoshio Kobayashi

Abstract:

Nickel (Ni) and Ni-containing nanoparticles are promising materials due to their unique magnetic properties. In a preliminary experiment, aggregates of such nanoparticles formed after they were synthesized. Since the nanoparticle aggregation may deteriorate their unique properties, a method to suppress the nanoparticle aggregation has been required. In the present work, compositing with nickel (Ni) and platinum (Pt) and silica-coating of them were examined for suppression. Ni-Pt nanoparticles were synthesized in water exposed to air, in which nickel (II) acetate tetrahydrate, hexachloroplatinate (IV) hexahydrate, and sodium borohydride were used as a Ni source, a Pt source, and a reducing reagent, respectively. Polyvinylpyrrolidone, poly (sodium 4-styrene sulfonate), and citric acid were used as the stabilizers. Silica-coating of Ni-Pt nanoparticles was performed by adding tetraethylorthosilicate(TEOS)/ethanol solution to the Ni-Pt nanoparticle colloidal solution (Ni-Pt/SiO₂). The morphology of Ni-Pt nanoparticles was dependent on the reaction time and the species of stabilizer. The Ni-Pt/SiO₂ nanoparticles were composed of Ni-Pt nanoparticles as core and SiO₂ as shell, and their morphology depended on the TEOS concentrations. Furthermore, the Ni-Pt/SiO₂ nanoparticles were more dispersed compared to uncoated Ni-Pt nanoparticles. This suggested that the silica-coating had an effect on controlling the aggregation. The liquid-phase synthesis process involving the sol-gel method used in this study is advantageous for achieving monodispersion of particles and high-purity of materials. If the challenges of optimizing reaction conditions to achieve them during scale-up can be addressed, the proposed method holds great potential for large-scale production of particles in applications such as magnetic storage devices and biomedical imaging.

Keywords: metal, composite, nickel, platinum, nanoparticle, silica-coating

Procedia PDF Downloads 22
21213 Insight into Enhancement of CO2 Capture by Clay Minerals

Authors: Mardin Abdalqadir, Paul Adzakro, Tannaz Pak, Sina Rezaei Gomari

Abstract:

Climate change and global warming recently became significant concerns due to the massive emissions of greenhouse gases into the atmosphere, predominantly CO2 gases. Therefore, it is necessary to find sustainable and inexpensive methods to capture the greenhouse gasses and protect the environment for live species. The application of naturally available and cheap adsorbents of carbon such as clay minerals became a great interest. However, the minerals prone to low storage capacity despite their high affinity to adsorb carbon. This paper aims to explore ways to improve the pore volume and surface area of two selected clay minerals, ‘montmorillonite and kaolinite’ by acid treatment to overcome their low storage capacity. Montmorillonite and kaolinite samples were treated with different sulfuric acid concentrations (0.5, 1.2 and 2.5 M) at 40 °C for 8 hours to achieve the above aim. The grain size distribution and morphology of clay minerals before and after acid treatment were explored with Scanning Electron Microscope to evaluate surface area improvement. The ImageJ software was used to find the porosity and pore volume of treated and untreated clay samples. The structure of the clay minerals was also analyzed using an X-ray Diffraction machine. The results showed that the pore volume and surface area were increased substantially through acid treatment, which speeded up the rate of carbon dioxide adsorption. XRD pattern of kaolinite did not change after sulfuric acid treatment, which indicates that acid treatment would not affect the structure of kaolinite. It was also discovered that kaolinite had a higher pore volume and porosity than montmorillonite before and after acid treatment. For example, the pore volume of untreated kaolinite was equal to 30.498 um3 with a porosity of 23.49%. Raising the concentration of acid from 0.5 M to 2.5 M in 8 hours’ time reaction led to increased pore volume from 30.498 um3 to 34.73 um3. The pore volume of raw montmorillonite was equal to 15.610 um3 with a porosity of 12.7%. When the acid concentration was raised from 0.5 M to 2.5 M for the same reaction time, pore volume also increased from 15.610 um3 to 20.538 um3. However, montmorillonite had a higher specific surface area than kaolinite. This study concludes that clay minerals are inexpensive and available material sources to model the realistic conditions and apply the results of carbon capture to prevent global warming, which is one of the most critical and urgent problems in the world.

Keywords: acid treatment, kaolinite, montmorillonite, pore volume, porosity, surface area

Procedia PDF Downloads 165
21212 Sulfamethaxozole (SMX) Removal by Microwave-Assisted Heterogenous Fenton Reaction Involving Synthetic Clay (LDHS)

Authors: Chebli Derradji, Abdallah Bouguettoucha, Zoubir Manaa, S. Nacef, A. Amrane

Abstract:

Antibiotics are major pollutants of wastewater not only due to their stability in biological systems, but also due to their impact on public health. Their degradation by means of hydroxyl radicals generated through the application of microwave in the presence of hydrogen peroxide and two solid catalysts, iron-based synthetic clay (LDHs) and goethite (FeOOH) have been examined. A drastic reduction of the degradation yield was observed above pH 4, and hence the optimal conditions were found to be a pH of 3, 0.1 g/L of clay, a somewhat low amount of H2O2 (1.74 mmol/L) and a microwave intensity of 850 W. It should be observed that to maintain an almost constant temperature, a cooling with cold water was always applied between two microwaves running; and hence the ratio between microwave heating time and cooling time was 1. The obtained SMX degradation was 98.8 ± 0.2% after 30 minutes of microwave treatment. It should be observed that in the absence of the solid catalyst, LDHs, no SMX degradation was observed. From this, the use of microwave in the presence of a solid source of iron (LDHs) appears to be an efficient solution for the treatment of wastewater containing SMX.

Keywords: microwave, fenton, heterogenous fenton, degradation, oxidation, antibiotics

Procedia PDF Downloads 277
21211 Binary Metal Oxide Catalysts for Low-Temperature Catalytic Oxidation of HCHO in Air

Authors: Hanjie Xie, Raphael Semiat, Ziyi Zhong

Abstract:

It is well known that many oxidation reactions in nature are closely related to the origin and life activities. One of the features of these natural reactions is that they can proceed under mild conditions employing the oxidant of molecular oxygen (O₂) in the air and enzymes as catalysts. Catalysis is also a necessary part of life for human beings, as many chemical and pharmaceutical industrial processes need to use catalysts. However, most heterogeneous catalytic reactions must be run at high operational reaction temperatures and pressures. It is not strange that, in recent years, research interest has been redirected to green catalysis, e.g., trying to run catalytic reactions under relatively mild conditions as much as possible, which needs to employ green solvents, green oxidants such O₂, particularly air, and novel catalysts. This work reports the efficient binary Fe-Mn metal oxide catalysts for low-temperature formaldehyde (HCHO) oxidation, a toxic pollutant in the air, particularly in indoor environments. We prepared a series of nanosized FeMn oxide catalysts and found that when the molar ratio of Fe/Mn = 1:1, the catalyst exhibited the highest catalytic activity. At room temperature, we realized the complete oxidation of HCHO on this catalyst for 20 h with a high GHSV of 150 L g⁻¹ h⁻¹. After a systematic investigation of the catalyst structure and the reaction, we identified the reaction intermediates, including dioxymethylene, formate, carbonate, etc. It is found that the oxygen vacancies and the derived active oxygen species contributed to this high-low-temperature catalytic activity. These findings deepen the understanding of the catalysis of these binary Fe-Mn metal oxide catalysts.

Keywords: oxygen vacancy, catalytic oxidation, binary transition oxide, formaldehyde

Procedia PDF Downloads 127
21210 An Innovative Equipment for ICU Infection Control

Authors: Ankit Agarwal

Abstract:

Background: To develop a fully indigenous equipment which is an innovation in critical care, which can effectively scavenge contaminated ICU ventilator air. Objectives: Infection control in ICUs is a concern the world over. Various modalities from simple hand hygiene to costly antibiotics exist. However, one simple and scientific fact has been unnoticed till date, that the air exhaled by patients harboring MDR and other microorganisms, is released by ventilators into ICU atmosphere itself. This increases infection in ICU atmosphere and poses risk to other patients. Material and Methods: Some parts of the ventilator are neither disposable nor sterilizable. Over time, microorganisms accumulate in ventilator and act as a source of infection and also contaminate ICU air. This was demonstrated by exposing microbiological culture plates to air from expiratory port of ventilator, whereby dense growth of pathogenic microorganisms was observed. The present prototype of the equipment is totally self-made. It has a mechanism of controlled negative pressure, active and passive systems and various alarms and is versatile to be used with any ventilator. Results: This equipment captures the whole of contaminated exhaled air from the expiratory port of the ventilator and directs it out of the ICU space. Thus, it does not allow contaminated ventilator air to release into the ICU atmosphere. Therefore, there is no chance of exposure of other patients to contaminated air. Conclusion: The equipment is first of its kind the world over and is already under patent process. It has rightly been called ICU Ventilator Air Removal System (ICU VARS). It holds a chance that this technique will gain widespread acceptance shall find use in all the ventilators in most of the ICUs throughout the world.

Keywords: innovative, ICU Infection Control, microorganism, negative pressure

Procedia PDF Downloads 346
21209 IoT and Deep Learning approach for Growth Stage Segregation and Harvest Time Prediction of Aquaponic and Vermiponic Swiss Chards

Authors: Praveen Chandramenon, Andrew Gascoyne, Fideline Tchuenbou-Magaia

Abstract:

Aquaponics offers a simple conclusive solution to the food and environmental crisis of the world. This approach combines the idea of Aquaculture (growing fish) to Hydroponics (growing vegetables and plants in a soilless method). Smart Aquaponics explores the use of smart technology including artificial intelligence and IoT, to assist farmers with better decision making and online monitoring and control of the system. Identification of different growth stages of Swiss Chard plants and predicting its harvest time is found to be important in Aquaponic yield management. This paper brings out the comparative analysis of a standard Aquaponics with a Vermiponics (Aquaponics with worms), which was grown in the controlled environment, by implementing IoT and deep learning-based growth stage segregation and harvest time prediction of Swiss Chards before and after applying an optimal freshwater replenishment. Data collection, Growth stage classification and Harvest Time prediction has been performed with and without water replenishment. The paper discusses the experimental design, IoT and sensor communication with architecture, data collection process, image segmentation, various regression and classification models and error estimation used in the project. The paper concludes with the results comparison, including best models that performs growth stage segregation and harvest time prediction of the Aquaponic and Vermiponic testbed with and without freshwater replenishment.

Keywords: aquaponics, deep learning, internet of things, vermiponics

Procedia PDF Downloads 64
21208 Obtaining the Hydraulic Concrete Resistant to the Aggressive Environment by Using Admixtures

Authors: N. Tabatadze

Abstract:

The research aim is to study the physical and mechanical characteristics of hydraulic concrete in the surface active environment. The specific goal is to obtain high strength and low deformable concrete based on nano additives, resistant to the aggressive environment. As result of research, the alkali-silica reaction was improved (relative elongation 0,122 % of admixture instead of 0,126 % of basic concrete after 14 days). The aggressive environment impact on the strength of heavy concrete, fabricated on the basis of the hydraulic admixture with the penetrating waterproof additives also was improved (strength on compression R28=47,5 mPa of admixture instead of R28=35,8 mPa). Moreover, water absorption (W=0,59 % of admixture instead of W=1,41 %), water tightness (R14=37,9 mPa instead R14=28,7 mPa) and water-resistance (B=18 instead B=12). The basic parameters of concrete with admixture was improved in comparison with basic concrete.

Keywords: hydraulic concrete, alkali-silica reaction, water absorption, water-resistance

Procedia PDF Downloads 342
21207 Estimating The Population Mean by Using Stratified Double Extreme Ranked Set Sample

Authors: Mahmoud I. Syam, Kamarulzaman Ibrahim, Amer I. Al-Omari

Abstract:

Stratified double extreme ranked set sampling (SDERSS) method is introduced and considered for estimating the population mean. The SDERSS is compared with the simple random sampling (SRS), stratified ranked set sampling (SRSS) and stratified simple set sampling (SSRS). It is shown that the SDERSS estimator is an unbiased of the population mean and more efficient than the estimators using SRS, SRSS and SSRS when the underlying distribution of the variable of interest is symmetric or asymmetric.

Keywords: double extreme ranked set sampling, extreme ranked set sampling, ranked set sampling, stratified double extreme ranked set sampling

Procedia PDF Downloads 452
21206 Upgrading of Bio-Oil by Bio-Pd Catalyst

Authors: Sam Derakhshan Deilami, Iain N. Kings, Lynne E. Macaskie, Brajendra K. Sharma, Anthony V. Bridgwater, Joseph Wood

Abstract:

This paper reports the application of a bacteria-supported palladium catalyst to the hydrodeoxygenation (HDO) of pyrolysis bio-oil, towards producing an upgraded transport fuel. Biofuels are key to the timely replacement of fossil fuels in order to mitigate the emissions of greenhouse gases and depletion of non-renewable resources. The process is an essential step in the upgrading of bio-oils derived from industrial by-products such as agricultural and forestry wastes, the crude oil from pyrolysis containing a large amount of oxygen that requires to be removed in order to create a fuel resembling fossil-derived hydrocarbons. The bacteria supported catalyst manufacture is a means of utilizing recycled metals and second life bacteria, and the metal can also be easily recovered from the spent catalysts after use. Comparisons are made between bio-Pd, and a conventional activated carbon supported Pd/C catalyst. Bio-oil was produced by fast pyrolysis of beechwood at 500 C at a residence time below 2 seconds, provided by Aston University. 5 wt % BioPd/C was prepared under reducing conditions, exposing cells of E. coli MC4100 to a solution of sodium tetrachloropalladate (Na2PdCl4), followed by rinsing, drying and grinding to form a powder. Pd/C was procured from Sigma-Aldrich. The HDO experiments were carried out in a 100 mL Parr batch autoclave using ~20g bio-crude oil and 0.6 g bio-Pd/C catalyst. Experimental variables investigated for optimization included temperature (160-350C) and reaction times (up to 5 h) at a hydrogen pressure of 100 bar. Most of the experiments resulted in an aqueous phase (~40%) and an organic phase (~50-60%) as well as gas phase (<5%) and coke (<2%). Study of the temperature and time upon the process showed that the degree of deoxygenation increased (from ~20 % up to 60 %) at higher temperatures in the region of 350 C and longer residence times up to 5 h. However minimum viscosity (~0.035 Pa.s) occurred at 250 C and 3 h residence time, indicating that some polymerization of the oil product occurs at the higher temperatures. Bio-Pd showed a similar degree of deoxygenation (~20 %) to Pd/C at lower temperatures of 160 C, but did not rise as steeply with temperature. More coke was formed over bio-Pd/C than Pd/C at temperatures above 250 C, suggesting that bio-Pd/C may be more susceptible to coke formation than Pd/C. Reactions occurring during bio-oil upgrading include catalytic cracking, decarbonylation, decarboxylation, hydrocracking, hydrodeoxygenation and hydrogenation. In conclusion, it was shown that bio-Pd/C displays an acceptable rate of HDO, which increases with residence time and temperature. However some undesirable reactions also occur, leading to a deleterious increase in viscosity at higher temperatures. Comparisons are also drawn with earlier work on the HDO of Chlorella derived bio-oil manufactured from micro-algae via hydrothermal liquefaction. Future work will analyze the kinetics of the reaction and investigate the effect of bi-metallic catalysts.

Keywords: bio-oil, catalyst, palladium, upgrading

Procedia PDF Downloads 172
21205 Reduced Complexity Iterative Solution For I/Q Imbalance Problem in DVB-T2 Systems

Authors: Karim S. Hassan, Hisham M. Hamed, Yassmine A. Fahmy, Ahmed F. Shalash

Abstract:

The mismatch between in-phase and quadrature signals in Orthogonal frequency division multiplexing (OFDM) systems, such as DVB-T2, results in a severe degradation in performance. Several general solutions have been proposed in the past, but these are largely computationally intensive, leading to complex implementations. In this paper, we propose a relatively simple iterative solution, which provides good results in relatively few iterations, using fixed precision arithmetic. An additional advantage is that complex digital blocks, such as dividers and square root, are not required. Thus, the proposed solution may be implemented in relatively simple hardware.

Keywords: OFDM, DVB-T2, I/Q imbalance, I/Q mismatch, iterative method, fixed point, reduced complexity

Procedia PDF Downloads 532
21204 A Long Short-Term Memory Based Deep Learning Model for Corporate Bond Price Predictions

Authors: Vikrant Gupta, Amrit Goswami

Abstract:

The fixed income market forms the basis of the modern financial market. All other assets in financial markets derive their value from the bond market. Owing to its over-the-counter nature, corporate bonds have relatively less data publicly available and thus is researched upon far less compared to Equities. Bond price prediction is a complex financial time series forecasting problem and is considered very crucial in the domain of finance. The bond prices are highly volatile and full of noise which makes it very difficult for traditional statistical time-series models to capture the complexity in series patterns which leads to inefficient forecasts. To overcome the inefficiencies of statistical models, various machine learning techniques were initially used in the literature for more accurate forecasting of time-series. However, simple machine learning methods such as linear regression, support vectors, random forests fail to provide efficient results when tested on highly complex sequences such as stock prices and bond prices. hence to capture these intricate sequence patterns, various deep learning-based methodologies have been discussed in the literature. In this study, a recurrent neural network-based deep learning model using long short term networks for prediction of corporate bond prices has been discussed. Long Short Term networks (LSTM) have been widely used in the literature for various sequence learning tasks in various domains such as machine translation, speech recognition, etc. In recent years, various studies have discussed the effectiveness of LSTMs in forecasting complex time-series sequences and have shown promising results when compared to other methodologies. LSTMs are a special kind of recurrent neural networks which are capable of learning long term dependencies due to its memory function which traditional neural networks fail to capture. In this study, a simple LSTM, Stacked LSTM and a Masked LSTM based model has been discussed with respect to varying input sequences (three days, seven days and 14 days). In order to facilitate faster learning and to gradually decompose the complexity of bond price sequence, an Empirical Mode Decomposition (EMD) has been used, which has resulted in accuracy improvement of the standalone LSTM model. With a variety of Technical Indicators and EMD decomposed time series, Masked LSTM outperformed the other two counterparts in terms of prediction accuracy. To benchmark the proposed model, the results have been compared with traditional time series models (ARIMA), shallow neural networks and above discussed three different LSTM models. In summary, our results show that the use of LSTM models provide more accurate results and should be explored more within the asset management industry.

Keywords: bond prices, long short-term memory, time series forecasting, empirical mode decomposition

Procedia PDF Downloads 135
21203 Detection of Aflatoxin B1 Producing Aspergillus flavus Genes from Maize Feed Using Loop-Mediated Isothermal Amplification (LAMP) Technique

Authors: Sontana Mimapan, Phattarawadee Wattanasuntorn, Phanom Saijit

Abstract:

Aflatoxin contamination in maize, one of several agriculture crops grown for livestock feeding, is still a problem throughout the world mainly under hot and humid weather conditions like Thailand. In this study Aspergillus flavus (A. Flavus), the key fungus for aflatoxin production especially aflatoxin B1 (AFB1), isolated from naturally infected maize were identified and characterized according to colony morphology and PCR using ITS, Beta-tubulin and calmodulin genes. The strains were analysed for the presence of four aflatoxigenic biosynthesis genes in relation to their capability to produce AFB1, Ver1, Omt1, Nor1, and aflR. Aflatoxin production was then confirmed using immunoaffinity column technique. A loop-mediated isothermal amplification (LAMP) was applied as an innovative technique for rapid detection of target nucleic acid. The reaction condition was optimized at 65C for 60 min. and calcein flurescent reagent was added before amplification. The LAMP results showed clear differences between positive and negative reactions in end point analysis under daylight and UV light by the naked eye. In daylight, the samples with AFB1 producing A. Flavus genes developed a yellow to green color, but those without the genes retained the orange color. When excited with UV light, the positive samples become visible by bright green fluorescence. LAMP reactions were positive after addition of purified target DNA until dilutions of 10⁻⁶. The reaction products were then confirmed and visualized with 1% agarose gel electrophoresis. In this regards, 50 maize samples were collected from dairy farms and tested for the presence of four aflatoxigenic biosynthesis genes using LAMP technique. The results were positive in 18 samples (36%) but negative in 32 samples (64%). All of the samples were rechecked by PCR and the results were the same as LAMP, indicating 100% specificity. Additionally, when compared with the immunoaffinity column-based aflatoxin analysis, there was a significant correlation between LAMP results and aflatoxin analysis (r= 0.83, P < 0.05) which suggested that positive maize samples were likely to be a high- risk feed. In conclusion, the LAMP developed in this study can provide a simple and rapid approach for detecting AFB1 producing A. Flavus genes from maize and appeared to be a promising tool for the prediction of potential aflatoxigenic risk in livestock feedings.

Keywords: Aflatoxin B1, Aspergillus flavus genes, maize, loop-mediated isothermal amplification

Procedia PDF Downloads 235
21202 Gastroprotective Effect of Copper Complex On Indomethacin-Induced Gastric Ulcer In Rats. Histological and Immunohistochemical Study

Authors: Heba M. Saad Eldien, Ola Abdel-Tawab Hussein, Ahmed Yassein Nassar

Abstract:

Background: Indomethacin is a non-steroidal anti inflammatory drug. Indomethacin induces an injury to gastrointestinal mucosa in experimental animals and humans and their use is associated with a significant risk of hemorrhage, erosions and perforation of both gastric and intestinal ulcers. The anti-inflammatory action of copper complexes is an important activity of their anti-ulcer effect achieved by their intermediary role as a transport form of copper that allow activation of the several copper-dependent enzymes. Therefore, several copper complexes were synthesized and investigated as promising alternative anti-ulcer therapy. Aim of the work: The purpose of this study was to evaluate a copper chelating complex consisting of egg albumin and copper as one of the copper peptides that can be used as anti-inflammatory agent and effective in ameliorates the hazards of the indomethacin on the histological structure of the fundus of the stomach that could be added to raise the efficacy of the currently used simple and cheap gastric anti-inflammatory drug mucogel. Material &methods: This study was carried out on 40 adult male albino rats,divided equally into 4 groups;Group I(control group) received distilled water,Group II(indomethacin treated group) received (25 mg/kg body weight, oral intubation) once, Group III (mucogel treated group)2 mL/rat once daily, oral incubation, Group IV(copper complex group) 1 mL /rat of 30 gm of copper albumin complex was mixed uniformly with mucogel to 100 mL. Treatment has been started six hour after Induction of Ulcers and continued till the 3rd day. The animals sacrificed and was processed for light, transmission electron microscopy(TEM) and immunostaining for inducible nitric oxide synthase(iNOS). Results: Fundic mucosa of group II, showed exfoliation of epithelial cells lining the gland, discontinuity of surface epithelial cells (ulcer formation), vacuolation and detachment of cells, eosinophilic infiltration and congestion of blood vessels in the lamina propria and submucosa. There was thickening and disarrangement of mucosa, weak positive reaction for PAS and marked increase in the collagen fibers lamina propria and the submucosa of the fundus. TEM revealed degeneration of cheif and parietal cells.Marked increase positive reactive of iNOS in all cells of the fundic gland. Group III showed reconstruction of gastric gland with cystic dilatation and vacuolation, moderate decrease of collagen fibers, reduced the intensity of iNOS while in Group IV healthy mucosa with normal surface lining epithelium and fundic glands, strong positive reaction for PAS, marked decrease of collagen fibers and positive reaction for iNOS. TEM revealed regeneration of cheif and parietal cells. Conclusion: Co treatment of copper-albumin complex seems to be useful for gastric ulcer treatment and ameliorates most of hazards of indomethacin.

Keywords: copper complex, gastric ulcer, indomethacin, rat

Procedia PDF Downloads 335
21201 Evaluation of Coagulation State in Patients with End Stage Renal Disease (ESRD) by Thromboelastogram (TEG)

Authors: Mohammad Javad Esmaeili

Abstract:

Background: Coagulopathy is one of the complications with end stage renal disease with high prevalence in the world. Thromboelastogram is adynamic test for evaluation of coagulopathy and we have compared our patient's coagulation profiles with the results of TEG. Material and methods: In this study 50 patients with ESRD who were on regular hemodialysis for at least 6 months was selected with simple sampling and their coagulation profile was done with blood sampling and also TEG was done for every patient. Data were analyzed with SPSS and P<0.05 consider significant. Results: Protein s, Protein c and Antithrombin III deficiency was detected in 32%, 16% and 20% of patients and activated protein c resistance was abnormal in 2% of patients. In TEG, R time in 49% and K in 22/5% of patients was lower than normal and a-angle in 26% and maximum amplitude in 36% of patients was upper than normal (Hypercoagulable state). PS with R and ATIII with K have correlation. Conclusion: R time and K in TEG can be a suitable screening test in patients with suspicious to PS and ATIII deficiency.

Keywords: thromboelastography, chronic kidney disease, Coagulating disorder, hemodialysis

Procedia PDF Downloads 73