Search results for: fractional–order proportional integral (FOPI) controller
13769 Kinetics and Mechanism of Oxidation of Dimethylglyoxime Chromium (III) Complex by Periodate
Authors: Ahmed A. Abdel-Khalek, Reham A. Mohamed
Abstract:
The kinetics of oxidation of binary complex [CrIII(DMG)2(H2O)4 ]+ to Cr(VI) by periodate has been investigated spectrophotometrically where, [DMG= Dimethylglyoxime] at 370nm under pseudo first order reaction conditions in aqueous medium over 20- 40ºC range, PH 2-3, and I=0.07 mol dm-3. The reaction is first order with respect to both [IO4-] and Cr(III), and the reaction increased with PH increased. Thermodymanic activation parameters have been calculated. It is suggested that electron transfer proceeds through an inner sphere mechanism via coordination of IO4- to Cr (III). The reaction obeys the following rate law Rate= {k1 K5+ k2 K6 K2 } [Cr III (DMG)2(H2O)4 ]+ [H5IO6].Keywords: chromium, dimethylglyoxime, kinetics, oxidation, periodate
Procedia PDF Downloads 42413768 Carbon Accounting for Sustainable Design and Manufacturing in the Signage Industry
Authors: Prudvi Paresi, Fatemeh Javidan
Abstract:
In recent years, greenhouse gas, or in particular, carbon emissions, have received special attention from environmentalists and designers due to the fact that they significantly contribute to the temperature rise. The building industry is one of the top seven major industries contributing to embodied carbon emission. Signage systems are an integral part of the building industry and bring completeness to the space-building by providing the required information and guidance. A significant amount of building materials, such as steel, aluminium, acrylic, LED, etc., are utilized in these systems, but very limited information is available on their sustainability and carbon footprint. Therefore, there is an urgent need to assess the emissions associated with the signage industry and for controlling these by adopting different mitigation techniques without sacrificing the efficiency of the project. The present paper investigates the embodied carbon of two case studies in the Australian signage industry within the cradle – gate (A1-A3) and gate–site (A4-A5) stages. A material source-based database is considered to achieve more accuracy. The study identified that aluminium is the major contributor to embodied carbon in the signage industry compared to other constituents. Finally, an attempt is made to suggest strategies for mitigating embodied carbon in this industry.Keywords: carbon accounting, small-scale construction, signage industry, construction materials
Procedia PDF Downloads 11913767 Optical-Based Lane-Assist System for Rowing Boats
Authors: Stephen Tullis, M. David DiDonato, Hong Sung Park
Abstract:
Rowing boats (shells) are often steered by a small rudder operated by one of the backward-facing rowers; the attention required of that athlete then slightly decreases the power that that athlete can provide. Reducing the steering distraction would then increase the overall boat speed. Races are straight 2000 m courses with each boat in a 13.5 m wide lane marked by small (~15 cm) widely-spaced (~10 m) buoys, and the boat trajectory is affected by both cross-currents and winds. An optical buoy recognition and tracking system has been developed that provides the boat’s location and orientation with respect to the lane edges. This information is provided to the steering athlete as either: a simple overlay on a video display, or fed to a simplified autopilot system giving steering directions to the athlete or directly controlling the rudder. The system is then effectively a “lane-assist” device but with small, widely-spaced lane markers viewed from a very shallow angle due to constraints on camera height. The image is captured with a lightweight 1080p webcam, and most of the image analysis is done in OpenCV. The colour RGB-image is converted to a grayscale using the difference of the red and blue channels, which provides good contrast between the red/yellow buoys and the water, sky, land background and white reflections and noise. Buoy detection is done with thresholding within a tight mask applied to the image. Robust linear regression using Tukey’s biweight estimator of the previously detected buoy locations is used to develop the mask; this avoids the false detection of noise such as waves (reflections) and, in particular, buoys in other lanes. The robust regression also provides the current lane edges in the camera frame that are used to calculate the displacement of the boat from the lane centre (lane location), and its yaw angle. The interception of the detected lane edges provides a lane vanishing point, and yaw angle can be calculated simply based on the displacement of this vanishing point from the camera axis and the image plane distance. Lane location is simply based on the lateral displacement of the vanishing point from any horizontal cut through the lane edges. The boat lane position and yaw are currently fed what is essentially a stripped down marine auto-pilot system. Currently, only the lane location is used in a PID controller of a rudder actuator with integrator anti-windup to deal with saturation of the rudder angle. Low Kp and Kd values decrease unnecessarily fast return to lane centrelines and response to noise, and limiters can be used to avoid lane departure and disqualification. Yaw is not used as a control input, as cross-winds and currents can cause a straight course with considerable yaw or crab angle. Mapping of the controller with rudder angle “overall effectiveness” has not been finalized - very large rudder angles stall and have decreased turning moments, but at less extreme angles the increased rudder drag slows the boat and upsets boat balance. The full system has many features similar to automotive lane-assist systems, but with the added constraints of the lane markers, camera positioning, control response and noise increasing the challenge.Keywords: auto-pilot, lane-assist, marine, optical, rowing
Procedia PDF Downloads 13313766 Performences of Type-2 Fuzzy Logic Control and Neuro-Fuzzy Control Based on DPC for Grid Connected DFIG with Fixed Switching Frequency
Authors: Fayssal Amrane, Azeddine Chaiba
Abstract:
In this paper, type-2 fuzzy logic control (T2FLC) and neuro-fuzzy control (NFC) for a doubly fed induction generator (DFIG) based on direct power control (DPC) with a fixed switching frequency is proposed for wind generation application. First, a mathematical model of the doubly-fed induction generator implemented in d-q reference frame is achieved. Then, a DPC algorithm approach for controlling active and reactive power of DFIG via fixed switching frequency is incorporated using PID. The performance of T2FLC and NFC, which is based on the DPC algorithm, are investigated and compared to those obtained from the PID controller. Finally, simulation results demonstrate that the NFC is more robust, superior dynamic performance for wind power generation system applications.Keywords: doubly fed induction generator (DFIG), direct power control (DPC), neuro-fuzzy control (NFC), maximum power point tracking (MPPT), space vector modulation (SVM), type 2 fuzzy logic control (T2FLC)
Procedia PDF Downloads 42213765 A Pattern Recognition Neural Network Model for Detection and Classification of SQL Injection Attacks
Authors: Naghmeh Moradpoor Sheykhkanloo
Abstract:
Structured Query Language Injection (SQLI) attack is a code injection technique in which malicious SQL statements are inserted into a given SQL database by simply using a web browser. Losing data, disclosing confidential information or even changing the value of data are the severe damages that SQLI attack can cause on a given database. SQLI attack has also been rated as the number-one attack among top ten web application threats on Open Web Application Security Project (OWASP). OWASP is an open community dedicated to enabling organisations to consider, develop, obtain, function, and preserve applications that can be trusted. In this paper, we propose an effective pattern recognition neural network model for detection and classification of SQLI attacks. The proposed model is built from three main elements of: a Uniform Resource Locator (URL) generator in order to generate thousands of malicious and benign URLs, a URL classifier in order to: 1) classify each generated URL to either a benign URL or a malicious URL and 2) classify the malicious URLs into different SQLI attack categories, and an NN model in order to: 1) detect either a given URL is a malicious URL or a benign URL and 2) identify the type of SQLI attack for each malicious URL. The model is first trained and then evaluated by employing thousands of benign and malicious URLs. The results of the experiments are presented in order to demonstrate the effectiveness of the proposed approach.Keywords: neural networks, pattern recognition, SQL injection attacks, SQL injection attack classification, SQL injection attack detection
Procedia PDF Downloads 47013764 Adoption of Digital Storytelling Tool to Teach 21st Century Skills by Malaysian Pre-service Teachers
Authors: Siti Aisyah binti Jumpaan
Abstract:
21ˢᵗ century skills (PAK-21) integration has made its way into Malaysian curriculum when Ministry of Education introduce its implementation since 2016. This study was conducted to explore pre-service teachers’ readiness in integrating 21st century skills in the classroom via the digital storytelling (DST) method and to find gaps between theory and practice that can be integral towards pre-service teachers’ professional growth. Qualitative research method was used in this research involving six respondents who were selected using a purposive sampling method. Their response from interviews and lesson plan analysis were analysed using narrative analysis. The findings showed that pre-service teachers showed a moderate level of readiness in integrating 21st century skills using DST. Pre-service teachers demonstrated high level of preparedness in writing their lesson plan, but their interview revealed that they faced struggles in implementation due to several factors, such as lack of technology and failure to obtain students’ participation. This study further strengthens the need for specialised curriculum for pre-service teachers in teaching 21st century skills via DST.Keywords: digital storytelling, 21ˢᵗ century skills, preservice teachers, teacher training
Procedia PDF Downloads 9313763 Destructive and Nondestructive Characterization of Advanced High Strength Steels DP1000/1200
Authors: Carla M. Machado, André A. Silva, Armando Bastos, Telmo G. Santos, J. Pamies Teixeira
Abstract:
Advanced high-strength steels (AHSS) are increasingly being used in automotive components. The use of AHSS sheets plays an important role in reducing weight, as well as increasing the resistance to impact in vehicle components. However, the large-scale use of these sheets becomes more difficult due to the limitations during the forming process. Such limitations are due to the elastically driven change of shape of a metal sheet during unloading and following forming, known as the springback effect. As the magnitude of the springback tends to increase with the strength of the material, it is among the most worrisome problems in the use of AHSS steels. The prediction of strain hardening, especially under non-proportional loading conditions, is very limited due to the lack of constitutive models and mainly due to very limited experimental tests. It is very clear from the literature that in experimental terms there is not much work to evaluate deformation behavior under real conditions, which implies a very limited and scarce development of mathematical models for these conditions. The Bauschinger effect is also fundamental to the difference between kinematic and isotropic hardening models used to predict springback in sheet metal forming. It is of major importance to deepen the phenomenological knowledge of the mechanical and microstructural behavior of the materials, in order to be able to reproduce with high fidelity the behavior of extension of the materials by means of computational simulation. For this, a multi phenomenological analysis and characterization are necessary to understand the various aspects involved in plastic deformation, namely the stress-strain relations and also the variations of electrical conductivity and magnetic permeability associated with the metallurgical changes due to plastic deformation. Aiming a complete mechanical-microstructural characterization, uniaxial tensile tests involving successive cycles of loading and unloading were performed, as well as biaxial tests such as the Erichsen test. Also, nondestructive evaluation comprising eddy currents to verify microstructural changes due to plastic deformation and ultrasonic tests to evaluate the local variations of thickness were made. The material parameters for the stable yield function and the monotonic strain hardening were obtained using uniaxial tension tests in different material directions and balanced biaxial tests. Both the decrease of the modulus of elasticity and Bauschinger effect were determined through the load-unload tensile tests. By means of the eddy currents tests, it was possible to verify changes in the magnetic permeability of the material according to the different plastically deformed areas. The ultrasonic tests were an important aid to quantify the local plastic extension. With these data, it is possible to parameterize the different models of kinematic hardening to better approximate the results obtained by simulation with the experimental results, which are fundamental for the springback prediction of the stamped parts.Keywords: advanced high strength steel, Bauschinger effect, sheet metal forming, springback
Procedia PDF Downloads 22713762 Sliding Mode Control of a Photovoltaic Grid-Connected System with Active and Reactive Power Control
Authors: M. Doumi, K. Tahir, A. Miloudi, A. G. Aissaoui, C. Belfedal, S. Tahir
Abstract:
This paper presents a three-phase grid-connected photovoltaic generation system with unity power factor for any situation of solar radiation based on voltage-oriented control (VOC). An input voltage clamping technique is proposed to control the power between the grid and photovoltaic system, where it is intended to achieve the maximum power point operation. This method uses a Perturb and Observe (P&O) controller. The main objective of this work is to compare the energy production unit performances by the use of two types of controllers (namely, classical PI and Sliding Mode (SM) Controllers) for the grid inverter control. The proposed control has a hierarchical structure with a grid side control level to regulate the power (PQ) and the current injected to the grid and to obtain a common DC voltage constant. To show the effectiveness of both control methods performances analysis of the system are analyzed and compared by simulation and results included in this paper.Keywords: grid connected photovoltaic, MPPT, inverter control, classical PI, sliding mode, DC voltage constant, voltage-oriented control, VOC
Procedia PDF Downloads 61213761 Endoscopic Depiction and Treatment Evaluation of Spirocerca lupi in Dogs
Authors: ELdessouky Sheta, Sayed Elzomor, Haithem Farghali, Kawkab A. Ahmed, Naglaa A. Abd Elkader
Abstract:
The present investigation has been dealt with Spirocerca (S.) lupi infested mongrel dogs. This parasitic disease is highly infective to human beings and carnivores. The diagnosis march has been comprised the lateral contrast thoracic radiographs, fecal examination, blood profile, endoscopic examination and histopathological sections of deep seated pinch biopsies. These infested dogs have been put under an adopted treatment with Ivermectin injection combined with oral prednisolone. The obtained results reveal an absence of the pessimistic recognitions particularly after 3 weeks from the onset of treatment. Endoscopically the presented esophageal nodules are marked out in the distal third of infested dogs' esophagus as masses assigned into the esophageal lumen and fundus of stomach. The endoscopic outlook of Spirocerca lupi lesions has been considered an integral procedure of the diagnostic march and for evaluation of treatment follow up. The diagnostic procedures and the recommended treatment are the vet's guidance to care for Spirocerca lupi in dogs, hoping in future to prevent this disease from being spread among human beings and other carnivores.Keywords: endoscopy, esophagus, stomach spirocercosis, dogs
Procedia PDF Downloads 39513760 Increasing Productivity through Lean Manufacturing Principles and Tools: A Successful Rail Welding Plant Case
Authors: T. A. Faria, C. C. Toniolo, L. F. Ribeiro
Abstract:
In order to satisfy the costumer’s needs, many sectors of industry and services has been spending major effort to make its processes more efficient. Facing a situation, when its production cannot cover the demand, the traditional way to achieve the production required involves, mostly, adding shifts, workforce, or even more machines. This paper narrates how lean manufacturing supported a dramatic increase of productivity at a rail welding plant in Brazil in order to meet the demand for the next years.Keywords: productivity, lean manufacturing, rail welding, value stream mapping
Procedia PDF Downloads 36513759 A Simplified Distribution for Nonlinear Seas
Authors: M. A. Tayfun, M. A. Alkhalidi
Abstract:
The exact theoretical expression describing the probability distribution of nonlinear sea-surface elevations derived from the second-order narrowband model has a cumbersome form that requires numerical computations, not well-disposed to theoretical or practical applications. Here, the same narrowband model is re-examined to develop a simpler closed-form approximation suitable for theoretical and practical applications. The salient features of the approximate form are explored, and its relative validity is verified with comparisons to other readily available approximations, and oceanic data.Keywords: ocean waves, probability distributions, second-order nonlinearities, skewness coefficient, wave steepness
Procedia PDF Downloads 43513758 Investigate the Mechanical Effect of Different Root Analogue Models to Soil Strength
Authors: Asmaa Al Shafiee, Erdin Ibraim
Abstract:
Stabilizing slopes by using vegetation is considered as a cost-effective and eco-friendly alternative to the conventional methods. The main aim of this study is to investigate the mechanical effect of analogue root systems on the shear strength of different soil types. Three objectives were defined to achieve the main aim of this paper. Firstly, explore the effect of root architectural design to shear strength parameters. Secondly, study the effect of root area ratio (RAR) on the shear strength of two different soil types. Finally, to investigate how different kinds of soil can affect the behavior of the roots during shear failure. 3D printing tool was used to develop different analogue tap root models with different architectural designs. Direct shear tests were performed on Leighton Buzzard (LB) fraction B sand, which represents a coarse sand and Huston sand, which represent medium-coarse sand. All tests were done with the same relative density for both kinds of sand. The results of the direct shear test indicated that using plant roots will increase both friction angle and cohesion of soil. Additionally, different root designs affected differently the shear strength of the soil. Furthermore, the directly proportional relationship was found between root area ratio for the same root design and shear strength parameters of soil. Finally, the root area ratio effect should be combined with branches penetrating the shear plane to get the highest results.Keywords: leighton buzzard sand, root area ratio, rooted soil, shear strength, slope stabilization
Procedia PDF Downloads 15313757 Hybrid Control Mode Based on Multi-Sensor Information by Fuzzy Approach for Navigation Task of Autonomous Mobile Robot
Authors: Jonqlan Lin, C. Y. Tasi, K. H. Lin
Abstract:
This paper addresses the issue of the autonomous mobile robot (AMR) navigation task based on the hybrid control modes. The novel hybrid control mode, based on multi-sensors information by using the fuzzy approach, has been presented in this research. The system operates in real time, is robust, enables the robot to operate with imprecise knowledge, and takes into account the physical limitations of the environment in which the robot moves, obtaining satisfactory responses for a large number of different situations. An experiment is simulated and carried out with a pioneer mobile robot. From the experimental results, the effectiveness and usefulness of the proposed AMR obstacle avoidance and navigation scheme are confirmed. The experimental results show the feasibility, and the control system has improved the navigation accuracy. The implementation of the controller is robust, has a low execution time, and allows an easy design and tuning of the fuzzy knowledge base.Keywords: autonomous mobile robot, obstacle avoidance, MEMS, hybrid control mode, navigation control
Procedia PDF Downloads 46813756 Exploring the Visual Roots of Classical Rhetoric and Its Implication for Gender Politics: Reflection upon Roman Rhetoric from a Bakhtin's Perspective
Authors: Hsiao-Yung Wang
Abstract:
This study aims to explore the visual roots of classical rhetoric and its implication for gender politics by the constant reference to Mikhail Bakhtin’s theory of novelist time. First, it attempts to clarify the argument that “visuality always has been integral to rhetorical consciousness” by critically re-reading the rhetorical theories of roman rhetorician such as Cicero and Quintilian. Thereby, the vague clues of visuality would be realized from the so-called ‘five canons of rhetoric’ (invention, arrangement, style, memory, and delivery), which originally deriving from verbal and spoken rhetorical tradition. Drawing on Mikhail Bakhtin’s elaboration of novelist time in contrast to epic time, it addresses the specific timeline inherent in the dynamics of visual rhetoric involves the refusing the ‘absolute past’, the focusing on unfinalized contemporary reality, and the expecting for open future. Taking the primary visions of Taipei LGBT parade over the past 13 years as research cases, it mentions that visuality could not only activate the rhetorical functions of classical rhetoric, but also inspire gender politics in the contemporary era.Keywords: classical rhetoric, gender politics, Mikhail Bakhtin, visuality
Procedia PDF Downloads 38113755 The Renewal Strategy for Ancient Residential Area in Small and Medium-Sized Cities Based on Field Research of Changshu City in China
Abstract:
Renewing ancient residential areas is an integral part of the sustainable development of modern cities. Compared with a metropolis, the old areas of small and medium-sized cities is more complicated to update, as the spatial form is more fragmented. In this context, the author takes as the research object, the ancient town of Changshu City, which is a small city representative in China with a history of more than 1,200 years. Through the analysis of urban research and update projects, the spatial evolution characteristics and renewal strategies of small ancient urban settlements are studied. On this basis, it is proposed to protect the residential area from the perspective of integrity and sustainability, strengthen the core public part, control the district building, and reshape the important interface. Renewing small and medium-sized urban areas should respect the rhythm of their own urban development and gradually complete the update, not blindly copying the experience of large cities.Keywords: ancient residential area, Changshu, city renewal strategy, small and medium-sized cities
Procedia PDF Downloads 11813754 Operational Measures for Greenhouse Gas Reduction from Ships
Authors: Gorana Jelic Mrcelic
Abstract:
In order to reduce greenhouse gas emissions from ships, technical and operational measures can be used. Operational measures are easier and cheaper compared to technical measures, so are well recommended. One of the most cost-effective operational measure is fuel consumption. Fuel consumption can be reduced by various options but it sometimes needs investments in new equipment, new procedures and crew education. In order to implement operational measures in everyday procedures and routines on board, good understanding of the mechanisms by which these measures work is essential for the seamen.Keywords: green shipping, gas emission reduction, operational measures, seamen
Procedia PDF Downloads 51913753 Real Time Ultrasoft Transverse Photons Self Energy at Next To-Leading Order in Hot Scalar Quantum Electrodynamics
Authors: Karima Bouakaz, Amel Youcefi, Abdessamad Abada
Abstract:
We determine a compact analytic expression for the complete next-to-leading contribution to the retarded transverse photons self-energy in the context of hard-thermal-loop summed perturbation of massless quantum electrodynamics (QED) at high temperature to calculate the next-to-leading order dispersion relations for slow-moving transverse photons at high temperature scalar quantum electrodynamics (Scalar QED), using the real time formalism (RTF) in physical representation. We derive the analytic expressions of hard thermal loop (HTL) contributions to propagators and vertices to determine the expressions of the effective propagators and vertices in RTF that contribute to the complete next-to leading order contribution of retarded transverse photons self-energy.Keywords: hard thermal loop, hot scalar QED, NLO computations, soft transverse photons
Procedia PDF Downloads 8413752 Learning to Learn: A Course on Language Learning Strategies
Authors: Hélène Knoerr
Abstract:
In an increasingly global world, more and more international students attend academic courses and programs in a second or foreign language, and local students register in language learning classes in order to improve their employability. These students need to quickly become proficient in the new language. How can we, as administrators, curriculum developers and teachers, make sure that they have the tools they need in order to develop their language skills in an academic context? This paper will describe the development and implementation of a new course, Learning to learn, as part of the Major in French/English as a Second Language at the University of Ottawa. This academic program was recently completely overhauled in order to reflect the current approaches in language learning (more specifically, the action-oriented approach as embodied in the Common European Framework of Reference for Languages, and the concept of life-long autonomous learning). The course itself is based on research on language learning strategies, with a particular focus on the characteristics of the “good language learner”. We will present the methodological and pedagogical foundations, describe the course objectives and learning outcomes, the language learning strategies, and the classroom activities. The paper will conclude with students’ feedback and suggest avenues for further exploration.Keywords: curriculum development, language learning, learning strategies, second language
Procedia PDF Downloads 41313751 The Politics of Renewable Energy Generation and Its Challenges: A Case Study of Iran
Authors: Naresh Kumar Verma
Abstract:
Nuclear energy being adapted as a renewable energy source and its production by developing countries has turned into a major strategic concern and politics by the developed world. The West seem to be the sole proprietor of such energy source and any country opting for such energy production either face significant hurdles or geopolitical challenges in developing such energy source. History of West Asia is full of interference by external powers which has been integral in the incessant conflict in the region. Whether it was the creation of Israel, the Gulf war of 1991, or the invasion of Iraq in 2003, and more recently the Iranian nuclear conundrum, the soil of West Asia has always been a witness to the play of extra regional powers game. Iran, being a theocratic state has been facing such threats and challenges, regarding its intentions and its capability in such energy production. The paper will try to assess the following issues: -Politics of Renewable Energy Generation. -Geographical and strategic significance of Iran’s nuclear programme. -Challenges in the path of Iran developing nuclear energy as a RE source. -The interests of the regional and extra-regional actors in challenging Iranian Nuclear Programme.Keywords: developing countries, geopolitics, Iran, nuclear energy, renewable energy
Procedia PDF Downloads 63713750 Study of a Crude Oil Desalting Plant of the National Iranian South Oil Company in Gachsaran by Using Artificial Neural Networks
Authors: H. Kiani, S. Moradi, B. Soltani Soulgani, S. Mousavian
Abstract:
Desalting/dehydration plants (DDP) are often installed in crude oil production units in order to remove water-soluble salts from an oil stream. In order to optimize this process, desalting unit should be modeled. In this research, artificial neural network is used to model efficiency of desalting unit as a function of input parameter. The result of this research shows that the mentioned model has good agreement with experimental data.Keywords: desalting unit, crude oil, neural networks, simulation, recovery, separation
Procedia PDF Downloads 45313749 Development of Fire Douse Vehicle
Authors: Nikhil Verma, Akshay Kant Mishra, Rishabh Rastogi, Bikarama Prasad Yadav
Abstract:
Emerging fire incidents are the protuberant contributor out turning into life loss, property damage and importantly firefighters. It insinuates that a firefighting and rescue operation of the existing equipment or apparatus and their proficiency is limited, particularly in annihilating firefighting environments. The proposed methodology will help in developing a technology which can be useful in minimizing the risks and losses due to fire. In this paper, design and development of combat mini vehicle comprising of multi-purpose nozzle system is proposed which can target diverse fires simultaneously at distinct time and location. Basically, the system is semi-automated type protection system which can be manoeuvred by controller. Designing of robust vehicle based on semi-automated protection type system is consummated using SolidWorks platform. Concept of developing a robust vehicle will help to fight fires in multiple directions reducing the time required to douse multiple fires.Keywords: fire douse vehicle, multiple fires, multi-purpose nozzle, semi-automated system
Procedia PDF Downloads 13313748 Wavelet Method for Numerical Solution of Fourth Order Wave Equation
Authors: A. H. Choudhury
Abstract:
In this paper, a highly accurate numerical method for the solution of one-dimensional fourth-order wave equation is derived. This hyperbolic problem is solved by using semidiscrete approximations. The space direction is discretized by wavelet-Galerkin method, and the time variable is discretized by using Newmark schemes.Keywords: hyperbolic problem, semidiscrete approximations, stability, Wavelet-Galerkin Method
Procedia PDF Downloads 31713747 Negative Sequence-Based Protection Techniques for Microgrid Connected Power Systems
Authors: Isabelle Snyder, Travis Smith
Abstract:
Microgrid protection presents challenges to conventional protection techniques due to the low-induced fault current. Protection relays present in microgrid applications require a combination of settings groups to adjust based on the architecture of the microgrid in islanded and grid-connected modes. In a radial system where the microgrid is at the other end of the feeder, directional elements can be used to identify the direction of the fault current and switch settings groups accordingly (grid-connected or microgrid-connected). However, with multiple microgrid connections, this concept becomes more challenging, and the direction of the current alone is not sufficient to identify the source of the fault current contribution. ORNL has previously developed adaptive relaying schemes through other DOE-funded research projects that will be evaluated and used as a baseline for this research. The four protection techniques in this study are labeled as follows: (1) Adaptive Current only Protection System (ACPS), Intentional (2) Unbalanced Control for Protection Control (IUCPC), (3) Adaptive Protection System with Communication Controller (APSCC) (4) Adaptive Model-Driven Protective Relay (AMDPR).Keywords: adaptive relaying, microgrid protection, sequence components, islanding detection
Procedia PDF Downloads 10113746 Urban Vitality: Methods for Measuring Vitality in Egypt's Commercial Streets
Authors: Alaa Eldien Sarhaan, Rania A. Galil, Yasmina Youssef
Abstract:
Vital streets transfer a totally different message from the lifeless streets; vitality is considered as the mobility dynamism for the city’s streets. The quality of a street is integral to the vitality. However, most efforts have focused on the requirements of cars resulting in the loss many qualities. A successful street is related to the needs and expectations of pedestrians. The amount of activity held in a place is one of the measures of vitality; hence the meaning of a vital street may be the result of a number of people engaged in various activities meeting their needs and expectations. Consequently, it varies from one city to another. This research focuses on vitality in commercial streets. It studies commercial streets in the Egyptian context, which have developed into a chaotic environment due to inefficiency and high-density activities. The first part identifies the meaning of vitality in the frame of its physical, social and economic dimensions, then determines the methods used in measuring vitality across commercial streets. Secondly, an application on one of the most important commercial streets in Alexandria ‘El-Attareen’ street is chosen as a case study to measure its vitality. The study contributes to a greater understanding of how theories on vital urban life contribute to the development of vital commercial streets in the Egyptian and similar contexts.Keywords: footfall measurement, vitality, urban commercial streets, yield factor
Procedia PDF Downloads 26313745 Computer Countenanced Diagnosis of Skin Nodule Detection and Histogram Augmentation: Extracting System for Skin Cancer
Authors: S. Zith Dey Babu, S. Kour, S. Verma, C. Verma, V. Pathania, A. Agrawal, V. Chaudhary, A. Manoj Puthur, R. Goyal, A. Pal, T. Danti Dey, A. Kumar, K. Wadhwa, O. Ved
Abstract:
Background: Skin cancer is now is the buzzing button in the field of medical science. The cyst's pandemic is drastically calibrating the body and well-being of the global village. Methods: The extracted image of the skin tumor cannot be used in one way for diagnosis. The stored image contains anarchies like the center. This approach will locate the forepart of an extracted appearance of skin. Partitioning image models has been presented to sort out the disturbance in the picture. Results: After completing partitioning, feature extraction has been formed by using genetic algorithm and finally, classification can be performed between the trained and test data to evaluate a large scale of an image that helps the doctors for the right prediction. To bring the improvisation of the existing system, we have set our objectives with an analysis. The efficiency of the natural selection process and the enriching histogram is essential in that respect. To reduce the false-positive rate or output, GA is performed with its accuracy. Conclusions: The objective of this task is to bring improvisation of effectiveness. GA is accomplishing its task with perfection to bring down the invalid-positive rate or outcome. The paper's mergeable portion conflicts with the composition of deep learning and medical image processing, which provides superior accuracy. Proportional types of handling create the reusability without any errors.Keywords: computer-aided system, detection, image segmentation, morphology
Procedia PDF Downloads 15213744 Concept, Design and Implementation of Power System Component Simulator Based on Thyristor Controlled Transformer and Power Converter
Authors: B. Kędra, R. Małkowski
Abstract:
This paper presents information on Power System Component Simulator – a device designed for LINTE^2 laboratory owned by Gdansk University of Technology in Poland. In this paper, we first provide an introductory information on the Power System Component Simulator and its capabilities. Then, the concept of the unit is presented. Requirements for the unit are described as well as proposed and introduced functions are listed. Implementation details are given. Hardware structure is presented and described. Information about used communication interface, data maintenance and storage solution, as well as used Simulink real-time features are presented. List and description of all measurements is provided. Potential of laboratory setup modifications is evaluated. Lastly, the results of experiments performed using Power System Component Simulator are presented. This includes simulation of under frequency load shedding, frequency and voltage dependent characteristics of groups of load units, time characteristics of group of different load units in a chosen area.Keywords: power converter, Simulink Real-Time, Matlab, load, tap controller
Procedia PDF Downloads 24313743 A Multi-Objective Programming Model to Supplier Selection and Order Allocation Problem in Stochastic Environment
Authors: Rouhallah Bagheri, Morteza Mahmoudi, Hadi Moheb-Alizadeh
Abstract:
This paper aims at developing a multi-objective model for supplier selection and order allocation problem in stochastic environment, where purchasing cost, percentage of delivered items with delay and percentage of rejected items provided by each supplier are supposed to be stochastic parameters following any arbitrary probability distribution. In this regard, dependent chance programming is used which maximizes probability of the event that total purchasing cost, total delivered items with delay and total rejected items are less than or equal to pre-determined values given by decision maker. The abovementioned stochastic multi-objective programming problem is then transformed into a stochastic single objective programming problem using minimum deviation method. In the next step, the further problem is solved applying a genetic algorithm, which performs a simulation process in order to calculate the stochastic objective function as its fitness function. Finally, the impact of stochastic parameters on the given solution is examined via a sensitivity analysis exploiting coefficient of variation. The results show that whatever stochastic parameters have greater coefficients of variation, the value of the objective function in the stochastic single objective programming problem is deteriorated.Keywords: supplier selection, order allocation, dependent chance programming, genetic algorithm
Procedia PDF Downloads 31513742 Evaluation of the Effects of Some Medicinal Plants Extracts on Seed
Authors: Areej Ali Baeshen, Hanaa Kamal Galal, Batoul Mohamed Abdullatif
Abstract:
In the present study, the allelopathic effects of Eruca sativa, Mentha peprinta, and Coriandrum sativum aqueous extracts, prepared by 25 gm and 50 gm of fresh leaves dissolved in 100 ml of double distilled water in addition to the crude extract (100%). The final concentrations were 100 %, 50%, 25% and 0% as control. The extracts were tested for their allelopathic effects on seed germination and other growth parameters of Phaseolous vulgaris. Laboratory experiments were conducted in sterilizes Petri dishes with 5 and 10 day time interval for seed germination and 24 h, 48 h and 72 h for radicle length on an average of 25°C. The effects of different concentrations of aqueous extract were compared to distilled water (0%). 25% and 50% aqueous extracts of Eruca sativa and Coriandrum sativum caused a pronounced inhibitory effect on seed germination and the tested growth parameters of the receptor plant. The inhibitory effect was proportional to the concentration of the extract. Mentha peprinta extracts, on the other hand, caused an increase in germination percentage and other growth parameters in Phaseolous vulgaris. Hence, it could be concluded that the aqueous extracts of Eruca sativa and Coriandrum sativum might contain water-soluble allelochemicals, which could inhibit the seed germination and reduce radicle length of Phaseolous vulgaris. Mentha peprinta has beneficial allelopathic effects on the receptor plant.Keywords: Phaseolus vulgaris, Eruca sativa, Mentha peperinta, Coriandrum sativum, medicinal plants, seed germination
Procedia PDF Downloads 40713741 Clean Energy and Free Trade: Redefining 'Like Products' to Account for Climate Change
Authors: M. Barsa
Abstract:
This paper argues that current jurisprudence under the Dormant Commerce Clause of the United States Constitution and the WTO should be altered to allow states to more freely foster clean energy production. In particular, free trade regimes typically prevent states from discriminating against 'like' products, and whether these products are considered 'like' is typically measured by how they appear to the consumer. This makes it challenging for states to discriminate in favor of clean energy, such as low-carbon fuels. However, this paper points out that certain courts in the US—and decisions of the WTO—have already begun taking into account how a product is manufactured in order to determine whether a state may discriminate against it. There are also compelling reasons for states to discriminate against energy sources with high carbon footprints in order to allow those states to protect themselves against climate change. In other words, fuel sources with high and low carbon footprints are not, in fact, 'like' products, and courts should more freely recognize this in order to foster clean energy production.Keywords: clean energy, climate change, discrimination, free trade
Procedia PDF Downloads 12213740 Higher Order Thinking Skills Workshop: Faculty Professional Development and Its Effect on Their Teaching Strategies
Authors: Amani Hamdan
Abstract:
A post-workshop of higher-order thinking skills (HOTS), for faculty from diverse academic disciplines, was conducted and the researcher surveyed the participants’ intentions and plans to include HOTS as a goal, as learning and teaching task in their practices. Follow-up interviews with a random sample of participants were used to determine if they fulfilled their intentions three 3 months after the workshop. The degree of planned and enacted HOTS then was analyzed against the post-workshop HOT ability and knowledge. This is one topic that has not been adequately explored in faculty professional development literature where measuring the effect of learning on their ability to use what they learned. This qualitative method study explored a group of male and female faculty members (n=85) enrolled in HOTS 2 day workshop. The results showed that 89% of faculty members although were mostly enthused to apply what they learned after a 3 months period they were caught up with routine presentations and lecturing.Keywords: higher education, faculty development, Saudi Arabia, higher order thinking skills
Procedia PDF Downloads 460