Search results for: pipeline burst pressure
Commenced in January 2007
Frequency: Monthly
Edition: International
Paper Count: 4241

Search results for: pipeline burst pressure

4061 An Intelligent Prediction Method for Annular Pressure Driven by Mechanism and Data

Authors: Zhaopeng Zhu, Xianzhi Song, Gensheng Li, Shuo Zhu, Shiming Duan, Xuezhe Yao

Abstract:

Accurate calculation of wellbore pressure is of great significance to prevent wellbore risk during drilling. The traditional mechanism model needs a lot of iterative solving procedures in the calculation process, which reduces the calculation efficiency and is difficult to meet the demand of dynamic control of wellbore pressure. In recent years, many scholars have introduced artificial intelligence algorithms into wellbore pressure calculation, which significantly improves the calculation efficiency and accuracy of wellbore pressure. However, due to the ‘black box’ property of intelligent algorithm, the existing intelligent calculation model of wellbore pressure is difficult to play a role outside the scope of training data and overreacts to data noise, often resulting in abnormal calculation results. In this study, the multi-phase flow mechanism is embedded into the objective function of the neural network model as a constraint condition, and an intelligent prediction model of wellbore pressure under the constraint condition is established based on more than 400,000 sets of pressure measurement while drilling (MPD) data. The constraint of the multi-phase flow mechanism makes the prediction results of the neural network model more consistent with the distribution law of wellbore pressure, which overcomes the black-box attribute of the neural network model to some extent. The main performance is that the accuracy of the independent test data set is further improved, and the abnormal calculation values basically disappear. This method is a prediction method driven by MPD data and multi-phase flow mechanism, and it is the main way to predict wellbore pressure accurately and efficiently in the future.

Keywords: multiphase flow mechanism, pressure while drilling data, wellbore pressure, mechanism constraints, combined drive

Procedia PDF Downloads 148
4060 Physical Parameters Influencing the Yield of Nigella Sativa Oil Extracted by Hydraulic Pressing

Authors: Hadjadj Naima, K. Mahdi, D. Belhachat, F. S. Ait Chaouche, A. Ferradji

Abstract:

The Nigella Sativa oil yield extracted by hydraulic pressing is influenced by the pressure temperature and size particles. The optimization of oil extraction is investigated. The rate of extraction of the whole seeds is very weak, a crushing of seeds is necessary to facilitate the extraction. This rate augments with the rise of the temperature and the pressure, and decrease of size particles. The best output (66%) is obtained for a granulometry lower than 1mm, a temperature of 50°C and a pressure of 120 bars.

Keywords: oil, Nigella sativa, extraction, optimization, temperature, pressure

Procedia PDF Downloads 449
4059 The Design, Development, and Optimization of a Capacitive Pressure Sensor Utilizing an Existing 9DOF Platform

Authors: Andrew Randles, Ilker Ocak, Cheam Daw Don, Navab Singh, Alex Gu

Abstract:

Nine Degrees of Freedom (9 DOF) systems are already in development in many areas. In this paper, an integrated pressure sensor is proposed that will make use of an already existing monolithic 9 DOF inertial MEMS platform. Capacitive pressure sensors can suffer from limited sensitivity for a given size of membrane. This novel pressure sensor design increases the sensitivity by over 5 times compared to a traditional array of square diaphragms while still fitting within a 2 mm x 2 mm chip and maintaining a fixed static capacitance. The improved design uses one large diaphragm supported by pillars with fixed electrodes placed above the areas of maximum deflection. The design optimization increases the sensitivity from 0.22 fF/kPa to 1.16 fF/kPa. Temperature sensitivity was also examined through simulation.

Keywords: capacitive pressure sensor, 9 DOF, 10 DOF, sensor, capacitive, inertial measurement unit, IMU, inertial navigation system, INS

Procedia PDF Downloads 515
4058 Pressure Sensitive v/s Pressure Resistance Institutional Investors towards Socially Responsible Investment Behavior: Evidence from Malaysia

Authors: Mohammad Talha, Abdullah Sallehhuddin Abdullah Salim, Abdul Aziz Abdul Jalil, Norzarina Md Yatim

Abstract:

The significant contribution of institutional investors across the globe in socially responsible investment (SRI) is well-documented in the literature. Nevertheless, how the SRI behavior of pressure-resistant, pressure-sensitive and pressure-indeterminate institutional investors remain unexplored extensively. This study examines the moderating effect of institutional investors towards socially responsible investment behavior in the context of emerging economies. This study involved 229 institutional investors in Malaysia. A total of 1,145 questionnaires were distributed. Out of these, 308 (130 pressure sensitive institutional investors and 178 pressure resistant institutional investors), representing a usable rate of 26.9 per cent, were found fit for data analysis. Utilizing multi-group analysis via AMOS, this study found evidence for the presence of moderating effect by a type of institutional investor topology in socially responsible investment behavior. At intentional level, it established that type of institutional investor was a significant moderator in the relationship between subjective norms, and caring ethical climate with intention among pressure-resistant institutional investors, as well as between perceived behavioral controls with intention among pressure-sensitive institutional investors. At the behavioral level, the results evidenced that there was only a significant moderating effect between intention and socially responsible investment behavior among pressure-resistant institutional investors. The outcomes are expected to benefit policy makers, regulators, and market participants in order to leap forward SRI growth in developing economies. Nevertheless, the outcomes are limited to a few factors, and it is believed that future studies shall address those limitations.

