Search results for: super saturation
Commenced in January 2007
Frequency: Monthly
Edition: International
Paper Count: 807

Search results for: super saturation

447 Wear Performance of Stellite 21 Cladded Overlay on Aisi 304L

Authors: Sandeep Singh Sandhua, Karanvir Singh Ghuman, Arun Kumar

Abstract:

Stellite 21 is cobalt based super alloy used in improving the wear performance of stainless steel engineering components subjected to harsh environmental conditions. This piece of research focuses on the wear analysis of satellite 21 cladded on AISI 304 L substrate using SMAW process. Bead on plate experiments were carried out by varying current and electrode manipulation techniques to optimize the dilution and microhardness. 80 Amp current and weaving technique was found to be optimum set of parameters for overlaying which were further used for multipass multilayer cladding of AISI 304 L substrate. The wear performance was examined on pin on dics wear testing machine under room temperature conditions. The results from this study show that Stellite 21 overlays show a significant improvement in the frictional wear resistance after TIG remelting. It is also established that low dilution procedures are important in controlling the metallurgical composition of these overlays which has a consequent effect in enhancing hardness and wear resistance of these overlays.

Keywords: surfacing, stellite 21, dilution, SMAW, frictional wear, micro-hardness

Procedia PDF Downloads 226
446 High Harmonics Generation in Hexagonal Graphene Quantum Dots

Authors: Armenuhi Ghazaryan, Qnarik Poghosyan, Tadevos Markosyan

Abstract:

We have considered the high-order harmonic generation in-plane graphene quantum dots of hexagonal shape by the independent quasiparticle approximation-tight binding model. We have investigated how such a nonlinear effect is affected by a strong optical wave field, quantum dot typical band gap and lateral size, and dephasing processes. The equation of motion for the density matrix is solved by performing the time integration with the eight-order Runge-Kutta algorithm. If the optical wave frequency is much less than the quantum dot intrinsic band gap, the main aspects of multiphoton high harmonic emission in quantum dots are revealed. In such a case, the dependence of the cutoff photon energy on the strength of the optical pump wave is almost linear. But when the wave frequency is comparable to the bandgap of the quantum dot, the cutoff photon energy shows saturation behavior with an increase in the wave field strength.

Keywords: strong wave field, multiphoton, bandgap, wave field strength, nanostructure

Procedia PDF Downloads 115
445 Transfer Learning for Protein Structure Classification at Low Resolution

Authors: Alexander Hudson, Shaogang Gong

Abstract:

Structure determination is key to understanding protein function at a molecular level. Whilst significant advances have been made in predicting structure and function from amino acid sequence, researchers must still rely on expensive, time-consuming analytical methods to visualise detailed protein conformation. In this study, we demonstrate that it is possible to make accurate (≥80%) predictions of protein class and architecture from structures determined at low (>3A) resolution, using a deep convolutional neural network trained on high-resolution (≤3A) structures represented as 2D matrices. Thus, we provide proof of concept for high-speed, low-cost protein structure classification at low resolution, and a basis for extension to prediction of function. We investigate the impact of the input representation on classification performance, showing that side-chain information may not be necessary for fine-grained structure predictions. Finally, we confirm that high resolution, low-resolution and NMR-determined structures inhabit a common feature space, and thus provide a theoretical foundation for boosting with single-image super-resolution.

Keywords: transfer learning, protein distance maps, protein structure classification, neural networks

Procedia PDF Downloads 108
444 Groundwater Quality Assessment Using Water Quality Index and Geographical Information System Techniques: A Case Study of Busan City, South Korea

Authors: S. Venkatramanan, S. Y. Chung, S. Selvam, E. E. Hussam, G. Gnanachandrasamy

Abstract:

The quality of groundwater was evaluated by major ions concentration around Busan city, South Korea. The groundwater samples were collected from 40 wells. The order of abundance of major cations concentration in groundwater is Na > Ca > Mg > K, in case of anions are Cl > HCO₃ > SO₄ > NO₃ > F. Based on Piper’s diagram Ca (HCO₃)₂, CaCl₂, and NaCl are the leading groundwater types. While Gibbs diagram suggested that most of groundwater samples belong to rock-weathering zone. Hydrogeochemical condition of groundwater in this city is influenced by evaporation, ion exchange and dissolution of minerals. Water Quality Index (WQI) revealed that 86 % of the samples belong to excellent, 2 % good, 4 % poor to very poor and 8 % unsuitable categories. The results of sodium absorption ratio (SAR), Permeability Index (PI), Residual Sodium Carbonate (RSC) and Magnesium Hazard (MH) exhibit that most of the groundwater samples are suitable for domestic and irrigation purposes.

Keywords: WQI (Water Quality Index), saturation index, groundwater types, ion exchange

Procedia PDF Downloads 234
443 Laboratory Testing Regime for Quantifying Soil Collapsibility

Authors: Anne C. Okwedadi, Samson Ng’ambi, Ian Jefferson

Abstract:

