Search results for: water pipe networks
Commenced in January 2007
Frequency: Monthly
Edition: International
Paper Count: 11198

Search results for: water pipe networks

9728 Stand Alone Multiple Trough Solar Desalination with Heat Storage

Authors: Abderrahmane Diaf, Kamel Benabdellaziz

Abstract:

Remote arid areas of the vast expanses of the African deserts hold huge subterranean reserves of brackish water resources waiting for economic development. This work presents design guidelines as well as initial performance data of new autonomous solar desalination equipment which could help local communities produce their own fresh water using solar energy only and, why not, contribute to transforming desert lands into lush gardens. The output of solar distillation equipment is typically low and in the range of 3 l/m2/day on the average. This new design with an integrated, water-based, environmentally-friendly solar heat storage system produced 5 l/m2/day in early spring weather. Equipment output during summer exceeded 9 liters per m2 per day.

Keywords: multiple trough distillation, solar desalination, solar distillation with heat storage, water based heat storage system

Procedia PDF Downloads 425
9727 Relay Node Placement for Connectivity Restoration in Wireless Sensor Networks Using Genetic Algorithms

Authors: Hanieh Tarbiat Khosrowshahi, Mojtaba Shakeri

Abstract:

Wireless Sensor Networks (WSNs) consist of a set of sensor nodes with limited capability. WSNs may suffer from multiple node failures when they are exposed to harsh environments such as military zones or disaster locations and lose connectivity by getting partitioned into disjoint segments. Relay nodes (RNs) are alternatively introduced to restore connectivity. They cost more than sensors as they benefit from mobility, more power and more transmission range, enforcing a minimum number of them to be used. This paper addresses the problem of RN placement in a multiple disjoint network by developing a genetic algorithm (GA). The problem is reintroduced as the Steiner tree problem (which is known to be an NP-hard problem) by the aim of finding the minimum number of Steiner points where RNs are to be placed for restoring connectivity. An upper bound to the number of RNs is first computed to set up the length of initial chromosomes. The GA algorithm then iteratively reduces the number of RNs and determines their location at the same time. Experimental results indicate that the proposed GA is capable of establishing network connectivity using a reasonable number of RNs compared to the best existing work.

Keywords: connectivity restoration, genetic algorithms, multiple-node failure, relay nodes, wireless sensor networks

Procedia PDF Downloads 223
9726 AI-based Radio Resource and Transmission Opportunity Allocation for 5G-V2X HetNets: NR and NR-U Networks

Authors: Farshad Zeinali, Sajedeh Norouzi, Nader Mokari, Eduard Jorswieck

Abstract:

The capacity of fifth-generation (5G) vehicle-to-everything (V2X) networks poses significant challenges. To ad- dress this challenge, this paper utilizes New Radio (NR) and New Radio Unlicensed (NR-U) networks to develop a heterogeneous vehicular network (HetNet). We propose a new framework, named joint BS assignment and resource allocation (JBSRA) for mobile V2X users and also consider coexistence schemes based on flexible duty cycle (DC) mechanism for unlicensed bands. Our objective is to maximize the average throughput of vehicles while guaranteeing the WiFi users' throughput. In simulations based on deep reinforcement learning (DRL) algorithms such as deep deterministic policy gradient (DDPG) and deep Q network (DQN), our proposed framework outperforms existing solutions that rely on fixed DC or schemes without consideration of unlicensed bands.

Keywords: vehicle-to-everything (V2X), resource allocation, BS assignment, new radio (NR), new radio unlicensed (NR-U), coexistence NR-U and WiFi, deep deterministic policy gradient (DDPG), deep Q-network (DQN), joint BS assignment and resource allocation (JBSRA), duty cycle mechanism

Procedia PDF Downloads 84
9725 Eco-Degradation and Phytodiversity of Pulicat Lagoon, Eastcoast of Southern India

Authors: Khasim Munir Bhasha Shaik

Abstract:

Pulicat Lake is the second largest brackish water lagoon after Chilika Lake of Orissa along the east coast of India. Estuaries and lagoons have brackish water which shows high biological productivity than fresh or sea water. Hence, it has a wide range of aquatic, terrestrial flora. The World Wide Fund for Nature declared it as a protected area. The present study aims to explore the flora of the lagoon along with the various threats for its eco-degradation which helps to plan necessary conservation methods.

Keywords: phytodiversity, pulicat lake, threats, conservation

Procedia PDF Downloads 271
9724 Assessment the Infiltration of the Wastewater Ponds and Its Impact on the Water Quality of Pleistocene Aquifer at El Sadat City Using 2-D Electrical Resistivity Tomography and Water Chemistry

Authors: Abeer A. Kenawy, Usama Massoud, El-Said A. Ragab, Heba M. El-Kosery

Abstract:

2-D Electrical Resistivity Tomography (ERT) and hydrochemical study have been conducted at El Sadat industrial city. The study aims to investigate the area around the wastewater ponds to determine the possibility of water percolation from the wastewater ponds to the Pleistocene aquifer and to inspect the effect of this seepage on the groundwater chemistry. Pleistocene aquifer is the main groundwater reservoir in this area, where El Sadat city and its vicinities depend totally on this aquifer for water supplies needed for drinking, agricultural, and industrial activities. In this concern, seven ERT profiles were measured around the wastewater ponds. Besides, 10 water samples were collected from the ponds and the nearby groundwater wells. The water samples have been chemically analyzed for major cations, anions, nutrients, and heavy elements. Also, the physical parameters (pH, Alkalinity, EC, TDS) of the water samples were measured. Inspection of the ERT sections shows that they exhibit lower resistivity values towards the water ponds and higher values in opposite sides. In addition, the water table was detected at shallower depths at the same sides of lower resistivity. This could indicate a wastewater infiltration to the groundwater aquifer near the oxidation ponds. Correlation of the physical parameters and ionic concentrations of the wastewater samples with those of the groundwater samples indicates that; the ionic levels are randomly varying and no specific trend could be obtained. In addition, the wastewater samples shows some ionic levels lower than those detected in other groundwater samples. Besides, the nitrate level is higher in samples taken from the cultivated land than the wastewater samples due to the over using of nitrogen fertilizers. Then, we can say that the infiltrated water from wastewater ponds are not the main controller of the groundwater chemistry in this area, but rather the variable ionic concentrations could be attributed to local, natural, and anthropogenic processes.

Keywords: El Sadat city, ERT, hydrochemistry, percolation, wastewater ponds

Procedia PDF Downloads 331
9723 Fast Adjustable Threshold for Uniform Neural Network Quantization

Authors: Alexander Goncharenko, Andrey Denisov, Sergey Alyamkin, Evgeny Terentev

Abstract:

The neural network quantization is highly desired procedure to perform before running neural networks on mobile devices. Quantization without fine-tuning leads to accuracy drop of the model, whereas commonly used training with quantization is done on the full set of the labeled data and therefore is both time- and resource-consuming. Real life applications require simplification and acceleration of quantization procedure that will maintain accuracy of full-precision neural network, especially for modern mobile neural network architectures like Mobilenet-v1, MobileNet-v2 and MNAS. Here we present a method to significantly optimize training with quantization procedure by introducing the trained scale factors for discretization thresholds that are separate for each filter. Using the proposed technique, we quantize the modern mobile architectures of neural networks with the set of train data of only ∼ 10% of the total ImageNet 2012 sample. Such reduction of train dataset size and small number of trainable parameters allow to fine-tune the network for several hours while maintaining the high accuracy of quantized model (accuracy drop was less than 0.5%). Ready-for-use models and code are available in the GitHub repository.

Keywords: distillation, machine learning, neural networks, quantization

Procedia PDF Downloads 302
9722 Pilot Scale Sub-Surface Constructed Wetland: Evaluation of Performance of Bed Vegetated with Water Hyacinth in the Treatment of Domestic Sewage

Authors: Abdul-Hakeem Olatunji Abiola, A. E. Adeniran, A. O. Ajimo, A. B. Lamilisa

Abstract:

Introduction: Conventional wastewater treatment technology has been found to fail in developing countries because they are expensive to construct, operate and maintain. Constructed wetlands are nowadays considered as a low-cost alternative for effective wastewater treatment, especially where suitable land can be available. This study aims to evaluate the performance of the constructed wetland vegetated with water hyacinth (Eichhornia crassipes) plant for the treatment of wastewater. Methodology: The sub-surface flow wetland used for this study was an experimental scale constructed wetland consisting of four beds A, B, C, and D. Beds A, B, and D were vegetated while bed C which was used as a control was non-vegetated. This present study presents the results from bed B vegetated with water hyacinth (Eichhornia crassipes) and control bed C which was non-vegetated. The influent of the experimental scale wetland has been pre-treated with sedimentation, screening and anaerobic chamber before feeding into the experimental scale wetland. Results: pH and conductivity level were more reduced, colour of effluent was more improved, nitrate, iron, phosphate, and chromium were more removed, and dissolved oxygen was more improved in the water hyacinth bed than the control bed. While manganese, nickel, cyanuric acid, and copper were more removed from the control bed than the water hyacinth bed. Conclusion: The performance of the experimental scale constructed wetland bed planted with water hyacinth (Eichhornia crassipes) is better than that of the control bed. It is therefore recommended that plain bed without any plant should not be encouraged.

Keywords: constructed experimental scale wetland, domestic sewage, treatment, water hyacinth

Procedia PDF Downloads 117
9721 Optimization of the Rain Harvest Using Multi-Purpose Valley Tanks

Authors: Ahmad Hashad

Abstract:

Valley tanks are a kind of rain harvest which is used as ground water storage to overcome drought seasons in some countries. This research displays the rain harvest evolution and introduces some ideas to develop the valley tanks to be more than water storage. These ideas developed the current valley tanks design to become an integrated renaissance project. The suggested design has some changes making it different than the traditional design of valley tanks. These changes allow for the new design to be more flexible for adding additional capacity, water purification units and water pumping units. The suggested valley tanks project will be designed based on studying the rainfall and evaporation rates, as well as land topography and designed agricultural map linked to seasons of rain and drought.

Keywords: valley tanks, rain harvest, volatile nature, integrated renaissance project

Procedia PDF Downloads 233
9720 Auto Calibration and Optimization of Large-Scale Water Resources Systems