Keywords: socially responsible investment, behavior, pressure sensitive investors, pressure insensitive investors, Institutional Investment Malaysia

Procedia PDF Downloads 326
4057 Pressure Drop Study in Moving and Stationary Beds with Lateral Gas Injection

Authors: Vinci Mojamdar, Govind S. Gupta

Abstract:

Moving beds in the presence of gas flow are widely used in metallurgical and chemical industries like blast furnaces, catalyst reforming, drying, etc. Pressure drop studies in co- and counter – current conditions have been done by a few researchers. However, to the best of authours knowledge, proper pressure drop study with lateral gas injection lacks especially in the presence of cavity and nozzle protrusion inside the packed bed. The latter study is more useful for metallurgical industries for the processes such as blast furnaces, shaft reduction and, COREX. In this experimental work, a two dimensional cold model with slot type nozzle for lateral gas injection along with the plastic beads as packing material and dry air as gas have been used. The variation of pressure drop is recorded at various horizontal and vertical directions in the presence of cavity and nozzle protrusion. The study has been performed in both moving and stationary beds. Also, the experiments have been carried out in both increasing as well as decreasing gas flow conditions. Experiments have been performed at various gas flow rates and packed bed heights. Some interesting results have been reported such as there is no pressure variation in the moving bed for both the increasing and decreasing gas flow condition that is different from the stationary bed. Pressure hysteresis loop has been observed in a stationary bed.

Keywords: lateral gas injection, moving bed, pressure drop, pressure hysteresis, stationary bed

Procedia PDF Downloads 279
4056 Android Graphics System: Study of Dual-Software VSync Synchronization Architecture and Optimization

Authors: Prafulla Kumar Choubey, Krishna Kishor Jha, S. B. Vaisakh Punnekkattu Chirayil

Abstract:

In Graphics-display subsystem, frame buffers are shared between producer i.e. content rendering and consumer i.e. display. If a common buffer is operated by both producer and consumer simultaneously, their processing rates mismatch can cause tearing effect in displayed content. Therefore, Android OS employs triple buffered system, taking in to account an additional composition stage. Three stages-rendering, composition and display refresh, operate synchronously on three different buffers, which is achieved by using vsync pulses. This synchronization, however, brings in to the pipeline an additional latency of up to 26ms. The present study details about the existing synchronization mechanism of android graphics-display pipeline and discusses a new adaptive architecture which reduces the wait time to 5ms-16ms in all the use-cases. The proposed method uses two adaptive software vsyncs (PLL) for achieving the same result.

Keywords: Android graphics system, vertical synchronization, atrace, adaptive system

Procedia PDF Downloads 285
4055 Evaluation Using a Bidirectional Microphone as a Pressure Pulse Wave Meter

Authors: Shunsuke Fujiwara, Takashi Kaburagi, Kazuyuki Kobayashi, Kajiro Watanabe, Yosuke Kurihara

Abstract:

This paper describes a novel sensor device, a pressure pulse wave meter, which uses a bidirectional condenser microphone. The microphone work as a microphone as well as a sensor with high gain over a wide frequency range; they are also highly reliable and economical. Currently aging is becoming a serious social issue in Japan causing increased medical expenses in the country. Hence, it is important for elderly citizens to check health condition at home, and to care the health conditions through daily monitoring. Given this circumstances, we developed a novel pressure pulse wave meter based on a bidirectional condenser microphone. This novel pressure pulse wave meter device is used as a measuring instrument of health conditions.

Keywords: bidirectional microphone, pressure pulse wave meter, health condition, novel sensor device

Procedia PDF Downloads 520
4054 Analysis of Gas Transport and Sorption Processes in Coal under Confining Pressure Conditions

Authors: Anna Pajdak, Mateusz Kudasik, Norbert Skoczylas, Leticia Teixeira Palla Braga

Abstract:

A substantial majority of gas transport and sorption researches into coal are carried out on samples that are free of stress. In natural conditions, coal occurs at considerable depths, which often exceed 1000 meters. In such conditions, coal is subjected to geostatic pressure. Thus, in natural conditions, the sorption capacity of coal subjected to geostatic pressure can differ considerably from the sorption capacity of coal, determined in laboratory conditions, which is free of stress. The work presents the results of filtration and sorption tests of gases in coal under confining pressure conditions. The tests were carried out on the author's device, which ensures: confining pressure regulation in the range of 0-30 MPa, isobaric gas pressure conditions, and registration of changes in sample volume during its gas saturation. Based on the conducted research it was found, among others, that the sorption capacity of coal relative to CO₂ was reduced by about 15% as a result of the change in the confining pressure from 1.5 MPa to 30 MPa exerted on the sample. The same change in sample load caused a significant, more than tenfold reduction in carbon permeability to CO₂. The results confirmed that a load of coal corresponding to a hydrostatic pressure of 1000 meters underground reduces its permeability and sorption properties. These results are so important that the effect of load on the sorption properties of coal should be taken into account in laboratory studies on the applicability of CO₂ Enhanced Coal Bed Methane Recovery (CO₂-ECBM) technology.

