Search results for: modified colorimetric Maren TH method
Commenced in January 2007
Frequency: Monthly
Edition: International
Paper Count: 20679

Search results for: modified colorimetric Maren TH method

19089 Surface Roughness of AlSi/10%AlN Metal Matrix Composite Material Using the Taguchi Method

Authors: Nurul Na'imy Wan, Mohamad Sazali Said, Jaharah Ab. Ghani, Mohd Asri Selamat

Abstract:

This paper presents the surface roughness of the Aluminium silicon alloy (AlSi) matrix composite which has been reinforced with aluminium nitride (AlN), with three types of carbide inserts. Experiments were conducted at various cutting speeds, feed rates, and depths of cut, according to the Taguchi method, using a standard orthogonal array L27 (34). The signal-to-noise (S/N) ratio and analysis of variance are applied to study the characteristic performance of machining parameters in measuring the surface roughness during the milling operation. The analysis of results, using the Taguchi method concluded that a combination of low feed rate, medium depth of cut, low cutting speed, and insert TiB2 give a better value of surface roughness. From Taguchi method, it was found that cutting speed of 230m/min, feed rate of 0.4 mm/tooth, depth of cut of 0.5mm and type of insert of TiB2 were the optimal machining parameters that gave the optimal value of surface roughness.

Keywords: AlSi/AlN Metal Matrix Composite (MMC), surface roughness, Taguchi method

Procedia PDF Downloads 462
19088 A Numerical Study on the Influence of CO2 Dilution on Combustion Characteristics of a Turbulent Diffusion Flame

Authors: Yasaman Tohidi, Rouzbeh Riazi, Shidvash Vakilipour, Masoud Mohammadi

Abstract:

The objective of the present study is to numerically investigate the effect of CO2 replacement of N2 in air stream on the flame characteristics of the CH4 turbulent diffusion flame. The Open source Field Operation and Manipulation (OpenFOAM) has been used as the computational tool. In this regard, laminar flamelet and modified k-ε models have been utilized as combustion and turbulence models, respectively. Results reveal that the presence of CO2 in air stream changes the flame shape and maximum flame temperature. Also, CO2 dilution causes an increment in CO mass fraction.

Keywords: CH4 diffusion flame, CO2 dilution, OpenFOAM, turbulent flame

Procedia PDF Downloads 276
19087 Electrostatic Solitary Waves in Degenerate Relativistic Quantum Plasmas

Authors: Sharmin Sultana, Reinhard Schlickeiser

Abstract:

A degenerate relativistic quantum plasma (DRQP) system (containing relativistically degenerate electrons, degenerate/non-degenerate light nuclei, and non-degenerate heavy nuclei) is considered to investigate the propagation characteristics of electrostatic solitary waves (in the ionic scale length) theoretically and numerically. The ion-acoustic solitons are found to be associated with the modified ion-acoustic waves (MIAWs) in which inertia (restoring force) is provided by mass density of the light or heavy nuclei (degenerate pressure of the cold electrons). A mechanical-motion analog (Sagdeev-type) pseudo-potential approach is adopted to study the properties of large amplitude solitary waves. The basic properties of the large amplitude MIAWs and their existence domain in terms of soliton speed (Mach number) are examined. On the other hand, a multi-scale perturbation approach, leading to an evolution equation for the envelope dynamics, is adopted to derive the cubic nonlinear Schrödinger equation (NLSE). The criteria for the occurrence of modulational instability (MI) of the MIAWs are analyzed via the nonlinear dispersion relation of the NLSE. The possibility for the formation of highly energetic localized modes (e.g. peregrine solitons, rogue waves, etc.) is predicted in such DRQP medium. Peregrine solitons or rogue waves with amplitudes of several times of the background are observed to form in DRQP. The basic features of these modulated waves (e.g. envelope solitons, peregrine solitons, and rogue waves), which are found to form in DRQP, and their MI criteria (on the basis of different intrinsic plasma parameters), are investigated. It is emphasized that our results should be useful in understanding the propagation characteristics of localized disturbances and the modulation dynamics of envelope solitons, and their instability criteria in astrophysical DRQP system (e.g. white dwarfs, neutron stars, etc., where matters under extreme conditions are assumed to exist) and also in ultra-high density experimental plasmas.

Keywords: degenerate plasma, envelope solitons, modified ion-acoustic waves, modulational instability, rogue waves

Procedia PDF Downloads 203
19086 Biophysically Motivated Phylogenies

Authors: Catherine Felce, Lior Pachter

Abstract:

Current methods for building phylogenetic trees from gene expression data consider mean expression levels. With single-cell technologies, we can leverage more information about cell dynamics by considering the entire distribution of gene expression across cells. Using biophysical modeling, we propose a method for constructing phylogenetic trees from scRNA-seq data, building on Felsenstein's method of continuous characters. This method can highlight genes whose level of expression may be unchanged between species, but whose rates of transcription/decay may have evolved over time.