Authors: Arash Parehkar, S. Jamshid Mousavi, Shoubo Bayazidi, Vahid Karami, Laleh Shahidi, Arash Azaranfar, Ali Moridi, M. Shabakhti, Tayebeh Ariyan, Mitra Tofigh, Kaveh Masoumi, Alireza Motahari

Abstract:

Water resource systems modelling have constantly been a challenge through history for human being. As the innovative methodological development is evolving alongside computer sciences on one hand, researches are likely to confront more complex and larger water resources systems due to new challenges regarding increased water demands, climate change and human interventions, socio-economic concerns, and environment protection and sustainability. In this research, an automatic calibration scheme has been applied on the Gilan’s large-scale water resource model using mathematical programming. The water resource model’s calibration is developed in order to attune unknown water return flows from demand sites in the complex Sefidroud irrigation network and other related areas. The calibration procedure is validated by comparing several gauged river outflows from the system in the past with model results. The calibration results are pleasantly reasonable presenting a rational insight of the system. Subsequently, the unknown optimized parameters were used in a basin-scale linear optimization model with the ability to evaluate the system’s performance against a reduced inflow scenario in future. Results showed an acceptable match between predicted and observed outflows from the system at selected hydrometric stations. Moreover, an efficient operating policy was determined for Sefidroud dam leading to a minimum water shortage in the reduced inflow scenario.

Keywords: auto-calibration, Gilan, large-scale water resources, simulation

Procedia PDF Downloads 319
9719 Biosorption of Manganese Mine Effluents Using Crude Chitin from Philippine Bivalves

Authors: Randy Molejona Jr., Elaine Nicole Saquin

Abstract:

The area around the Ajuy river in Iloilo, Philippines, is currently being mined for manganese ore, and river water samples exceed the maximum manganese contaminant level set by US-EPA. At the same time, the surplus of local bivalve waste is another environmental concern. Synthetic chemical treatment compromises water quality, leaving toxic residues. Therefore, an alternative treatment process is biosorption or using the physical and chemical properties of biomass to adsorb heavy metals in contaminated water. The study aims to extract crude chitin from shell wastes of Bractechlamys vexillum, Perna viridis, and Placuna placenta and determine its adsorption capacity on manganese in simulated and actual mine water. Crude chitin was obtained by pulverization, deproteinization, demineralization, and decolorization of shells. Biosorption by flocculation followed 5 g: 50 mL chitin-to-water ratio. Filtrates were analyzed using MP-AES after 24 hours. In both actual and simulated mine water, respectively, B. vexillum yielded the highest adsorption percentage of 91.43% and 99.58%, comparable to P. placenta of 91.43% and 99.37%, while significantly different to P. viridis of -57.14% and 31.53%, (p < 0.05). FT-IR validated the presence of chitin in shells based on carbonyl-containing functional groups at peaks 1530-1560 cm⁻¹ and 1660-1680 cm⁻¹. SEM micrographs showed the amorphous and non-homogenous structure of chitin. Thus, crude chitin from B. vexillum and P. placenta can be bio-sorbents for water treatment of manganese-impacted effluents, and promote appropriate waste management of local bivalves.

Keywords: biosorption, chitin, FT-IR, mine effluents, SEM

Procedia PDF Downloads 178
9718 A More Sustainable Decellularized Plant Scaffold for Lab Grown Meat with Ocean Water

Authors: Isabella Jabbour

Abstract:

The world's population is expected to reach over 10 billion by 2050, creating a significant demand for food production, particularly in the agricultural industry. Cellular agriculture presents a solution to this challenge by producing meat that resembles traditionally produced meat, but with significantly less land use. Decellularized plant scaffolds, such as spinach leaves, have been shown to be a suitable edible scaffold for growing animal muscle, enabling cultured cells to grow and organize into three-dimensional structures that mimic the texture and flavor of conventionally produced meat. However, the use of freshwater to remove the intact extracellular material from these plants remains a concern, particularly when considering scaling up the production process. In this study, two protocols were used, 1X SDS and Boom Sauce, to decellularize spinach leaves with both distilled water and ocean water. The decellularization process was confirmed by histology, which showed an absence of cell nuclei, DNA and protein quantification. Results showed that spinach decellularized with ocean water contained 9.9 ± 1.4 ng DNA/mg tissue, which is comparable to the 9.2 ± 1.1 ng DNA/mg tissue obtained with DI water. These findings suggest that decellularized spinach leaves using ocean water hold promise as an eco-friendly and cost-effective scaffold for laboratory-grown meat production, which could ultimately transform the meat industry by providing a sustainable alternative to traditional animal farming practices while reducing freshwater use.

Keywords: cellular agriculture, plant scaffold, decellularization, ocean water usage

Procedia PDF Downloads 68
9717 Examination of the Water and Nutrient Utilization of Maize Hybrids on Chernozem Soil

Authors: L. G. Karancsi

Abstract:

The research was set up on chernozem soil at the Látókép AGTC MÉK research area of the University of Debrecen in Hungary. We examined the yield, the yield production per 1kg NPK fertilizer and the water and nutrient utilization of hybrid PR37N01 and PR37M81 in 2013. We found that PR37N01 produced the most yield at the level of N120+P (17,476kg ha-1) while PR37M81 reached the highest yield at level N150+PK (16,754kg ha-1). Studies related to yield production per 1kg NPK indicated that the best results were achieved at level N30+PK compared to the control treatment. Yield production per 1kg NPK was17.6kg kg-1 by P37N01 and 44.2kg kg-1 by PR37M81. By comparing the water utilization of hybrids we found that the worst water utilization results were reached in the control treatment (PR37N01: 26.2kg mm-1, PR37M81: 19.5kg mm-1). The best water utilization values were produced at level N120+PK in the case of hybrid PR37N01 (32.1kg mm-1) and at N150+PK in the case of hybrid PR37M81 (30.8kg mm-1). We established the values of the nutrient reaction and the fertilizer optimum of hybrids. We discovered a strong relationship between the amount of fertilizer applied and the yield produced (r2= 0.8228–0.9515). The best nutrient response was induced by hybrid PR37N01, while the weakest results were reached by hybrid PR37M81.

Keywords: hybrid, maize, nutrient, yield, water utilization

Procedia PDF Downloads 395
9716 Assessing the Influence of Station Density on Geostatistical Prediction of Groundwater Levels in a Semi-arid Watershed of Karnataka

Authors: Sakshi Dhumale, Madhushree C., Amba Shetty

Abstract:

The effect of station density on the geostatistical prediction of groundwater levels is of critical importance to ensure accurate and reliable predictions. Monitoring station density directly impacts the accuracy and reliability of geostatistical predictions by influencing the model's ability to capture localized variations and small-scale features in groundwater levels. This is particularly crucial in regions with complex hydrogeological conditions and significant spatial heterogeneity. Insufficient station density can result in larger prediction uncertainties, as the model may struggle to adequately represent the spatial variability and correlation patterns of the data. On the other hand, an optimal distribution of monitoring stations enables effective coverage of the study area and captures the spatial variability of groundwater levels more comprehensively. In this study, we investigate the effect of station density on the predictive performance of groundwater levels using the geostatistical technique of Ordinary Kriging. The research utilizes groundwater level data collected from 121 observation wells within the semi-arid Berambadi watershed, gathered over a six-year period (2010-2015) from the Indian Institute of Science (IISc), Bengaluru. The dataset is partitioned into seven subsets representing varying sampling densities, ranging from 15% (12 wells) to 100% (121 wells) of the total well network. The results obtained from different monitoring networks are compared against the existing groundwater monitoring network established by the Central Ground Water Board (CGWB). The findings of this study demonstrate that higher station densities significantly enhance the accuracy of geostatistical predictions for groundwater levels. The increased number of monitoring stations enables improved interpolation accuracy and captures finer-scale variations in groundwater levels. These results shed light on the relationship between station density and the geostatistical prediction of groundwater levels, emphasizing the importance of appropriate station densities to ensure accurate and reliable predictions. The insights gained from this study have practical implications for designing and optimizing monitoring networks, facilitating effective groundwater level assessments, and enabling sustainable management of groundwater resources.

Keywords: station density, geostatistical prediction, groundwater levels, monitoring networks, interpolation accuracy, spatial variability

Procedia PDF Downloads 36
9715 Using Hidden Markov Chain for Improving the Dependability of Safety-Critical Wireless Sensor Networks

Authors: Issam Alnader, Aboubaker Lasebae, Rand Raheem

Abstract:

Wireless sensor networks (WSNs) are distributed network systems used in a wide range of applications, including safety-critical systems. The latter provide critical services, often concerned with human life or assets. Therefore, ensuring the dependability requirements of Safety critical systems is of paramount importance. The purpose of this paper is to utilize the Hidden Markov Model (HMM) to elongate the service availability of WSNs by increasing the time it takes a node to become obsolete via optimal load balancing. We propose an HMM algorithm that, given a WSN, analyses and predicts undesirable situations, notably, nodes dying unexpectedly or prematurely. We apply this technique to improve on C. Lius’ algorithm, a scheduling-based algorithm which has served to improve the lifetime of WSNs. Our experiments show that our HMM technique improves the lifetime of the network, achieved by detecting nodes that die early and rebalancing their load. Our technique can also be used for diagnosis and provide maintenance warnings to WSN system administrators. Finally, our technique can be used to improve algorithms other than C. Liu’s.

Keywords: wireless sensor networks, IoT, dependability of safety WSNs, energy conservation, sleep awake schedule

Procedia PDF Downloads 85
9714 Service Flow in Multilayer Networks: A Method for Evaluating the Layout of Urban Medical Resources

Authors: Guanglin Song

Abstract:

(Objective) Situated within the context of China's tiered medical treatment system, this study aims to analyze spatial causes of urban healthcare access difficulties from the perspective of the configuration of healthcare facilities. (Methods) A social network analysis approach is employed to construct a healthcare demand and supply flow network between major residential clusters and various tiers of hospitals in the city.(Conclusion) The findings reveal that:1.there exists overall maldistribution and over-concentration of healthcare resources in Study Area, characterized by structural imbalance; 2.the low rate of primary care utilization in Study Area is a key factor contributing to congestion at higher-tier hospitals, as excessive reliance on these institutions by neighboring communities exacerbates the problem; 3.gradual optimization of the healthcare facility layout in Study Area, encompassing holistic, local, and individual institutional levels, can enhance systemic efficiency and resource balance.(Prospects) This research proposes a method for evaluating urban healthcare resource distribution structures based on service flows within hierarchical networks. It offers spatially targeted optimization suggestions for promoting the implementation of the tiered healthcare system and alleviating challenges related to accessibility and congestion in seeking medical care. Provide some new ideas for researchers and healthcare managers in countries, cities, and healthcare management around the world with similar challenges.