Collapsible soils go through radical rearrangement of their particles when triggered by water, stress or/and vibration, causing loss of volume. This loss of volume in soil as seen in foundation failures has caused millions of dollars’ worth of damages to public facilities and infrastructure and so has an adverse effect on the society and people. Despite these consequences and the several studies that are available, more research is still required in the study of soil collapsibility. Discerning the pedogenesis (formation) of soils and investigating the combined effects of the different geological soil properties is key to elucidating and quantifying soils collapsibility. This study presents a novel laboratory testing regime that would be undertaken on soil samples where the effects of soil type, compactive variables (moisture content, density, void ratio, degree of saturation) and loading are analyzed. It is anticipated that results obtained would be useful in mapping the trend of the combined effect thus the basis for evaluating soil collapsibility or collapse potentials encountered in construction with volume loss problems attributed to collapse.

Keywords: collapsible soil, geomorphological process, soil collapsibility properties, soil test

Procedia PDF Downloads 445
442 Modelling of Reactive Methodologies in Auto-Scaling Time-Sensitive Services With a MAPE-K Architecture

Authors: Óscar Muñoz Garrigós, José Manuel Bernabeu Aubán

Abstract:

Time-sensitive services are the base of the cloud services industry. Keeping low service saturation is essential for controlling response time. All auto-scalable services make use of reactive auto-scaling. However, reactive auto-scaling has few in-depth studies. This presentation shows a model for reactive auto-scaling methodologies with a MAPE-k architecture. Queuing theory can compute different properties of static services but lacks some parameters related to the transition between models. Our model uses queuing theory parameters to relate the transition between models. It associates MAPE-k related times, the sampling frequency, the cooldown period, the number of requests that an instance can handle per unit of time, the number of incoming requests at a time instant, and a function that describes the acceleration in the service's ability to handle more requests. This model is later used as a solution to horizontally auto-scale time-sensitive services composed of microservices, reevaluating the model’s parameters periodically to allocate resources. The solution requires limiting the acceleration of the growth in the number of incoming requests to keep a constrained response time. Business benefits determine such limits. The solution can add a dynamic number of instances and remains valid under different system sizes. The study includes performance recommendations to improve results according to the incoming load shape and business benefits. The exposed methodology is tested in a simulation. The simulator contains a load generator and a service composed of two microservices, where the frontend microservice depends on a backend microservice with a 1:1 request relation ratio. A common request takes 2.3 seconds to be computed by the service and is discarded if it takes more than 7 seconds. Both microservices contain a load balancer that assigns requests to the less loaded instance and preemptively discards requests if they are not finished in time to prevent resource saturation. When load decreases, instances with lower load are kept in the backlog where no more requests are assigned. If the load grows and an instance in the backlog is required, it returns to the running state, but if it finishes the computation of all requests and is no longer required, it is permanently deallocated. A few load patterns are required to represent the worst-case scenario for reactive systems: the following scenarios test response times, resource consumption and business costs. The first scenario is a burst-load scenario. All methodologies will discard requests if the rapidness of the burst is high enough. This scenario focuses on the number of discarded requests and the variance of the response time. The second scenario contains sudden load drops followed by bursts to observe how the methodology behaves when releasing resources that are lately required. The third scenario contains diverse growth accelerations in the number of incoming requests to observe how approaches that add a different number of instances can handle the load with less business cost. The exposed methodology is compared against a multiple threshold CPU methodology allocating/deallocating 10 or 20 instances, outperforming the competitor in all studied metrics.

Keywords: reactive auto-scaling, auto-scaling, microservices, cloud computing

Procedia PDF Downloads 68
441 Effect of Arch-Wire Qualities and Bracket Design on the Force Systems during Sliding Mechanics

Authors: Davender Kumar

Abstract:

Aim: It is important for the orthodontist to be familiar with the sliding resistance (SR) generated by the ligation method used during the space closure phase with sliding mechanics. To determine new, experimental non-conventional (slide) ligature demonstrates less friction in vitro when compared other ligatures on the market. Methods: Experimental in vitro were carried out to test the performance of the low-friction system with regard to assess the forces released by different bracket–ligature systems with bonded in iron plate mounted on an Instron machine. Results: The outcomes of experimental testing showed that the combination of the low-friction ligatures with the super elastic nickel-titanium and SS wires produced a significantly smaller amount of binding at the bracket/arch wire/ligature unit when compared to conventional elastomeric ligatures. Conclusion: The biomechanical consequences of the use of low-friction ligatures were shorter duration of orthodontic treatment during the levelling and aligning phase, concurrent dentoalveolar expansion of the dental arch, and the possibility of using biologically adequate orthodontic forces.

Keywords: archwire, bracket, friction, ligation

Procedia PDF Downloads 300
440 Investigating Convective Boiling Heat Transfer Characteristics of R-1234ze and R-134a Refrigerants in a Microfin and Smooth Tube

Authors: Kaggwa Abdul, Chi-Chuan Wang

Abstract:

This research is based on R-1234ze that is considered to substitute R-134a due to its low global warming potential in a microfin tube with outer diameter 9.52 mm, number of fins 70, and fin height 0.17 mm. In comparison, a smooth tube with similar geometries was used to study pressure drop and heat transfer coefficients related to the two fluids. The microfin tube was brazed inside a stainless steel tube and heated electrically. T-type thermocouples used to measure the temperature distribution during the phase change process. The experimental saturation temperatures and refrigerant mass velocities varied from 10 – 20°C and 50 – 300 kg/m2s respectively. The vapor quality from 0.1 to 0.9, and heat flux ranged from 5 – 11kW/m2. The results showed that heat transfer performance of R-134a in both microfin and smooth tube was better than R-1234ze especially at mass velocities above G = 50 kg/m2s. However, at low mass velocities below G = 100 kg/m2s R-1234ze yield better heat transfer coefficients than R-134a. The pressure gradient of R-1234ze was markedly higher than that of R-134a at all mass flow rates.

Keywords: R-1234ze and R-134a, horizontal flow boiling, pressure drop, heat transfer coefficients, micro-fin and smooth tubes

Procedia PDF Downloads 264
439 Wetting-Drying Cycles Effect on Piles Embedded in a Very High Expansive Soil

Authors: Bushra Suhail, Laith Kadim

Abstract:

The behavior of model piles embedded in a very high expansive soil was investigated, a specially manufactured saturation-drying tank was used to apply three cycles of wetting and drying to the expansive soil surrounding the model straight shaft and under reamed piles, the relative movement of the piles with respect to the soil surface was recorded with time, also the exerted uplift pressure of the piles due to soil swelling was recorded. The behavior of unloaded straight shaft and under reamed piles was investigated. Two design charts were presented for straight shaft and under reamed piles one for the required pile depth for zero upward movement due to soil swelling, the other for the required pile depth to exert zero uplift pressure when the soil swells. Under reamed piles showed a decrease in upward movement of 20% to 40%, and an uplift pressure decrease of 10% to 30%.

Keywords: expansive soil, piles, under reamed, structural and geotechnical engineering

Procedia PDF Downloads 295
438 Solar Pond: Some Issues in Their Management and Mathematical Description

Authors: A. A. Abdullah, K. A. Lindsay

Abstract:

The management of a salt-gradient is investigated with respect to the interaction between the solar pond and its associated evaporation pond. Issues considered are the impact of precipitation and the operation of the flushing system with particular reference to the case in which the flushing fluid is pure water. Results suggest that a management strategy based on a flushing system that simply replaces evaporation losses of water from the solar pond and evaporation pond will be optimally efficient. Such a management strategy will maintain the operational viability of a salt-gradient solar pond as a reservoir of cheap heat while simultaneously ensuring that the associated evaporation pond can feed the storage zone of the solar pond with sufficient saturated brine to balance the effect of salt diffusion. Other findings are, first, that once near saturation is achieved in the evaporation pond, the efficacy of the proposed management strategy is relatively insensitive to both the size of the evaporation pond or its depth, and second, small changes in the extraction of heat from the storage zone of a salt-gradient solar pond have an amplified effect on the temperature of that zone. The possibility of boiling of the storage zone cannot be ignored in a well-configured salt-gradient solar pond.

Keywords: aqueous sodium chloride, constitutive expression, solar pond, salt-gradient

Procedia PDF Downloads 304
437 Energy Conversion from Waste Paper Industry Using Fluidized Bed Combustion

Authors: M. Dyah Ayu Yuli, S. Faisal Dhio, P. Johandi, P. Muhammad Sofyan

Abstract:

Pulp and paper mills generate various quantities of energy-rich biomass as wastes, depending on technological level, pulp and paper grades and wood quality. These wastes are produced in all stages of the process: wood preparation, pulp and paper manufacture, chemical recovery, recycled paper processing, waste water treatment. Energy recovery from wastes of different origin has become a generally accepted alternative to their disposal. Pulp and paper industry expresses an interest in adapting and integrating advanced biomass energy conversion technologies into its mill operations using Fluidized Bed Combustion. Industrial adoption of these new technologies has the potential for higher efficiency, lower capital cost, and safer operation than conventional operations that burn fossil fuels for energy. Incineration with energy recovery has the advantage of hygienic disposal, volume reduction, and the recovery of thermal energy by means of steam or super heated water that can be used for heating and power generation.

Keywords: biomass, fluidized bed combustion, pulp and paper mills, waste

Procedia PDF Downloads 448
436 Experimental and Numerical Analyses of Tehran Research Reactor

Authors: A. Lashkari, H. Khalafi, H. Khazeminejad, S. Khakshourniya

Abstract:

In this paper, a numerical model is presented. The model is used to analyze a steady state thermo-hydraulic and reactivity insertion transient in TRR reference cores respectively. The model predictions are compared with the experiments and PARET code results. The model uses the piecewise constant and lumped parameter methods for the coupled point kinetics and thermal-hydraulics modules respectively. The advantages of the piecewise constant method are simplicity, efficiency and accuracy. A main criterion on the applicability range of this model is that the exit coolant temperature remains below the saturation temperature, i.e. no bulk boiling occurs in the core. The calculation values of power and coolant temperature, in steady state and positive reactivity insertion scenario, are in good agreement with the experiment values. However, the model is a useful tool for the transient analysis of most research reactor encountered in practice. The main objective of this work is using simple calculation methods and benchmarking them with experimental data. This model can be used for training proposes.

Keywords: thermal-hydraulic, research reactor, reactivity insertion, numerical modeling