Keywords: phylogenetics, single-cell, biophysical modeling, transcription

Procedia PDF Downloads 51
19085 Synthesising Highly Luminescent CdTe Quantum Dots Using Cannula Hot Injection Method

Authors: Erdem Elibol, Musa Cadırcı, Nedim Tutkun

Abstract:

Recently, colloidal quantum dots (CQDs) have drawn increasing attention due to their unique size tunability, which makes them potential candidates for numerous applications including photovoltaic, LEDs, and imaging. However, the main challenge to exploit CQDs properly is that there has not been an effective method to produce them with highly crystalline form and narrow size dispersion. Hot injection method is one of the widely used techniques to produce high-quality nanoparticles. In this method, the key parameter is to reduce the time for injection of the precursors into each other, which yields fast and constant nucleation rate and hence to highly monodisperse QDs. In conventional hot injection method, the injection of precursors is carried out using standard lab syringes with long needles. However, this technique is relatively slow and thus will result in poor optical properties in QDs. In this work, highly luminescent CdTe QDs were synthesised by transferring hot precursors into each other using cannula method. Unlike regular syringe technique, with the help of high pressure difference between two precursors’ flasks and wide cross-section of cannula, the hot cannulation process is too short which yields narrow size distribution and high quantum yield of CdTe QDs. Here QDs with full width half maximum (FWHM) of 28 nm was achieved. In addition, the photoluminescence quantum yield of our samples was measured to be about 21 ± 0.9 which is at least twice the previous record values for CdTe QDs wherein syringe was used to transfer precursors.

Keywords: CdTe, hot injection method, luminescent, quantum dots

Procedia PDF Downloads 320
19084 Memetic Algorithm for Solving the One-To-One Shortest Path Problem

Authors: Omar Dib, Alexandre Caminada, Marie-Ange Manier

Abstract:

The purpose of this study is to introduce a novel approach to solve the one-to-one shortest path problem. A directed connected graph is assumed in which all edges’ weights are positive. Our method is based on a memetic algorithm in which we combine a genetic algorithm (GA) and a variable neighborhood search method (VNS). We compare our approximate method with two exact algorithms Dijkstra and Integer Programming (IP). We made experimentations using random generated, complete and real graph instances. In most case studies, numerical results show that our method outperforms exact methods with 5% average gap to the optimality. Our algorithm’s average speed is 20-times faster than Dijkstra and more than 1000-times compared to IP. The details of the experimental results are also discussed and presented in the paper.

Keywords: shortest path problem, Dijkstra’s algorithm, integer programming, memetic algorithm

Procedia PDF Downloads 467
19083 Non–Geometric Sensitivities Using the Adjoint Method

Authors: Marcelo Hayashi, João Lima, Bruno Chieregatti, Ernani Volpe

Abstract:

The adjoint method has been used as a successful tool to obtain sensitivity gradients in aerodynamic design and optimisation for many years. This work presents an alternative approach to the continuous adjoint formulation that enables one to compute gradients of a given measure of merit with respect to control parameters other than those pertaining to geometry. The procedure is then applied to the steady 2–D compressible Euler and incompressible Navier–Stokes flow equations. Finally, the results are compared with sensitivities obtained by finite differences and theoretical values for validation.

Keywords: adjoint method, aerodynamics, sensitivity theory, non-geometric sensitivities

Procedia PDF Downloads 547
19082 A Comparative Study to Evaluate Chronological Age and Dental Age in the North Indian Population Using Cameriere's Method

Authors: Ranjitkumar Patil

Abstract:

Age estimation has importance in forensic dentistry. Dental age estimation has emerged as an alternative to skeletal age determination. The methods based on stages of tooth formation, as appreciated on radiographs, seem to be more appropriate in the assessment of age than those based on skeletal development. The study was done to evaluate dental age in the north Indian population using Cameriere’s method. Aims/Objectives: The study was conducted to assess the dental age of North Indian children using Cameriere’s method and to compare the chronological age and dental age for validation of the Cameriere’s method in the north Indian population. A comparative study of 02-year duration on the OPG (using PLANMECA Promax 3D) data of 497 individuals with ages ranging from 5 to 15 years was done based on simple random technique ethical approval obtained from institutional ethical committee. The data was obtained based on inclusion and exclusion criteria and was analyzed by software for dental age estimation. Statistical analysis: The student’s t-test was used to compare the morphological variables of males with those of females and to compare observed age with estimated age. The regression formula was also calculated. Results: Present study was a comparative study of 497 subjects with a distribution between males and females, with their dental age assessed by using a Panoramic radiograph, following the method described by Cameriere, which is widely accepted. Statistical analysis in our study indicated that gender does not have a significant influence on age estimation. (R2= 0.787). Conclusion: This infers that Cameriere’s method can be effectively applied to the north Indian population.