Keywords: flow of public services, urban networks, healthcare facilities, spatial planning, urban networks

Procedia PDF Downloads 44
9713 An Evaluation of Impact of Video Billboard on the Marketing of GSM Services in Lagos Metropolis

Authors: Shola Haruna Adeosun, F. Adebiyi Ajoke, Odedeji Adeoye

Abstract:

Video billboard advertising by networks and brand switching was conceived out of inquisition at the huge billboard advertising expenditures made by the three major GSM network operators in Nigeria. The study was anchored on Lagos State Metropolis with a current census population over 1,000,000. From this population, a purposive sample of 400 was adopted, and the questionnaire designed for the survey was carefully allocated to members of this ample in the five geographical zones of the city so that each rung of the society was well represented. The data obtained were analyzed using tables and simple percentages. The results obtained showed that subscribers of these networks were hardly influenced by the video billboard advertisements. They overwhelmingly showed that rather than the slogans of the GSM networks carried on the video billboards, it was the incentives to subscribers as well as the promotional strategies of these organizations that moved them to switch from one network to another. These switching lasted only as long as the incentives and promotions were in effect. The results of the study also seemed to rekindle the age-old debate on media effects, by the unyielding schools of the theory of ‘all-powerful media’, ‘the limited effects media’, ‘the controlled effects media’ and ‘the negotiated media influence’.

Keywords: evaluation, impact, video billboard, marketing, services

Procedia PDF Downloads 236
9712 Estimation of Sediment Transport into a Reservoir Dam

Authors: Kiyoumars Roushangar, Saeid Sadaghian

Abstract:

Although accurate sediment load prediction is very important in planning, designing, operating and maintenance of water resources structures, the transport mechanism is complex, and the deterministic transport models are based on simplifying assumptions often lead to large prediction errors. In this research, firstly, two intelligent ANN methods, Radial Basis and General Regression Neural Networks, are adopted to model of total sediment load transport into Madani Dam reservoir (north of Iran) using the measured data and then applicability of the sediment transport methods developed by Engelund and Hansen, Ackers and White, Yang, and Toffaleti for predicting of sediment load discharge are evaluated. Based on comparison of the results, it is found that the GRNN model gives better estimates than the sediment rating curve and mentioned classic methods.

Keywords: sediment transport, dam reservoir, RBF, GRNN, prediction

Procedia PDF Downloads 481
9711 Depth Estimation in DNN Using Stereo Thermal Image Pairs

Authors: Ahmet Faruk Akyuz, Hasan Sakir Bilge

Abstract:

Depth estimation using stereo images is a challenging problem in computer vision. Many different studies have been carried out to solve this problem. With advancing machine learning, tackling this problem is often done with neural network-based solutions. The images used in these studies are mostly in the visible spectrum. However, the need to use the Infrared (IR) spectrum for depth estimation has emerged because it gives better results than visible spectra in some conditions. At this point, we recommend using thermal-thermal (IR) image pairs for depth estimation. In this study, we used two well-known networks (PSMNet, FADNet) with minor modifications to demonstrate the viability of this idea.

Keywords: thermal stereo matching, deep neural networks, CNN, Depth estimation

Procedia PDF Downloads 258
9710 Modified Fe₃O₄ Nanoparticles for Electrochemical Sensing of Heavy Metal Ions Pb²⁺, Hg²⁺, and Cd²⁺ in Water

Authors: Megha, Diksha, Seema Rani, Balwinder Kaur, Harminder Kaur

Abstract:

Fe₃O₄@SiO₂@SB functionalized magnetic nanoparticles were synthesized and used to detect heavy metal ions such as Pb²⁺, Hg²⁺, and Cd²⁺ in water. The formation of Fe₃O₄@SiO₂@SB nanocatalyst was confirmed by XRD, SEM, TEM, and IR. The simultaneous determination of analyte cations was carried out using square wave anodic stripping voltammetry (SWASV). Investigation and optimisation were done to study how experimental variables affected the performance of the modified magnetic electrode. Pb²⁺, Hg²⁺, and Cd²⁺ were successfully detected using the designed sensor in the presence of various possibly interfering ions. The recovery rate was found to be 97.5% for Pb²⁺, 96.2% for Hg²⁺, 103.5% for Cd²⁺. The electrochemical sensor was also employed to determine the presence of heavy metal ions in drinking water samples, which are well below the World Health Organization (WHO) guidelines.

Keywords: magnetic nanoparticles, heavy metal ions, electrochemical sensor, environmental water samples

Procedia PDF Downloads 61
9709 Physical and Chemical Parameters of Lower Ogun River, Ogun State, Nigeria

Authors: F.I. Adeosun, A.A. Idowu, D.O. Odulate,

