Search results for: solutions principle
3977 Calibration of the Radical Installation Limit Error of the Accelerometer in the Gravity Gradient Instrument
Authors: Danni Cong, Meiping Wu, Xiaofeng He, Junxiang Lian, Juliang Cao, Shaokuncai, Hao Qin
Abstract:
Gravity gradient instrument (GGI) is the core of the gravity gradiometer, so the structural error of the sensor has a great impact on the measurement results. In order not to affect the aimed measurement accuracy, limit error is required in the installation of the accelerometer. In this paper, based on the established measuring principle model, the radial installation limit error is calibrated, which is taken as an example to provide a method to calculate the other limit error of the installation under the premise of ensuring the accuracy of the measurement result. This method provides the idea for deriving the limit error of the geometry structure of the sensor, laying the foundation for the mechanical precision design and physical design.Keywords: gravity gradient sensor, radial installation limit error, accelerometer, uniaxial rotational modulation
Procedia PDF Downloads 4223976 Study of Nucleation and Growth Processes of Ettringite in Supersaturated Diluted Solutions
Authors: E. Poupelloz, S. Gauffinet
Abstract:
Ettringite Ca₆Al₂(SO₄)₃(OH)₁₂26H₂O is one of the major hydrates formed during cement hydration. Ettringite forms in Portland cement from the reaction between tricalcium aluminate Ca₃Al₂O₆ and calcium sulfate. Ettringite is also present in calcium sulfoaluminate cement in which it is the major hydrate, formed by the reaction between yeelimite Ca₄(AlO₂)₆SO₄ and calcium sulfate. About the formation of ettringite, numerous results are available in the literature even if some issues are still under discussion. However, almost all published work about ettringite was done on cementitious systems. Yet in cement, hydration reactions are very complex, the result of dissolution-precipitation processes and are submitted to various interactions. Understanding the formation process of a phase alone, here ettringite, is the first step to later understand the much more complex reactions happening in cement. This study is crucial for the comprehension of early cement hydration and physical behavior. Indeed formation of hydrates, in particular, ettringite, will have an influence on the rheological properties of the cement paste and on the need for admixtures. To make progress toward the understanding of existing phenomena, a specific study of nucleation and growth processes of ettringite was conducted. First ettringite nucleation was studied in ionic aqueous solutions, with controlled but different experimental conditions, as different supersaturation degrees (β), different pH or presence of exogenous ions. Through induction time measurements, interfacial ettringite crystals solution energies (γ) were determined. Growth of ettringite in supersaturated solutions was also studied through chain crystallization reactions. Specific BET surface area measurements and Scanning Electron Microscopy observations seemed to prove that growth process is favored over the nucleation process when ettringite crystals are initially present in a solution with a low supersaturation degree. The influence of stirring on ettringite formation was also investigated. Observation was made that intensity and nature of stirring have a high influence on the size of ettringite needles formed. Needle sizes vary from less than 10µm long depending on the stirring to almost 100µm long without any stirring. During all previously mentioned experiments, initially present ions are consumed to form ettringite in such a way that the supersaturation degree with regard to ettringite is decreasing over time. To avoid this phenomenon a device compensating the drop of ion concentrations by adding some more solutions, and therefore always have constant ionic concentrations, was used. This constant β recreates the conditions of the beginning of cement paste hydration, when the dissolution of solid reagents compensates the consumption of ions to form hydrates. This device allowed the determination of the ettringite precipitation rate as a function of the supersaturation degree β. Taking samples at different time during ettringite precipitation and doing BET measurements allowed the determination of the interfacial growth rate of ettringite in m²/s. This work will lead to a better understanding and control of ettringite formation alone and thus during cements hydration. This study will also ultimately define the impact of ettringite formation process on the rheology of cement pastes at early age, which is a crucial parameter from a practical point of view.Keywords: cement hydration, ettringite, morphology of crystals, nucleation-growth process
Procedia PDF Downloads 1283975 First-Principles Density Functional Study of Nitrogen-Doped P-Type ZnO
Authors: Abdusalam Gsiea, Ramadan Al-habashi, Mohamed Atumi, Khaled Atmimi
Abstract:
We present a theoretical investigation on the structural, electronic properties and vibrational mode of nitrogen impurities in ZnO. The atomic structures, formation and transition energies and vibrational modes of (NO3)i interstitial or NO4 substituting on an oxygen site ZnO were computed using ab initio total energy methods. Based on Local density functional theory, our calculations are in agreement with one interpretation of bound-excition photoluminescence for N-doped ZnO. First-principles calculations show that (NO3)i defects interstitial or NO4 substituting on an Oxygen site in ZnO are important suitable impurity for p-type doping in ZnO. However, many experimental efforts have not resulted in reproducible p-type material with N2 and N2O doping. by means of first-principle pseudo-potential calculation we find that the use of NO or NO2 with O gas might help the experimental research to resolve the challenge of achieving p-type ZnO.Keywords: DFF, nitrogen, p-type, ZnO
Procedia PDF Downloads 4633974 Machine Learning Strategies for Data Extraction from Unstructured Documents in Financial Services
Authors: Delphine Vendryes, Dushyanth Sekhar, Baojia Tong, Matthew Theisen, Chester Curme
Abstract:
Much of the data that inform the decisions of governments, corporations and individuals are harvested from unstructured documents. Data extraction is defined here as a process that turns non-machine-readable information into a machine-readable format that can be stored, for instance, in a database. In financial services, introducing more automation in data extraction pipelines is a major challenge. Information sought by financial data consumers is often buried within vast bodies of unstructured documents, which have historically required thorough manual extraction. Automated solutions provide faster access to non-machine-readable datasets, in a context where untimely information quickly becomes irrelevant. Data quality standards cannot be compromised, so automation requires high data integrity. This multifaceted task is broken down into smaller steps: ingestion, table parsing (detection and structure recognition), text analysis (entity detection and disambiguation), schema-based record extraction, user feedback incorporation. Selected intermediary steps are phrased as machine learning problems. Solutions leveraging cutting-edge approaches from the fields of computer vision (e.g. table detection) and natural language processing (e.g. entity detection and disambiguation) are proposed.Keywords: computer vision, entity recognition, finance, information retrieval, machine learning, natural language processing
Procedia PDF Downloads 1133973 Efficient Subgoal Discovery for Hierarchical Reinforcement Learning Using Local Computations
Authors: Adrian Millea
Abstract:
In hierarchical reinforcement learning, one of the main issues encountered is the discovery of subgoal states or options (which are policies reaching subgoal states) by partitioning the environment in a meaningful way. This partitioning usually requires an expensive global clustering operation or eigendecomposition of the Laplacian of the states graph. We propose a local solution to this issue, much more efficient than algorithms using global information, which successfully discovers subgoal states by computing a simple function, which we call heterogeneity for each state as a function of its neighbors. Moreover, we construct a value function using the difference in heterogeneity from one step to the next, as reward, such that we are able to explore the state space much more efficiently than say epsilon-greedy. The same principle can then be applied to higher level of the hierarchy, where now states are subgoals discovered at the level below.Keywords: exploration, hierarchical reinforcement learning, locality, options, value functions
Procedia PDF Downloads 1713972 Functional and Efficient Query Interpreters: Principle, Application and Performances’ Comparison
Authors: Laurent Thiry, Michel Hassenforder
Abstract:
This paper presents a general approach to implement efficient queries’ interpreters in a functional programming language. Indeed, most of the standard tools actually available use an imperative and/or object-oriented language for the implementation (e.g. Java for Jena-Fuseki) but other paradigms are possible with, maybe, better performances. To proceed, the paper first explains how to model data structures and queries in a functional point of view. Then, it proposes a general methodology to get performances (i.e. number of computation steps to answer a query) then it explains how to integrate some optimization techniques (short-cut fusion and, more important, data transformations). It then compares the functional server proposed to a standard tool (Fuseki) demonstrating that the first one can be twice to ten times faster to answer queries.Keywords: data transformation, functional programming, information server, optimization
Procedia PDF Downloads 1573971 Introduction of the Harmfulness of the Seismic Signal in the Assessment of the Performance of Reinforced Concrete Frame Structures
Authors: Kahil Amar, Boukais Said, Kezmane Ali, Hannachi Naceur Eddine, Hamizi Mohand
Abstract:
The principle of the seismic performance evaluation methods is to provide a measure of capability for a building or set of buildings to be damaged by an earthquake. The common objective of many of these methods is to supply classification criteria. The purpose of this study is to present a method for assessing the seismic performance of structures, based on Pushover method, we are particularly interested in reinforced concrete frame structures, which represent a significant percentage of damaged structures after a seismic event. The work is based on the characterization of seismic movement of the various earthquake zones in terms of PGA and PGD that is obtained by means of SIMQK_GR and PRISM software and the correlation between the points of performance and the scalar characterizing the earthquakes will be developed.Keywords: seismic performance, pushover method, characterization of seismic motion, harmfulness of the seismic
Procedia PDF Downloads 3833970 Mastering Test Automation: Bridging Gaps for Seamless QA
Authors: Rohit Khankhoje
Abstract:
The rapid evolution of software development practices has given rise to an increasing demand for efficient and effective test automation. The paper titled "Mastering Test Automation: Bridging Gaps for Seamless QA" delves into the crucial aspects of test automation, addressing the obstacles faced by organizations in achieving flawless quality assurance. The paper highlights the importance of bridging knowledge gaps within organizations, emphasizing the necessity for management to acquire a deeper comprehension of test automation scenarios, coverage, report trends, and the importance of communication. To tackle these challenges, this paper introduces innovative solutions, including the development of an automation framework that seamlessly integrates with test cases and reporting tools like TestRail and Jira. This integration facilitates the automatic recording of bugs in Jira, enhancing bug reporting and communication between manual QA and automation teams as well as TestRail have all newly added automated testcases as soon as it is part of the automation suite. The paper demonstrates how this framework empowers management by providing clear insights into ongoing automation activities, bug origins, trend analysis, and test case specifics. "Mastering Test Automation" serves as a comprehensive guide for organizations aiming to enhance their quality assurance processes through effective test automation. It not only identifies the common pitfalls and challenges but also offers practical solutions to bridge the gaps, resulting in a more streamlined and efficient QA process.Keywords: automation framework, API integration, test automation, test management tools
Procedia PDF Downloads 733969 SEM-EBSD Observation for Microtubes by Using Dieless Drawing Process
Authors: Takashi Sakai, Itaru Kumisawa
Abstract:
Because die drawing requires insertion of a die, a plug, or a mandrel, higher precision and efficiency are demanded for drawing equipment for a tube having smaller diameter. Manufacturing of such tubes is also accompanied by problems such as cracking and fracture. We specifically examine dieless drawing, which is less affected by these drawing-related difficulties. This deformation process is governed by a similar principle to that of reduction in diameter when pulling a heated glass tube. We conducted dieless drawing of SUS304 stainless steel microtubes under various conditions with three factor parameters of heating temperature, area reduction, and drawing speed. We used SEM-EBSD to observe the processing condition effects on microstructural elements. As the result of this study, crystallographic orientation of microtube is clear by using SEM-EBSD analysis.Keywords: microtube, dieless drawing, IPF (inverse pole figure), GOS (grain orientation spread), crystallographic analysis
Procedia PDF Downloads 2483968 Patient Safety of Eating Ready-Made Meals at Government Hospitals
Authors: Hala Kama Ahmed Rashwan
Abstract:
Ensuring the patient safety especially at intensive care units and those exposed to hospital tools and equipment is one of the most important challenges facing healthcare today. Outbreak of food poisoning as a result of food-borne pathogens has been reported in many hospitals and care homes all over the world due to hospital meals. Patient safety of eating hospital meals is a fundamental principle of healthcare; it is new healthcare disciplines that assure the food raw materials, food storage, meals processing, and control of kitchen errors that often lead to adverse healthcare events. The aim of this article is to promote any hospital in attaining the hygienic practices and better quality system during processing of the ready-to- eat meals for intensive care units patients according to the WHO safety guidelines.Keywords: hospitals, meals, safety, intensive care
Procedia PDF Downloads 5103967 The Efficacy of an Ideal RGP Fitting on Higher Order Aberrations (HOA) in 65 Keratoconus Patients
Authors: Ghandehari-Motlagh, Mohammad
Abstract:
Purpose: To evaluate of the effect of an ideal fit of RGPs on HOA and keratoconus indices. Methods: In this cohort study, 65 keratoconus eyes with more than 3 lines(Snellen)improvement between BSCVA and BCVA(RGP) were imaged with Pentacam HR and their topometric and Zernike analysis findings without RGP were recorded. After 6 months or later of RGP fitting (Rose-K,Boston XO2), imaging with pentacam was repeated and the above information were recorded. Results: 65 different grades of keratoconus eyes with mean age of 27.32 yrs/old(SD +_5.51)enrolled including M 28(43.1%) and F 37(56.9%). 44(67.7%) with family Hx of Kc and 21(31.25%)without any Kc in their families. 54 (83.1%) with and 11 (16.9%) without any ocular allergy Hx. Maximum percent of age of onset of kc was 15 ys/old(29.2%).This study showed there are meaningful correlations between with and without RGP Pentacam indices and HOA in each grade of Kc.92.3% of patients had foreign body sensation but 96.9% had 11-20 hours/day RGP wear that confirms on psychologic effect of an ideal fit on patient’s motivation. Conclusion: With the three points touch principle of RGP fitting in Kc corneas, the patients will have a decrease in HOA and so delayed need for PK or LK.Keywords: keratoconus, rigid gas permeable lens, aberration, fitting
Procedia PDF Downloads 4153966 Adopting New Knowledge and Approaches to Sustainable Urban Drainage in Saudi Arabia
Authors: Ali Alahmari
Abstract:
Urban drainage in Saudi Arabia is an increasingly challenging issue due to factors such as climate change and rapid urban expansion. The existing infrastructure, based on traditional drainage systems, is not always able to cope with the increased precipitation, sometimes leading to rainwater runoff and floods causing disturbances and damage to property. Therefore, there is a need to find new ways of managing drainage, such as Sustainable Urban Drainage Systems (SUDS). The research has highlighted the main driving forces behind the need for change, revealed by the participants, to the need to adopt new ideas and approaches for urban drainage. However, while moving towards this, certain factors that may hinder the aim of using the experiences of other countries and taking advantage of innovative solutions. The research illustrates an initial conceptual model for these factors emerging from the analysis. It identifies some of the fundamental issues affecting the resistance to change towards the adoption of the concept of sustainability in Saudi Arabia, with Riyadh city as a case study. This was by using a qualitative approach, whereby, through two phases of fieldwork during 2013 and 2014, twenty-six semi-structured interviews were conducted with a number of representative officials and professionals from key government departments and organisations related to urban drainage management. Grounded Theory approach was followed to analyse the qualitative data obtained. Resistance to change was classified to: firstly: individual inertia (e.g. familiarity with the conventional solutions and approaches, lack of awareness, and considering sustainability as a marginal matter in urban planning). This resulted in not paying the desired attention, and impact on planning and setting priorities for development. Secondly: institutionalised inertia (e.g. lack of technical and design specifications for other unconventional drainage solutions, lack of consideration by decision makers in other disciplines such as contributions from environmental and geographical studies, and routine work and bureaucracy). This contributes to the weakness of decision-making, weakness in the role of research, and a lack of human resources. It seems that attitudes towards change may have reduced the ability to move forward towards sustainable development, in addition to contributing towards difficulties in some aspects of the decision-making process. Thus, the chapter provides insights into the current situation in Saudi Arabia and contributes to understanding the decisions that are made regarding change.Keywords: climate change, new knowledge and approaches, resistance to change, Saudi Arabia, SUDS, urban drainage, urban expansion
Procedia PDF Downloads 1743965 Layouting Phase II of New Priok Using Adaptive Port Planning Frameworks
Authors: Mustarakh Gelfi, Tiedo Vellinga, Poonam Taneja, Delon Hamonangan
Abstract:
The development of New Priok/Kalibaru as an expansion terminal of the old port has been being done by IPC (Indonesia Port Cooperation) together with the subsidiary company, Port Developer (PT Pengembangan Pelabuhan Indonesia). As stated in the master plan, from 2 phases that had been proposed, phase I has shown its form and even Container Terminal I has been operated in 2016. It was planned principally, the development will be divided into Phase I (2013-2018) consist of 3 container terminals and 2 product terminals and Phase II (2018-2023) consist of 4 container terminals. In fact, the master plan has to be changed due to some major uncertainties which were escaped in prediction. This study is focused on the design scenario of phase II (2035- onwards) to deal with future uncertainty. The outcome is the robust design of phase II of the Kalibaru Terminal taking into account the future changes. Flexibility has to be a major goal in such a large infrastructure project like New Priok in order to deal and manage future uncertainty. The phasing of project needs to be adapted and re-look frequently before being irrelevant to future challenges. One of the frameworks that have been developed by an expert in port planning is Adaptive Port Planning (APP) with scenario-based planning. The idea behind APP framework is the adaptation that might be needed at any moment as an answer to a challenge. It is a continuous procedure that basically aims to increase the lifespan of waterborne transport infrastructure by increasing flexibility in the planning, contracting and design phases. Other methods used in this study are brainstorming with the port authority, desk study, interview and site visit to the real project. The result of the study is expected to be the insight for the port authority of Tanjung Priok over the future look and how it will impact the design of the port. There will be guidelines to do the design in an uncertain environment as well. Solutions of flexibility can be divided into: 1 - Physical solutions, all the items related hard infrastructure in the projects. The common things in this type of solution are using modularity, standardization, multi-functional, shorter and longer design lifetime, reusability, etc. 2 - Non-physical solutions, usually related to the planning processes, decision making and management of the projects. To conclude, APP framework seems quite robust to deal with the problem of designing phase II of New Priok Project for such a long period.Keywords: Indonesia port, port's design, port planning, scenario-based planning
Procedia PDF Downloads 2403964 Analytical and Numerical Studies on the Behavior of a Freezing Soil Layer
Authors: X. Li, Y. Liu, H. Wong, B. Pardoen, A. Fabbri, F. McGregor, E. Liu
Abstract:
The target of this paper is to investigate how saturated poroelastic soils subject to freezing temperatures behave and how different boundary conditions can intervene and affect the thermo-hydro-mechanical (THM) responses, based on a particular but classical configuration of a finite homogeneous soil layer studied by Terzaghi. The essential relations on the constitutive behavior of a freezing soil are firstly recalled: ice crystal - liquid water thermodynamic equilibrium, hydromechanical constitutive equations, momentum balance, water mass balance, and the thermal diffusion equation, in general, non-linear case where material parameters are state-dependent. The system of equations is firstly linearized, assuming all material parameters to be constants, particularly the permeability of liquid water, which should depend on the ice content. Two analytical solutions solved by the classic Laplace transform are then developed, accounting for two different sets of boundary conditions. Afterward, the general non-linear equations with state-dependent parameters are solved using a commercial code COMSOL based on finite elements method to obtain numerical results. The validity of this numerical modeling is partially verified using the analytical solution in the limiting case of state-independent parameters. Comparison between the results given by the linearized analytical solutions and the non-linear numerical model reveals that the above-mentioned linear computation will always underestimate the liquid pore pressure and displacement, whatever the hydraulic boundary conditions are. In the nonlinear model, the faster growth of ice crystals, accompanying the subsequent reduction of permeability of freezing soil layer, makes a longer duration for the depressurization of water liquid and slower settlement in the case where the ground surface is swiftly covered by a thin layer of ice, as well as a bigger global liquid pressure and swelling in the case of the impermeable ground surface. Nonetheless, the analytical solutions based on linearized equations give a correct order-of-magnitude estimate, especially at moderate temperature variations, and remain a useful tool for preliminary design checks.Keywords: chemical potential, cryosuction, Laplace transform, multiphysics coupling, phase transformation, thermodynamic equilibrium
Procedia PDF Downloads 803963 Microfluidic Manipulation for Biomedical and Biohealth Applications
Authors: Reza Hadjiaghaie Vafaie, Sevda Givtaj
Abstract:
Automation and control of biological samples and solutions at the microscale is a major advantage for biochemistry analysis and biological diagnostics. Despite the known potential of miniaturization in biochemistry and biomedical applications, comparatively little is known about fluid automation and control at the microscale. Here, we study the electric field effect inside a fluidic channel and proper electrode structures with different patterns proposed to form forward, reversal, and rotational flows inside the channel. The simulation results confirmed that the ac electro-thermal flow is efficient for the control and automation of high-conductive solutions. In this research, the fluid pumping and mixing effects were numerically studied by solving physic-coupled electric, temperature, hydrodynamic, and concentration fields inside a microchannel. From an experimental point of view, the electrode structures are deposited on a silicon substrate and bonded to a PDMS microchannel to form a microfluidic chip. The motions of fluorescent particles in pumping and mixing modes were captured by using a CCD camera. By measuring the frequency response of the fluid and exciting the electrodes with the proper voltage, the fluid motions (including pumping and mixing effects) are observed inside the channel through the CCD camera. Based on the results, there is good agreement between the experimental and simulation studies.Keywords: microfluidic, nano/micro actuator, AC electrothermal, Reynolds number, micropump, micromixer, microfabrication, mass transfer, biomedical applications
Procedia PDF Downloads 593962 Estimating 3D-Position of a Stationary Random Acoustic Source Using Bispectral Analysis of 4-Point Detected Signals
Authors: Katsumi Hirata
Abstract:
To develop the useful acoustic environmental recognition system, the method of estimating 3D-position of a stationary random acoustic source using bispectral analysis of 4-point detected signals is proposed. The method uses information about amplitude attenuation and propagation delay extracted from amplitude ratios and angles of auto- and cross-bispectra of the detected signals. It is expected that using bispectral analysis affects less influence of Gaussian noises than using conventional power spectral one. In this paper, the basic principle of the method is mentioned first, and its validity and features are considered from results of the fundamental experiments assumed ideal circumstances.Keywords: 4-point detection, a stationary random acoustic source, auto- and cross-bispectra, estimation of 3D-position
Procedia PDF Downloads 3593961 The Compositional Effects on Electrospinning of Gelatin and Polyvinyl-alcohol Mixed Nanofibers
Authors: Yi-Chun Wu, Nai-Yun Chang, Chuan LI
Abstract:
This study investigates a feasible range of composition for the mixture of gelatin and polyvinyl alcohol to form nanofibers by electrospinning. Gelatin, one of the most available naturally derived hydrogels of amino acids, is a popular choice for food additives, cosmetic ingredients, biomedical implants, or dressing of its non-toxic and biodegradable nature. Nevertheless, synthetic hydrogel polyvinyl alcohol has long been used as a thickening agent for adhesion purposes. Many biomedical devices are also containing polyvinyl-alcohol as a major content, such as eye drops and contact lenses. To discover appropriate compositions of gelatin and polyvinyl-alcohol for electrospun nanofibers, polymer solutions of different volumetric ratios between gelatin and polyvinyl alcohol were prepared for electrospinning. The viscosity, surface tension, pH value, and electrical conductance of polymer solutions were measured. On the nanofibers, the vibrational modes of molecular structures in nanofibers were investigated by Fourier-transform infrared spectroscopy. The morphologies and surface chemical elements of fibers were examined by the scanning electron microscope and the energy-dispersive X-ray spectroscopy. The hydrophilicity of nanofiberswas evaluated by the water contact angles on the surface of the fibers. To further test the biotoxicity of nanofibers, an in-vitro 3T3 fibroblasts culture further tested the biotoxicity of the electrospun nanofibers. Throughstatistical analyses of the experimental data, it is found that the polyvinyl-alcohol rich composition (the volumetric ratio of gelatin/polyvinyl-alcohol < 1) would be a preferable choice for the formation of nanofibers by the current setup of electrospinning. These electrospun nanofibers tend to be hydrophilic with no biotoxicity threat to the 3T3 fibroblasts.Keywords: gelatin, polyvinyl-alcohol, nanofibers, electrospinning, spin coating
Procedia PDF Downloads 853960 Innovation and Analysis of Vibrating Fork Level Switch
Authors: Kuen-Ming Shu, Cheng-Yu Chen
Abstract:
A vibrating-fork sensor can measure the level height of solids and liquids and operates according to the principle that vibrations created by piezoelectric ceramics are transmitted to the vibrating fork, which produces resonance. When the vibrating fork touches an object, its resonance frequency changes and produces a signal that returns to a controller for immediate adjustment, so as to effectively monitor raw material loading. The design of the vibrating fork in a vibrating-fork material sensor is crucial. In this paper, ANSYS finite element analysis software is used to perform modal analysis on the vibrations of the vibrating fork. In addition, to design and produce a superior vibrating fork, the dimensions and welding shape of the vibrating fork are compared in a simulation performed using the Taguchi method.Keywords: vibrating fork, piezoelectric ceramics, sound wave, ANSYS, Taguchi method, modal analysis
Procedia PDF Downloads 2493959 Skid-mounted Gathering System Hydrate Control And Process Simulation Optimization
Authors: Di Han, Lingfeng Li, Peixue Zhang, Yuzhuo Zhang
Abstract:
Since natural gas extracted from the wellhead of a gas well, after passing through the throttle valve, causes a rapid decrease in temperature along with a decrease in pressure, which creates conditions for hydrate generation. In order to solve the problem of hydrate generation in the process of wellhead gathering, effective measures should be taken to prevent hydrate generation. In this paper, we firstly introduce the principle of natural gas throttling temperature drop and the theoretical basis of hydrate inhibitor injection calculation, and then use HYSYS software to simulate and calculate the three processes and determine the key process parameters. The hydrate control process applicable to the skid design of natural gas wellhead gathering skids was determined by comparing the hydrate control effect, energy consumption of key equipment and process adaptability.Keywords: natural gas, hydrate control, skid design, HYSYS
Procedia PDF Downloads 913958 Illicit Return Practices of Irregular Migrants from Greece to Turkey
Authors: Enkelejda Koka, Denard Veshi
Abstract:
Since 2011, in the name of ‘humanitarianism’ and deaths in the Mediterranean Sea, the legal and political justification delivered by Greece to manage the refugee crisis is pre-emptive interception. Although part of the EU, Greece adopted its own strategy. These practices have also created high risks for migrants generally resulting in non-rescue episodes and push-back practices having lethal consequences to the life of the irregular migrant. Thus, this article provides an analysis of the Greek ‘compassionate border work’ policy, a practice known as push-back. It is argued that these push-back practices violate international obligations, notably the ‘right to life’, the ‘duty to search and rescue’, the prohibition of inhuman or degrading treatment or punishment and the principle of non-refoulement.Keywords: Greece, migrants, push-back policy, violation of international law
Procedia PDF Downloads 1383957 Individual Differences and Elements of Inclusion: From the Perspective of Children with Special Needs
Authors: Aleksandra Ristic
Abstract:
The world changes and becomes a global village. Globalization of the last decade has caused changes and developments in the economy and technology, which also affected communication resources and brought diversities of cultural differences, values, relationships, religions, sexual identities, economic backgrounds, mindsets, perspectives, talents, and much more. Diversity without inclusion is marginalization and exclusion. Diversity gives a competitive advantage, enriches, and gives choice and power for decision-making and solutions. On a daily basis, in the role of special educators, we facilitate children’s observations of the world by improving diversity and inclusion in the school system. The subject of the research is children with special needs, expressing and noticing the differences and similarities in the world, while this is the key to their development. The subject of the research is also six pictures, which are similar and unique and represent scenes from everyone’s life. In the methodology, we conducted a theoretical review of the importance of difference, values, equality, inclusion, and exclusion and the quantitative research approach to analyze various factors by children with special needs. We used tools such as self /peer–reflection for them to think and to speak up through their own experiences of the words: difference, values, equality, inclusion, and exclusion. After that, children with special needs observed the photos and attributed those terms to them. By interpreting the results, we deepened our understanding of the power of the child's understanding of individual differences and elements of inclusion, which is based on the experiences at home, in the school environment, and in life. The children, as individuals or establishing networking groups, define those terms and, with the solutions, contribute to making the world more included and accepted.Keywords: diversity, equality, exclusion, inclusion, special needs, values
Procedia PDF Downloads 933956 Investigation a New Approach "AGM" to Solve of Complicate Nonlinear Partial Differential Equations at All Engineering Field and Basic Science
Authors: Mohammadreza Akbari, Pooya Soleimani Besheli, Reza Khalili, Davood Domiri Danji
Abstract:
In this conference, our aims are accuracy, capabilities and power at solving of the complicated non-linear partial differential. Our purpose is to enhance the ability to solve the mentioned nonlinear differential equations at basic science and engineering field and similar issues with a simple and innovative approach. As we know most of engineering system behavior in practical are nonlinear process (especially basic science and engineering field, etc.) and analytical solving (no numeric) these problems are difficult, complex, and sometimes impossible like (Fluids and Gas wave, these problems can't solve with numeric method, because of no have boundary condition) accordingly in this symposium we are going to exposure an innovative approach which we have named it Akbari-Ganji's Method or AGM in engineering, that can solve sets of coupled nonlinear differential equations (ODE, PDE) with high accuracy and simple solution and so this issue will emerge after comparing the achieved solutions by Numerical method (Runge-Kutta 4th). Eventually, AGM method will be proved that could be created huge evolution for researchers, professors and students in whole over the world, because of AGM coding system, so by using this software we can analytically solve all complicated linear and nonlinear partial differential equations, with help of that there is no difficulty for solving all nonlinear differential equations. Advantages and ability of this method (AGM) as follow: (a) Non-linear Differential equations (ODE, PDE) are directly solvable by this method. (b) In this method (AGM), most of the time, without any dimensionless procedure, we can solve equation(s) by any boundary or initial condition number. (c) AGM method always is convergent in boundary or initial condition. (d) Parameters of exponential, Trigonometric and Logarithmic of the existent in the non-linear differential equation with AGM method no needs Taylor expand which are caused high solve precision. (e) AGM method is very flexible in the coding system, and can solve easily varieties of the non-linear differential equation at high acceptable accuracy. (f) One of the important advantages of this method is analytical solving with high accuracy such as partial differential equation in vibration in solids, waves in water and gas, with minimum initial and boundary condition capable to solve problem. (g) It is very important to present a general and simple approach for solving most problems of the differential equations with high non-linearity in engineering sciences especially at civil engineering, and compare output with numerical method (Runge-Kutta 4th) and Exact solutions.Keywords: new approach, AGM, sets of coupled nonlinear differential equation, exact solutions, numerical
Procedia PDF Downloads 4633955 Thermo-Physical Properties and Solubility of CO2 in Piperazine Activated Aqueous Solutions of β-Alanine
Authors: Ghulam Murshid
Abstract:
Carbon dioxide is one of the major greenhouse gas (GHG) contributors. It is an obligation of the industry to reduce the amount of carbon dioxide emission to the acceptable limits. Tremendous research and studies are reported in the past and still the quest to find the suitable and economical solution of this problem needed to be explored in order to develop the most plausible absorber for carbon dioxide removal. Amino acids are reported by the researchers as a potential solvent for absorption of carbon dioxide to replace alkanolamines due to its ability to resist oxidative degradation, low volatility due to its ionic structure and higher surface tension. In addition, the introduction of promoter-like piperazine to amino acid helps to further enhance the solubility. In this work, the effect of piperazine on thermophysical properties and solubility of β-Alanine aqueous solutions were studied for various concentrations. The measured physicochemical properties data was correlated as a function of temperature using least-squares method and the correlation parameters are reported together with it respective standard deviations. The effect of activator piperazine on the CO2 loading performance of selected amino acid under high-pressure conditions (1bar to 10bar) at temperature range of (30 to 60)oC was also studied. Solubility of CO2 decreases with increasing temperature and increases with increasing pressure. Quadratic representation of solubility using Response Surface Methodology (RSM) shows that the most important parameter to optimize solubility is system pressure. The addition of promoter increases the solubility effect of the solvent.Keywords: amino acids, co2, global warming, solubility
Procedia PDF Downloads 4143954 Natural Dyes: A Global Perspective on Commercial Solutions and Industry Players
Authors: Laura Seppälä, Ana Nuutinen
Abstract:
Environmental concerns are increasing the interest in the potential uses of natural dyes. Natural dyes are more safe and environmentally friendly option than synthetic dyes. However, one must be also cautious with natural dyes, because, for example, some dyestuff such as plants or mushrooms, as well as some mordants are poisonous. By natural dyes we mean dyes that are derived from plants, fungi, bark, lichens, algae, insects, and minerals. Different plant parts, such as stems, leaves, flowers, roots, bark, berries, fruits, and cones, can be utilized for textile dyeing and printing, pigment manufacture, and other processes depending on the season. They may be utilized to produce distinctive colour tones that are challenging to do with synthetic dyes. This adds value to textiles and makes them stand out. Synthetic dyes quickly replaced natural dyes, after being developed in the middle of the 19th century, but natural dyes have remained the dyeing method of crafters until recently. This research examines the commercial solutions for natural dyes in many parts of the world, such as Europe, the United States, South America, Africa, Asia, New Zealand, and Australia. This study aims to determine the commercial status of natural dyes. Each continent has its own traditions and specific dyestuffs. The availability of natural dyes can vary depending on several aspects, including plant species, temperature, and harvesting techniques, which poses a challenge to the work of designers and crafters. While certain plants may only provide dyes during specific seasons, others may do so continuously. To find the ideal time to collect natural dyes, it is critical to research various plant species and their harvesting techniques. Furthermore, to guarantee the quality and colour of the dye, plant material must be handled and processed properly. This research was conducted via an internet search, and results were searched systematically for commercial stakeholders in the field. The research question looked at commercial players in the field of natural dyes. This qualitative case study interpreted the data using thematic analysis. Each webpage was screenshotted and analyzed in reflection on to research question. Online content analysis means systematically coding and analyzing qualitative data. The most evident result was that the natural dyes interest in different parts of the World. There are clothing collections dyed with natural dyes, dyestuff stores, and courses for natural dyeing. This article presents the designers who work with natural dyes and actors who are involved with the natural dye industry. Several websites emphasized the safety and environmental benefits of natural dyes. Many of them included eye-catching images of textiles dyed naturally, and the colours of such dyes are thought to be attractive since they are beautiful and natural hues. The search did not find big-scale industrial solutions for natural dyes, but there were several instances of dyeing with natural dyes. Understanding the players, designers, and stakeholders in the natural dye business is the purpose of this article. The comprehension of the current state of the art illustrates the direction that the natural dye business is currently taking.Keywords: commercial solutions, environmental issues, key stakeholders, natural dyes, sustainability, textile dyeing
Procedia PDF Downloads 653953 Applications of Artificial Neural Networks in Civil Engineering
Authors: Naci Büyükkaracığan
Abstract:
Artificial neural networks (ANN) is an electrical model based on the human brain nervous system and working principle. Artificial neural networks have been the subject of an active field of research that has matured greatly over the past 55 years. ANN now is used in many fields. But, it has been viewed that artificial neural networks give better results in particular optimization and control systems. There are requirements of optimization and control system in many of the area forming the subject of civil engineering applications. In this study, the first artificial intelligence systems are widely used in the solution of civil engineering systems were examined with the basic principles and technical aspects. Finally, the literature reviews for applications in the field of civil engineering were conducted and also artificial intelligence techniques were informed about the study and its results.Keywords: artificial neural networks, civil engineering, Fuzzy logic, statistics
Procedia PDF Downloads 4123952 A Study of Safety of Data Storage Devices of Graduate Students at Suan Sunandha Rajabhat University
Authors: Komol Phaisarn, Natcha Wattanaprapa
Abstract:
This research is a survey research with an objective to study the safety of data storage devices of graduate students of academic year 2013, Suan Sunandha Rajabhat University. Data were collected by questionnaire on the safety of data storage devices according to CIA principle. A sample size of 81 was drawn from population by purposive sampling method. The results show that most of the graduate students of academic year 2013 at Suan Sunandha Rajabhat University use handy drive to store their data and the safety level of the devices is at good level.Keywords: security, safety, storage devices, graduate students
Procedia PDF Downloads 3533951 Design of Digital IIR Filter Using Opposition Learning and Artificial Bee Colony Algorithm
Authors: J. S. Dhillon, K. K. Dhaliwal
Abstract:
In almost all the digital filtering applications the digital infinite impulse response (IIR) filters are preferred over finite impulse response (FIR) filters because they provide much better performance, less computational cost and have smaller memory requirements for similar magnitude specifications. However, the digital IIR filters are generally multimodal with respect to the filter coefficients and therefore, reliable methods that can provide global optimal solutions are required. The artificial bee colony (ABC) algorithm is one such recently introduced meta-heuristic optimization algorithm. But in some cases it shows insufficiency while searching the solution space resulting in a weak exchange of information and hence is not able to return better solutions. To overcome this deficiency, the opposition based learning strategy is incorporated in ABC and hence a modified version called oppositional artificial bee colony (OABC) algorithm is proposed in this paper. Duplication of members is avoided during the run which also augments the exploration ability. The developed algorithm is then applied for the design of optimal and stable digital IIR filter structure where design of low-pass (LP) and high-pass (HP) filters is carried out. Fuzzy theory is applied to achieve maximize satisfaction of minimum magnitude error and stability constraints. To check the effectiveness of OABC, the results are compared with some well established filter design techniques and it is observed that in most cases OABC returns better or atleast comparable results.Keywords: digital infinite impulse response filter, artificial bee colony optimization, opposition based learning, digital filter design, multi-parameter optimization
Procedia PDF Downloads 4773950 Investigating the Difference in Stability of Various Isomeric Hydrogen Bonded Dimers
Authors: Mohamed Ayoub
Abstract:
The structures and energetics of various isomeric hydrogen bonded dimers, such as (FH…OC, FH…CO), (FH…CNH, FH…NCH), (FH…N2O, FH…ON2), and (FH…NHCO, FH…OCNH) have been investigated using DFT B3LYP with aug-cc-pVTZ basis set and by natural bond orbital (NBO) analysis. For each isomeric pair we calculated: H-bond energy (ΔEB…H), charge-transfer (QCT), where B is atom bearing lone-pairs in CO, CNH, NCH, N2O, and NHCO, H-bond distances (RB…H), the elongation of HF bond (ΔRHF) and the red-shift of HF stretching frequency (ΔVHF). We conclude that the principle difference in the relative stability between each isomeric pair is attributed to distinctive interaction of carbon and oxygen lone pairs of CO, carbon and nitrogen lone-pairs of CNH and NCH, and nitrogen and oxygen lone pairs of N2O and NHCO into the unfilled antibond on HF (σ*HF).Keywords: charge transfer, computational chemistry, isomeric hydrogen bond, natural bond orbital
Procedia PDF Downloads 2463949 Design and Landscape Architecture in the Vernacular Housing of Algiers
Authors: Leila Chebaiki-Adli, Naima Chabbi-Chemrouk
Abstract:
In the Algiers context, the historical city (the old medina) was in the middle age surrounded by several residencies and gardens. They were built in the aim to spend hot days of the year. Among these later, the residences of AbdelTif and the gardens of the dey (which exist always), benefit from important criteria which increase interior comfort. Their know-how is today in trend and can give us several considerations to the architectural design and to the landscape architecture. Their particularity is seen in the built-garden interactions and the design solutions. These later let the user live with vegetation, sky and water through maximum of places in the constructions. On the basis on an aesthetic-tectonic approach, which make in evidence the architectural criteria of the two quoted cases studies (the AbdelTif residence and the gardens of the dey), we will explain in the proposed paper, some important characteristics and design solutions, which contribute strongly to the concretisation and the materialisation of a landscape architecture, and which can be used in all the Mediterranean area. The proposed aesthetic-tectonic approach is based on the fusion between interior and exterior, in the aim to distinguish syntactic criteria. The syntactic criteria correspond to: The composition and the articulation between interior and exterior spaces, the employed materials in the quoted spaces, the manifestation processes. The major finding of this study is the identification of paradigmatic processes related to the architectural design. These later reveal more figurative (direct) than expressive (no direct) way of design and creativeness. While the figurative way benefits from a high level of manifestation, the expressive one benefits from more composed and articulated materials.Keywords: aesthetic/tectonic approach, Algiers context, design, landscape architecture
Procedia PDF Downloads 4053948 Mass Customization of Chemical Protective Clothing
Authors: Eugenija Strazdiene, Violeta Bytautaite, Daivute Krisciuniene
Abstract:
The object of the investigation is the suit for chemical protection, which totally covers human body together with breathing apparatus, breathing mask and helmet (JSC Ansell Protective Solutions Lithuania). The end users of such clothing are the members of rescue team – firefighters. During the presentation, the results of 3D scanning with stationary Human Solutions scanner and portable Artec Eva scanner will be compared on the basis of the efficiency of scanning procedure and scanning accuracy. Also, the possibilities to exporting scanned bodies into specialized CAD systems for suit design development and material consumption calculation will be analyzed. The necessity to understand and to implement corresponding clothing material properties during 3D visualization of garment on CAD systems will be presented. During the presentation, the outcomes of the project ‘Smart and Safe Work Wear Clothing SWW’ will be discussed. The project is carried out under the Interreg Baltic Sea Region Program as 2014-2020 European territorial cooperation objective. Thematic priority is Capacity for Innovation. The main goal of the project is to improve competitiveness and to increase business possibilities for work wear enterprises in the Baltic Sea Region. The project focuses on mass customization of products for various end users. It engages textile and clothing manufacturing technology researchers, work wear producers, end users, as well as national textile and clothing branch organizations in Finland, Lithuania, Latvia, Estonia and Poland.Keywords: CAD systems, mass customization, 3D scanning, safe work wear
Procedia PDF Downloads 202