Search results for: approximate solution
Commenced in January 2007
Frequency: Monthly
Edition: International
Paper Count: 5911

Search results for: approximate solution

5581 Androgenic and Spermatogenic Activity of Alkylamide-Rich Ethanol Solution Extract of Anacyclus Pyrethrum Dc

Authors: Vikas Sharma, V. K. Dixit

Abstract:

Anacyclus pyrethrum (A. pyrethrum) has been used as Vajikaran Rasayana (aphrodisiac) in traditional Indian ayurvedic medicine to treat male sexual dysfunction, including infertility. Aphrodisiac activity may be due to an increase in the production or effect of androgens, so this study sought to evaluate the androgenic and spermatogenic potential of the alkylamide-rich ethanol solution extract. Male Wistar strain rats weighing between 150 and 180 g were completely randomized divided into five groups. The ethanol solution extract of A. pyrethrum was administered to groups of rats in 50, 100, and 150 mg/kg doses for a period of 28 days, and the action was compared with control and testosterone-treated rats. Thirteen N-alkylamides were detected in the extract by using HPLC/UV/electrospray ionization mass spectrometry method. Extract administration at all the doses produced significant increase in body weight, sperm count, motility, and viability along with serum testosterone, luteinizing hormone, and follicle-stimulating hormone concentrations. Histoarchitecture of testis revealed increased spermatogenic activities. Seminal fructose content was also significantly increased after 28 days of treatment. Our results suggest that the ethanol solution extract of the roots of A. pyrethrum has androgenic potential and may improve male fertility by enhancing spermatogenesis.

Keywords: N-alkylamides, testosterone, Anacyclus pyrethrum, androgen

Procedia PDF Downloads 476
5580 Unsteady and Steady State in Natural Convection

Authors: Syukri Himran, Erwin Eka Putra, Nanang Roni

Abstract:

This study explains the natural convection of viscous fluid flowing on semi-infinite vertical plate. A set of the governing equations describing the continuity, momentum and energy, have been reduced to dimensionless forms by introducing the references variables. To solve the problems, the equations are formulated by explicit finite-difference in time dependent form and computations are performed by Fortran program. The results describe velocity, temperature profiles both in transient and steady state conditions. An approximate value of heat transfer coefficient and the effects of Pr on convection flow are also presented.

Keywords: natural convection, vertical plate, velocity and temperature profiles, steady and unsteady

Procedia PDF Downloads 489
5579 Synthesis of Cellulose Nanocrystals from Oil Palm Empty Fruit Bunch by Using Phosphotungstic Acid

Authors: Yogi Wibisono Budhi, Ferry Iskandar, Veinardi Suendo, Muhammad Fakhrudin, Neng Tresna Umi Culsum

Abstract:

Oil palm empty fruit bunch (OPEFB), an abundant agro-waste in Indonesia, is being studied as raw material of Cellulose Nanocrystals (CNC) synthesis. Instead of conventional acid mineral, phosphotungstic acid (H₃PW₁₂O₄₀, HPW) was used to hydrolyze cellulose due to recycling ability and easy handling. Before hydrolysis process, dried EFB was treated by 4% NaOH solution at 90oC for 2 hours and then bleached using 2% NaClO₂ solution at 80oC for 3 hours to remove hemicellulose and lignin. Hydrolysis reaction parameters such as temperature, acid concentration, and reaction time were optimized with fixed solid-liquid ratio of 1:40. Response surface method was used for experimental design to determine the optimum condition of each parameter. HPW was extracted from the mixed solution and recycled with diethyl ether. CNC was separated from the solution by centrifuging and washing with distilled water and ethanol to remove degraded sugars and unreacted celluloses. In this study, pulp from dried EFB produced 44.8% yield of CNC. Dynamic Light Scattering (DLS) analysis showed that most of CNC equivalent diameter was 140 nm. Crystallinity index was observed at 73.3% using X-ray Diffraction (XRD) analysis. Thus, a green established process for the preparation of CNC was achieved.

Keywords: acid hydrolysis, cellulose nanocrystals, oil palm empty fruit bunch, phosphotungstic acid

Procedia PDF Downloads 217
5578 Development of Regional Cooperation to Sustainable Implementation of Customary Refugee Solutions in International Arena

Authors: Md. Reduanul Haque

Abstract:

In recent time, more and more refugees are emerging in the international arena than the times ever that has come into the notice of world scholars. The prevailing customary solutions such as voluntary repatriation, local integration, and resettlement of refugee problem have been reflected unsustainable one for the lack of regional cooperation. In the international arena, the protraction of refugee problems is seen, and refugees are suffering due to the outrageous process of customary refugee solutions. If the regional cooperation can be developed, then the suffering of the refugees can be mitigated by the contribution of neighboring country and international and regional organizations. Data collected from the various secondary sources have been used throughout the research. It has been discussing in the refugee academia for a long time to develop regional cooperation mechanisms to ensure the sustainability of this solution and to make the environment of the country of origin for suitable voluntary repatriation as well as a durable solution. It is mainly qualitative research based on primary and secondary data will be studied on library-based project. Data collected by such methodology on this study indicates to make a bridge between the gaps of the cooperation mechanism and to make a more regional approach to share the burden and to strengthen the customary refugee solution. Hence, the importance of questing for a regional mechanism is to ensure the responsible countries to be more responsible towards refugees, their human rights, and durable solution under the mandate of the UNHCR. To implement effectively all the customary durable solutions, country to country or regional organization to organization based regional cooperation can be developed where the countries and regional organizations will work together to draw a sustainable solution to this problem in international context.

Keywords: refugee, regional cooperation, sustainable implementation, customary solutions, international arena

Procedia PDF Downloads 141
5577 Cellulose Extraction from Pomelo Peel: Synthesis of Carboxymethyl Cellulose

Authors: Jitlada Chumee, Drenpen Seeburin

Abstract:

The cellulose was extracted from pomelo peel and an etherification reaction used for converting cellulose to carboxymethyl cellulose (CMC). The pomelo peel was refluxed with 0.5 M HCl and 1 M NaOH solution at 90°C for 1 h and 2 h, respectively. The cellulose was bleached with calcium hypochlorite and used as precursor. The precursor was soaked in mixed solution between isopropyl alcohol and 40%w/v NaOH for 12 h. After that, chloroacetic acid was added and reacted at 55°C for 6 h. The optimum condition was 5 g of cellulose: 0.25 mole of NaOH : 0.07 mole of ClCH2COOH with 78.00% of yield. Moreover, the product had 0.54 of degree of substitution (DS).

Keywords: pomelo peel, carboxymethyl cellulose, bioplastic, extraction

Procedia PDF Downloads 314
5576 Improving Taint Analysis of Android Applications Using Finite State Machines

Authors: Assad Maalouf, Lunjin Lu, James Lynott

Abstract:

We present a taint analysis that can automatically detect when string operations result in a string that is free of taints, where all the tainted patterns have been removed. This is an improvement on the conservative behavior of previous taint analyzers, where a string operation on a tainted string always leads to a tainted string unless the operation is manually marked as a sanitizer. The taint analysis is built on top of a string analysis that uses finite state automata to approximate the sets of values that string variables can take during the execution of a program. The proposed approach has been implemented as an extension of FlowDroid and experimental results show that the resulting taint analyzer is much more precise than the original FlowDroid.

Keywords: android, static analysis, string analysis, taint analysis

Procedia PDF Downloads 180
5575 Efficient Liquid Desiccant Regeneration for Fresh Air Dehumidification Application

Authors: M. V. Rane, Tareke Tekia

Abstract:

Fresh Air Dehumidifier having a capacity of 1 TR has been developed by Heat Pump Laboratory at IITB. This fresh air dehumidifier is based on potassium formate liquid desiccant. The regeneration of the liquid desiccant can be done in two stages. The first stage of liquid desiccant regeneration involves the boiling of liquid desiccant inside the evacuated glass type solar thermal collectors. Further regeneration of liquid desiccant can be achieved using Low Temperature Regenerator, LTR. The coefficient of performance of the fresh air dehumidifier greatly depends on the performance of the major components such as high temperature regenerator, low temperature regenerator, fresh air dehumidifier, and solution heat exchangers. High effectiveness solution heat exchanger has been developed and tested. The solution heat exchanger is based on a patented aluminium extrusion with special passage geometry to enhance the heat transfer rate. Effectiveness up to 90% was achieved. Before final testing of the dehumidifier, major components have been tested individually. Testing of the solar thermal collector as hot water and steam generator reveals that efficiency up to 55% can be achieved. In this paper, the development of 1 TR fresh air dehumidifier with special focus on solution heat exchangers and solar thermal collector performance is presented.

Keywords: solar, liquid desiccant, dehumidification, air conditioning, regeneration, coefficient of performance

Procedia PDF Downloads 193
5574 Thin-Layer Drying Characteristics and Modelling of Instant Coffee Solution

Authors: Apolinar Picado, Ronald Solís, Rafael Gamero

Abstract:

The thin-layer drying characteristics of instant coffee solution were investigated in a laboratory tunnel dryer. Drying experiments were carried out at three temperatures (80, 100 and 120 °C) and an air velocity of 1.2 m/s. Drying experimental data obtained are fitted to six (6) thin-layer drying models using the non-linear least squares regression analysis. The acceptability of the thin-layer drying model has been based on a value of the correlation coefficient that should be close to one, and low values for root mean square error (RMSE) and chi-square (x²). According to this evaluation, the most suitable model for describing drying process of thin-layer instant coffee solution is the Page model. Further, the effective moisture diffusivity and the activation energy were computed employing the drying experimental data. The effective moisture diffusivity values varied from 1.6133 × 10⁻⁹ to 1.6224 × 10⁻⁹ m²/s over the temperature range studied and the activation energy was estimated to be 162.62 J/mol.

Keywords: activation energy, diffusivity, instant coffee, thin-layer models

Procedia PDF Downloads 262
5573 On Energy Condition Violation for Shifting Negative Mass Black Holes

Authors: Manuel Urueña Palomo

Abstract:

In this paper, we introduce the study of a new solution to gravitational singularities by violating the energy conditions of the Penrose Hawking singularity theorems. We consider that a shift to negative energies, and thus, to negative masses, takes place at the event horizon of a black hole, justified by the original, singular and exact Schwarzschild solution. These negative energies are supported by relativistic particle physics considering the negative energy solutions of the Dirac equation, which states that a time transformation shifts to a negative energy particle. In either general relativity or full Newtonian mechanics, these negative masses are predicted to be repulsive. It is demonstrated that the model fits actual observations, and could possibly clarify the size of observed and unexplained supermassive black holes, when considering the inflation that would take place inside the event horizon where massive particles interact antigravitationally. An approximated solution of the model proposed could be simulated in order to compare it with these observations.

Keywords: black holes, CPT symmetry, negative mass, time transformation

Procedia PDF Downloads 149
5572 Circular Approximation by Trigonometric Bézier Curves

Authors: Maria Hussin, Malik Zawwar Hussain, Mubashrah Saddiqa

Abstract:

We present a trigonometric scheme to approximate a circular arc with its two end points and two end tangents/unit tangents. A rational cubic trigonometric Bézier curve is constructed whose end control points are defined by the end points of the circular arc. Weight functions and the remaining control points of the cubic trigonometric Bézier curve are estimated by variational approach to reproduce a circular arc. The radius error is calculated and found less than the existing techniques.

Keywords: control points, rational trigonometric Bézier curves, radius error, shape measure, weight functions

Procedia PDF Downloads 475
5571 Bridging the Gap between Problem and Solution Space with Domain-Driven Design

Authors: Anil Kumar, Lavisha Gupta

Abstract:

Domain-driven design (DDD) is a pivotal methodology in software development, emphasizing the understanding and modeling of core business domains to create effective solutions. This paper explores the significance of DDD in aligning software architecture with real-world domains, with a focus on its application within Siemens. We delve into the challenges faced by development teams in understanding domains and propose DDD as a solution to bridge the gap between problem and solution spaces. Key concepts of DDD, such as Ubiquitous Language, Bounded Contexts, Entities, Value Objects, and Aggregates, are discussed, along with their practical implications in software development. Through a real project example in the automatic generation of hardware and software plant engineering, we illustrate how DDD principles can transform complex domains into coherent and adaptable software solutions, echoing Siemens' commitment to excellence and innovation.

Keywords: domain-driven design, software architecture, ubiquitous language, bounded contexts, entities, value objects, aggregates

Procedia PDF Downloads 35
5570 A Tool Tuning Approximation Method: Exploration of the System Dynamics and Its Impact on Milling Stability When Amending Tool Stickout

Authors: Nikolai Bertelsen, Robert A. Alphinas, Klaus B. Orskov

Abstract:

The shortest possible tool stickout has been the traditional go-to approach with expectations of increased stability and productivity. However, experimental studies at Danish Advanced Manufacturing Research Center (DAMRC) have proven that for some tool stickout lengths, there exist local productivity optimums when utilizing the Stability Lobe Diagrams for chatter avoidance. This contradicts with traditional logic and the best practices taught to machinists. This paper explores the vibrational characteristics and behaviour of a milling system over the tool stickout length. The experimental investigation has been conducted by tap testing multiple endmills where the tool stickout length has been varied. For each length, the modal parameters have been recorded and mapped to visualize behavioural tendencies. Furthermore, the paper explores the correlation between the modal parameters and the Stability Lobe Diagram to outline the influence and importance of each parameter in a multi-mode system. The insights are conceptualized into a tool tuning approximation solution. It builds on an almost linear change in the natural frequencies when amending tool stickout, which results in changed positions of the Chatter-free Stability Lobes. Furthermore, if the natural frequency of two modes become too close, it will onset of the dynamic absorber effect phenomenon. This phenomenon increases the critical stable depth of cut, allowing for a more stable milling process. Validation tests on the tool tuning approximation solution have shown varying success of the solution. This outlines the need for further research on the boundary conditions of the solution to understand at which conditions the tool tuning approximation solution is applicable. If the conditions get defined, the conceptualized tool tuning approximation solution outlines an approach for quick and roughly approximating tool stickouts with the potential for increased stiffness and optimized productivity.