Keywords: forensic, dental age, skeletal age, chronological age, Cameriere’s method

Procedia PDF Downloads 115
19081 Fault Location Detection in Active Distribution System

Authors: R. Rezaeipour, A. R. Mehrabi

Abstract:

Recent increase of the DGs and microgrids in distribution systems, disturbs the tradition structure of the system. Coordination between protection devices in such a system becomes the concern of the network operators. This paper presents a new method for fault location detection in the active distribution networks, independent of the fault type or its resistance. The method uses synchronized voltage and current measurements at the interconnection of DG units and is able to adapt to changes in the topology of the system. The method has been tested on a 38-bus distribution system, with very encouraging results.

Keywords: fault location detection, active distribution system, micro grids, network operators

Procedia PDF Downloads 789
19080 Reliability Improvement of Power System Networks Using Adaptive Genetic Algorithm

Authors: Alireza Alesaadi

Abstract:

Reliability analysis is a powerful method for determining the weak points of the electrical networks. In designing of electrical network, it is tried to design the most reliable network with minimal system shutting down, but it is usually associated with increasing the cost. In this paper, using adaptive genetic algorithm, a method was presented that provides the most reliable system with a certain economical cost. Finally, the proposed method is applied to a sample network and results will be analyzed.

Keywords: reliability, adaptive genetic algorithm, electrical network, communication engineering

Procedia PDF Downloads 510
19079 Removal of Heavy Metal, Dye and Salinity from Industrial Wastewaters by Banana Rachis Cellulose Micro Crystal-Clay Composite

Authors: Mohd Maniruzzaman, Md. Monjurul Alam, Md. Hafezur Rahaman, Anika Amir Mohona

Abstract:

The consumption of water by various industries is increasing day by day, and the wastewaters from them are increasing as well. These wastewaters consist of various kinds of color, dissolved solids, toxic heavy metals, residual chlorine, and other non-degradable organic materials. If these wastewaters are exposed directly to the environment, it will be hazardous for the environment and personal health. So, it is very necessary to treat these wastewaters before exposing into the environment. In this research, we have demonstrated the successful processing and utilization of fully bio-based cellulose micro crystal (CMC) composite for the removal of heavy metals, dyes, and salinity from industrial wastewaters. Banana rachis micro-cellulose were prepared by acid hydrolysis (H₂SO₄) of banana (Musa acuminata L.) rachis fiber, and Bijoypur raw clay were treated by organic solvent tri-ethyl amine. Composites were prepared with varying different composition of banana rachis nano-cellulose and modified Bijoypur (north-east part in Bangladesh) clay. After the successful characterization of cellulose micro crystal (CMC) and modified clay, our targeted filter was fabricated with different composition of cellulose micro crystal and clay in the locally fabricated packing column with 7.5 cm as thickness of composites fraction. Waste-water was collected from local small textile industries containing basic yellow 2 as dye, lead (II) nitrate [Pb(NO₃)₂] and chromium (III) nitrate [Cr(NO₃)₃] as heavy metals and saline water was collected from Khulna to test the efficiency of banana rachis cellulose micro crystal-clay composite for removing the above impurities. The filtering efficiency of wastewater purification was characterized by Fourier transforms infrared spectroscopy (FTIR), X-ray diffraction (X-RD), thermo gravimetric analysis (TGA), atomic absorption spectrometry (AAS), scanning electron microscopy (SEM) analyses. Finally, our all characterizations data are shown with very high expected results for in industrial application of our fabricated filter.

Keywords: banana rachis, bio-based filter, cellulose micro crystal-clay composite, wastewaters, synthetic dyes, heavy metal, water salinity

Procedia PDF Downloads 129
19078 On the Study of the Electromagnetic Scattering by Large Obstacle Based on the Method of Auxiliary Sources

Authors: Hidouri Sami, Aguili Taoufik

Abstract:

We consider fast and accurate solutions of scattering problems by large perfectly conducting objects (PEC) formulated by an optimization of the Method of Auxiliary Sources (MAS). We present various techniques used to reduce the total computational cost of the scattering problem. The first technique is based on replacing the object by an array of finite number of small (PEC) object with the same shape. The second solution reduces the problem on considering only the half of the object.These two solutions are compared to results from the reference bibliography.

Keywords: method of auxiliary sources, scattering, large object, RCS, computational resources

Procedia PDF Downloads 241
19077 Vendor Selection and Supply Quotas Determination by Using Revised Weighting Method and Multi-Objective Programming Methods

Authors: Tunjo Perič, Marin Fatović

Abstract:

In this paper a new methodology for vendor selection and supply quotas determination (VSSQD) is proposed. The problem of VSSQD is solved by the model that combines revised weighting method for determining the objective function coefficients, and a multiple objective linear programming (MOLP) method based on the cooperative game theory for VSSQD. The criteria used for VSSQD are: (1) purchase costs and (2) product quality supplied by individual vendors. The proposed methodology is tested on the example of flour purchase for a bakery with two decision makers.

Keywords: cooperative game theory, multiple objective linear programming, revised weighting method, vendor selection

Procedia PDF Downloads 358
19076 3D High-Precision Tunnel Gravity Exploration Method for Concealed High-Density Ore-Bodies: A Case Study on the Zhaotong Maoping Carbonate-Hosted Zn-Pb-(Ag-Ge) Deposit in Northeastern Yunnan, China

Authors: Han Run-Sheng, Li Wen-Yao, Wang Feng, Liu Fei, Qiu Wen-Long, Lei Li

Abstract:

Accurately positioning detection of concealed deposits or ore-bodies is one of the difficult problems in mineral exploration field. Theory calculation and exploration practices for tunnel gravity indicate that 3D high-precision Tunnel Gravity Exploration Method (TGEM) can find concealed high-density three-dimensional ore-bodies in the depth. The ore-finding breakthroughs at the depth of the Zhaotong Maoping carbonate-hosted Zn–Pb–(Ag–Ge) deposit in Northeastern Yunnan have proved that the exploration method in combination with MEAHFZ method is effective to detect concealed high-density ore-bodies. TGEM may overcome anomalous ambiguity of other geophysical methods for 3D positioning of concealed ore-bodies.

Keywords: 3D tunnel gravity exploration method, concealed high-density Ore-bodies, Zn–Pb–(Ag–Ge) deposit, Zaotong mapping, Northeastern Yunnan

Procedia PDF Downloads 326
19075 Image Compression Using Block Power Method for SVD Decomposition

Authors: El Asnaoui Khalid, Chawki Youness, Aksasse Brahim, Ouanan Mohammed

Abstract:

In these recent decades, the important and fast growth in the development and demand of multimedia products is contributing to an insufficient in the bandwidth of device and network storage memory. Consequently, the theory of data compression becomes more significant for reducing the data redundancy in order to save more transfer and storage of data. In this context, this paper addresses the problem of the lossless and the near-lossless compression of images. This proposed method is based on Block SVD Power Method that overcomes the disadvantages of Matlab's SVD function. The experimental results show that the proposed algorithm has a better compression performance compared with the existing compression algorithms that use the Matlab's SVD function. In addition, the proposed approach is simple and can provide different degrees of error resilience, which gives, in a short execution time, a better image compression.

Keywords: image compression, SVD, block SVD power method, lossless compression, near lossless

Procedia PDF Downloads 387
19074 Substructure Method for Thermal-Stress Analysis of Liquid-Propellant Rocket Engine Combustion Chamber

Authors: Olga V. Korotkaya

Abstract:

This article is devoted to an important problem of calculation of deflected mode of the combustion chamber and the nozzle end of a new liquid-propellant rocket cruise engine. A special attention is given to the methodology of calculation. Three operating modes are considered. The analysis has been conducted in ANSYS software. The methods of conducted research are mathematical modelling, substructure method, cyclic symmetry, and finite element method. The calculation has been carried out to order of S. P. Korolev Rocket and Space Corporation «Energia». The main results are practical. Proposed methodology and created models would be able to use for a wide range of strength problems.

Keywords: combustion chamber, cyclic symmetry, finite element method, liquid-propellant rocket engine, nozzle end, substructure

Procedia PDF Downloads 506
19073 Estimation of Coefficient of Discharge of Side Trapezoidal Labyrinth Weir Using Group Method of Data Handling Technique

Authors: M. A. Ansari, A. Hussain, A. Uddin

Abstract:

A side weir is a flow diversion structure provided in the side wall of a channel to divert water from the main channel to a branch channel. The trapezoidal labyrinth weir is a special type of weir in which crest length of the weir is increased to pass higher discharge. Experimental and numerical studies related to the coefficient of discharge of trapezoidal labyrinth weir in an open channel have been presented in the present study. Group Method of Data Handling (GMDH) with the transfer function of quadratic polynomial has been used to predict the coefficient of discharge for the side trapezoidal labyrinth weir. A new model is developed for coefficient of discharge of labyrinth weir by regression method. Generalized models for predicting the coefficient of discharge for labyrinth weir using Group Method of Data Handling (GMDH) network have also been developed. The prediction based on GMDH model is more satisfactory than those given by traditional regression equations.

Keywords: discharge coefficient, group method of data handling, open channel, side labyrinth weir

Procedia PDF Downloads 160
19072 Prediction of Index-Mechanical Properties of Pyroclastic Rock Utilizing Electrical Resistivity Method

Authors: İsmail İnce

Abstract:

The aim of this study is to determine index and mechanical properties of pyroclastic rock in a practical way by means of electrical resistivity method. For this purpose, electrical resistivity, uniaxial compressive strength, point load strength, P-wave velocity, density and porosity values of 10 different pyroclastic rocks were measured in the laboratory. A simple regression analysis was made among the index-mechanical properties of the samples compatible with electrical resistivity values. A strong exponentially relation was found between index-mechanical properties and electrical resistivity values. The electrical resistivity method can be used to assess the engineering properties of the rock from which it is difficult to obtain regular shaped samples as a non-destructive method.

Keywords: electrical resistivity, index-mechanical properties, pyroclastic rocks, regression analysis

Procedia PDF Downloads 473
19071 Instability Index Method and Logistic Regression to Assess Landslide Susceptibility in County Route 89, Taiwan

Authors: Y. H. Wu, Ji-Yuan Lin, Yu-Ming Liou

Abstract:

This study aims to set up the landslide susceptibility map of County Route 89 at Ren-Ai Township in Nantou County using the Instability Index Method and Logistic regression. Seven susceptibility factors including Slope Angle, Aspect, Elevation, Distance to fold, Distance to River, Distance to Road and Accumulated Rainfall were obtained by GIS based on the Typhoon Toraji landslide area identified by Industrial Technology Research Institute in 2001. To calculate the landslide percentage of each factor and acquire the weight and grade the grid by means of Instability Index Method. In this study, landslide susceptibility can be classified into four grades: high, medium high, medium low and low, in order to determine the advantages and disadvantages of the two models. The precision of this model is verified by classification error matrix and SRC curve. These results suggest that the logistic regression model is a preferred method than instability index in the assessment of landslide susceptibility. It is suitable for the landslide prediction and precaution in this area in the future.

Keywords: instability index method, logistic regression, landslide susceptibility, SRC curve

Procedia PDF Downloads 292
19070 Fragment Domination for Many-Objective Decision-Making Problems

Authors: Boris Djartov, Sanaz Mostaghim

Abstract:

This paper presents a number-based dominance method. The main idea is how to fragment the many attributes of the problem into subsets suitable for the well-established concept of Pareto dominance. Although other similar methods can be found in the literature, they focus on comparing the solutions one objective at a time, while the focus of this method is to compare entire subsets of the objective vector. Given the nature of the method, it is computationally costlier than other methods and thus, it is geared more towards selecting an option from a finite set of alternatives, where each solution is defined by multiple objectives. The need for this method was motivated by dynamic alternate airport selection (DAAS). In DAAS, pilots, while en route to their destination, can find themselves in a situation where they need to select a new landing airport. In such a predicament, they need to consider multiple alternatives with many different characteristics, such as wind conditions, available landing distance, the fuel needed to reach it, etc. Hence, this method is primarily aimed at human decision-makers. Many methods within the field of multi-objective and many-objective decision-making rely on the decision maker to initially provide the algorithm with preference points and weight vectors; however, this method aims to omit this very difficult step, especially when the number of objectives is so large. The proposed method will be compared to Favour (1 − k)-Dom and L-dominance (LD) methods. The test will be conducted using well-established test problems from the literature, such as the DTLZ problems. The proposed method is expected to outperform the currently available methods in the literature and hopefully provide future decision-makers and pilots with support when dealing with many-objective optimization problems.

Keywords: multi-objective decision-making, many-objective decision-making, multi-objective optimization, many-objective optimization

Procedia PDF Downloads 91
19069 Comparison between Classical and New Direct Torque Control Strategies of Induction Machine

Authors: Mouna Essaadi, Mohamed Khafallah, Abdallah Saad, Hamid Chaikhy

Abstract:

This paper presents a comparative analysis between conventional direct torque control (C_DTC), Modified direct torque control (M_DTC) and twelve sectors direct torque control (12_DTC).Those different strategies are compared by simulation in term of torque, flux and stator current performances. Finally, a summary of the comparative analysis is presented.

Keywords: C_DTC, M_DTC, 12_DTC, torque dynamic, stator current, flux, performances

Procedia PDF Downloads 619
19068 Modeling Flow and Deposition Characteristics of Solid CO2 during Choked Flow of CO2 Pipeline in CCS

Authors: Teng lin, Li Yuxing, Han Hui, Zhao Pengfei, Zhang Datong

Abstract:

With the development of carbon capture and storage (CCS), the flow assurance of CO2 transportation becomes more important, particularly for supercritical CO2 pipelines. The relieving system using the choke valve is applied to control the pressure in CO2 pipeline. However, the temperature of fluid would drop rapidly because of Joule-Thomson cooling (JTC), which may cause solid CO2 form and block the pipe. In this paper, a Computational Fluid Dynamic (CFD) model, using the modified Lagrangian method, Reynold's Stress Transport model (RSM) for turbulence and stochastic tracking model (STM) for particle trajectory, was developed to predict the deposition characteristic of solid carbon dioxide. The model predictions were in good agreement with the experiment data published in the literature. It can be observed that the particle distribution affected the deposition behavior. In the region of the sudden expansion, the smaller particles accumulated tightly on the wall were dominant for pipe blockage. On the contrary, the size of solid CO2 particles deposited near the outlet usually was bigger and the stacked structure was looser. According to the calculation results, the movement of the particles can be regarded as the main four types: turbulent motion close to the sudden expansion structure, balanced motion at sudden expansion-middle region, inertial motion near the outlet and the escape. Furthermore the particle deposits accumulated primarily in the sudden expansion region, reattachment region and outlet region because of the four type of motion. Also the Stokes number had an effect on the deposition ratio and it is recommended for Stokes number to avoid 3-8St.

Keywords: carbon capture and storage, carbon dioxide pipeline, gas-particle flow, deposition

Procedia PDF Downloads 370
19067 Numerical Simulation of Two-Dimensional Flow over a Stationary Circular Cylinder Using Feedback Forcing Scheme Based Immersed Boundary Finite Volume Method

Authors: Ranjith Maniyeri, Ahamed C. Saleel

Abstract:

Two-dimensional fluid flow over a stationary circular cylinder is one of the bench mark problem in the field of fluid-structure interaction in computational fluid dynamics (CFD). Motivated by this, in the present work, a two-dimensional computational model is developed using an improved version of immersed boundary method which combines the feedback forcing scheme of the virtual boundary method with Peskin’s regularized delta function approach. Lagrangian coordinates are used to represent the cylinder and Eulerian coordinates are used to describe the fluid flow. A two-dimensional Dirac delta function is used to transfer the quantities between the sold to fluid domain. Further, continuity and momentum equations governing the fluid flow are solved using fractional step based finite volume method on a staggered Cartesian grid system. The developed code is validated by comparing the values of drag coefficient obtained for different Reynolds numbers with that of other researcher’s results. Also, through numerical simulations for different Reynolds numbers flow behavior is well captured. The stability analysis of the improved version of immersed boundary method is tested for different values of feedback forcing coefficients.

Keywords: Feedback Forcing Scheme, Finite Volume Method, Immersed Boundary Method, Navier-Stokes Equations

Procedia PDF Downloads 305
19066 Two-Component Biocompartible Material for Reconstruction of Articular Hyaline Cartilage

Authors: Alena O. Stepanova, Vera S. Chernonosova, Tatyana S. Godovikova, Konstantin A. Bulatov, Andrey Y. Patrushev, Pavel P. Laktionov

Abstract:

Trauma and arthrosis, not to mention cartilage destruction in overweight and elders put hyaline cartilage lesion among the most frequent diseases of locomotor system. These problems combined with low regeneration potential of the cartilage make regeneration of articular cartilage a high-priority task of tissue engineering. Many types of matrices, the procedures of their installation and autologous chondrocyte implantation protocols were offered, but certain aspects including adhesion of the implant with surrounding cartilage/bone, prevention of the ossification and fibrosis were not resolved. Simplification and acceleration of the procedures resulting in restoration of normal cartilage are also required. We have demonstrated that human chondroblasts can be successfully cultivated at the surface of electrospun scaffolds and produce extracellular matrix components in contrast to chondroblasts grown in homogeneous hydrogels. To restore cartilage we offer to use stacks of electrospun scaffolds fixed with photopolymerized solution of prepared from gelatin and chondroitin-4-sulfate both modified by glycidyl methacrylate and non-toxic photoinitator Darocur 2959. Scaffolds were prepared from nylon 6, polylactide-co-glicolide and their mixtures with modified gelatin. Illumination of chondroblasts in photopolymerized solution using 365 nm LED light had no effect on cell viability at compressive strength of the gel less than0,12 MPa. Stacks of electrospun scaffolds provide good compressive strength and have the potential for substitution with cartilage when biodegradable scaffolds are used. Vascularization can be prevented by introduction of biostable scaffolds in the layers contacting the subchondral bone. Studies of two-component materials (2-3 sheets of electrospun scaffold) implanted in the knee-joints of rabbits and fixed by photopolymerization demonstrated good crush resistance, biocompatibility and good adhesion of the implant with surrounding cartilage. Histological examination of the implants 3 month after implantation demonstrates absence of any inflammation and signs of replacement of the biodegradable scaffolds with normal cartilage. The possibility of intraoperative population of the implants with autologous cells is being investigated.

Keywords: chondroblasts, electrospun scaffolds, hyaline cartilage, photopolymerized gel

Procedia PDF Downloads 284
19065 Evaluation of MPPT Algorithms for Photovoltaic Generator by Comparing Incremental Conductance Method, Perturbation and Observation Method and the Method Using Fuzzy Logic

