Tanuma and Zubair formations are known as the most problematic intervals in Zubair Oilfield, and they cause wellbore instability due to possible shale-fluid interaction. It causes a vast loss of time dealing with various downhole problems (e.g., stuck pipe) which leads to an increase in overall well cost for the consequences (e.g., fishing and sidetrack). This paper aims to test shale samples with various laboratory tests for shale evaluation and drilling muds development. Shale's physical properties are described by using a stereomicroscope and the structures are observed with Scanning Electron Microscope. The shale reactivity and behavior are analyzed by using the cation exchange capacity testing and the capillary suction test is utilized for selecting shale inhibitor base. As a result, four drillings muds are formulated with different additives and approved by using the Linear Swelling Meter and the Hot Rolling experiments. Tanuma’s shale is at higher reactivity level, where it is moderate to high active shale than Zubair’s shale, which is at a low to moderately reactive formation. Microfractures and micropores are excited in both formations and potentially in Tanuma’s shale. The shale stability can be achieved by adding 8 % of KCl for Tanuma’s mud and 4% of KCl for Zubair’s mud. The filtration controls are contributed to seal the shale open structures and adding the Poly amino acid hydration suppressant reduced the risk of shale swelling significantly. The results can be used for designing drilling mud to reduce shale instability issues and the cost.
The challenge to incorporate usability evaluation values and practices into agile development process is not only persisting but also systemic. Notable contributions of researchers have attempted to isolate and close the gaps between both fields, with the aim of developing usable software. Due to the current absence of a reference model that specifies where and how usability activities need to be considered in the agile development process. This paper proposes a model for identifying appropriate usability evaluation methods alongside the agile development process. By using this model, the development team can apply usability evaluations at the right time at the right place to get the necessary feedback from the end-user. Verificatio
... Show MoreThis research was conducted to measure the safety of heat stable enterotoxin a (STa) produced by enterotoxigenic Escherichia coli, through studying its toxic effect on mice since it showed a promising effect in reducing the proliferation of colorectal cancer cells. The cytogenetic effect was determined after giving five different doses (100, 200, 400, 800 and 1600)μg/Kg in comparison with negative (phosphate buffer saline / PBS) and positive (mitomycin C/ MMC, at doses of 2 and 5μg/Kg) controls on mouse bone marrow cells by employing the following parameters: mitotic index, chromosomal aberrations and micronucleus, also, the serum level of liver functional enzymes (GOT, GPT, ALP) was recorded. In addition, lethal dose 50 (LD 50) with cert
... Show MoreThe present research included sampling and analysis of 41 soil samples , the samples cover various areas of Nasiriyah city (industrial,commercial,residential and agricultural ) to estimate pollution levels of lead element and determine the correlation between lead concentration and natural factors in soil which represent sedimentary organic matter content, granular gradient, clay minerals and non-clay minerals . The results of the current study showed that the average concentration of lead in the soil samples was 61.12 ppm , it was noticed an increase in the concentration of lead in environmental components in the area of this study especially in residential , industrial and commercial location and the impact of natural factors of the so
... Show MoreThe minimization, treatment and disposal of drilling wastes especially oily wastes are important environmental issues.
In this research two fungal isolates named Pleurotus ostreatus and Trichoderma harzianum were chosen carefully f or the purpose of biotreatment of oily drilled cuttings which resulting from drilling oil wells using oil based muds (OBMs).
A relationship of total petroleum hydrocarbon degradation in oily drilled cuttings with time has been obtained. The results showed that Pleurotus ostreatus and Trichoderma harzianum can be considered hydrocarbon degrading microorganisms and the used biotreatment is cost effective process since most of the materials used in the cultivation and growth of the present f
... Show MoreWellbore instability is a significant problem faced during drilling operations and causes loss of circulation, caving, stuck pipe, and well kick or blowout. These problems take extra time to treat and increase the Nonproductive Time (NPT). This paper aims to review the factors that influence the stability of wellbores and know the methods that have been reached to reduce them. Based on a current survey, the factors that affect the stability of the wellbore are far-field stress, rock mechanical properties, natural fractures, pore pressure, wellbore trajectory, drilling fluid chemicals, mobile formations, naturally over-pressured shale collapse, mud weight, temperature, and time. Also, the most suitable ways to reduce well
... Show MoreThe research aims to determine the role of green human resource management dimensions of (employment Green, training and development, green, performance evaluation Green, compensation and green bonuses) in the performance leadership of the organization dimensions of (advance planning, efficiency, effectiveness, index pioneering, renovation and modernization), Search of paramount importance because it addresses an important and modern issue in performance leadership, namely green management of human resources, aware of the importance of the subject and expected results of the company under study, an analysis of the data obtained through field visits in
... Show More
He research specifies subjects which may contribute in improve productivity of the General Company for vegetable oil product/ Al-Farab factory and aims to release the relationship between system Quick Response Manufacturing (QRM) and scheduling operations.
The Implementation was in the general company for vegetable oil product (Al-Farab factory), Universe Factory It suffers from a failure to follow Scheduling in its operations And not taking into account the lead times And delays in product delivery dates, Here are drawing the attention of the administration in the factory to use Quick Response Manufacturing (QRM) to control the energy and inventory, machin
... Show MoreThe theater benefited from the concept of (hypertext) to create different virtual worlds. The four chapters of the research included the first (methodological framework), the second (theoretical framework) came in two sections (hypertext, its concepts and applications) and (hypertextual space in theatrical performance), and the investigations resulted in indicators, including:
1- Hypertext is interacting interactively, but it is organized by correlation as a basic feature that defines it with different manifestations.
2- The hypertext combines the word with other formative elements that reduce a set of tagged information (word, image, light, shadow, color, number).
In the third chapter (research procedures) (Lord play) was
A 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.