Computations of the relative permeability curves were made through their representation by two functions for wetting and nonwetting phases. Each function contains one parameter that controls the shape of the relative permeability curves. The values of these parameters are chosen to minimize an objective function, that is represented as a weighted sum of the squared differences between experimentally measured data and the corresponding data calculated by a mathematical model simulating the experiment. These data comprise the pressure drop across core samples and the recovery response of the displacing phase. Two mathematical models are constructed in this study to simulate incompressible, one-dimensional, two-phase flow. The first model describes the imbibition process and the other describes the drainage process. The values of the relative permeability parameters are calculated by employing Rosenbrock optimization procedure. The reliability of this procedure has been confirmed by applying it to four displacement cases. The optimum values of the relative permeability parameters, which reflect the final shape of the relative permeability curves, are achieved at the minimum value of the objective function. All the above processes are be embodied in relative permeability package RPP which is constructed in this study using FORTRAN language.
This experimental study focuses on scouring in box culvert inlets under steady-state conditions and at different percentages of blockage ranging from 0% to 65%, and also looks at the hydraulics of water in the culvert. The investigation shows that the blockage of the culverts has influenced the scouring pattern at the blocked culverts' entrances. Ten experiments were carried out at the laboratory to see how blockage impacts the scouring pattern upstream of a box culvert during steady flow. Both partially blocked and unblocked cases were implemented in this study. The experimental tests were done until the equilibrium scour occurred, which took about 3.5 hours of water flow to reach equilibrium conditions. The results r
... Show MoreThe Mesopotamian soil is muddy and fertile, and so from ancient eras Iraqis used mud in their building, settlements and architecture in different methodologies according to the nature and the function of the building that was either in its pure form or by mixing it with other materials such as straw . also as raw bricks in different ways either for the whale building or parts of it, or for the finishing parts such as roofing for instance. In this research these different forms and methodologies will permeate through out a chosen examples of historical building, rural buildings and settlements and ancient buildings as well as some current uses of mud in the structures and building in standing cities, this in order to conclude some
... Show More
I have written my most important findings in my research are as follows:
The book forty nuclear is one of the writings of the nuclear imam "God's mercy" in which he had collected ahaadeeth from several different sections and diverse, has been described by scientists as the orbit of Islam are all valid conversations.
the duty to pay attention to the Sunnah of the Prophet from the linguistic point of view because it is very rich news and constructional evidence in all sections contained the forty nuclear talks on the news sentences in (30) places divided between the news request, as stated in (13)
home and primary news in (14) home and the news denial in (3) c
... Show MoreThe problem of soil contamination is increased recently due to increasing the industrial wastes such as petroleum hydrocarbon, organic solvents, and heavy metals as well as maximizing the use of agricultural fertilizers. During this period, wide development of data collection methods, using remote sensing techniques in the field of soil and environment applications appear and state the suitable technique for remediation. This study deals with the application of remote sensing techniques in geoenvironmental engineering through a field spectral reflectance measurements at nine spots of naturally hydrocarbons contaminated soil in Al-Daura Refinery Company site which is located to the south west of Baghdad using radiometer device to get stan
... Show MoreHigh-power density supercapacitors and high-energy–density batteries have gotten a lot of interest since they are critical for the power supply of future electric cars, portable electronic gadgets, unmanned aircraft, and so on. The electrode materials used in supercapacitors and batteries have a significant impact on the practical energy and power density. Metal–organic frameworks (MOFs) have the outstanding electrochemical ability because of their ultrahigh porous structure, ease of functionalization, and great specific surface area. These features make it an intriguing electrode material with good electrochemical efficiency for high-storage batteries. Thus, this review summarizes current developments in MOFs-based materials as an elec
... Show MoreInhaled corticosteroids are the most effective controllers of asthma, although asthmatics vary in their response. FKBP51 is a major component of the glucocorticoid receptor which regulates its responses to corticosteroids. Therefore, the present study aims to identify the role of FKBP5 gene polymorphism in asthma susceptibility and corticosteroid resistance.
DNA was extracted from the blood of 68 asthmatic
In this paper, the process for finding an approximate solution of nonlinear three-dimensional (3D) Volterra type integral operator equation (N3D-VIOE) in R3 is introduced. The modelling of the majorant function (MF) with the modified Newton method (MNM) is employed to convert N3D-VIOE to the linear 3D Volterra type integral operator equation (L3D-VIOE). The method of trapezoidal rule (TR) and collocation points are utilized to determine the approximate solution of L3D-VIOE by dealing with the linear form of the algebraic system. The existence of the approximate solution and its uniqueness are proved, and illustrative examples are provided to show the accuracy and efficiency of the model.
Mathematical Subject Classificat
... Show MoreThe research is concerned about studying the absorption spectrum of the solution coumarin dye C47. The chloroform solvent was used with C47 dye in three different concentrations 10-4, 10-5 and 10-6 M. The laser dye solution was prepared by dissolving the required amount of dye in chloroform alcohol, while studying absorption spectrum before and after irradiation with gamma ray by cobalt-60 source 60Co at exposure time, which are 0, 4, 6 and 18 hours with different absorbed doses 0, 136, 204 and 612 Gy. The results show that red shift in the absorption spectrum was increased by increasing the concentration of laser dye solutions , while the increase of gamma dose led to increase the red shift after irradiation, as the exposure period and irr
... Show MoreThis study examines the effect of colonialism on Caribbean society during the colonial period. Through normalization, the British colonial power diminished Caribbean identity and planted a new hybrid identity. Discipline institutions and surveillance techniques had a vital role in normalizing Caribbean society. Caribbean authors have adopted this notion of normalization to represent the reality of colonialism and its consequences. George Lamming, one of the Caribbean political activist and influential novelist in his novel In the Castle of My Skin (1953), reflects normalization as theorized by Michael Foucault. Lamming depicts the story of villagers and their life under colonial domination. Through discipline institution, like school, colo
... 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.