Procedia PDF Downloads 379
435 Oil Recovery Study by Low Temperature Carbon Dioxide Injection in High-Pressure High-Temperature Micromodels

Authors: Zakaria Hamdi, Mariyamni Awang

Abstract:

For the past decades, CO2 flooding has been used as a successful method for enhanced oil recovery (EOR). However, high mobility ratio and fingering effect are considered as important drawbacka of this process. Low temperature injection of CO2 into high temperature reservoirs may improve the oil recovery, but simulating multiphase flow in the non-isothermal medium is difficult, and commercial simulators are very unstable in these conditions. Furthermore, to best of authors’ knowledge, no experimental work was done to verify the results of the simulations and to understand the pore-scale process. In this paper, we present results of investigations on injection of low temperature CO2 into a high-pressure high-temperature micromodel with injection temperature range from 34 to 75 °F. Effect of temperature and saturation changes of different fluids are measured in each case. The results prove the proposed method. The injection of CO2 at low temperatures increased the oil recovery in high temperature reservoirs significantly. Also, CO2 rich phases available in the high temperature system can affect the oil recovery through the better sweep of the oil which is initially caused by penetration of LCO2 inside the system. Furthermore, no unfavorable effect was detected using this method. Low temperature CO2 is proposed to be used as early as secondary recovery.

Keywords: enhanced oil recovery, CO₂ flooding, micromodel studies, miscible flooding

Procedia PDF Downloads 322
434 Heat Transfer in Direct-Driven Generator for Large-Scaled Wind Turbine

Authors: Dae-Gyun Ahn, Eun-Teak Woo, Yun-Hyun Cho, Seung-Ho Han

Abstract:

For the sustainable development of wind energy, energy industries have invested in the development of highly efficient wind generators such as the Axial Flux Permanent Magnet (AFPM) generator. The AFPM generator, however, has a history of overheating on the surface of the stator, so that power production decreases significantly. A proper cooling system, therefore, is needed. Although a convective-type cooling system has been developed, the size of the air blower must be increased when the generator’s capacity exceeds 2.5MW. In this study, a newly developed conductive-type cooling system was proposed for the 2.5MW AFPM generator installed on an offshore wind turbine. Through electromagnetic thermal analysis, the efficiency of the heat transfer on the stator surface was investigated. When using the proposed cooling system, the temperatures on the stator surface and on the permanent magnet under conditions of thermal saturation were 76 and 66 C, respectively. (KETEP 20134030200320)

Keywords: heat transfer, thermal analysis, axial flux permanent magnet, conductive-type cooling system

Procedia PDF Downloads 415
433 3D Plant Growth Measurement System Using Deep Learning Technology

Authors: Kazuaki Shiraishi, Narumitsu Asai, Tsukasa Kitahara, Sosuke Mieno, Takaharu Kameoka

Abstract:

The purpose of this research is to facilitate productivity advances in agriculture. To accomplish this, we developed an automatic three-dimensional (3D) recording system for growth of field crops that consists of a number of inexpensive modules: a very low-cost stereo camera, a couple of ZigBee wireless modules, a Raspberry Pi single-board computer, and a third generation (3G) wireless communication module. Our system uses an inexpensive Web stereo camera in order to keep total costs low. However, inexpensive video cameras record low-resolution images that are very noisy. Accordingly, in order to resolve these problems, we adopted a deep learning method. Based on the results of extended period of time operation test conducted without the use of an external power supply, we found that by using Super-Resolution Convolutional Neural Network method, our system could achieve a balance between the competing goals of low-cost and superior performance. Our experimental results showed the effectiveness of our system.

Keywords: 3D plant data, automatic recording, stereo camera, deep learning, image processing

Procedia PDF Downloads 252
432 Optimization of Surface Coating on Magnetic Nanoparticles for Biomedical Applications

Authors: Xiao-Li Liu, Ling-Yun Zhao, Xing-Jie Liang, Hai-Ming Fan

Abstract:

Owing to their unique properties, magnetic nanoparticles have been used as diagnostic and therapeutic agents for biomedical applications. Highly monodispersed magnetic nanoparticles with controlled particle size and surface coating have been successfully synthesized as a model system to investigate the effect of surface coating on the T2 relaxivity and specific absorption rate (SAR) under an alternating magnetic field, respectively. Amongst, by using mPEG-g-PEI to solubilize oleic-acid capped 6 nm magnetic nanoparticles, the T2 relaxivity could be significantly increased by up to 4-fold as compared to PEG coated nanoparticles. Moreover, it largely enhances the cell uptake with a T2 relaxivity of 92.6 mM-1s-1 for in vitro cell MRI. As for hyperthermia agent, SAR value increase with the decreased thickness of PEG surface coating. By elaborate optimization of surface coating and particle size, a significant increase of SAR (up to 74%) could be achieved with a minimal variation on the saturation magnetization (<5%). The 19 nm magnetic nanoparticles with 2000 Da PEG exhibited the highest SAR of 930 W•g-1 among the samples, which can be maintained in various simulated physiological conditions. This systematic work provides a general strategy for the optimization of surface coating of magnetic core for high performance MRI contrast agent and hyperthermia agent.

Keywords: magnetic nanoparticles, magnetic hyperthermia, magnetic resonance imaging, surface modification