Keywords: milling, modal parameters, stability lobes, tap testing, tool tuning

Procedia PDF Downloads 157
5569 Automated End-to-End Pipeline Processing Solution for Autonomous Driving

Authors: Ashish Kumar, Munesh Raghuraj Varma, Nisarg Joshi, Gujjula Vishwa Teja, Srikanth Sambi, Arpit Awasthi

Abstract:

Autonomous driving vehicles are revolutionizing the transportation system of the 21st century. This has been possible due to intensive research put into making a robust, reliable, and intelligent program that can perceive and understand its environment and make decisions based on the understanding. It is a very data-intensive task with data coming from multiple sensors and the amount of data directly reflects on the performance of the system. Researchers have to design the preprocessing pipeline for different datasets with different sensor orientations and alignments before the dataset can be fed to the model. This paper proposes a solution that provides a method to unify all the data from different sources into a uniform format using the intrinsic and extrinsic parameters of the sensor used to capture the data allowing the same pipeline to use data from multiple sources at a time. This also means easy adoption of new datasets or In-house generated datasets. The solution also automates the complete deep learning pipeline from preprocessing to post-processing for various tasks allowing researchers to design multiple custom end-to-end pipelines. Thus, the solution takes care of the input and output data handling, saving the time and effort spent on it and allowing more time for model improvement.

Keywords: augmentation, autonomous driving, camera, custom end-to-end pipeline, data unification, lidar, post-processing, preprocessing

Procedia PDF Downloads 123
5568 Synthesis of La0.8Sr0.05Ca0.15Fe0.8Co0.2O3-δ -Ce0.9Gd0.1O1.95 Composite Cathode Material for Solid Oxide Fuel Cell with Lanthanum and Cerium Recycled from Wasted Glass Polishing Powder

Authors: Jun-Lun Jiang, Bing-Sheng Yu

Abstract:

Processing of flat-panel displays generates huge amount of wasted glass polishing powder, with high concentration of cerium and other elements such as lanthanum. According to the current statistics, consumption of polishing powder was approximately ten thousand tons per year in the world. Nevertheless, wasted polishing powder was usually buried or burned. If the lanthanum and cerium compounds in the wasted polishing powder could be recycled, that will greatly reduce enterprise cost and implement waste circulation. Cathodes of SOFCs are the principal consisting of rare earth elements such as lanthanum and cerium. In this study, we recycled the lanthanum and cerium from wasted glass polishing powder by acid-solution method, and synthesized La0.8Sr0.05Ca0.15Fe0.8Co0.8O3-δ and Gd0.1Ce0.9O2 (LSCCF-GDC) composite cathode material for SOFCs by glycinenitrate combustion (GNP) method. The results show that the recovery rates of lanthanum and cerium could accomplish up to 80% and 100% under 10N nitric acid solution within one hour. Comparing with the XRD data of the commercial LSCCF-GDC powder and the LSCCF-GDC product synthesized with chemicals, we find that the LSCCF-GDC was successfully synthesized with the recycled La & Ce solution by GNP method. The effect of adding ammonia to the product was also discussed, the grain size is finer and recovery rate of the product is higher without the addition of ammonia to the solution.

Keywords: glass polishing powder, acid solution, recycling, composite cathodes of solid oxide fuel, cell (SOFC), perovskite, glycine-nitrate combustion(GNP) method

Procedia PDF Downloads 272
5567 Interactive Glare Visualization Model for an Architectural Space

Authors: Florina Dutt, Subhajit Das, Matthew Swartz

Abstract:

Lighting design and its impact on indoor comfort conditions are an integral part of good interior design. Impact of lighting in an interior space is manifold and it involves many sub components like glare, color, tone, luminance, control, energy efficiency, flexibility etc. While other components have been researched and discussed multiple times, this paper discusses the research done to understand the glare component from an artificial lighting source in an indoor space. Consequently, the paper discusses a parametric model to convey real time glare level in an interior space to the designer/ architect. Our end users are architects and likewise for them it is of utmost importance to know what impression the proposed lighting arrangement and proposed furniture layout will have on indoor comfort quality. This involves specially those furniture elements (or surfaces) which strongly reflect light around the space. Essentially, the designer needs to know the ramification of the ‘discomfortable glare’ at the early stage of design cycle, when he still can afford to make changes to his proposed design and consider different routes of solution for his client. Unfortunately, most of the lighting analysis tools that are present, offer rigorous computation and analysis on the back end eventually making it challenging for the designer to analyze and know the glare from interior light quickly. Moreover, many of them do not focus on glare aspect of the artificial light. That is why, in this paper, we explain a novel approach to approximate interior glare data. Adding to that we visualize this data in a color coded format, expressing the implications of their proposed interior design layout. We focus on making this analysis process very fluid and fast computationally, enabling complete user interaction with the capability to vary different ranges of user inputs adding more degrees of freedom for the user. We test our proposed parametric model on a case study, a Computer Lab space in our college facility.

Keywords: computational geometry, glare impact in interior space, info visualization, parametric lighting analysis

Procedia PDF Downloads 350
5566 Electrospinning Parameters: Effect on the Morphology of Polylactic Acid/Polybutylene Succinate Fibers

Authors: Hamad Al-Turaif, Usman Saeed

Abstract:

The development of nanofibers with the help of electrospinning is being prioritized as a method of choice because of the simplicity and efficiency of the process. The parameters of the electrospinning process effectively convert the polymer solution into an electrospun final product made of the desired diameter of nanofiber. The aim of the study presented is to recognize and analyze the effect of proposed parameters on biodegradable and biocompatible polylactic acid (PLA)/polybutylene succinate (PBS) nanofiber developed by the electrospinning process. The morphology of the fiber is characterized by implementing Scanning Electron Microscope. Studies were conducted to characterize the result of using different electrospinning parameters on the final diameter and orientation of fiber. It was determined that varying polymer solution concentration, feed rate, and applied voltage show different outcomes. The best results were obtained at 6% polymer solution concentration, 20 kV, and 0.5 ml/h, which can be applicable for biomedical applications. Finally, protein adsorption and mechanical testing were conducted on the PLA/PBS fiber.

Keywords: electrospinning, polylactic acid, polybutylene succinate, morphology

Procedia PDF Downloads 131
5565 Application to Molecular Electronics of Thin Layers of Organic Materials

Authors: M. I. Benamrani, H. Benamrani

Abstract:

In the research to replace silicon and other thin-film semiconductor technologies and to develop long-term technology that is environmentally friendly, low-cost, and abundant, there is growing interest today given to organic materials. Our objective is to prepare polymeric layers containing metal particles deposited on a surface of semiconductor material which can have better electrical properties and which could be applied in the fields of nanotechnology as an alternative to the existing processes involved in the design of electronic circuits. This work consists in the development of composite materials by complexation and electroreduction of copper in a film of poly (pyrrole benzoic acid). The deposition of the polymer film on a monocrystalline silicon substrate is made by electrochemical oxidation in an organic medium. The incorporation of copper particles into the polymer is achieved by dipping the electrode in a solution of copper sulphate to complex the cupric ions, followed by electroreduction in an aqueous solution to precipitate the copper. In order to prepare the monocrystalline silicon substrate as an electrode for electrodeposition, an in-depth study on its surface state was carried out using photoacoustic spectroscopy. An analysis of the optical properties using this technique on the effect of pickling using a chemical solution was carried out. Transmission-photoacoustic and impedance spectroscopic techniques give results in agreement with those of photoacoustic spectroscopy.

Keywords: photoacoustic, spectroscopy, copper sulphate, chemical solution

Procedia PDF Downloads 88
5564 Game “EZZRA” as an Innovative Solution

Authors: Mane Varosyan, Diana Tumanyan, Agnesa Martirosyan

Abstract:

There are many catastrophic events that end with dire consequences, and to avoid them, people should be well-armed with the necessary information about these situations. During the last years, Serious Games have increasingly gained popularity for training people for different types of emergencies. The major discussed problem is the usage of gamification in education. Moreover, it is mandatory to understand how and what kind of gamified e-learning modules promote engagement. As the theme is emergency, we also find out people’s behavior for creating the final approach. Our proposed solution is an educational video game, “EZZRA”.

Keywords: gamification, education, emergency, serious games, game design, virtual reality, digitalisation

Procedia PDF Downloads 75
5563 Development of a Model Based on Wavelets and Matrices for the Treatment of Weakly Singular Partial Integro-Differential Equations