Keywords: coal, confining pressure, gas transport, sorption

Procedia PDF Downloads 95
4053 Topical Negative Pressure for Autologous Fat Grafting in Breast Augmentation

Authors: Mohamed Eftal Bin Mohamed Ebrahim, Alexander Varey

Abstract:

Aim: Topical negative pressure has been shown to enhance angiogenesis during wound healing, both for open and closed wounds. Since angiogenesis is a key requirement for successful fat grafting, there may be a role for topical negative pressure as a means of enhancing the take rate during autologous fat grafting to breasts. Here we present a systematic review of the literature on this topic. Methods: Ovid and Embase were utilized, with searches ranging between 1960 – 2019. Terms (“Liposculpting” OR “Fat grafting” OR “Lipofilling” OR “Lipograft” OR “Fat transfer”) AND (“Negative Pressure” OR “Brava” OR “Kiwi”) AND (“Breast”) were merged as keywords. Inclusion criteria were females, autologous fat graft to breast with topical negative pressure prior to the procedure. Studies were excluded if there was no primary endpoint or non-original article. Results: Upon reviewing 219 articles, 2 met inclusion criteria. A total of 565 and 46 breasts in each article were treated respectively using the negative pressure device BRAVA®, with each cohort having different pre-and post-operative pressure settings. Khouri et al. cohort had higher graft survival (79%) compared to Del Vecchio et al. cohort (64%); however, the latter had fewer complications compared to Khouri’s cohort, e.g., fat necrosis, pneumothorax and infection. Conclusion: There is limited evidence regarding the use of topical negative pressure for fat grafting to the breasts. However, in the two studies published, the reported rates of success are high, suggesting there may be a benefit. Consequently, a randomized controlled trial on this area is required.

Keywords: fat grafting, lipograft, negative pressure, breast, breast augmentation, brava

Procedia PDF Downloads 169
4052 Prediction of Formation Pressure Using Artificial Intelligence Techniques

Authors: Abdulmalek Ahmed

Abstract:

Formation pressure is the main function that affects drilling operation economically and efficiently. Knowing the pore pressure and the parameters that affect it will help to reduce the cost of drilling process. Many empirical models reported in the literature were used to calculate the formation pressure based on different parameters. Some of these models used only drilling parameters to estimate pore pressure. Other models predicted the formation pressure based on log data. All of these models required different trends such as normal or abnormal to predict the pore pressure. Few researchers applied artificial intelligence (AI) techniques to predict the formation pressure by only one method or a maximum of two methods of AI. The objective of this research is to predict the pore pressure based on both drilling parameters and log data namely; weight on bit, rotary speed, rate of penetration, mud weight, bulk density, porosity and delta sonic time. A real field data is used to predict the formation pressure using five different artificial intelligence (AI) methods such as; artificial neural networks (ANN), radial basis function (RBF), fuzzy logic (FL), support vector machine (SVM) and functional networks (FN). All AI tools were compared with different empirical models. AI methods estimated the formation pressure by a high accuracy (high correlation coefficient and low average absolute percentage error) and outperformed all previous. The advantage of the new technique is its simplicity, which represented from its estimation of pore pressure without the need of different trends as compared to other models which require a two different trend (normal or abnormal pressure). Moreover, by comparing the AI tools with each other, the results indicate that SVM has the advantage of pore pressure prediction by its fast processing speed and high performance (a high correlation coefficient of 0.997 and a low average absolute percentage error of 0.14%). In the end, a new empirical correlation for formation pressure was developed using ANN method that can estimate pore pressure with a high precision (correlation coefficient of 0.998 and average absolute percentage error of 0.17%).

Keywords: Artificial Intelligence (AI), Formation pressure, Artificial Neural Networks (ANN), Fuzzy Logic (FL), Support Vector Machine (SVM), Functional Networks (FN), Radial Basis Function (RBF)

Procedia PDF Downloads 126
4051 Evaluating the effects of Gas Injection on Enhanced Gas-Condensate Recovery and Reservoir Pressure Maintenance

Authors: F. S. Alavi, D. Mowla, F. Esmaeilzadeh

Abstract:

In this paper, the Eclipse 300 simulator was used to perform compositional modeling of gas injection process for enhanced condensate recovery of a real gas condensate well in south of Iran here referred to as SA4. Some experimental data were used to tune the Peng-Robinson equation of state for this case. Different scenarios of gas injection at current reservoir pressure and at abandonment reservoir pressure had been considered with different gas compositions. Methane, carbon dioxide, nitrogen and two other gases with specified compositions were considered as potential gases for injection. According to the obtained results, nitrogen leads to highest pressure maintenance in the reservoir but methane results in highest condensate recovery among the selected injection gases. At low injection rates, condensate recovery percent is strongly affected by gas injection rate but this dependency shifts to zero at high injection rates. Condensate recovery is higher in all cases of injection at current reservoir pressure than injection at abandonment pressure. Using a constant injection rate, increasing the production well bottom hole pressure results in increasing the condensate recovery percent and time of gas breakthrough.

Keywords: gas-condensate reservoir, case-study, compositional modelling, enhanced condensate recovery, gas injection

