A Novel Scientific Approach to Compare the Effectiveness of Well Stimulation and Artificial Lifting

2021 ◽  
pp. 1-17
Author(s):  
Mitra Abbaspour ◽  
Hojjat Mahdiyar ◽  
Yousef Kazemzadeh ◽  
Mehdi Escrochi ◽  
Mohsen Nasrabadi

Abstract Production rate decline is one of the most common challenges in production engineering. Obviously, the first step to overcome this challenge is to understand its main reason. In this article a new approach is developed which can be used to compare the effectiveness of artificial lifting and well stimulation. The method is based on a couple of charts which summarize the results of integrated simulation of formation and well-column. In the first graph, called FPI curve, production rate is drawn as a function of productivity index. Some important points are also specified on this diagram which are current state, production rate at maximum possible productivity index and production rate when the well is equipped with a pump or gas lifting. In the second graph derivative of production rate of different wells are drawn as a function of productivity index. The analysis of three actual wells with conventional IPR-TPR curves and also our suggested curves is discussed in this paper. It is seen that the introduced approach can be used as a powerful tool to predict the effectiveness of well stimulation and artificial lifting and make a clear comparison between them.

Author(s):  
Oleksandr Ostrohliad

Purpose. The aim of the work is to consider the novelties of the legislative work, which provide for the concept and classification of criminal offenses in accordance with the current edition of the Criminal Code of Ukraine and the draft of the new Code developed by the working group and put up for public discussion. Point out the gaps in the current legislation and the need to revise individual rules of the project in this aspect. The methodology. The methodology includes a comprehensive analysis and generalization of the available scientific and theoretical material and the formulation of appropriate conclusions and recommendations. During the research, the following methods of scientific knowledge were used: terminological, logical-semantic, system-structural, logical-normative, comparative-historical. Results In the course of the study, it was determined that despite the fact that the amendments to the Criminal Code of Ukraine came into force in July of this year, their perfection, in terms of legal technology, raises many objections. On the basis of a comparative study, it was determined that the Draft Criminal Code of Ukraine needs further revision taking into account the opinions of experts in the process of public discussion. Originality. In the course of the study, it was established that the classification of criminal offenses proposed in the new edition of the Criminal Code of Ukraine does not stand up to criticism, since other elements of the classification appear in subsequent articles, which are not covered by the existing one. The draft Code, using a qualitatively new approach to this issue, retains the elements of the previous classification and has no practical significance in law enforcement. Practical significance. The results of the study can be used in law-making activities to improve the norms of the current Criminal Code, to classify criminal offenses, as well as to further improve the draft Criminal Code of Ukraine.


2021 ◽  
Vol 2 (8) ◽  
pp. 4-12
Author(s):  
А. А. DADASHOV ◽  

The article analyzes the current situation with the access of farms to credit resources in the country and the world, a new approach to facilitating farmers ' access to credit resources is proposed. Surveys within the framework of the farm data monitoring system on the information base of the Center for Agrarian Research under the Ministry of Agriculture of the Republic of Azerbaijan revealed the current state of access of agricul-tural producers to financial and credit resources. The new approach addresses issues related to the imple-mentation of intermediary and guarantee functions by research institutes of the agricultural sector. The posi-tive influence of the latter on creditworthiness is shown due to the mediation between the bank and the farmer.


2010 ◽  
Vol 2010 ◽  
pp. 1-12 ◽  
Author(s):  
M. G. Perhinschi ◽  
M. R. Napolitano ◽  
S. Tamayo

The paper initiates a comprehensive conceptual framework for an integrated simulation environment for unmanned autonomous systems (UAS) that is capable of supporting the design, analysis, testing, and evaluation from a “system of systems” perspective. The paper also investigates the current state of the art of modeling and performance assessment of UAS and their components and identifies directions for future developments. All the components of a comprehensive simulation environment focused on the testing and evaluation of UAS are identified and defined through detailed analysis of current and future required capabilities and performance. The generality and completeness of the simulation environment is ensured by including all operational domains, types of agents, external systems, missions, and interactions between components. The conceptual framework for the simulation environment is formulated with flexibility, modularity, generality, and portability as key objectives. The development of the conceptual framework for the UAS simulation reveals important aspects related to the mechanisms and interactions that determine specific UAS characteristics including complexity, adaptability, synergy, and high impact of artificial and human intelligence on system performance and effectiveness.


2013 ◽  
Vol 53 (1) ◽  
pp. 355 ◽  
Author(s):  
Luiz Bortolan Neto ◽  
Aditya Khanna ◽  
Andrei Kotousov