Procedia PDF Downloads 484
431 Utilization of Waste Marble Dust as a Viscosity Modifying Agent in Self Compacting Concrete

Authors: Shams Ul Khaliq, Mushtaq Zeb, Fawad Bilal, Faizan Akbar, Syed Aamir Abbas

Abstract:

Self Compacting Concrete as the name implies--is the concrete requiring a very little or no vibration to fill the form homogeneously. Self Compacting Concrete (SCC) is defined by two primary properties: Ability to flow or deform under its own weight (with or without obstructions) and the ability to remain homogeneous while doing so. Flow ability is achieved by utilizing high range water reducing admixtures and segregation resistance is ensured by introducing a chemical viscosity modifying admixture (VMA) or increasing the amount of fines in the concrete. The study explores the use waste marble dust (WMD) to increase the amount of fines and hence achieve self-compatibility in an economical way, suitable for Pakistani construction industry. The study focuses on comparison of fresh properties of SCC containing varying amounts of waste marble dust (WMD) with that containing commercially available viscosity modifying admixture. The comparison is done at different dosages of super plasticizer keeping cement, water, coarse aggregate, and fine aggregate contents constant.

Keywords: self compacting concrete, waste marble dust (WMD), flow ability, segregation resistance

Procedia PDF Downloads 296
430 Theory of Gyrotron Amplifier in a Vane-Loaded Waveguide with Inner Dielectric Material

Authors: Reyhaneh Hashemi, Shahrooz Saviz

Abstract:

In his study, we have survey the theory of gyrotron amplifier in a vane-loaded waveguide with inner dielectric material. Dispersion relation for electromagnetic waves emitted by a cylindrical waveguide that provided with wedge-shaped metal vanes projecting radially inward from the wall of the guide and exited in the transverse-electric mode was analysed. From numerical analysis of this dispersion relation, it is shown that the stability behavior of the fast-wave mode is dependent of the dielectric constant. With a small axial momentum spreed, a super bandwidth is shown to be attainable by a mixed mode operation. Also, with the utilization from the numeric analysis of relation dispersion. We show that in the –speed mode, the constant is independent de-electric. With the ratio of dispersion of smell, high –bandwith was obtained for the combined mode. And at the end, we were comparing the result of our work (vane-loaded) by the waveguide with a smooth wall.

Keywords: gyrotron amplifier, waveguide, vane-loaded waveguide, dielectric material, dispersion relation, cylindrical waveguide, fast-wave mode, mixed mode operation

Procedia PDF Downloads 74
429 Investigation of Gas Tungsten Arc Welding Parameters on Residual Stress of Heat Affected Zone in Inconel X750 Super Alloy Welding Using Finite Element Method

Authors: Kimia Khoshdel Vajari, Saber Saffar

Abstract:

Reducing the residual stresses caused by welding is desirable for the industry. The effect of welding sequence, as well as the effect of yield stress on the number of residual stresses generated in Inconel X750 superalloy sheets and beams, have been investigated. The finite element model used in this research is a three-dimensional thermal and mechanical model, and the type of analysis is indirect coupling. This analysis is done in two stages. First, thermal analysis is performed, and then the thermal changes of the first analysis are used as the applied load in the second analysis. ABAQUS has been used for modeling, and the Dflux subroutine has been used in the Fortran programming environment to move the arc and the molten pool. The results of this study show that the amount of tensile residual stress in symmetric, discontinuous, and symmetric-discontinuous welds is reduced to a maximum of 27%, 54%, and 37% compared to direct welding, respectively. The results also show that the amount of residual stresses created by welding increases linearly with increasing yield stress with a slope of 40%.

Keywords: residual stress, X750 superalloy, finite element, welding, thermal analysis

Procedia PDF Downloads 85
428 Numerical Investigation of Cavitation on Different Venturi Shapes by Computational Fluid Dynamics

Authors: Sedat Yayla, Mehmet Oruc, Shakhwan Yaseen

Abstract:

Cavitation phenomena might rigorously impair machine parts such as pumps, propellers and impellers or devices as the pressure in the fluid declines under the liquid's saturation pressure. To evaluate the influence of cavitation, in this research two-dimensional computational fluid dynamics (CFD) venturi models with variety of inlet pressure values, throat lengths and vapor fluid contents were applied. In this research three different vapor contents (0%, 5% 10%), four inlet pressures (2, 4, 6, 8 and 10 atm) and two venturi models were employed at different throat lengths ( 5, 10, 15 and 20 mm) for discovering the impact of each parameter on the cavitation number. It is uncovered that there is a positive correlation between pressure inlet and vapor fluid content and cavitation number. Furthermore, it is unveiled that velocity remains almost constant at the inlet pressures of 6, 8,10atm, nevertheless increasing the length of throat results in the substantial escalation in the velocity of the throat at inlet pressures of 2 and 4 atm. Furthermore, velocity and cavitation number were negatively correlated. The results of the cavitation number varied between 0.092 and 0.495 depending upon the velocity values of the throat.

Keywords: cavitation number, computational fluid dynamics, mixture of fluid, two-phase flow, velocity of throat

Procedia PDF Downloads 356
427 Experienced Chronic Sorrow in Mothers of Children with Cancer: A Phenomenological Study

