There is a great operational risk to control the day-to-day management in water treatment plants, so water companies are looking for solutions to predict how the treatment processes may be improved due to the increased pressure to remain competitive. This study focused on the mathematical modeling of water treatment processes with the primary motivation to provide tools that can be used to predict the performance of the treatment to enable better control of uncertainty and risk. This research included choosing the most important variables affecting quality standards using the correlation test. According to this test, it was found that the important parameters of raw water: Total Hardness, Calcium, Magnesium, Total Solids, Nitrite, Nitrates, Ammonia, and Silica are to be used to construct the specific model, while pH, Fluoride, Aluminium, Nitrite, Nitrate, Ammonia, Silica, and Orthophosphate of the treated water were eliminated from the analysis. For modeling the coagulation and flocculation process temperature, Alkalinity and pH of raw water were the depended variables of the model. As for the modeling process turbidity of the treated water was used as the output variable. In general, the linear models including model-driven type, (Multivariate multiple regression, MMR and Multiple linear regression, MLR) have slightly higher prediction efficiencies than the, data-driven type (artificial neural network, ANNM). The coefficients of determination (R2) reached 66 to 85% for the MMR and MLR models and 65 to 81% for the ANN models.
Objective This research investigates Breast Cancer real data for Iraqi women, these data are acquired manually from several Iraqi Hospitals of early detection for Breast Cancer. Data mining techniques are used to discover the hidden knowledge, unexpected patterns, and new rules from the dataset, which implies a large number of attributes. Methods Data mining techniques manipulate the redundant or simply irrelevant attributes to discover interesting patterns. However, the dataset is processed via Weka (The Waikato Environment for Knowledge Analysis) platform. The OneR technique is used as a machine learning classifier to evaluate the attribute worthy according to the class value. Results The evaluation is performed using
... Show MoreShell model and Hartree-Fock calculations have been adopted to study the elastic and inelastic electron scattering form factors for 25Mg nucleus. The wave functions for this nucleus have been utilized from the shell model using USDA two-body effective interaction for this nucleus with the sd shell model space. On the other hand, the SkXcsb Skyrme parameterization has been used within the Hartree-Fock method to get the single-particle potential which is used to calculate the single-particle matrix elements. The calculated form factors have been compared with available experimental data.
This study investigates the influence of fear, refuge, and migration in a predator–prey model, where the interactions between the species follow an asymmetric function response. In contrast to some other findings, we propose that prey develop an anti-predator response in response to a concentration of predators, which in turn increases the fear factor of the predators. The conditions under which all ecologically meaningful equilibrium points exist are discussed in detail. The local and global dynamics of the model are determined at all equilibrium points. The model admits several interesting results by changing the rate of fear of predators and predator aggregate sensitivity. Numerical simulations have been performed to verify our theoret
... Show MoreWater saturation is the most significant characteristic for reservoir characterization in order to assess oil reserves; this paper reviewed the concepts and applications of both classic and new approaches to determine water saturation. so, this work guides the reader to realize and distinguish between various strategies to obtain an appropriate water saturation value from electrical logging in both resistivity and dielectric has been studied, and the most well-known models in clean and shaly formation have been demonstrated. The Nuclear Magnetic Resonance in conventional and nonconventional reservoirs has been reviewed and understood as the major feature of this approach to estimate Water Saturation based on T2 distribution. Artific
... Show MoreThe free piston engine linear generator (FPELG) is a simple engine structure with few components, making it a promising power generation system. However, because the engine works without a crankshaft, the handling of the piston motion control (PMC) is the main challenge influencing the stability and performance of FPELGs. In this article, the optimal operating parameters of FPELG for maximising engine performance and reducing exhaust gas emissions were studied. Moreover, the influence of adding hydrogen (H2) to compressed natural gas (CNG) fuel on FPELG performance was investigated. The influence of operating parameters on in-cylinder pressure was also analysed. The single-piston FPELG fuelled by CNG blended with H2 was used to run the expe
... Show MoreFormation of emulsions during oil production is a costly problem, and decreased water content in emulsions leads to increases productivity and reduces the potential for pipeline corrosion and equipment used. The chemical demulsification process of crude oil emulsions is one of the methods used for reducing water content. The demulsifier presence causes the film layer between water droplets and the crude oil emulsion that to become unstable, leading to the accelerated of water coalescence. This research was performed to study the performance of a chemical demulsifier Chimec2439 (commercial) a blend of non-ionic oil-soluble surfactants. The crude oils used in these experiments were Basrah and Kirkuk Iraqi crude oil. These
... Show MoreA skip list data structure is really just a simulation of a binary search tree. Skip lists algorithm are simpler, faster and use less space. this data structure conceptually uses parallel sorted linked lists. Searching in a skip list is more difficult than searching in a regular sorted linked list. Because a skip list is a two dimensional data structure, it is implemented using a two dimensional network of nodes with four pointers. the implementation of the search, insert and delete operation taking a time of upto . The skip list could be modified to implement the order statistic operations of RANKand SEARCH BY RANK while maintaining the same expected time. Keywords:skip list , parallel linked list , randomized algorithm , rank.