A new approach for evaluating the performance of hydraulic fractures that are partially packed with proppant (propping agent) particles is presented. The residual opening of the partially propped fracture is determined as a function of the initial fracture geometry, the propped length of the fracture, the compressive rock stresses, the elastic properties of the rock, and the compressibility of the proppant pack. A mathematical model for fluid flow towards the fracture is developed, which incorporates the effects of the residual opening profile of the fracture and the high conductivity of the unpropped fracture length. The residual opening profile of the fracture is calculated for a particular case where the proppant pack is nearly rigid and there is no closure of the fracture faces due to the confining (compressive) stresses. A sensitivity study is performed to demonstrate the dependence of the well productivity index on the propped length of the fracture, the proppant pack permeability, and the dimensionless fracture conductivity. The sensitivity study suggests that the residual opening of a fracture has a significant impact on production, and that partially propped fractures can be more productive than fully propped fractures. Application of this new approach can lead to economic benefits.


Sensors ◽  
2020 ◽  
Vol 20 (10) ◽  
pp. 2953
Author(s):  
Marcos Baptista Ríos ◽  
Roberto Javier López-Sastre ◽  
Francisco Javier Acevedo-Rodríguez ◽  
Pilar Martín-Martín ◽  
Saturnino Maldonado-Bascón

In this work, we introduce an intelligent video sensor for the problem of Action Proposals (AP). AP consists of localizing temporal segments in untrimmed videos that are likely to contain actions. Solving this problem can accelerate several video action understanding tasks, such as detection, retrieval, or indexing. All previous AP approaches are supervised and offline, i.e., they need both the temporal annotations of the datasets during training and access to the whole video to effectively cast the proposals. We propose here a new approach which, unlike the rest of the state-of-the-art models, is unsupervised. This implies that we do not allow it to see any labeled data during learning nor to work with any pre-trained feature on the used dataset. Moreover, our approach also operates in an online manner, which can be beneficial for many real-world applications where the video has to be processed as soon as it arrives at the sensor, e.g., robotics or video monitoring. The core of our method is based on a Support Vector Classifier (SVC) module which produces candidate segments for AP by distinguishing between sets of contiguous video frames. We further propose a mechanism to refine and filter those candidate segments. This filter optimizes a learning-to-rank formulation over the dynamics of the segments. An extensive experimental evaluation is conducted on Thumos’14 and ActivityNet datasets, and, to the best of our knowledge, this work supposes the first unsupervised approach on these main AP benchmarks. Finally, we also provide a thorough comparison to the current state-of-the-art supervised AP approaches. We achieve 41% and 59% of the performance of the best-supervised model on ActivityNet and Thumos’14, respectively, confirming our unsupervised solution as a correct option to tackle the AP problem. The code to reproduce all our results will be publicly released upon acceptance of the paper.


2020 ◽  
Vol 9 (8) ◽  
pp. 2380 ◽  
Author(s):  
Houssam Aheget ◽  
María Tristán-Manzano ◽  
Loubna Mazini ◽  
Marina Cortijo-Gutierrez ◽  
Pablo Galindo-Moreno ◽  
...  

Summary: Exosomes are extracellular vesicles released by the vast majority of cell types both in vivo and ex vivo, upon the fusion of multivesicular bodies (MVBs) with the cellular plasma membrane. Two main functions have been attributed to exosomes: their capacity to transport proteins, lipids and nucleic acids between cells and organs, as well as their potential to act as natural intercellular communicators in normal biological processes and in pathologies. From a clinical perspective, the majority of applications use exosomes as biomarkers of disease. A new approach uses exosomes as biologically active carriers to provide a platform for the enhanced delivery of cargo in vivo. One of the major limitations in developing exosome-based therapies is the difficulty of producing sufficient amounts of safe and efficient exosomes. The identification of potential proteins involved in exosome biogenesis is expected to directly cause a deliberate increase in exosome production. In this review, we summarize the current state of knowledge regarding exosomes, with particular emphasis on their structural features, biosynthesis pathways, production techniques and potential clinical applications.


SPE Journal ◽  
2020 ◽  
Vol 25 (02) ◽  
pp. 800-819
Author(s):  
Mazda Irani ◽  
Sahar Ghannadi