Authors: Nikfarid Lida, Maryam Rassouli, Leili Borimnejad, Hamid Alavi Majd

Abstract:

Purpose: Chronic sorrow is experienced by mothers of children with cancer. It is a multidimensional concept and is experienced by mothers in different ways depends on their various contexts. Little is known about the concept of chronic sorrow in mothers of children with cancer living in Iran. This study aimed to clarify the concept and explain lived experiences of chronic sorrow in Iranian mothers of children with cancer. Methods: In this hermeneutic phenomenological study, 8 mothers of children with cancer participated in semi structured in-depth interviews about their experiences of chronic sorrow. Interviews continued until data saturation was reached. All interviews were recorded, transcribed, analyzed, and interpreted using 7 steps of the Dickelman et al’s phenomenological approach. Results: Three main themes emerged from mothers’ experiences of chronic sorrow related to child’s cancer. These main themes were ‘climbing up shaky rocks,’ ‘fear and hope,’ and ‘continuous role changing.’ Each of these themes consisted of several subthemes. Conclusion: There are similarities in experiencing chronic sorrow by mothers of children with chronic diseases in different societies. However some experiences are unique in Iranian mothers of children with cancer.

Keywords: cancer, children, mothers, Iran, phenomenology

Procedia PDF Downloads 292
426 3D Simulation of the Twin-Aperture IRON Superconducting Quadrupole for Charm-Tau Factory

Authors: K. K. Riabchenko, T. V Rybitskaya, A. A. Starostenko

Abstract:

Sper Charm-Tau Factory is a double ring e+e- collider to be operated in the center-of-mass energy range from 2 to 6 GeV, with a peak luminosity of about 1035 cm-2s-1 (Crab Waist collision) and with longitudinally polarized electrons at the IP (interaction point). One of the important elements of the cτ-factory is the superconducting two-aperture quadrupole of the final focus. It was decided to make a full-scale prototype quadrupole. The main objectives of our study included: 1) 3D modeling of the quadrupole in the Opera program, 2) Optimization of the geometry of the quadrupole lens, 3) Study of the influence of magnetic properties and geometry of a quadrupole on integral harmonics. In addition to this, the ways of producing unwanted harmonics have been studied. In the course of this work, a 3D model of a two-aperture iron superconducting quadrupole lens was created. A three-dimensional simulation of the magnetic field was performed, and the geometrical parameters of the lens were selected. Calculations helped to find sources of possible errors and methods for correcting unwanted harmonics. In addition to this, calculations show that there are no obstacles to the production of a prototype lens.

Keywords: super cτ-factory, final focus, twin aperture quadrupole lens, integral harmonics

Procedia PDF Downloads 103
425 Optimization Studies on Biosorption of Ni(II) and Cd(II) from Wastewater Using Pseudomonas putida in a Packed Bed Bioreactor

Authors: K.Narasimhulu, Y. Pydi Setty

Abstract:

The objective of this present study is the optimization of process parameters in biosorption of Ni(II) and Cd(II) ions by Pseudomonas putida using Response Surface Methodology in a Packed bed bioreactor. The experimental data were also tested with theoretical models to find the best fit model. The present paper elucidates RSM as an efficient approach for predictive model building and optimization of Ni(II) and Cd(II) ions using Pseudomonas putida. In packed bed biosorption studies, comparison of the breakthrough curves of Ni(II) and Cd(II) for Agar immobilized and PAA immobilized Pseudomonas putida at optimum conditions of flow rate of 300 mL/h, initial metal ion concentration of 100 mg/L and bed height of 20 cm with weight of biosorbent of 12 g, it was found that the Agar immobilized Pseudomonas putida showed maximum percent biosorption and bed saturation occurred at 20 minutes. Optimization results of Ni(II) and Cd(II) by Pseudomonas putida from the Design Expert software were obtained as bed height of 19.93 cm, initial metal ion concentration of 103.85 mg/L, and flow rate of 310.57 mL/h. The percent biosorption of Ni(II) and Cd(II) is 87.2% and 88.2% respectively. The predicted optimized parameters are in agreement with the experimental results.

Keywords: packed bed bioreactor, response surface mthodology, pseudomonas putida, biosorption, waste water

Procedia PDF Downloads 434
424 Ranking of Managerial Parameters Impacting upon Performance of Football Referees in Iran

Authors: Mohammad Reza Boromand, Masoud Moradi, Amin Eskandari

Abstract:

The present study attempts to determine ranking of managerial parameters impacting upon performance of football referees in Iran. The population consisted of all referees in Leagues 1, 2 and 3 as well as super league of Iran (N=273), of which we selected 160 referees and assistant referees in 2013-2014. A research-designed questionnaire was used for data collection which was divided into two sections: (1) Demographic details (age range, Marital status, employment, refereeing experience, education level, refereeing level and proficiency) and (2) items related to parameters impacting upon performance of referees (structural parameters, operational parameters, environmental parameters, temporal parameters, economic parameters, facilities and tools, personal performance and performance evaluation). Internal consistency was calculated by Cronbach's alpha (r=0.85). For data analysis, we performed Freedman's Test and used SPSS software (α>0.05), along with descriptive statistics. The findings showed the following ranking for the above-mentioned managerial parameters: Facilities and tools, personal performance, economic parameters, structural parameters, operational parameters, environmental parameters, temporal parameters, and performance evaluation.

