Often there is no well drilling without problems. The solution lies in managing and evaluating these problems and developing strategies to manage and scale them. Non-productive time (NPT) is one of the main causes of delayed drilling operations. Many events or possibilities can lead to a halt in drilling operations or a marginal decrease in the advancement of drilling, this is called (NPT). Reducing NPT has an important impact on the total expenditure, time and cost are considered one of the most important success factors in the oil industry. In other words, steps must be taken to investigate and eliminate loss of time, that is, unproductive time in the drilling rig in order to save time and cost and reduce wasted time. The data of six oil wells were approved for the purpose of the study, where it was noted that there are many factors affecting the NPT, which differ from one well to another. Its impact was limited to drilling rig, mud pump and equipment failure. There is also a difference between the planned program and what is actually happening on the ground, due to several reasons, including human errors during the implementation of the drilling program and others due to technical errors, Misuse of equipment, in addition to human errors related to the failure to implement the drilling program.
The purpose of this research was to examine the impact of varying doses of ginger powder on broiler productivity. There were 180 commercial strain Ross 308 day old chicks utilized in the experiment, and each chick was weighed and allocated randomly among four treatments. Three different treatments were tested, each with a replication of 15 chicks. The diet was supplemented with 0.5, 1.0 and 2.0g/kg of ginger powder, respectively, as a control. As compared to the other treatments, the control group had considerably higher body weights, weight growth, feed intake, and feed conversion ratio. Ginger powder use was shown to have a detrimental impact on growth in this investigation.
In recent years, non-oil primary balance indicator has been given considerable financial important in rentier state. It highly depends on this indicator to afford a clear and proper picture of public finance situation in term of appropriate and sustainability in these countries, due to it excludes the effect of oil- rental from compound of financial accounts which provide sufficient information to economic policy makers of how economy is able to create potential added value and then changes by eliminating one sided shades of economy. In Iraq, since, 2004, the deficit in value of this indicator has increased, due to almost complete dependence on the revenues of the oil to finance the budget and the obvious decline of the non-oil s
... Show MoreForeign trade is very important in global economies because of its impact on the sustainability of economic growth by stimulating economic activity, creating jobs and expanding production . On the other side , this policy is a major obstacle to many developing countries and the reason is due to the nature of the economies of those countries because they rely mostly on one or a few economic resources, which makes them rely mostly on exports to that resource while they import most of the needs of their local market Which makes them in a spiral of underdevelopment , dependence and economic exposure, which requires them to break that cycle and the launch of economic development Perhaps one of the most important means to a
... 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 MoreNd:YAG laser pulses of 9 nanosecond pulse duration and operating wavelength at 1.06 μm, were utilized to drill high thermal conductivity and high reflectivity aluminum and copper foils. The results showed a dependence of drilled holes characteristics on laser power density and the number of laser pulses used. Drilled depth of 74 ϻm was obtained in aluminum at 11.036×108 W/cm2 of laser power density. Due to its higher melting point, copper required higher laser power density and/or larger number of laser pulses to melt, and a maximum depth of 25 μm was reached at 13.46×108 W/cm2 using single laser pulse.
The 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.