Procedia PDF Downloads 166
4050 An Experimental Study on the Effects of Aspect Ratio of a Rectangular Microchannel on the Two-Phase Frictional Pressure Drop

Authors: J. A. Louw Coetzee, Josua P. Meyer

Abstract:

The thermodynamic properties of different refrigerants in combination with the variation in geometrical properties (hydraulic diameter, aspect ratio, and inclination angle) of a rectangular microchannel determine the two-phase frictional pressure gradient. The effect of aspect ratio on frictional pressure drop had not been investigated enough during adiabatic two-phase flow and condensation in rectangular microchannels. This experimental study was concerned with measurement of the frictional pressure gradient in a rectangular microchannel, with hydraulic diameter of 900 μm. The aspect ratio of this microchannel was varied over a range that stretched from 0.3 to 3 in order to capture the effect of aspect ratio variation. A commonly used refrigerant, R134a, was used in the tests that spanned over a mass flux range of 100 to 1000 kg m-2 s-1 as well as the whole vapour quality range. This study formed part of a refrigerant condensation experiment and was therefore conducted at a saturation temperature of 40 °C. The study found that there was little influence of the aspect ratio on the frictional pressure drop at the test conditions. The data was compared to some of the well known micro- and macro-channel two-phase pressure drop correlations. Most of the separated flow correlations predicted the pressure drop data well at mass fluxes larger than 400 kg m-2 s-1 and vapour qualities above 0.2.

Keywords: aspect ratio, microchannel, two-phase, pressure gradient

Procedia PDF Downloads 334
4049 Three-Dimensional Spillage Effects on the Pressure Distribution of a Double Ramp

Authors: Pengcheng Quan, Shan Zhong

Abstract:

Double ramp geometry is widely used in supersonic and hypersonic environments as it presents unique flow patterns for shock wave-boundary layer interaction studies as well as for two-dimensional inlets and deflected control surfaces for re-entry vehicles. Hence, the surface pressure distribution is critical for optimum design. Though when the model is wide enough on spanwise direction the flow can be regarded as a two-dimensional flow, in actual applications a finite width would normally cause some three-dimensional spillage effects. No research has been found addressed this problem, hence the primary interest of this study is to set up a liable surface pressure distribution on a double ramp with three-dimensional effects. Both numerical and experimental (pressure sensitive paints) are applied to obtain the pressure distribution; the results agree well except that the numerical computation doesn’t capture the Gortler vortices. The pressure variations on the spanwise planes are used to analyse the development of the Gortler vortices and the effects of three-dimensional spillage on the vortices. Results indicate that the three-dimensionl spillage effects not only enhance the developing of the Gortler vortice, but also increase the periodic distance between vortice pairs.

Keywords: spillage effects, pressure sensitive paints, hypersonic, double ramp

Procedia PDF Downloads 302
4048 Investigation of the Effect of Pressure Changes on the Gas Proportional Detector

Authors: S. M. Golgoun, S. M. Taheri

Abstract:

Investigation of radioactive contamination of personnel working in radiation centers to identify radioactive materials and then measure the potential contamination and eliminate it has always been considered. For this purpose, various ways have been proposed so far and different devices have been designed and built. Gas sealed proportional counter has special working conditions. In this research, a gas sealed detector of proportional counter type was made and then its various parameters were investigated. Some parameters are influential on their working conditions and one of these most important parameters is the internal pressure of the proportional gas-filled detector. In this experimental research, we produced software for examination and altering high voltage, registering data, and calculating efficiency. By this, we investigated different gas pressure effects on detector efficiency and proposed optimizing working conditions of this detector. After reviewing the results, we suggested a range between 20-30 mbar pressure for this gas sealed detector.

Keywords: gas sealed, proportional detector, pressure, counter

Procedia PDF Downloads 84
4047 Mechanical Design of External Pressure Vessel to an AUV

Authors: Artur Siqueira Nóbrega de Freitas

Abstract:

The Autonomous Underwater Vehicles (AUV), as well the Remotely Operated Vehicles (ROV), are unmanned technologies used in oceanographic investigations, offshore oil extraction, military applications, among others. Differently from AUVs, ROVs uses a physical connection with the surface for energy supply e data traffic. The AUVs use batteries and embedded data acquisition systems. These technologies have progressed, supported by studies in the areas of robotics, embedded systems, naval engineering, etc. This work presents a methodology for external pressure vessel design, responsible for contain and keep the internal components of the vehicle, such as on-board electronics and sensors, isolated from contact with water, creating a pressure differential between the inner and external regions.

Keywords: vessel, external pressure, AUV, buckling

Procedia PDF Downloads 486
4046 Wall Pressure Fluctuations in Naturally Developing Boundary Layer Flows on Axisymmetric Bodies

Authors: Chinsuk Hong

Abstract:

This paper investigates the characteristics of wall pressure fluctuations in naturally developing boundary layer flows on axisymmetric bodies experimentally. The axisymmetric body has a modified ellipsoidal blunt nose. Flush-mounted microphones are used to measure the wall pressure fluctuations in the boundary layer flow over the body. The measurements are performed in a low noise wind tunnel. It is found that the correlation between the flow regime and the characteristics of the pressure fluctuations is distinct. The process from small fluctuation in laminar flow to large fluctuation in turbulent flow is investigated. Tollmien-Schlichting wave (T-S wave) is found to generate and develop in transition. Because of the T-S wave, the wall pressure fluctuations in the transition region are higher than those in the turbulent boundary layer.