Keywords: Iran, football referees, managerial parameters, performance

Procedia PDF Downloads 535
423 Characterization of Calcined Clay Blended Self Compacting Concrete-Correlation between Super-Plasticizer Dosage and Self Compacting Concrete Properties

Authors: Kumator Josiphiah Taku

Abstract:

Sustainability in construction is essential to the economic construction and can be achieved by the use of locally available construction materials. This research work, thus, uses locally available materials –calcined clay and Sandcrete SPR-300 superplasticizer in the production of Self Compacting Concrete (SCC) by investigating the correlation between the superplasticizer dosage and the fresh and hardened states properties of a grade 50 SCC made by incorporating a Calcined Clay (CC) – Portland Limestone Cement (PLC) blend as the cementitious matter at 20% replacement of PLC with CC and using CC as filler. The superplasticizer dosage was varied from 0.4 to 3.0% by weight of cementitious material and the slump, v-funnel, L-box and strength parameters investigated. The result shows a positive correlation between the increased dosage of the superplasticizer and the fresh and hardened states properties of the SCC up to 2% dosage. The J¬Spread¬, t¬500J¬, Slump flow, L-box H¬2¬/H¬1 ¬ratio and strength, all increases with SP dosage while the V-funnel flow decreased with SP dosage. Overall, SP ratio of 0.5 to 2.0 can be used in improving the properties of SCC produced using calcined clay both as filler and cementitious material.

Keywords: calcined clay, compressive strength, fresh-state properties of SCC, self compacting concrete, superplasticizer dosage

Procedia PDF Downloads 131
422 Prediction Fluid Properties of Iranian Oil Field with Using of Radial Based Neural Network

Authors: Abdolreza Memari

Abstract:

In this article in order to estimate the viscosity of crude oil,a numerical method has been used. We use this method to measure the crude oil's viscosity for 3 states: Saturated oil's viscosity, viscosity above the bubble point and viscosity under the saturation pressure. Then the crude oil's viscosity is estimated by using KHAN model and roller ball method. After that using these data that include efficient conditions in measuring viscosity, the estimated viscosity by the presented method, a radial based neural method, is taught. This network is a kind of two layered artificial neural network that its stimulation function of hidden layer is Gaussian function and teaching algorithms are used to teach them. After teaching radial based neural network, results of experimental method and artificial intelligence are compared all together. Teaching this network, we are able to estimate crude oil's viscosity without using KHAN model and experimental conditions and under any other condition with acceptable accuracy. Results show that radial neural network has high capability of estimating crude oil saving in time and cost is another advantage of this investigation.

Keywords: viscosity, Iranian crude oil, radial based, neural network, roller ball method, KHAN model

Procedia PDF Downloads 469
421 Efficacy and Safety of Sublingual Sufentanil for the Management of Acute Pain

Authors: Neil Singla, Derek Muse, Karen DiDonato, Pamela Palmer

Abstract:

Introduction: Pain is the most common reason people visit emergency rooms. Studies indicate however, that Emergency Department (ED) physicians often do not provide adequate analgesia to their patients as a result of gender and age bias, opiophobia and insufficient knowledge of and formal training in acute pain management. Novel classes of analgesics have recently been introduced, but many patients suffer from acute pain in settings where the availability of intravenous (IV) access may be limited, so there remains a clinical need for rapid-acting, potent analgesics that do not require an invasive route of delivery. A sublingual sufentanil tablet (SST), dispensed using a single-dose applicator, is in development for treatment of moderate-to-severe acute pain in a medically-supervised setting. Objective: The primary objective of this study was to demonstrate the repeat-dose efficacy, safety and tolerability of sufentanil 20 mcg and 30 mcg sublingual tablets compared to placebo for the management of acute pain as determined by the time-weighted sum of pain intensity differences (SPID) to baseline over the 12-hour study period (SPID12). Key secondary efficacy variables included SPID over the first hour (SPID1), Total pain relief over the 12-hour study period (TOTPAR12), time to perceived pain relief (PR) and time to meaningful PR. Safety variables consisted of adverse events (AE), vital signs, oxygen saturation and early termination. Methods: In this Phase 2, double-blind, dose-finding study, an equal number of male and female patients were randomly assigned in a 2:2:1 ratio to SST 20 mcg, SS 30 mcg or placebo, respectively, following bunionectomy. Study drug was dosed as needed, but not more frequently than hourly. Rescue medication was available as needed. The primary endpoint was the Summed Pain Intensity Difference to baseline over 12h (SPIDI2). Safety was assessed by continuous oxygen saturation monitoring and adverse event reporting. Results: 101 patients (51 Male/50 Female) were randomized, 100 received study treatment (intent-to-treat [ITT] population), and 91 completed the study. Reasons for early discontinuation were lack of efficacy (6), adverse events (2) and drug-dosing error (1). Mean age was 42.5 years. For the ITT population, SST 30 mcg was superior to placebo (p=0.003) for the SPID12. SPID12 scores in the active groups were superior for both male (ANOVA overall p-value =0.038) and female (ANOVA overall p-value=0.005) patients. Statistically significant differences in favour of sublingual sufentanil were also observed between the SST 30mcg and placebo group for SPID1(p<0.001), TOTPAR12(p=0.002), time to perceived PR (p=0.023) and time to meaningful PR (p=0.010). Nausea, vomiting and somnolence were more frequent in the sufentanil groups but there were no significant differences between treatment arms for the proportion of patients who prematurely terminated due to AE or inadequate analgesia. Conclusions: Sufentanil tablets dispensed sublingually using a single-dose applicator is in development for treatment of patients with moderate-to-severe acute pain in a medically-supervised setting where immediate IV access is limited. When administered sublingually, sufentanil’s pharmacokinetic profile and non-invasive delivery makes it a useful alternative to IM or IV dosing.