Abstract:

The aims of carrying out this experiment were to determine the water quality and to investigate if the various human and ecological activities around the river have any effect on the physico-chemical parameters of the river’s resources with a view to effectively utilizing these resources. Water samples were collected from two stations on the surface water of Lower Ogun River Akomoje biweekly for a period of 5 months (January to May, 2011). Results showed that temperature ranged between 24.0-30.7oC, transparency (0.53-1.00 m), depth (1.0-3.88 m), alkalinity (4.5-14.5 mg/l), nitrates (0.235-5.445 mg/l), electrical conductivity (140-190µS/cm), dissolved oxygen (4.12-5.32 mg/l), phosphates (0.02 mg/l-0.7 5 mg/l) and total dissolved solids (70-95).The parameters at the deep end (station A) accounted for the bulk of the highest values; there was however no significant differences between the stations at P˂0.05 with the exception of transparency, depth, total dissolved solids and electrical conductivity. The phosphate value was relatively low which accounted for the low productivity and high transparency. The results obtained from the physico-chemical parameters agreed with the limits set by both national and international bodies for drinking and fish growth. It was however observed that during the period of data collection, catch was low and this could be attributed to low level of primary productivity due to the quality of physico-chemical parameters of the water. It is recommended that the agencies involved in the management of the river should put the right policies in place that will effectively enhance proper exploitation of the water resources. More research should also be carried out on the physico-chemical parameters since this work only studied the water for five months.

Keywords: physical, chemical, parameters, water quality, Ogunriver

Procedia PDF Downloads 668
9708 Energy Matrices of Partially Covered Photovoltaic Thermal Flat Plate Water Collectors

Authors: Shyam, G. N. Tiwari

Abstract:

Energy matrices of flate plate water collectors partially covered by PV module have been estimated in the present study. Photovoltaic thermal (PVT) water collector assembly is consisting of 5 water collectors having 2 m^2 area which are partially covered by photovoltaic module at its lower portion (inlet) and connected in series. The annual overall thermal energy and exergy are computed by using climatic data of New Delhi provided by Indian Meteorological Department (IMD) Pune, India. The Energy payback time on overall thermal and exergy basis are found to be 1.6 years and 17.8 years respectively. For 25 years of life time of system the energy production factor and life cycle conversion efficiency are estimated to be 15.8 and 0.04 respectively on overall thermal energy basis whereas for the same life time the energy production factor and life cycle conversion efficiency on exergy basis are obtained as 1.4 and 0.001.

Keywords: overall thermal energy, exergy, energy payback time, PVT water collectors

Procedia PDF Downloads 362
9707 Physics-Informed Convolutional Neural Networks for Reservoir Simulation

Authors: Jiangxia Han, Liang Xue, Keda Chen

Abstract:

Despite the significant progress over the last decades in reservoir simulation using numerical discretization, meshing is complex. Moreover, the high degree of freedom of the space-time flow field makes the solution process very time-consuming. Therefore, we present Physics-Informed Convolutional Neural Networks(PICNN) as a hybrid scientific theory and data method for reservoir modeling. Besides labeled data, the model is driven by the scientific theories of the underlying problem, such as governing equations, boundary conditions, and initial conditions. PICNN integrates governing equations and boundary conditions into the network architecture in the form of a customized convolution kernel. The loss function is composed of data matching, initial conditions, and other measurable prior knowledge. By customizing the convolution kernel and minimizing the loss function, the neural network parameters not only fit the data but also honor the governing equation. The PICNN provides a methodology to model and history-match flow and transport problems in porous media. Numerical results demonstrate that the proposed PICNN can provide an accurate physical solution from a limited dataset. We show how this method can be applied in the context of a forward simulation for continuous problems. Furthermore, several complex scenarios are tested, including the existence of data noise, different work schedules, and different good patterns.

Keywords: convolutional neural networks, deep learning, flow and transport in porous media, physics-informed neural networks, reservoir simulation

Procedia PDF Downloads 119
9706 Numerical Simulation of Ultraviolet Disinfection in a Water Reactor

Authors: H. Shokouhmand, H. Sobhani, B. Sajadi, M. Degheh

Abstract:

In recent years, experimental and numerical investigation of water UV reactors has increased significantly. The main drawback of experimental methods is confined and expensive survey of UV reactors features. In this study, a CFD model utilizing the eulerian-lagrangian framework is applied to analysis the disinfection performance of a closed conduit reactor which contains four UV lamps perpendicular to the flow. A discrete ordinates (DO) model was employed to evaluate the UV irradiance field. To investigate the importance of each of lamps on the inactivation performance, in addition to the reference model (with 4 bright lamps), several models with one or two bright lamps in various arrangements were considered. All results were reported in three inactivation kinetics. The results showed that the log inactivation of the two central bright lamps model was between 88-99 percent, close to the reference model results. Also, whatever the lamps are closer to the main flow region, they have more effect on microbial inactivation. The effect of some operational parameters such as water flow rate, inlet water temperature, and lamps power were also studied.

Keywords: Eulerian-Lagrangian framework, inactivation kinetics, log inactivation, water UV reactor

Procedia PDF Downloads 235
9705 Development of Carrageenan-Psyllium/Montmorillonite Clay Hybrid Hydrogels for Agriculture Purpose