Keywords: wall pressure fluctuation, boundary layer flow, transition, turbulent flow, axisymmetric body, flow noise

Procedia PDF Downloads 322
4045 Effects of Knitting Variables for Pressure Controlling of Tubular Compression Fabrics

Authors: Shi Yu, Rong Liu, Jingyun Lv

Abstract:

Compression textiles with ergonomic-fit and controllable pressure performance have demonstrated positive effect on prevention and treatment of chronic venous insufficiency (CVI). Well-designed compression textile products contribute to improving user compliance in their daily application. This study explored the effects of multiple knitting variables (yarn-machinery settings) on the physical-mechanical properties and the produced pressure magnitudes of tubular compression fabrics (TCFs) through experimental testing and multiple regression modeling. The results indicated that fabric physical (stitch densities and circumference) and mechanical (tensile) properties were affected by the linear density (yarn diameters) of inlay yarns, which, to some extent, influenced pressure magnitudes of the TCFs. Knitting variables (e.g., feeding velocity of inlay yarns and loop size settings) can alter circumferences and tensile properties of tubular fabrics, respectively, and significantly varied pressure values of the TCFs. This study enhanced the understanding of the effects of knitting factors on pressure controlling of TCFs, thus facilitating dimension and pressure design of compression textiles in future development.

Keywords: laid-in knitted fabric, yarn-machinery settings, pressure magnitudes, quantitative analysis, compression textiles

Procedia PDF Downloads 158
4044 Design and Simulation High Sensitive MEMS Capacitive Pressure Sensor with Small Size for Glaucoma Treatment

Authors: Yadollah Hezarjaribi, Mahdie Yari Esboi

Abstract:

In this paper, a novel MEMS capacitive pressure sensor with small size and high sensitivity is presented. This sensor has the separated clamped square diaphragm and the movable plate. The diaphragm material is polysilicon. The movable and fixed plates and mechanical coupling are gold. The substrate and diaphragm are pyrex glass and polysilicon, respectively. In capacitive sensor the sensitivity is proportional to deflection and capacitance changes with pressure for this reason with this design is improved the capacitance and sensitivity with small size. This sensor is designed for low pressure between 0-60 mmHg that is used for medical application such as treatment of an incurable disease called glaucoma. The size of this sensor is 350×350 µm2 and the thickness of the diaphragm is 2µm with 1μ air gap. This structure is designed by intellisuite software. In this MEMS capacitive pressure sensor the sensor sensitivity, diaphragm mechanical sensitivity for polysilicon diaphragm are 0.0469Pf/mmHg, 0.011 μm/mmHg, respectively. According to the simulating results for low pressure, the structure with polysilicon diaphragm has more change of the displacement and capacitance, this leads to high sensitivity than other diaphragms.

Keywords: glaucoma, MEMS capacitive pressure sensor, square clamped diaphragm, polysilicon

Procedia PDF Downloads 286
4043 Scale Prototype to Estimate the Resistance to Lateral Displacement Buried Pipes and submerged in non-Cohesive Soils

Authors: Enrique Castañeda, Tomas Hernadez, Mario Ulloa

Abstract:

Recent studies related to submarine pipelines under high pressure, temperature and buried, forces us to make bibliographical and documentary research to make us of references applicable to our problem. This paper presents an experimental methodology to the implementation of results obtained in a scale model, bibliography soil mechanics and finite element simulation. The model consists of a tank of 0.60 x 0.90 x 0.60 basis equipped high side windows, tires and digital hardware devices for measuring different variables to be applied to the model, where the mechanical properties of the soil are determined, simulation of drag a pipeline buried in a non-cohesive seafloor of the Gulf of Mexico, estimate the failure surface and application of each of the variables for the determination of mechanical elements.

Keywords: static friction coefficient, maximum passive force resistant soil, normal, tangential stress

Procedia PDF Downloads 331
4042 Tga Analysis on the Decomposition of Active Material of Aquilaria Malaccencis

Authors: Nurshafika Adira Bt Audi Ashraf, Habsah Alwi

Abstract:

This study describes the series of analysis conducted after the use of Vacuum far Infra Red. Parameter including the constant drying temperature at 40°C with pressure difference (-400 bar, -500 bar and -600 bar) and constant drying pressure at -400 bar with difference temperature (40°C, 50°C and 60°C). The dried leaves with constant temperature and constant pressure is compared with the fresh leaves via several analysis including TGA, FTIR and Chromameter. Results indicated that the fresh leaves shows three degradation stages while temperature constant shows four stages of degradation and at constant pressure of -400 bar, five stages of degradation is shown. However, at the temperature constant with pressure -500 bar, five degradation stages are identified and at constant pressure with temperature 40°C, three stage of degradation is presence. It is assumed that it is due to the difference size of the sample as the particle size is decrease, the peak temperature shown in TG curves is also decrease which lead to the rapid ignition. Based on the FTIR analysis, fresh leaves gives the high presence of O-H and C=O group where both of the constant parameters give the absence of those due to the drying effects. In color analysis, the constant drying parameters (pressure and temperature) both shows that as the temperature increases, the average total of color change is also increases.