Keywords: acute pain, pain management, sublingual, sufentanil

Procedia PDF Downloads 333
420 Helical Motions Dynamics and Hydraulics of River Channel Confluences

Authors: Ali Aghazadegan, Ali Shokria, Julia Mullarneya, Jon Tunnicliffe

Abstract:

River channel confluences are dynamic systems with branching structures that exhibit a high degree of complexity both in natural and man-made open channel networks. Recent and past fields and modeling have investigated the river dynamics modeling of confluent based on a series of over-simplified assumptions (i.e. straight tributary channel with a bend with a 90° junction angle). Accurate assessment of such systems is important to the design and management of hydraulic structures and river engineering processes. Despite their importance, there has been little study of the hydrodynamics characteristics of river confluences, and the link between flow hydrodynamics and confluence morphodynamics in the confluence is still incompletely understood. This paper studies flow structures in confluences, morphodynamics and deposition patterns in 30 and 90 degrees confluences with different flow conditions. The results show that the junction angle is primarily the key factor for the determination of the confluence bed morphology and sediment pattern, while the discharge ratio is a secondary factor. It also shows that super elevation created by mixing flows is a key function of the morphodynamics patterns.

Keywords: helical flow, river confluence, bed morphology , secondary flows, shear layer

Procedia PDF Downloads 118
419 Numerical Study of Heat Transfer in Silica Aerogel

Authors: Amal Maazoun, Abderrazak Mezghani, Ali Ben Moussa

Abstract:

Aerogel consists of a ramified and inter-connected solid skeleton enclosing a very important number of nano-sized pores filled with air that occupies most of the volume and makes very low density. The thermal conductivity of this material can reach lower values than those of any other material, and it changes with the type of the aerogel and its composition. So, in order to explain the causes of the super-insulation of our material and to determine the factors in which depends on its conductivity we used a numerical simulation. We have developed a numerical code that generates random fractal structure of silica aerogel with pre-defined concentration, properties of the backbone and the gas in the pores as well as the size of the particles. The calculation of the conductivity at any point of domain shows that it is not constant and that it depends on the pore size and the location in the pore. A numerical method based on resolution by inversion of block tridiagonal matrices is used to calculate the equivalent thermal conductivity of the whole fractal structure. The average conductivity calculated for each concentration is in good agreement with those of typical aerogels. And we found that the equivalent thermal conductivity of a silica aerogel depends strongly not only on the porosity but also on the tortuosity of the solid backbone.

Keywords: aerogel, fractal structure, numerical study, porous media, thermal conductivity

Procedia PDF Downloads 260
418 Investigation of Nd-Al-Fe Added Nd-Fe-B Alloy Produced by Arc Melting

Authors: Gülten Sadullahoğlu, Baki Altuncevahir

Abstract:

The scope of this study, to investigate the magnetic properties and microstructure of Nd₂Fe₁₄B₁ by alloying with Nd₃₃.₄Fe₆₂.₆Al₄, and heat treating it at different temperatures. The stoichiometric Nd₂Fe₁₄B hard magnetic alloy and Nd₃₃.₄Fe₆₂.₆Al₄ composition was produced by arc melting under argon atmosphere. The Nd₃₃.₄Fe₆₂.₆Al₄ alloy has added to the 2:14:1 hard magnetic alloy with 48% by weight, and melted again by arc melting. Then, it was heat treated at 600, 700 and 800˚C for 3h under vacuum. In AC magnetic susceptibility measurements, for the as-cast sample, the signals decreased sharply at 101 ˚C and 313 ˚C corresponding to the Curie temperatures of the two ferromagnetic phases in addition to Fe phase. For the sample annealed at 600 ˚C, two Curie points were observed at about 257˚C and at 313˚C. However, the phase corresponding to the Curie temperature of 101 ˚C was disappeared. According to the magnetization measurements, the saturation magnetization has the highest value of 99.8 emu/g for the sample annealed at 600 ˚C, and decreased to 57.66 and 28.6 emu/g for the samples annealed at 700˚ and 800 ˚C respectively. Heat treatment resulted in an evolution of the new phase that caused changes in magnetic properties of the alloys. In order to have a clear picture, the identification of these phases are being under the investigation by XRD and SEM–EDX analysis.

Keywords: NdFeB hard magnets, bulk magnetic materials, arc melting, Curie temperature, heat treatment

Procedia PDF Downloads 259