Authors: Elmahdi Elgharbaoui, Tamou Nasser, Ahmed Essadki

Abstract:

In the era of sustainable development, photovoltaic (PV) technology has shown significant potential as a renewable energy source. Photovoltaic generators (GPV) have a non-linear current-voltage characteristic, with a maximum power point (MPP) characterized by an optimal voltage, and depends on environmental factors such as temperature and irradiation. To extract each time the maximum power available at the terminals of the GPV and transfer it to the load, an adaptation stage is used, consisting of a boost chopper controlled by a maximum power point tracking technique (MPPT) through a stage of pulse width modulation (PWM). Our choice has focused on three techniques which are: the perturbation and observation method (P&O), the incremental conductance method (InCond) and the last is that of control using the fuzzy logic. The implementation and simulation of the system (photovoltaic generator, chopper boost, PWM and MPPT techniques) are then performed in the Matlab/Simulink environment.

Keywords: photovoltaic generator, technique MPPT, boost chopper, PWM, fuzzy logic, P&O, InCond

Procedia PDF Downloads 323
19064 Series Solutions to Boundary Value Differential Equations

Authors: Armin Ardekani, Mohammad Akbari

Abstract:

We present a method of generating series solutions to large classes of nonlinear differential equations. The method is well suited to be adapted in mathematical software and unlike the available commercial solvers, we are capable of generating solutions to boundary value ODEs and PDEs. Many of the generated solutions converge to closed form solutions. Our method can also be applied to systems of ODEs or PDEs, providing all the solutions efficiently. As examples, we present results to many difficult differential equations in engineering fields.

Keywords: computational mathematics, differential equations, engineering, series

Procedia PDF Downloads 336
19063 Subjective Evaluation of Mathematical Morphology Edge Detection on Computed Tomography (CT) Images

Authors: Emhimed Saffor

Abstract:

In this paper, the problem of edge detection in digital images is considered. Three methods of edge detection based on mathematical morphology algorithm were applied on two sets (Brain and Chest) CT images. 3x3 filter for first method, 5x5 filter for second method and 7x7 filter for third method under MATLAB programming environment. The results of the above-mentioned methods are subjectively evaluated. The results show these methods are more efficient and satiable for medical images, and they can be used for different other applications.

Keywords: CT images, Matlab, medical images, edge detection

Procedia PDF Downloads 338
19062 A Retrospective Cross Sectional Study of Blood Culture Results in a Tertiary Hospital, Ekiti, Nigeria

Authors: S. I. Nwadioha, M. S. Odimayo, J. A. Omotayo, A. Olu Taiwo, O. E. Olabiyi

Abstract:

The current study was conducted to determine the epidemiology and antibiotic sensitivity pattern of bacteria isolated from blood of septicemic patients for improved antibiotic therapy. A three-year descriptive study has been carried out at Microbiology Laboratory, Ekiti State University Teaching Hospital, Ado Ekiti, from April 2012 to April 2015. Information compiled from patients’ records includes age, sex, isolated organisms and antibiotic susceptibility patterns. Three hundred and thirteen blood cultures were collected from neonatology and pediatrics wards, Out Patients’ Department (OPD) and from other adult patients. Forty-one cultures yielded mono microbial growth (no polymicrobial growth), giving an incidence of 13.1% positive blood culture (N=41/313). There were 58.4% Gram-negative bacilli and 41.6% Gram-positive cocci in the microbial growth. Bacteria isolated were Staphylococcus aureus 34%(14/41), Klebsiella species22% (9/41), Enterococci 17%(7/41), Proteus species12%(5/41), Escherichia coli 7%(3/41) and Streptococcal pneumoniae 7%(3/41). There was a (35%) higher occurrence of septicemia in neonates than in any other age groups in the hospital. Bacterial sensitivity to 13 antibiotic agents was determined by antibiotics disc diffusion using modified Kirby Bauer’s method. Gram-positive organisms showed a higher antibiotic sensitivity ranging from 14- 100% than the Gram-negative bacteria (11-80%). Staphylococcus aureus and Klebsiella species are the most prevalent organisms. The third generation Cephalosporins (Ceftriaxone) and Floroquinolone(Levofloxacin, Ofloxacin) have proved reliable for management of these blood infections.

Keywords: blood cultures, septicemia, antibiogram, Nigeria

Procedia PDF Downloads 233
19061 Evaluation of the Biological Activity of New Antimicrobial and Biodegradable Textile Materials for Protective Equipment

Authors: Safa Ladhari, Alireza Saidi, Phuong Nguyen-Tri

Abstract:

During health crises, such as COVID-19, using disposable protective equipment (PEs) (masks, gowns, etc.) causes long-term problems, increasing the volume of hazardous waste that must be handled safely and expensively. Therefore, producing textiles for antimicrobial and reusable materials is highly desirable to decrease the use of disposable PEs that should be treated as hazardous waste. In addition, if these items are used regularly in the workplace or for daily activities by the public, they will most likely end up in household waste. Furthermore, they may pose a high risk of contagion to waste collection workers if contaminated. Therefore, to protect the whole population in times of sanitary crisis, it is necessary to equip these materials with tools that make them resilient to the challenges of carrying out daily activities without compromising public health and the environment and without depending on them external technologies and producers. In addition, the materials frequently used for EPs are plastics of petrochemical origin. The subject of the present work is replacing petroplastics with bioplastic since it offers better biodegradability. The chosen polymer is polyhydroxybutyrate (PHB), a family of polyhydroxyalkanoates synthesized by different bacteria. It has similar properties to conventional plastics. However, it is renewable, biocompatible, and has attractive barrier properties compared to other polyesters. These characteristics make it ideal for EP protection applications. The current research topic focuses on the preparation and rapid evaluation of the biological activity of nanotechnology-based antimicrobial agents to treat textile surfaces used for PE. This work will be carried out to provide antibacterial solutions that can be transferred to a workplace application in the fight against short-term biological risks. Three main objectives are proposed during this research topic: 1) the development of suitable methods for the deposition of antibacterial agents on the surface of textiles; 2) the development of a method for measuring the antibacterial activity of the prepared textiles and 3) the study of the biodegradability of the prepared textiles. The studied textile is a non-woven fabric based on a biodegradable polymer manufactured by the electrospinning method. Indeed, nanofibers are increasingly studied due to their unique characteristics, such as high surface-to-volume ratio, improved thermal, mechanical, and electrical properties, and confinement effects. The electrospun film will be surface modified by plasma treatment and then loaded with hybrid antibacterial silver and titanium dioxide nanoparticles by the dip-coating method. This work uses simple methods with emerging technologies to fabricate nanofibers with suitable size and morphology to be used as components for protective equipment. The antibacterial agents generally used are based on silver, zinc, copper, etc. However, to our knowledge, few researchers have used hybrid nanoparticles to ensure antibacterial activity with biodegradable polymers. Also, we will exploit visible light to improve the antibacterial effectiveness of the fabric, which differs from the traditional contact mode of killing bacteria and presents an innovation of active protective equipment. Finally, this work will allow for the innovation of new antibacterial textile materials through a simple and ecological method.

Keywords: protective equipment, antibacterial textile materials, biodegradable polymer, electrospinning, hybrid antibacterial nanoparticles

Procedia PDF Downloads 80
19060 Enhancement of Morphogenetic Potential to Obtain Elite Varities of Sauropus androgynous (L.) Merr. through Somatic Embryogenesis

Authors: S. Padma, D. H. Tejavathi

Abstract:

Somatic embryogenesis is a remarkable illustration of the dictum of plant totipotency where developmental reconstruction of somatic cells takes place towards the embryogenic pathway. It recapitulates the morphological and developmental process that occurs in zygotic embryogenesis. S. androgynous commonly called as multivitamin plant. The leaves are consumed as green leafy vegetable by the Southeast Asian communities due to their rich nutritional profile. Despite being a good nutritional vegetable with proteins, vitamins, minerals, amino acids, it is warned for excessive intake due to the presence of alkoloid called papaverine. Papaverine at higher concentrations is toxic and leads to a syndrome called Bronchiolitis Obliterans. In the present study, morphogenetic potential of shoot tip, leaf and nodal explants of Sauropus androgynous was investigated to develop and enhance the reliable plant regeneration protocol via somatic embryogenesis. Somatic embryos were derived directly from the embryogenic callus derived from shoot tip, node and leaf cultures on Phillips and Collins (L2) medium supplemented with NAA at various concentrations ranging from 5.3 µM/l to 26.85 µM/l within two months of inoculation. Thus obtained embryos were sub cultured to modified L2 media supplemented with increased vitamin level for the further growth. Somatic embryos with well-developed cotyledons were transferred to normal and modified L2 basal medium for conversion. The plantlets thus obtained were subjected to brief acclimatization before transferring them to land. About 95% of survival rate was recorded. The augmentation process of culturing various explants through somatic embryogenesis using synthetic medium with various plant growth regulators under controlled conditions have aggrandized the commercial production of Sauropus making it easily available over the conventional propagation methods. In addition, regeneration process through somatic embryogenesis has ameliorated the development of desired character in Sauropus with low papaverine content thereby providing a valuable resource to the food and pharmaceutical industry. Based on this research, plant tissue culture techniques have shown promise for economical and convenient application in Sauropus androgynous breeding.

Keywords: L2 medium, multivitamin plant, NAA, papaverine

Procedia PDF Downloads 207