Keywords: chromameter, FTIR, TGA, Vaccum far infrared dying

Procedia PDF Downloads 331
4041 Estimating Gait Parameter from Digital RGB Camera Using Real Time AlphaPose Learning Architecture

Authors: Murad Almadani, Khalil Abu-Hantash, Xinyu Wang, Herbert Jelinek, Kinda Khalaf

Abstract:

Gait analysis is used by healthcare professionals as a tool to gain a better understanding of the movement impairment and track progress. In most circumstances, monitoring patients in their real-life environments with low-cost equipment such as cameras and wearable sensors is more important. Inertial sensors, on the other hand, cannot provide enough information on angular dynamics. This research offers a method for tracking 2D joint coordinates using cutting-edge vision algorithms and a single RGB camera. We provide an end-to-end comprehensive deep learning pipeline for marker-less gait parameter estimation, which, to our knowledge, has never been done before. To make our pipeline function in real-time for real-world applications, we leverage the AlphaPose human posture prediction model and a deep learning transformer. We tested our approach on the well-known GPJATK dataset, which produces promising results.

Keywords: gait analysis, human pose estimation, deep learning, real time gait estimation, AlphaPose, transformer

Procedia PDF Downloads 83
4040 Improving the Performances of the nMPRA Architecture by Implementing Specific Functions in Hardware

Authors: Ionel Zagan, Vasile Gheorghita Gaitan

Abstract:

Minimizing the response time to asynchronous events in a real-time system is an important factor in increasing the speed of response and an interesting concept in designing equipment fast enough for the most demanding applications. The present article will present the results regarding the validation of the nMPRA (Multi Pipeline Register Architecture) architecture using the FPGA Virtex-7 circuit. The nMPRA concept is a hardware processor with the scheduler implemented at the processor level; this is done without affecting a possible bus communication, as is the case with the other CPU solutions. The implementation of static or dynamic scheduling operations in hardware and the improvement of handling interrupts and events by the real-time executive described in the present article represent a key solution for eliminating the overhead of the operating system functions. The nMPRA processor is capable of executing a preemptive scheduling, using various algorithms without a software scheduler. Therefore, we have also presented various scheduling methods and algorithms used in scheduling the real-time tasks.

Keywords: nMPRA architecture, pipeline processor, preemptive scheduling, real-time system

Procedia PDF Downloads 330
4039 Liposome Loaded Polysaccharide Based Hydrogels: Promising Delayed Release Biomaterials

Authors: J. Desbrieres, M. Popa, C. Peptu, S. Bacaita

Abstract:

Because of their favorable properties (non-toxicity, biodegradability, mucoadhesivity etc.), polysaccharides were studied as biomaterials and as pharmaceutical excipients in drug formulations. These formulations may be produced in a wide variety of forms including hydrogels, hydrogel based particles (or capsules), films etc. In these formulations, the polysaccharide based materials are able to provide local delivery of loaded therapeutic agents but their delivery can be rapid and not easily time-controllable due to, particularly, the burst effect. This leads to a loss in drug efficiency and lifetime. To overcome the consequences of burst effect, systems involving liposomes incorporated into polysaccharide hydrogels may appear as a promising material in tissue engineering, regenerative medicine and drug loading systems. Liposomes are spherical self-closed structures, composed of curved lipid bilayers, which enclose part of the surrounding solvent into their structure. The simplicity of production, their biocompatibility, the size and similar composition of cells, the possibility of size adjustment for specific applications, the ability of hydrophilic or/and hydrophobic drug loading make them a revolutionary tool in nanomedicine and biomedical domain. Drug delivery systems were developed as hydrogels containing chitosan or carboxymethylcellulose (CMC) as polysaccharides and gelatin (GEL) as polypeptide, and phosphatidylcholine or phosphatidylcholine/cholesterol liposomes able to accurately control this delivery, without any burst effect. Hydrogels based on CMC were covalently crosslinked using glutaraldehyde, whereas chitosan based hydrogels were double crosslinked (ionically using sodium tripolyphosphate or sodium sulphate and covalently using glutaraldehyde). It has been proven that the liposome integrity is highly protected during the crosslinking procedure for the formation of the film network. Calcein was used as model active matter for delivery experiments. Multi-Lamellar vesicles (MLV) and Small Uni-Lamellar Vesicles (SUV) were prepared and compared. The liposomes are well distributed throughout the whole area of the film, and the vesicle distribution is equivalent (for both types of liposomes evaluated) on the film surface as well as deeper (100 microns) in the film matrix. An obvious decrease of the burst effect was observed in presence of liposomes as well as a uniform increase of calcein release that continues even at large time scales. Liposomes act as an extra barrier for calcein release. Systems containing MLVs release higher amounts of calcein compared to systems containing SUVs, although these liposomes are more stable in the matrix and diffuse with difficulty. This difference comes from the higher quantity of calcein present within the MLV in relation with their size. Modeling of release kinetics curves was performed and the release of hydrophilic drugs may be described by a multi-scale mechanism characterized by four distinct phases, each of them being characterized by a different kinetics model (Higuchi equation, Korsmeyer-Peppas model etc.). Knowledge of such models will be a very interesting tool for designing new formulations for tissue engineering, regenerative medicine and drug delivery systems.