Authors: Somveer Singh, Vineet Kumar Singh

Abstract:

We present a new model based on viscoelasticity for the Non-Newtonian fluids.We use a matrix formulated algorithm to approximate solutions of a class of partial integro-differential equations with the given initial and boundary conditions. Some numerical results are presented to simplify application of operational matrix formulation and reduce the computational cost. Convergence analysis, error estimation and numerical stability of the method are also investigated. Finally, some test examples are given to demonstrate accuracy and efficiency of the proposed method.

Keywords: Legendre Wavelets, operational matrices, partial integro-differential equation, viscoelasticity

Procedia PDF Downloads 336
5562 Interactive of Calcium, Potassium, and Dynamic Unequal Salt Distribution on the Growth of Tomato in Hydroponic System

Authors: Mohammad Koushafar, Amir Hossein Khoshgoftarmanesh

Abstract:

Due to water shortage, application of saline water for irrigation is an urgent requirement in agriculture. Thus, this study, the effect of calcium and potassium application as additive in saline root media for reduce salinity adverse effects was investigated on tomato growth in a hydroponic system with unequal distribution of salts in the root media, which was divided into two equal parts containing full Johnson nutrient solution and 40 mM NaCl solution, alone or in combination with KCl (6 mM), CaCl2 (4 mM), K+Ca (3+2 mM) or half-strength Johnson nutrient solution. The root splits were exchanged every 7 days. Results showed that addition of calcium, calcium-potassium and nutrition elements equivalent to half the concentration of Johnson formula to the saline-half of culture media minimized the reduction in plant growth caused by NaCl, although the addition of potassium to culture media was not effective. The greatest concentration of sodium was observed at the shoot of treatments which had the smallest growth. According to the results of this study, in the case of dynamic and non-uniform distribution of salts in the root media, by the addition of additive to the saline solution, it would be possible to use of saline water with no significant growth reduction.

Keywords: calcium, hydroponic, local salinity, potassium, salin water, tomato

Procedia PDF Downloads 443
5561 Indigo-Reducing Activity by Microorganisms from the Fermented Indigo Dyeing Solution

Authors: Yuta Tachibana, Ayuko Itsuki

Abstract:

The three strains of bacteria (Lysinibacillus xylanilyticus, Bacillus kochii, and Enterococcus sp.) were isolated from the fermented Indigo (Polygonum tinctorium) dyeing solution using the dilution plate method and some fermentation conditions were determined. High-Performance Liquid Chromatography (HPLC) was used to determine the indigo concentration. When the isolated bacteria were cultured in the indigo liquid culture containing various sugars, starch, and ethanol, the indigo culture solutions containing galactose, mannose, ribose, and ethanol were remarkably decreased. Comparison of decreasing indigo between three strains showed that Enterococcus sp. had the fastest growth and decrease of indigo. However, decreasing indigo per unit micro biomass did not correspond to the results of decreasing indigo―Bacillus kochii had higher indigo-reducing activity than Enterococcus sp. and Lysinibacillus xylanilyticus.

Keywords: fermentation condition, high-performance liquid chromatography (HPLC), indigo dyeing solution, indigo-reducing activity

Procedia PDF Downloads 144
5560 Finite Element Method as a Solution Procedure for Problems in Tissue Biomechanics

Authors: Momoh Omeiza Sheidu

Abstract:

Finite element method as a method of providing solutions to problems in computational bio mechanics provides a framework for modeling the function of tissues that integrates structurally from cell to organ system and functionally across the physiological processes that affect tissue mechanics or are regulated by mechanical forces. In this paper, we present an integrative finite element strategy for solution to problems in tissue bio mechanics as a case study.

Keywords: finite element, biomechanics, modeling, computational biomechanics

Procedia PDF Downloads 503
5559 Discrete Tracking Control of Nonholonomic Mobile Robots: Backstepping Design Approach

Authors: Alexander S. Andreev, Olga A. Peregudova

Abstract:

In this paper, we propose a discrete tracking control of nonholonomic mobile robots with two degrees of freedom. The electro-mechanical model of a mobile robot moving on a horizontal surface without slipping, with two rear wheels controlled by two independent DC electric, and one front roal wheel is considered. We present back-stepping design based on the Euler approximate discrete-time model of a continuous-time plant. Theoretical considerations are verified by numerical simulation. The work was supported by RFFI (15-01-08482).

Keywords: actuator dynamics, back stepping, discrete-time controller, Lyapunov function, wheeled mobile robot