Summary Late in the life of the steam-assisted gravity drainage (SAGD) process, drilling a single, horizontal infill well (called a wedge well by some) has become a common practice in the oil bank located between two mature SAGD well pairs to produce bitumen that has been heated and mobilized but could not be effectively drained by gravity because of the large lateral location relative to that of the SAGD producers. Because this oil bank is surrounded by a large, depleted steam chamber created by the existing well pairs, little heat is required to mobilize bitumen. Consequently, the incremental steam/oil ratio (SOR) to produce this bitumen can be reduced using these infill wells. One of the challenges, however, in producing such wells is that nonuniform drainage and local hot spots can be readily created in the first year of their operation that in many cases require steam stimulations and completion retrofits, such as with flow control devices (FCDs), to improve the drainage profile. This work is a continuation of three previous parts (presented in Irani 2018, 2019, and Irani and Gates 2018) on SAGD near-wellbore drainage behavior, control, and some of the modeling challenges. In previous parts, productivity index (PI) models were formulated specifically for an SAGD well producing emulsion from the liquid pool under changing operational subcool conditions. Given the conformance challenges, many infill wells have greater risk of developing hot spots than SAGD producers, suggesting that the wellbore modeling, which includes the response of the FCDs, should be coupled with a PI model appropriately for such wells. Currently, there is no suitable PI model to predict drainage rates in these SAGD infill wells. The production rate in these wells is highly pressure driven in contrast to the SAGD reservoir drainage process that is dominantly gravity driven. In this study, a time variable PI model is analytically developed for infill wells considering a developed pressure-driven formulation. The model accurately shows fluctuations in the production rate because of flowing bottomhole pressure (FBHP) variations and can be used for both oil rate prediction and forecasting and wellbore hydraulic design for infill wells. This novel approach is the first of its kind to incorporate temperature variation, pressure dependency, and steam interface velocity within a PI model for infill wells. To achieve higher efficiencies, the location and characteristics of the FCDs along the infill wells should be optimized. In this study, the mathematical PI model of infill wells is coupled with an FCD model, and the analysis of different configurations of FCDs is evaluated. The results of this work show an uplift in a well completed with liner-deployed FCDs, but because flashing is not incorporated in the PI model, the pressure drop predicted within these FCDs for produced fluids with free steam vapor is found to be less than reality. Ignoring flashing through the FCD provides higher density of the fluid passing through the venturi. Therefore, the FCD creates less choking with reduced conformance control than would be expected if flashing was considered.


2018 ◽  
Author(s):  
Benjamin Mewes ◽  
Andreas H. Schumann

Abstract. In the last decade, agent-based modelling (ABM) became a popular modelling technique in social sciences, medicine, biology and ecology. ABM was designed to simulate systems that are highly dynamic and sensitive to small variations in their composition and their state. As hydrological systems, and natural systems in general, often show dynamic and nonlinear behaviour, ABM can be an appropriate way to model these systems. Nevertheless, only few studies have utilized ABM method for process-based modelling in hydrology. The percolation of water through the unsaturated soil is highly responsive to the current state of the soil system, small variations in composition lead to major changes in the transport system. Hence, we present a new approach for modelling the movement of water through a soil column: autonomous water agents that transport water through the soil while interacting with their environment as well as with other agents under physical laws.


2017 ◽  
Author(s):  
Masoud Masoudi ◽  
Parviz Jokar ◽  
Biswajeet Pradhan

Abstract. Land degradation reduces production of biomass and vegetation cover in every land uses. The lack of specific data related to degradation is a severe limitation for its monitoring. Assessment of current state of land degradation or desertification is very difficult because this phenomena includes several complex processes. For that reason, there is no common agreement has been achieved among the scientific community for its assessment. This study was carried out as an attempt to develop a new approach for land degradation assessment based on its current state by modifying of FAO1/UNEP2 index and normalized difference vegetation index (NDVI) index in Khuzestan province, placed in the southwestern part of Iran. The proposed evaluation method is easy to understand the degree of destruction due to low cost and save time. Results showed that based on percent of hazard classes in current condition of land degradation, the most widespread and minimum area of hazard classes are moderate (38.6 %) and no hazard (0.65 %) classes, respectively. While results in the desert area of study area showed that severe class is much widespread than other hazard classes, showing environmentally bad situation in the study area. Statistical results indicated that degradation is highest in desert and then rangeland compared to dry cultivation and forest. Also statistical test showed average of degradation amount in the arid region is higher than other climates. It is hoped that this attempt using geospatial techniques will be found applicable for other regions of the world and better planning and management of lands, too. 1 Food and Agriculture Organization 2 United Nations Environment Programme


Sign in / Sign up

Export Citation Format

Share Document