Keywords: controlled and delayed release, hydrogels, liposomes, polysaccharides

Procedia PDF Downloads 197
4038 Components of Arterial Pressure and Its Association with Dietary Inflammatory Potential of Older Individuals: The Multinational Medis Study

Authors: Demosthenes Panagiotakos

Abstract:

The aim of the present work was to evaluate dietary habits’ inflammatory potential with various components of arterial blood pressure (hypertension, mean arterial pressure (MAP) and pulse pressure (PP)) in a sample of older Mediterranean people without known cardiovascular disease. During 2005-2011, 2,813 older (aged 65-100 years) individuals from 21 Mediterranean islands and the rural Mani region (Peloponnesus) were voluntarily enrolled. Standard procedures were used to determine arterial blood pressure, as well as PP and MAP, and for the evaluation of dietary habits, lifestyle, anthropometric and clinical characteristics of the participants. A dietary inflammatory index (DII) was assessed based on the participants specific dietary habits, and its calculation was based on a standard procedure. It was reported that the higher the DII level of a diet (adherence to a more pro-inflammatory diet) the greater was the likelihood of having an older adult hypertension [OR=3.82 (95% CI): 1.24 to 11.71]. Moreover, the higher the level of DII (more pro-inflammatory dietary habits) the greater were the levels of MAP [b-coefficient (95% CI): 7.23 (+1.86 to +12.59)] and PP, [b-coefficient (95% CI): 10.86 (+2.70 to +19.01)]. Diet’s inflammatory potential is related with various components of arterial pressure. Adherence to a more pro-inflammatory diet seems to be associated with increased arterial peripheral resistance and arterial stiffness.

Keywords: dietary inflammatory index, hypertension, mean arterial pressure, elderly

Procedia PDF Downloads 252
4037 Two-Phase Flow Modelling and Numerical Simulation for Waterflooding in Enhanced Oil Recovery

Authors: Peña A. Roland R., Lozano P. Jean P.

Abstract:

The waterflooding process is an enhanced oil recovery (EOR) method that appears tremendously successful. This paper shows the importance of the role of the numerical modelling of waterflooding and how to provide a better description of the fluid flow during this process. The mathematical model is based on the mass conservation equations for the oil and water phases. Rock compressibility and capillary pressure equations are coupled to the mathematical model. For discretizing and linearizing the partial differential equations, we used the Finite Volume technique and the Newton-Raphson method, respectively. The results of three scenarios for waterflooding in porous media are shown. The first scenario was estimating the water saturation in the media without rock compressibility and without capillary pressure. The second scenario was estimating the front of the water considering the rock compressibility and capillary pressure. The third case is to compare different fronts of water saturation for three fluids viscosity ratios without and with rock compressibility and without and with capillary pressure. Results of the simulation indicate that the rock compressibility and the capillary pressure produce changes in the pressure profile and saturation profile during the displacement of the oil for the water.

Keywords: capillary pressure, numerical simulation, rock compressibility, two-phase flow

Procedia PDF Downloads 93
4036 A Comparative Study of Substance Abusers and Non-Abusers on Peer Pressure, Tendency to Risk Taking Behavior and Anxiety

Authors: Musarrat Jabeen Khan, Uzma Azam, Kainat Umar, Jazba Amber Satti, Aiman Shehzadi, Nimo Omer

Abstract:

This study aimed to examine the comparison between substance abusers and non-abusers on anxiety, peer pressure, and risk-taking behavior among young adults. The sample consisted of 138 individuals including 64 female and 71 males, age range from 17-35 years, drawn from non-clinical population through convenient sampling. Questionnaire technique was used for the information assortment and the scales were susceptibility to peer pressure (Dieman, Pamella, Shope & Butchart, 1987), Zung self-rating anxiety scale (Zung, 1971), and risk-taking questionnaire (Gullone, Moore, Moss & Boyd, 2000) having alpha reliability of .54, .88, and .80 respectively. Results showed that anxiety negatively correlates with the risk-taking behavior. High level of anxiety stops an individual to involve himself in risk taking activities. Peer pressure have positive correlation with risk-taking behavior. Females are more susceptible to peer pressure irrespective of being abusers or non-abusers as compared to male abusers and non-abusers. Substance abusers have less anxiety as compared to non-abusers but are more susceptible to peer pressure and risk-taking behaviors.

Keywords: substance, substance abuse, anxiety, peer pressure, risk-taking behavior

Procedia PDF Downloads 125
4035 Alpha-To-Omega Phase Transition in Bulk Nanostructured Ti and (α+β) Ti Alloys

Authors: Askar Kilmametov, Julia Ivanisenko, Boris Straumal, Horst Hahn

Abstract:

The high-pressure α- to ω-phase transition was discovered in elemental Ti and Zr fifty years ago using static high pressure and then observed to appear between 2 and 12 GPa at room temperature, depending on the experimental technique, the pressure environment, and the sample purity. The fact that ω-phase is retained in a metastable state in ambient condition after the removal of the pressure has been used to check the changes in magnetic and superconductive behavior, electron band structure and mechanical properties. However, the fundamental knowledge on a combination of both mechanical treatment and high applied pressure treatments for ω-phase formation in Ti alloys is currently lacking and has to be studied in relation to improved mechanical properties of bulk nanostructured states. In the present study, nanostructured (α+β) Ti alloys containing β-stabilizing elements such as Co, Fe, Cr, Nb were performed by severe plastic deformation, namely high pressure torsion (HPT) technique. HPT-induced α- to ω-phase transformation was revealed in dependence on applied pressure and shear strains by means of X-ray diffraction, transmission electron microscopy, and differential scanning calorimetry. The transformation kinetics was compared with the kinetics of pressure-induced transition. Orientation relationship between α-, β- and ω-phases was taken into consideration and analyzed according to theoretical calculation proposed earlier. The influence of initial state before HPT appeared to be considerable for subsequent α- to ω-phase transition. Thermal stability of the HPT-induced ω-phase was discussed as well in the frame of mechanical behavior of Ti and Ti-based alloys produced by shear deformation under high applied pressure.

Keywords: bulk nanostructured materials, high pressure phase transitions, severe plastic deformation, titanium alloys

Procedia PDF Downloads 387
4034 Pull-In Instability Determination of Microcapacitive Sensor for Measuring Special Range of Pressure

Authors: Yashar Haghighatfar, Shahrzad Mirhosseini

Abstract:

Pull-in instability is a nonlinear and crucial effect that is important for the design of microelectromechanical system devices. In this paper, the appropriate electrostatic voltage range is determined by measuring fluid flow pressure via micro pressure sensor based microbeam. The microbeam deflection contains two parts, the static and perturbation deflection of static. The second order equation regarding the equivalent stiffness, mass and damping matrices based on Galerkin method is introduced to predict pull-in instability due to the external voltage. Also the reduced order method is used for solving the second order nonlinear equation of motion. Furthermore, in the present study, the micro capacitive pressure sensor is designed for measuring special fluid flow pressure range. The results show that the measurable pressure range can be optimized, regarding damping field and external voltage.

Keywords: MEMS, pull-in instability, electrostatically actuated microbeam, reduced order method

Procedia PDF Downloads 199
4033 Physical Exertion and Fatigue: A Breakthrough in Choking Sphere

Authors: R. Maher, D. Marchant, F. Fazel

Abstract:

Choking in sport has been defined as ‘an acute performance breakdown’, and is generally explained through a range of contributory antecedents, factors, and explanatory theories. The influence of mental antecedents on an athlete’s performance under pressure has been widely examined through numerous studies. Researchers have only recently begun to investigate the influence of physical effort and associated residual fatigue as a potential contributor to choking in sport. Consequently, the initial aim of the present study was to examine the extent to which both physical exertion and pressure affect free-throw shooting performance. It was hypothesized that the free-throw shooting scores would decline under manipulated conditions. Design and Methods: Using a within-subjects design, 50 student-athletes were assigned to four manipulated conditions: (a) higher pressure-running, (b) higher pressure-no running, (c) lower pressure-running, and (d) lower pressure-no running. The physical exertion was manipulated by including a 56 meter shuttle-run in two of the running conditions. The pressure was manipulated with the presence of an audience, video-recording, performance contingent rewards, and weighting successful shots in the higher pressure conditions. A repeated measure analysis of variance was used to analyse the data. Results: The free-throw performance significantly deteriorated under manipulated physical exertion F (1, 49) = 10.13, p = .003, ηp 2 = .17 and pressure conditions F (1, 49) = 5.25, p = .02, ηp 2 = .09. The lowest free-throw scores were observed in the higher pressure-running condition, whereas the highest free-throw scores were reported in the lower pressure-no running condition. Conclusions: Physical exertion and the associated residual fatigue were contributors to choking. The results of the present study herald a new concept in choking research and yield a practical platform for use by athletes, coaches, and sport psychologists to better manage the psychological and physiological aspects of performance under pressure.

Keywords: anxiety, basketball, choking, fatigue, free-throw shooting, physical exertion

Procedia PDF Downloads 256
4032 Buoyancy Effects in Pressure Retarded Osmosis with Extremely High Draw Solution Concentration

Authors: Ivonne Tshuma, Ralf Cord-Ruwisch, Wendell Ela

Abstract:

Water crisis is a world-wide problem because of population growth and climate change. Hence, desalination is a solution to water scarcity, which threatens the world. Reverse osmosis (RO) is the most used technique for desalination; unfortunately, this process, usually requires high-pressure requirement hence requires a lot of energy about 3 – 5.5 KWhr/m³ of electrical energy. The pressure requirements of RO can be alleviated by the use of PRO (pressure retarded osmosis) to drive the RO process. This paper proposes a process of utilizing the energy directly from PRO to drive an RO process. The paper mostly analyses the PRO process parameters such as cross-flow velocity, density, and buoyancy and how these have an effect on PRO hence ultimately the RO process. The experimental study of the PRO with various feed solution concentrations and cross-flow velocities at fixed applied pressure with different orientations of the PRO cell was performed. The study revealed that without cross-flow velocity, buoyancy effects were observed but not with cross-flow velocity.

Keywords: cross-flow velocity, pressure retarded osmosis, density, buoyancy

Procedia PDF Downloads 113