Procedia PDF Downloads 415
5558 Fabrication of Porous Materials for the Removal of Lead from Waste Water

Authors: Marcia Silva, Jayme Kolarik, Brennon Garthwait, William Lee, Hai-Feng Zhang

Abstract:

Adsorption of lead by a natural porous material was studied to establish a baseline for the removal of heavy metals from drinking and waste water. Samples were examined under different conditions such as solution pH, solution concentration, solution temperature, and exposure time. New materials with potentially enhanced adsorption properties were developed by functionalizing the surface of the natural porous material to fabricate graphene based coated and sulfide based treated porous material. The functionalized materials were characterized with Fourier Transform Infrared Spectroscopy (FTIR), Raman, Thermogravimetric Analysis (TGA) and Scanning Electron Microscopy (SEM) and Energy Dispersive Spectroscopy (EDS) techniques. Solution pH effect on removal efficiency has been investigated in acidic (pH = 4), neutral (pH = 6) and basic (pH = 10) pH levels. All adsorbent materials showed highest adsorption capacities at neutral pH levels. Batch experiment was employed to assess the efficacy for the removal of lead with the sorption kinetics and the adsorption isotherms being determined for the natural and treated porous materials. The addition of graphene-based and sulfide-based materials increased the lead removal capacity of the natural clean porous material. Theoretical calculations confirmed pseudo-second order model as kinetic mechanism for lead adsorption for all adsorbents.

Keywords: heavy metals, ion exchange, adsorption, water remediation

Procedia PDF Downloads 248
5557 Optimal Utilization of Space in a Warehouse: A Case Study

Authors: Arun Kumar R. K. Gothra, Hasan Alhakamy

Abstract:

With increasing expectations and demands for warehousing and distribution, Warehouse Solution Incorporated in Victoria has been looking at ways to improve on its business processes to maintain the competitive edge. To maintain the provision of high quality service standards at competitive and affordable prices, improvements in the logistics management are necessary. One such avenue is to make efficient use of space available in the warehouse. This paper is based on a study of the collaboration of Warehouse Solution Inc with Dandenong Distribution Centre (DDC) to solve congestion problem and enhance efficiency of the whole warehouse activities.

Keywords: space optimization, optimal utilization, warehouse, DDC

Procedia PDF Downloads 610
5556 Markov-Chain-Based Optimal Filtering and Smoothing

Authors: Garry A. Einicke, Langford B. White

Abstract:

This paper describes an optimum filter and smoother for recovering a Markov process message from noisy measurements. The developments follow from an equivalence between a state space model and a hidden Markov chain. The ensuing filter and smoother employ transition probability matrices and approximate probability distribution vectors. The properties of the optimum solutions are retained, namely, the estimates are unbiased and minimize the variance of the output estimation error, provided that the assumed parameter set are correct. Methods for estimating unknown parameters from noisy measurements are discussed. Signal recovery examples are described in which performance benefits are demonstrated at an increased calculation cost.

Keywords: optimal filtering, smoothing, Markov chains

Procedia PDF Downloads 317
5555 Reference Model for the Implementation of an E-Commerce Solution in Peruvian SMEs in the Retail Sector

Authors: Julio Kauss, Miguel Cadillo, David Mauricio

Abstract:

E-commerce is a business model that allows companies to optimize the processes of buying, selling, transferring goods and exchanging services through computer networks or the Internet. In Peru, the electronic commerce is used infrequently. This situation is due, in part to the fact that there is no model that allows companies to implement an e-commerce solution, which means that most SMEs do not have adequate knowledge to adapt to electronic commerce. In this work, a reference model is proposed for the implementation of an e-commerce solution in Peruvian SMEs in the retail sector. It consists of five phases: Business Analysis, Business Modeling, Implementation, Post Implementation and Results. The present model was validated in a SME of the Peruvian retail sector through the implementation of an electronic commerce platform, through which the company increased its sales through the delivery channel by 10% in the first month of deployment. This result showed that the model is easy to implement, is economical and agile. In addition, it allowed the company to increase its business offer, adapt to e-commerce and improve customer loyalty.

Keywords: e-commerce, retail, SMEs, reference model

Procedia PDF Downloads 320
5554 Wind Energy Resources Assessment and Micrositting on Different Areas of Libya: The Case Study in Darnah

Authors: F. Ahwide, Y. Bouker, K. Hatem

Abstract:

This paper presents long term wind data analysis in terms of annual and diurnal variations at different areas of Libya. The data of the wind speed and direction are taken each ten minutes for a period, at least two years, are used in the analysis. ‘WindPRO’ software and Excel workbook were used for the wind statistics and energy calculations. As for Derna, average speeds are 10 m, 20 m, and 40 m, and respectively 6.57 m/s, 7.18 m/s, and 8.09 m/s. Highest wind speeds are observed at SSW, followed by S, WNW and NW sectors. Lowest wind speeds are observed between N and E sectors. Most frequent wind directions are NW and NNW. Hence, wind turbines can be installed against these directions. The most powerful sector is NW (29.4 % of total expected wind energy), followed by 19.9 % SSW, 11.9% NNW, 8.6% WNW and 8.2% S. Furthermore in Al-Maqrun: the most powerful sector is W (26.8 % of total expected wind energy), followed by 12.3 % WSW and 9.5% WNW. While in Goterria: the most powerful sector is S (14.8 % of total expected wind energy), followed by SSE, SE, and WSW. And Misalatha: the most powerful sector is S, by far represents 28.5% of the expected power, followed by SSE and SE. As for Tarhuna, it is by far SSE and SE, representing each one two times the expected energy of the third powerful sector (NW). In Al-Asaaba: it is SSE by far represents 50% of the expected power, followed by S. It can to be noted that the high frequency of the south direction winds, that come from the desert could cause a high frequency of dust episodes. This fact then, should be taken into account in order to take appropriate measures to prevent wind turbine deterioration. In Excel workbook, an estimation of annual energy yield at position of Derna, Al-Maqrun, Tarhuna, and Al-Asaaba meteorological mast has been done, considering a generic wind turbine of 1.65 MW. (mtORRES, TWT 82-1.65MW) in position of meteorological mast. Three other turbines have been tested. At 80 m, the estimation of energy yield for Derna, Al-Maqrun, Tarhuna, and Asaaba is 6.78 GWh or 3390 equivalent hours, 5.80 GWh or 2900 equivalent hours, 4.91 GWh or 2454 equivalent hours and 5.08 GWh or 2541 equivalent hours respectively. It seems a fair value in the context of a possible development of a wind energy project in the areas, considering a value of 2400 equivalent hours as an approximate limit to consider a wind warm economically profitable. Furthermore, an estimation of annual energy yield at positions of Misalatha, Azizyah and Goterria meteorological mast has been done, considering a generic wind turbine of 2 MW. We found that, at 80 m, the estimation of energy yield is 3.12 GWh or 1557 equivalent hours, 4.47 GWh or 2235 equivalent hours and 4.07GWh or 2033 respectively . It seems a very poor value in the context of possible development of a wind energy project in the areas, considering a value of 2400 equivalent hours as an approximate limit to consider a wind warm economically profitable. Anyway, more data and a detailed wind farm study would be necessary to draw conclusions.

Keywords: wind turbines, wind data, energy yield, micrositting

Procedia PDF Downloads 187
5553 Fuzzy Inference Based Modelling of Perception Reaction Time of Drivers

Authors: U. Chattaraj, K. Dhusiya, M. Raviteja

Abstract:

Perception reaction time of drivers is an outcome of human thought process, which is vague and approximate in nature and also varies from driver to driver. So, in this study a fuzzy logic based model for prediction of the same has been presented, which seems suitable. The control factors, like, age, experience, intensity of driving of the driver, speed of the vehicle and distance of stimulus have been considered as premise variables in the model, in which the perception reaction time is the consequence variable. Results show that the model is able to explain the impacts of the control factors on perception reaction time properly.

Keywords: driver, fuzzy logic, perception reaction time, premise variable

Procedia PDF Downloads 304
5552 Analytical Solution for End Depth Ratio in Rectangular Channels

Authors: Abdulrahman Abdulrahman, Abir Abdulrahman

Abstract:

Free over-fall is an instrument for measuring discharge in open channels by measuring end depth. A comprehensive researchers investigated theoretically and experimentally brink phenomenon with various approaches for different cross-sectional shapes. Anderson's method, based on Boussinq's approximation and energy approach was used to derive a pressure distribution factor at end depth. Applying the one-dimensional momentum equation and the principles of limit slope analysis, a relevant analytical solution may be derived for brink depth ratio (EDR) in prismatic rectangular channel. Also relationships between end depth ratio and slope ratio for a given non-dimensional normal or critical depth with upstream supercritical flow regime are presented. Simple indirect procedure is used to estimate the end depth discharge ratio (EDD) for subcritical and supercritical flow using measured end depth. The comparison of this analysis with all previous theoretical and experimental studies showed an excellent agreement.

Keywords: analytical solution, brink depth, end depth, flow measurement, free over fall, hydraulics, rectangular channel

Procedia PDF Downloads 181