Authors: D. Aydinoglu, N. Karaca, O. Ceylan

Abstract:

Limited water resources on the earth come first among the most alarming issues. In this respect, several solutions from treatment of waste water to water management have been proposed. Recently, use of hydrogels as soil additive, which is one of the water management ways in agriculture, has gained increasing interest. In traditional agriculture applications, water used with irrigation aim, rapidly flows down between the pore structures in soil, without enough useful for soil. To overcome this fact and increase the abovementioned limit values, recently, several natural based hydrogels have been suggested and tested to find out their efficiency in soil. However, most of these researches have dealt with grafting of synthetic acrylate based monomers on natural gelling agents, most probably due to reinforced of the natural gels. These results motivated us to search a natural based hydrogel formulations, not including any synthetic component, and strengthened with montmorillonite clay instead of any grafting polymerization with synthetic monomer and examine their potential in this field, as well as characterize of them. With this purpose, carrageenan-psyllium/ montmorillonite hybrid hydrogels have been successively prepared. Their swelling capacities were determined both in deionized and tap water and were found to be dependent on the carrageenan, psyllium and montmorillonite ratios, as well as the water type. On the other hand, mechanical tests revealed that especially carrageenan and montmorillonite contents have a great effect on gel strength, which is one of the essential features, preventing the gels from cracking resulted in readily outflow of all the water in the gel without beneficial for soil. They found to reach 0.23 MPa. The experiments carried out with soil indicated that hydrogels significantly improved the water uptake capacities and water retention degrees of the soil from 49 g to 85 g per g of soil and from 32 to 67%, respectively, depending on the ingredient ratios. Also, biodegradation tests demonstrated that all the hydrogels undergo biodegradation, as expected from their natural origin. The overall results suggested that these hybrid hydrogels have a potential for use as soil additive and can be safely used owing to their totally natural structure.

Keywords: carrageenan, hydrogel, montmorillonite, psyllium

Procedia PDF Downloads 102
9704 Networks in the Tourism Sector in Brazil: Proposal of a Management Model Applied to Tourism Clusters

Authors: Gysele Lima Ricci, Jose Miguel Rodriguez Anton

Abstract:

Companies in the tourism sector need to achieve competitive advantages for their survival in the market. In this way, the models based on association, cooperation, complementarity, distribution, exchange and mutual assistance arise as a possibility of organizational development, taking as reference the concept of networks. Many companies seek to partner in local networks as clusters to act together and associate. The main objective of the present research is to identify the specificities of management and the practices of cooperation in the tourist destination of São Paulo - Brazil, and to propose a new management model with possible cluster of tourism. The empirical analysis was carried out in three phases. As a first phase, a research was made by the companies, associations and tourism organizations existing in São Paulo, analyzing the characteristics of their business. In the second phase, the management specificities and cooperation practice used in the tourist destination. And in the third phase, identifying the possible strengths and weaknesses that potential or potential tourist cluster could have, proposing the development of the management model of the same adapted to the needs of the companies, associations and organizations. As a main result, it has been identified that companies, associations and organizations could be looking for synergies with each other and collaborate through a Hiperred organizational structure, in which they share their knowledge, try to make the most of the collaboration and to benefit from three concepts: flexibility, learning and collaboration. Finally, it is concluded that, the proposed tourism cluster management model is viable for the development of tourism destinations because it makes it possible to strategically address agents which are responsible for public policies, as well as public and private companies and organizations in their strategies competitiveness and cooperation.

Keywords: cluster, management model, networks, tourism sector

Procedia PDF Downloads 268
9703 Performance of Total Vector Error of an Estimated Phasor within Local Area Networks

Authors: Ahmed Abdolkhalig, Rastko Zivanovic

Abstract:

This paper evaluates the Total Vector Error of an estimated Phasor as define in IEEE C37.118 standard within different medium access in Local Area Networks (LAN). Three different LAN models (CSMA/CD, CSMA/AMP, and Switched Ethernet) are evaluated. The Total Vector Error of the estimated Phasor has been evaluated for the effect of Nodes Number under the standardized network Band-width values defined in IEC 61850-9-2 communication standard (i.e. 0.1, 1, and 10 Gbps).

Keywords: phasor, local area network, total vector error, IEEE C37.118, IEC 61850

Procedia PDF Downloads 295
9702 Design and Implementation of Medium Access Control Based Routing on Real Wireless Sensor Networks Testbed

Authors: Smriti Agarwal, Ashish Payal, B. V. R. Reddy

Abstract:

IEEE 802.15.4 is a Low Rate Wireless Personal Area Networks (LR-WPAN) standard combined with ZigBee, which is going to enable new applications in Wireless Sensor Networks (WSNs) and Internet of Things (IoT) domain. In recent years, it has become a popular standard for WSNs. Wireless communication among sensor motes, enabled by IEEE 802.15.4 standard, is extensively replacing the existing wired technology in a wide range of monitoring and control applications. Researchers have proposed a routing framework and mechanism that interacts with the IEEE 802.15.4 standard using software platform. In this paper, we have designed and implemented MAC based routing (MBR) based on IEEE 802.15.4 standard using a hardware platform “SENSEnuts”. The experimental results include data through light and temperature sensors obtained from communication between PAN coordinator and source node through coordinator, MAC address of some modules used in the experimental setup, topology of the network created for simulation and the remaining battery power of the source node. Our experimental effort on a WSN Testbed has helped us in bridging the gap between theoretical and practical aspect of implementing IEEE 802.15.4 for WSNs applications.

