Hydrocarbon production might cause changes in dynamic reservoir properties. Thus the consideration of the mechanical stability of a formation under different conditions of drilling or production is a very important issue, and basic mechanical properties of the formation should be determined. There is considerable evidence, gathered from laboratory measurements in the field of Rock Mechanics, showing a good correlation between intrinsic rock strength and the dynamic elastic constant determined from sonic-velocity and density measurements. The values of the mechanical properties determined from log data, such as the dynamic elastic constants derived from the measurement of the elastic wave velocities in the material, should be more accurate than that determined by direct strength tests with core samples. This can be attributed to the scale effect and sampling disturbances. The aim of this study was to present methods of determining measures of some mechanical properties, from available well log data (conventional sonic, density, and gamma ray) for a well in North Rumaila field. The mechanical properties include formation strength and Poisson’s ratio. For the formation strength, combined elastic modulus (Ec) and shear modulus (G) were determined. The Poisson’s ratio was determined by using three different techniques to permit the accuracy of their values. The elastic modulus, shear modulus, and Poisson’s ratio were then correlated with depth and effective stress. The results show that combined correlations are important source of the prediction of overpressure zones which represent a major problem encountered in drilling and production process.
A new distribution, the Epsilon Skew Gamma (ESΓ ) distribution, which was first introduced by Abdulah [1], is used on a near Gamma data. We first redefine the ESΓ distribution, its properties, and characteristics, and then we estimate its parameters using the maximum likelihood and moment estimators. We finally use these estimators to fit the data with the ESΓ distribution
The different crises and financial collapses place in many companies, particularly in developed countries as a result of administrative and financial corruption return aspects of the task to the role of the company and the external auditor, both in their emphasis on honesty and fairness of financial statements and the Provisions of accounting information and on the contrary to the truth, you may have to the loss of the rights of stakeholders, particularly existing investors, and the loss of confidence of prospective investors in the accounting information contained in the financial statements of these companies, which led to a crisis of confidence and credibility in the profession of accounting and auditing where the wonder of ma
... Show MoreIn this research, an enhancement in lubricating, rheological, and filtration properties of unweighted water-based mud is fundamentally investigated using XC polymer NPs with 0.2gm, 0.5gm, 1gm, 2gm, and 4gm concentrations. Bentonite, that had been used in the preparation of unweighted water-based mud, was characterized using XRF-1800 Sequential X-ray Fluorescence Spectrometer, XRD-6100/7000 X-ray Diffractometer, and Malvern Mastersizer 2000 particle size analyzer, respectively. Lubricating, rheology and filtration properties of unweighted water-based mud were measured at room temperature (35°C) using OFITE EP and Lubricity Tester, OFITE Model 900 Viscometer, and OFITE Low-Pressure Filter Press, respectively. XC Polymer N
... Show MoreIn this research want to make analysis for some indicators and it's classifications that related with the teaching process and the scientific level for graduate studies in the university by using analysis of variance for ranked data for repeated measurements instead of the ordinary analysis of variance . We reach many conclusions for the
important classifications for each indicator that has affected on the teaching process. &nb
... Show MoreThe objective of the study is to study how to employ performance evaluation in achieving organizational integrity and the impact of performance evaluation on achieving organizational integrity. In light of this, the following questions were raised:
Are the dimensions of organizational integrity available in the field in question?
In order to answer the research questions, a questionnaire questionnaire was distributed to the sample of 30 members of the teaching staff at the Technical Institute in Mosul. The three-dimensional Lycert scale was used. The statistical methods were used, ie, the frequency distribution, the computational circles, the standard deviations, Pearson), simple
... Show MoreThe emergence of oil fields and subsequent changes in adjacent land use are known to affect settlements and communities. Everywhere the industry emerges, there is little understanding about the impact of oil fields on land use in the surrounding areas. The oil industry in Iraq is one of the most important industries and is almost the main industry in the Iraqi economic sector, and it is very clear that this industry is spread over large areas, and at the same time adjoins with population communities linked to it developmentally.
The rapid development and expansion of oil extraction activities in various regions has led to many challenges related to land-use planning and management. Here, the problem of research arises on th
... Show MoreBackground: Chronic myelogenous leukemia is a malignant hematological disease of hematopoietic stem cells. It is difficult to adapt treatment to each patient's risk level because there are currently few clinical tests and no molecular diagnostics that may predict a patient's clock for the advancement of CML at the time of chronic phase diagnosis. Biomarkers that can differentiate people based on the outcome at diagnosis are needed for blast crisis prevention and response improvement. Objective: This study is an effort to exploit the SLC25A3 gene as a potential biomarker for CML. Methods: RT-qPCR was applied to assess the expression levels of the SLC25A3 gene. Results: In comparison to the mean ΔCt of the control group, which was found to b
... 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.