Keywords: IEEE 802.15.4, routing, WSN, ZigBee

Procedia PDF Downloads 387
9701 Assessment of Heavy Metal Contamination in Ground Water in the Coastal Part of Cauvery Deltaic Region, South India

Authors: Gnanachandrasamy G., Zhou Y., Ramkumar T., Venkatramanan S., Wang S., Mo Liping, Jingru Zhang

Abstract:

In order to assess the heavy metal contamination totally fourty five groundwater samples were collected from the coastal part of Cauvery deltaic region, South India, during monsoon season in the year of 2017. The study area lies between longitudes 79º15’ to 79º 50’ E and latitudes 10º10’ to 11º20’ N with total area of 2,569 km². The concentration of As, Ba, Cd, Cr, Co, Cu, Ni, Pb, Se, and Zn were analyzed by Inductively Coupled Plasma Mass Spectrometry (ICP-MS). The heavy metals ranged between 0.007-117.8 µg/l for As, 8.503-1281 µg/l for Ba, 0.006-0.12 µg/l for Cd, 0.23-5.572µg/l for Cr, 0.44-17.9 µg/l for Co, 0.633-11.56 µg/l for Cu, 0.467-29.34 µg/l for Ni, 0.008-5.756 µg/l for Pb, 0.979 to 45.49 µg/l for Se, and 2.712-10480 µg/l for Zn in the groundwaters. A comparison of heavy metal concentration with WHO and BIS drinking water standards shows that Ni, Zn, As, Se, and Ba level is higher than the drinking water standards in some of the groundwater samples, and the concentrations of all the other heavy metals were lower than the drinking water standards. The present levels of heavy metal concentration in the studied area groundwaters are moderate to severe to public health and environmental concerns and need attention.

Keywords: cauvery delta, drinking water, groundwater, heavy metals

Procedia PDF Downloads 327
9700 Analysis of the Impact of Suez Canal on the Robustness of Global Shipping Networks

Authors: Zimu Li, Zheng Wan

Abstract:

The Suez Canal plays an important role in global shipping networks and is one of the most frequently used waterways in the world. The 2021 canal obstruction by ship Ever Given in March 2021, however, completed blocked the Suez Canal for a week and caused significant disruption to world trade. Therefore, it is very important to quantitatively analyze the impact of the accident on the robustness of the global shipping network. However, the current research on maritime transportation networks is usually limited to local or small-scale networks in a certain region. Based on the complex network theory, this study establishes a global shipping complex network covering 2713 nodes and 137830 edges by using the real trajectory data of the global marine transport ship automatic identification system in 2018. At the same time, two attack modes, deliberate (Suez Canal Blocking) and random, are defined to calculate the changes in network node degree, eccentricity, clustering coefficient, network density, network isolated nodes, betweenness centrality, and closeness centrality under the two attack modes, and quantitatively analyze the actual impact of Suez Canal Blocking on the robustness of global shipping network. The results of the network robustness analysis show that Suez Canal blocking was more destructive to the shipping network than random attacks of the same scale. The network connectivity and accessibility decreased significantly, and the decline decreased with the distance between the port and the canal, showing the phenomenon of distance attenuation. This study further analyzes the impact of the blocking of the Suez Canal on Chinese ports and finds that the blocking of the Suez Canal significantly interferes withChina's shipping network and seriously affects China's normal trade activities. Finally, the impact of the global supply chain is analyzed, and it is found that blocking the canal will seriously damage the normal operation of the global supply chain.

Keywords: global shipping networks, ship AIS trajectory data, main channel, complex network, eigenvalue change

Procedia PDF Downloads 162
9699 Colour Segmentation of Satellite Imagery to Estimate Total Suspended Solid at Rawa Pening Lake, Central Java, Indonesia

Authors: Yulia Chalri, E. T. P. Lussiana, Sarifuddin Madenda, Bambang Trisakti, Yuhilza Hanum

Abstract:

Water is a natural resource needed by humans and other living creatures. The territorial water of Indonesia is 81% of the country area, consisting of inland waters and the sea. The research object is inland waters in the form of lakes and reservoirs, since 90% of inland waters are in them, therefore the water quality should be monitored. One of water quality parameters is Total Suspended Solid (TSS). Most of the earlier research did direct measurement by taking the water sample to get TSS values. This method takes a long time and needs special tools, resulting in significant cost. Remote sensing technology has solved a lot of problems, such as the mapping of watershed and sedimentation, monitoring disaster area, mapping coastline change, and weather analysis. The aim of this research is to estimate TSS of Rawa Pening lake in Central Java by using the Lansat 8 image. The result shows that the proposed method successfully estimates the Rawa Pening’s TSS. In situ TSS shows normal water quality range, and so does estimation result of segmentation method.

Keywords: total suspended solid (TSS), remote sensing, image segmentation, RGB value

Procedia PDF Downloads 391