Search results for: optimum stratification
Commenced in January 2007
Frequency: Monthly
Edition: International
Paper Count: 1895

Search results for: optimum stratification

605 Increasing Sustainability of Melanin Bio-Production Using Seawater

Authors: Harsha Thaira, Ritu Raval, Keyur Raval

Abstract:

Melanin has immense applications in the field of agriculture, cosmetics and pharmaceutical industries due to its photo-protective, UV protective and anti- oxidant activities. However, its production is limited to costly chemical methods or harsh extractive methods from hair which ultimately gives poor yields. This makes the cost of melanin very high, to the extent of US Dollar 300 per gram. Some microorganisms are reported to produce melanin under stress conditions. Out of all melanin producing organisms, Pseudomonas stutzeri can grow in sea water and produce melanin under saline stress. The objective of this study was to develop a sea water based bioprocess. Effects of different growth media and process parameters on melanin production using sea water were investigated. The marine bacterial strain Pseudomonas stutzeri HMGM-7(MTCC 11712) was selected and the effect of different media such as Nutrient Broth (NB), Luria Bertini (LB) broth, Bushnell- Haas broth (BHB) and Trypticase Soy broth (TSB) and various medium components were investigated with one factor at a time approach. Parameters like shaking frequency, inoculum age, inoculum size, pH and temperature were also investigated in order to obtain the optimum conditions for maximum melanin production. The highest yield of melanin concentration, 0.306 g/L, was obtained in Trypticase Soy broth at 36 hours. The yield was 1.88 times higher than the melanin obtained before optimization, 0.163 g/L at 36 hours. Studies are underway to optimize medium constituents to further enhance melanin production.

Keywords: melanin, marine, bioprocess, pseudomonas

Procedia PDF Downloads 266
604 Green Synthesis and Characterization of Zinc Oxide Nanoparticles Using Neem (Azadiractha Indica) Leaf Extract and Investigate Its Antibacterial Activities

Authors: Elmineh Tsegahun Gedif

Abstract:

Zinc oxide nanoparticles (ZnO NPs) have attracted huge attention due to catalytic, optical, photonic, and antibacterial activity. Zinc oxide nanoparticles were successfully synthesized via a fast, non-toxic, cost-effective, and eco-friendly method by biologically reducing Zn(NO3)2.6H2O solution with Neem (Azadirachta indica) leaf extract under optimum conditions (pH = 9). The presence of active flavonoids, phenolic groups, alkaloids, terpenoids, and tannins, which were in the biomass of the Neem leaf extract before and after reduction, was identified using qualitative screening methods (observing the color changes) and FT-IR Spectroscopy. The formation of ZnO NPs was visually indicated by the color changes from colorless to light yellow color. Biosynthesized nanoparticles were also characterized by UV-visible, FT-IR, and XRD spectroscopies. The reduction process was simple and convenient to handle and was monitored by UV-visible spectroscopy that showed surface plasmon resonance (SPR) of the ZnO NPs at 321 nm. This result clearly revealed the formation of ZnO NPs. X-ray diffraction was used to investigate the crystal structure. The average particle size of ZnO powder and around 20 nm using the line width of the plane, and the refraction peak using Scherrer’s equation. The synthesized zinc oxide nanoparticles were evaluated for antimicrobial activities against Gram-positive and Gram-negative bacteria. Zinc nanoparticles exhibited the maximum zone of inhibition against Escherichia coli (15 mm), while the least activity was seen against Staphylococcus aureus.

Keywords: antimicrobial activity, azadirachta indica, green synthesis, ZnO NPs

Procedia PDF Downloads 90
603 Hydrogen-Fueled Micro-Thermophotovoltaic Power Generator: Flame Regimes and Flame Stability

Authors: Hosein Faramarzpour

Abstract:

This work presents the optimum operational conditions for a hydrogen-based micro-scale power source, using a verified mathematical model including fluid dynamics and reaction kinetics. Thereafter the stable operational flame regime is pursued as a key factor in optimizing the design of micro-combustors. The results show that with increasing velocities, four H2 flame regimes develop in the micro-combustor, namely: 1) periodic ignition-extinction regime, 2) steady symmetric regime, 3) pulsating asymmetric regime, and 4) steady asymmetric regime. The first regime that appears in 0.8 m/s inlet velocity is a periodic ignition-extinction regime which is characterized by counter flows and tulip-shape flames. For flow velocity above 0.2 m/s, the flame shifts downstream, and the combustion regime switches to a steady symmetric flame where temperature increases considerably due to the increased rate of incoming energy. Further elevation in flow velocity up to 1 m/s leads to the pulsating asymmetric flame formation, which is associated with pulses in various flame properties such as temperature and species concentration. Further elevation in flow velocity up to 1 m/s leads to the pulsating asymmetric flame formation, which is associated with pulses in various flame properties such as temperature and species concentration. Ultimately, when the inlet velocity reached 1.2 m/s, the last regime was observed, and a steady asymmetric regime appeared.

Keywords: thermophotovoltaic generator, micro combustor, micro power generator, combustion regimes, flame dynamic

Procedia PDF Downloads 87
602 Technical, Environmental and Financial Assessment for Optimal Sizing of Run-of-River Small Hydropower Project: Case Study in Colombia

Authors: David Calderon Villegas, Thomas Kaltizky

Abstract:

Run-of-river (RoR) hydropower projects represent a viable, clean, and cost-effective alternative to dam-based plants and provide decentralized power production. However, RoR schemes cost-effectiveness depends on the proper selection of site and design flow, which is a challenging task because it requires multivariate analysis. In this respect, this study presents the development of an investment decision support tool for assessing the optimal size of an RoR scheme considering the technical, environmental, and cost constraints. The net present value (NPV) from a project perspective is used as an objective function for supporting the investment decision. The tool has been tested by applying it to an actual RoR project recently proposed in Colombia. The obtained results show that the optimum point in financial terms does not match the flow that maximizes energy generation from exploiting the river's available flow. For the case study, the flow that maximizes energy corresponds to a value of 5.1 m3/s. In comparison, an amount of 2.1 m3/s maximizes the investors NPV. Finally, a sensitivity analysis is performed to determine the NPV as a function of the debt rate changes and the electricity prices and the CapEx. Even for the worst-case scenario, the optimal size represents a positive business case with an NPV of 2.2 USD million and an IRR 1.5 times higher than the discount rate.

Keywords: small hydropower, renewable energy, RoR schemes, optimal sizing, objective function

Procedia PDF Downloads 121
601 General Architecture for Automation of Machine Learning Practices

Authors: U. Borasi, Amit Kr. Jain, Rakesh, Piyush Jain

Abstract:

Data collection, data preparation, model training, model evaluation, and deployment are all processes in a typical machine learning workflow. Training data needs to be gathered and organised. This often entails collecting a sizable dataset and cleaning it to remove or correct any inaccurate or missing information. Preparing the data for use in the machine learning model requires pre-processing it after it has been acquired. This often entails actions like scaling or normalising the data, handling outliers, selecting appropriate features, reducing dimensionality, etc. This pre-processed data is then used to train a model on some machine learning algorithm. After the model has been trained, it needs to be assessed by determining metrics like accuracy, precision, and recall, utilising a test dataset. Every time a new model is built, both data pre-processing and model training—two crucial processes in the Machine learning (ML) workflow—must be carried out. Thus, there are various Machine Learning algorithms that can be employed for every single approach to data pre-processing, generating a large set of combinations to choose from. Example: for every method to handle missing values (dropping records, replacing with mean, etc.), for every scaling technique, and for every combination of features selected, a different algorithm can be used. As a result, in order to get the optimum outcomes, these tasks are frequently repeated in different combinations. This paper suggests a simple architecture for organizing this largely produced “combination set of pre-processing steps and algorithms” into an automated workflow which simplifies the task of carrying out all possibilities.

Keywords: machine learning, automation, AUTOML, architecture, operator pool, configuration, scheduler

Procedia PDF Downloads 42
600 Chiral Carbon Quantum Dots for Paper-Based Photoluminescent Sensing Platforms

Authors: Erhan Zor, Funda Copur, Asli I. Dogan, Haluk Bingol

Abstract:

Current trends in the wide-scale sensing technologies rely on the development of miniaturized, rapid and easy-to-use sensing platforms. Quantum dots (QDs) with strong and easily tunable luminescence and high emission quantum yields have become a well-established photoluminescent nanomaterials for sensor applications. Although the majority of the reports focused on the cadmium-based QDs which have toxic effect on biological systems and eventually would cause serious environmental problems, carbon-based quantum dots (CQDs) that do not contain any toxic class elements have attracted substantial research interest in recent years. CQDs are small carbon nanostructures (less than 10 nm in size) with various unique properties and are widely-used in different fields during the last few years. In this respect, chiral nanostructures have become a promising class of materials in various areas such as pharmacology, catalysis, bioanalysis and (bio)sensor technology due to the vital importance of chirality in living systems. We herein report the synthesis of chiral CQDs with D- or L-tartaric acid as precursor materials. The optimum experimental conditions were examined and the purification procedure was performed using ethanol/water by column chromatography. The purified chiral CQDs were characterized by UV-Vis, FT-IR, XPS, PL and TEM techniques. The resultants display different photoluminescent characteristics due to the size and conformational difference. Considering the results, it can be concluded that chiral CQDs is expected to be used as optical chiral sensor in different platforms.

Keywords: carbon quantum dots, chirality, sensor, tartaric acid

Procedia PDF Downloads 230
599 Optimization of Photocatalytic Degradation of Para-Nitrophenol in Visible Light by Nitrogen and Phosphorus Co-Doped Zinc Oxide Using Factorial Design of Experimental

Authors: Friday Godwin Okibe, Elaoyi David Paul, Oladayo Thomas Ojekunle

Abstract:

In this study, Nitrogen and Phosphorous co-doped Zinc Oxide (NPZ) was prepared through a solvent-free reaction. The NPZ was characterized by Scanning Electron Microscopy (SEM) and Fourier Transform Infrared (FTIR) spectroscopy. The photocatalytic activity of the catalyst was investigated by monitoring the degradation of para-nitrophenol (PNP) under visible light irradiation and the process was optimized using factorial design of experiment. The factors investigated were initial concentration of para-nitrophenol, catalyst loading, pH and irradiation time. The characterization results revealed a successful doping of ZnO by nitrogen and phosphorus and an improvement in the surface morphology of the catalyst. The photo-catalyst exhibited improved photocatalytic activity under visible light by 73.8%. The statistical analysis of the optimization result showed that the model terms were significant at 95% confidence level. Interactions plots revealed that irradiation time was the most significant factor affecting the degradation process. The cube plots of the interactions of the variables showed that an optimum degradation efficiency of 66.9% was achieved at 10mg/L initial PNP concentration, 0.5g catalyst loading, pH 7 and 150 minutes irradiation time.

Keywords: nitrogen and phosphorous co-doped Zno, p-nitrophenol, photocatalytic degradation, optimization, factorial design of experimental

Procedia PDF Downloads 511
598 An Efficient Hybrid Feedstock Pretreatment Technique for the Release of Fermentable Sugar from Cassava Peels for Biofuel Production

Authors: Gabriel Sanjo Aruwajoye, E. B. Gueguim Kana

Abstract:

Agricultural residues present a low-cost feedstock for bioenergy production around the world. Cassava peels waste are rich in organic molecules that can be readily converted to value added products such as biomaterials and biofuels. However, due to the presence of high proportion of structural carbohydrates and lignin, the hydrolysis of this feedstock is imperative to achieve maximum substrate utilization and energy yield. This study model and optimises the release of Fermentable Sugar (FS) from cassava peels waste using the Response Surface Methodology. The investigated pretreatment input parameters consisted of soaking temperature (oC), soaking time (hours), autoclave duration (minutes), acid concentration (% v/v), substrate solid loading (% w/v) within the range of 30 to 70, 0 to 24, 5 to 20, 0 to 5 and 2 to 10 respectively. The Box-Behnken design was used to generate 46 experimental runs which were investigated for FS release. The obtained data were used to fit a quadratic model. A coefficient of determination of 0.87 and F value of 8.73 was obtained indicating the good fitness of the model. The predicted optimum pretreatment conditions were 69.62 oC soaking temperature, 2.57 hours soaking duration, 5 minutes autoclave duration, 3.68 % v/v HCl and 9.65 % w/v solid loading corresponding to FS yield of 91.83g/l (0.92 g/g cassava peels) thus 58% improvement on the non-optimised pretreatment. Our findings demonstrate an efficient pretreatment model for fermentable sugar release from cassava peels waste for various bioprocesses.

Keywords: feedstock pretreatment, cassava peels, fermentable sugar, response surface methodology

Procedia PDF Downloads 350
597 Thermal and Hydraulic Design of Shell and Tube Heat Exchangers

Authors: Ahmed R. Ballil

Abstract:

Heat exchangers are devices used to transfer heat between two fluids. These devices are utilized in many engineering and industrial applications such as heating, cooling, condensation and boiling processes. The fluids might be in direct contact (mixed), or they separated by a solid wall to avoid mixing. In the present paper, interactive computer-aided design of shell and tube heat exchangers is developed using Visual Basic computer code as a framework. This design is based on the Bell-Delaware method, which is one of the very well known methods reported in the literature for the design of shell and tube heat exchangers. Physical properties for either the tube or the shell side fluids are internally evaluated by calling on an enormous data bank composed of more than a hundred fluid compounds. This contributes to increase the accuracy of the present design. The international system of units is considered in the developed computer program. The present design has an added feature of being capable of performing modification based upon a preset design criterion, such that an optimum design is obtained at satisfying constraints set either by the user or by the method itself. Also, the present code is capable of giving an estimate of the approximate cost of the heat exchanger based on the predicted surface area of the exchanger evaluated by the program. Finally, the present thermal and hydraulic design code is tested for accuracy and consistency against some of existed and approved designs of shell and tube heat exchangers.

Keywords: bell-delaware method, heat exchangers, shell and tube, thermal and hydraulic design

Procedia PDF Downloads 138
596 Gas Network Noncooperative Game

Authors: Teresa Azevedo PerdicoúLis, Paulo Lopes Dos Santos

Abstract:

The conceptualisation of the problem of network optimisation as a noncooperative game sets up a holistic interactive approach that brings together different network features (e.g., com-pressor stations, sources, and pipelines, in the gas context) where the optimisation objectives are different, and a single optimisation procedure becomes possible without having to feed results from diverse software packages into each other. A mathematical model of this type, where independent entities take action, offers the ideal modularity and subsequent problem decomposition in view to design a decentralised algorithm to optimise the operation and management of the network. In a game framework, compressor stations and sources are under-stood as players which communicate through network connectivity constraints–the pipeline model. That is, in a scheme similar to tatonnementˆ, the players appoint their best settings and then interact to check for network feasibility. The devolved degree of network unfeasibility informs the players about the ’quality’ of their settings, and this two-phase iterative scheme is repeated until a global optimum is obtained. Due to network transients, its optimisation needs to be assessed at different points of the control interval. For this reason, the proposed approach to optimisation has two stages: (i) the first stage computes along the period of optimisation in order to fulfil the requirement just mentioned; (ii) the second stage is initialised with the solution found by the problem computed at the first stage, and computes in the end of the period of optimisation to rectify the solution found at the first stage. The liability of the proposed scheme is proven correct on an abstract prototype and three example networks.

Keywords: connectivity matrix, gas network optimisation, large-scale, noncooperative game, system decomposition

Procedia PDF Downloads 140
595 Simulation-Based Parametric Study for the Hybrid Superplastic Forming of AZ31

Authors: Fatima Ghassan Al-Abtah, Naser Al-Huniti, Elsadig Mahdi

Abstract:

As the lightest constructional metal on earth, magnesium alloys offer excellent potential for weight reduction in the transportation industry, and it was observed that some magnesium alloys exhibit superior ductility and superplastic behavior at high temperatures. The main limitation of the superplastic forming (SPF) includes the low production rate since it needs a long forming time for each part. Through this study, an SPF process that starts with a mechanical pre-forming stage is developed to promote formability and reduce forming time. A two-dimensional finite element model is used to simulate the process. The forming process consists of two steps. At the pre-forming step (deep drawing), the sheet is drawn into the die to a preselected level, using a mechanical punch, and at the second step (SPF) a pressurized gas is applied at a controlled rate. It is shown that a significant reduction in forming time and improved final thickness uniformity can be achieved when the hybrid forming technique is used, where the process achieved a fully formed part at 400°C. Investigation for the impact of different forming process parameters achieved by comparing forming time and the distribution of final thickness that were obtained from the simulation analysis. Maximum thinning decreased from over 67% to less than 55% and forming time significantly decreased by more than 6 minutes, and the required gas pressure profile was predicted for optimum forming process parameters based on the 0.001/sec target constant strain rate within the sheet.

Keywords: magnesium, plasticity, superplastic forming, finite element analysis

Procedia PDF Downloads 144
594 Modeling of Combustion Process in the Piston Aircraft Engine Using a MCFM-3Z Model

Authors: Marcin Szlachetka, Konrad Pietrykowski

Abstract:

Modeling of a combustion process in a 9-cylinder aircraft engine is presented. The simulations of the combustion process in the IC engine have provided the information on the spatial and time distributions of selected quantities within the combustion chamber of the engine. The numerical analysis results have been compared with the results of indication process of the engine on the test stand. Modeling of combustion process an auto-ignited IC engine in the AVL Fire was carried out within the study. For the calculations, a ECFM-3Z model was used. Verification of simulation results was carried out by comparison of the pressure in the cylinder. The courses of indicated pressure, obtained from the simulations and during the engine tests mounted on a test stand were compared. The engine was braked by the propeller, which results in an adequate external power characteristics. The test object is a modified ASz-62IR engine with the injection system. The engine was running at take-off power. To check the optimum ignition timing regarding power, calculations, tests were performed for 7 different moments of ignition. The analyses of temperature distribution in the cylinder depending on the moments of ignition were carried out. Additional the course of pressure in the cylinder at different angles of ignition delays of the second spark plug were examined. The swirling of the mixture in the combustion chamber was also analysed. It has been shown that the largest vortexes occur in the middle of the chamber, and gets smaller, closer to the combustion chamber walls. This work has been financed by the Polish National Centre for Research and Development, INNOLOT, under Grant Agreement No. INNOLOT/I/1/NCBR/2013.

Keywords: CFD, combustion, internal combustion engine, aircraft engine

Procedia PDF Downloads 362
593 Detection and Classification of Mammogram Images Using Principle Component Analysis and Lazy Classifiers

Authors: Rajkumar Kolangarakandy

Abstract:

Feature extraction and selection is the primary part of any mammogram classification algorithms. The choice of feature, attribute or measurements have an important influence in any classification system. Discrete Wavelet Transformation (DWT) coefficients are one of the prominent features for representing images in frequency domain. The features obtained after the decomposition of the mammogram images using wavelet transformations have higher dimension. Even though the features are higher in dimension, they were highly correlated and redundant in nature. The dimensionality reduction techniques play an important role in selecting the optimum number of features from the higher dimension data, which are highly correlated. PCA is a mathematical tool that reduces the dimensionality of the data while retaining most of the variation in the dataset. In this paper, a multilevel classification of mammogram images using reduced discrete wavelet transformation coefficients and lazy classifiers is proposed. The classification is accomplished in two different levels. In the first level, mammogram ROIs extracted from the dataset is classified as normal and abnormal types. In the second level, all the abnormal mammogram ROIs is classified into benign and malignant too. A further classification is also accomplished based on the variation in structure and intensity distribution of the images in the dataset. The Lazy classifiers called Kstar, IBL and LWL are used for classification. The classification results obtained with the reduced feature set is highly promising and the result is also compared with the performance obtained without dimension reduction.

Keywords: PCA, wavelet transformation, lazy classifiers, Kstar, IBL, LWL

Procedia PDF Downloads 328
592 Hybrid Intelligent Optimization Methods for Optimal Design of Horizontal-Axis Wind Turbine Blades

Authors: E. Tandis, E. Assareh

Abstract:

Designing the optimal shape of MW wind turbine blades is provided in a number of cases through evolutionary algorithms associated with mathematical modeling (Blade Element Momentum Theory). Evolutionary algorithms, among the optimization methods, enjoy many advantages, particularly in stability. However, they usually need a large number of function evaluations. Since there are a large number of local extremes, the optimization method has to find the global extreme accurately. The present paper introduces a new population-based hybrid algorithm called Genetic-Based Bees Algorithm (GBBA). This algorithm is meant to design the optimal shape for MW wind turbine blades. The current method employs crossover and neighborhood searching operators taken from the respective Genetic Algorithm (GA) and Bees Algorithm (BA) to provide a method with good performance in accuracy and speed convergence. Different blade designs, twenty-one to be exact, were considered based on the chord length, twist angle and tip speed ratio using GA results. They were compared with BA and GBBA optimum design results targeting the power coefficient and solidity. The results suggest that the final shape, obtained by the proposed hybrid algorithm, performs better compared to either BA or GA. Furthermore, the accuracy and speed convergence increases when the GBBA is employed

Keywords: Blade Design, Optimization, Genetic Algorithm, Bees Algorithm, Genetic-Based Bees Algorithm, Large Wind Turbine

Procedia PDF Downloads 308
591 Efficient Sources and Methods of Extracting Water for Irrigation

Authors: Anthony Iyenjamu, Josiah Adeyemo

Abstract:

Due to the increasing water scarcity in South Africa, the prime focus of irrigation in South Africa shifts to creating feasible water sources and the efficient use of these sources. These irrigation systems in South Africa are implemented because of low and erratic rainfall and high evaporative demand. Irrigation contributes significantly to crop production in South Africa, as the mean annual precipitation for the country is usually less than 500mm. This is considered to be the minimum required for rain fed cropping. Even though the rainfall is low, a lot of the water in various areas in South Africa is lost due to runoff into storm water systems that run to the rivers and eventually into the sea. This study reviews the irrigation systems in South Africa which can be vastly improved by creating irrigation dams. A method of which may seem costly at first but rewarding with time. The study investigates the process of creating dam capacity capable of sustaining a suitable area size of land to be irrigated and thus diverting all runoff into these dams. This type of infrastructure method vastly improves various sectors in our irrigation systems. Extensive research is carried out in the surrounding area in which the dam should be constructed. Rainfall patterns and rainfall data is used for calculations of which period the dam will be at its optimum using rainfall. The size of the area irrigated was used to calculate the size of the irrigation dam to be constructed. The location of the dam must be situated as close to the river as possible to minimize the excessive use of pipelines to the dam. This study also investigated all existing resources to alleviate the cost. It was found that irrigation dams could solve the erratic distribution of rainfall in South Africa for irrigation purposes.

Keywords: irrigation, rainfed, rain harvesting, reservoir

Procedia PDF Downloads 270
590 Lead Removal by Using the Synthesized Zeolites from Sugarcane Bagasse Ash

Authors: Sirirat Jangkorn, Pornsawai Praipipat

Abstract:

Sugarcane bagasse ash of sugar factories is solid wastes that the richest source of silica. The alkali fusion method, quartz particles in material can be dissolved and they can be used as the silicon source for synthesizing silica-based materials such as zeolites. Zeolites have many advantages such as catalyst to improve the chemical reactions and they can also remove heavy metals in the water including lead. Therefore, this study attempts to synthesize zeolites from the sugarcane bagasse ash, investigate their structure characterizations and chemical components to confirm the happening of zeolites, and examine their lead removal efficiency through the batch test studies. In this study, the sugarcane bagasse ash was chosen as the silicon source to synthesize zeolites, X-ray diffraction (XRD) and X-ray fluorescence spectrometry (XRF) were used to verify the zeolite pattern structures and element compositions, respectively. The batch test studies in dose (0.05, 0.1, 0.15 g.), contact time (1, 2, 3), and pH (3, 5, 7) were used to investigate the lead removal efficiency by the synthesized zeolite. XRD analysis result showed the crystalline phase of zeolite pattern, and XRF result showed the main element compositions of the synthesized zeolite that were SiO₂ (50%) and Al₂O₃ (30%). The batch test results showed the best optimum conditions of the synthesized zeolite for lead removal were 0.1 g, 2 hrs., and 5 of dose, contact time, and pH, respectively. As a result, this study can conclude that the zeolites can synthesize from the sugarcane bagasse ash and they can remove lead in the water.

Keywords: sugarcane bagasse ash, solid wastes, zeolite, lead

Procedia PDF Downloads 133
589 Optimisation of Pin Fin Heat Sink Using Taguchi Method

Authors: N. K. Chougule, G. V. Parishwad

Abstract:

The pin fin heat sink is a novel heat transfer device to transfer large amount of heat through with very small temperature differences and it also possesses large uniform cooling characteristics. Pin fins are widely used as elements that provide increased cooling for electronic devices. Increasing demands regarding the performance of such devices can be observed due to the increasing heat production density of electronic components. For this reason, extensive work is being carried out to select and optimize pin fin elements for increased heat transfer. In this paper, the effects of design parameters and the optimum design parameters for a Pin-Fin heat sink (PFHS) under multi-jet impingement case with thermal performance characteristics have been investigated by using Taguchi methodology based on the L9 orthogonal arrays. Various design parameters, such as pin-fin array size, gap between nozzle exit to impingement target surface (Z/d) and air velocity are explored by numerical experiment. The average convective heat transfer coefficient is considered as the thermal performance characteristics. The analysis of variance (ANOVA) is applied to find the effect of each design parameter on the thermal performance characteristics. Then the results of confirmation test with the optimal level constitution of design parameters have obviously shown that this logic approach can effective in optimizing the PFHS with the thermal performance characteristics. The analysis of the Taguchi method reveals that, all the parameters mentioned above have equal contributions in the performance of heat sink efficiency. Experimental results are provided to validate the suitability of the proposed approach.

Keywords: Pin Fin Heat Sink (PFHS), Taguchi method, CFD, thermal performance

Procedia PDF Downloads 238
588 Developing a Health Literacy Questionnaire in Breast Cancer

Authors: Lida Moghaddam-Banaem, Mahmood Tavoosi, Soheila Khalili

Abstract:

Objective: The main objective of this study was designing a breast cancer health literacy questionnaire and assess its psychometric properties. Methods: A comprehensive literature review was performed to develop a primary questionnaire consisting of five domains. Qualitative and quantitative content validity were assessed by relevant experts, and after some modifications, the content validity index (CVI) and content validity ratio (CVR) were calculated. Qualitative and quantitative face validity were evaluated by a number of patients, and the impact score for each item was calculated. 225 women with breast cancer were asked to fill out the questionnaire and construct validity was determined by using exploratory factor analysis. The reliability was tested by Cronbach's alpha coefficient. Results: A 36-item questionnaire with five domains of reading, having access, understanding, assessing/judgment, and decision making/behavior was designed. 2 items were omitted in the qualitative content validity process. All items achieved optimum values in CVI, CVR and impact scores. Content and face validity of the questionnaire were confirmed too. According to the exploratory factor analysis, the five-factor solution accounted for 64.98 percent of the observed variance. Conclusion: Due to the obtained satisfactory validity and reliability, this tool can be used to assess health literacy in women with breast cancer. Health policy makers can use these findings for improving health-related behaviors in breast cancer patients.

Keywords: health literacy, breast cancer, questionnaire, psychometric properties

Procedia PDF Downloads 223
587 Optimization of a Flexible Thermoelectric Generator for Energy Harvesting from Human Skin to Power Wearable Electronics

Authors: Dessalegn Abera Waktole, Boru Jia, Zhengxing Zuo, Wei Wang, Nianling Kuang

Abstract:

A flexible thermoelectric generator is one method for recycling waste heat. This research provides the optimum performance of a flexible thermoelectric generator with optimal geometric parameters and a detailed structural design. In this research, a numerical simulation and experiment were carried out to develop an efficient, flexible thermoelectric generator for energy harvesting from human skin. Heteromorphic electrodes and a polyimide substrate with a copper-printed circuit board were introduced into the structural design of a flexible thermoelectric generator. The heteromorphic electrode was used as a heat sink and component of a flexible thermoelectric generator to enhance the temperature difference within the thermoelectric legs. Both N-type and P-type thermoelectric legs were made of bismuth selenium telluride (Bi1.7Te3.7Se0.3) and bismuth antimony telluride (Bi0.4Sb1.6Te3). The output power of the flexible thermoelectric generator was analyzed under different heat source temperatures and heat dissipation conditions. The COMSOL Multiphysics 5.6 software was used to conduct the simulation, which was validated by experiment. It is recorded that the maximum power output of 232.064μW was obtained by considering different wind speed conditions, the ambient temperature of 20℃, and the heat source temperature of 36℃ under various load resistance conditions, which range from 0.24Ω to 0. 91Ω. According to this finding, heteromorphic electrodes have a significant impact on the performance of the device.

Keywords: flexible thermoelectric generator, optimization, performance, temperature gradient, waste heat recovery

Procedia PDF Downloads 121
586 Behavior of Square Reinforced-Concrete Columns Strengthened with Carbon Fiber Reinforced Polymers under Eccentric Loading

Authors: Dana J. Abed, Mu'tasim S. Abdel-Jaber, Nasim K. Shatarat

Abstract:

In this paper, an experimental study on twelve square columns was conducted to investigate the influence of cross-sectional size on axial compressive capacity of carbon fiber reinforced polymers (CFRP) wrapped square reinforced concrete (RC) short columns subjected to eccentric loadings. The columns were divided into three groups with three cross sections (200×200×1200, 250×250×1500 and 300×300×1800 mm). Each group was tested under two different eccentricities: 10% and 20% of the width of samples measured from the center of the column cross section. Four columns were developed in each arrangement. Two columns in each category were left unwrapped as control samples, and two were wrapped with one layer CFRP perpendicular to the specimen surface. In general; CFRP sheets has enhanced the performance of the strengthened columns compared to the control columns. It was noticed that the percentage of compressive capacity enhancement was decreased by increasing the cross-sectional size, and increasing loading eccentricity generally leads to reduced load bearing capacity in columns. In the same group specimens, when the eccentricity increased the percentage of enhancement in load carrying capacity was increased. The study concludes that the optimum use of the CFRP sheets for axial strength enhancement is for smaller cross-section columns under higher eccentricities.

Keywords: CFRP, columns, eccentric loading, cross-sectional

Procedia PDF Downloads 162
585 Case Study: Optimization of Contractor’s Financing through Allocation of Subcontractors

Authors: Helen S. Ghali, Engy Serag, A. Samer Ezeldin

Abstract:

In many countries, the construction industry relies heavily on outsourcing models in executing their projects and expanding their businesses to fit in the diverse market. Such extensive integration of subcontractors is becoming an influential factor in contractor’s cash flow management. Accordingly, subcontractors’ financial terms are important phenomena and pivotal components for the well-being of the contractor’s cash flow. The aim of this research is to study the contractor’s cash flow with respect to the owner and subcontractor’s payment management plans, considering variable advance payment, payment frequency, and lag and retention policies. The model is developed to provide contractors with a decision support tool that can assist in selecting the optimum subcontracting plan to minimize the contractor’s financing limits and optimize the profit values. The model is built using Microsoft Excel VBA coding, and the genetic algorithm is utilized as the optimization tool. Three objective functions are investigated, which are minimizing the highest negative overdraft value, minimizing the net present worth of overdraft, and maximizing the project net profit. The model is validated on a full-scale project which includes both self-performed and subcontracted work packages. The results show potential outputs in optimizing the contractor’s negative cash flow values and, in the meantime, assisting contractors in selecting suitable subcontractors to achieve the objective function.

Keywords: cash flow optimization, payment plan, procurement management, subcontracting plan

Procedia PDF Downloads 116
584 Mechanical and Biodegradability of Porous Poly-ε-Caprolactone/Polyethylene Glycol Copolymer-Reinforced Cellulose Nanofibers for Soft Tissue Engineering Applications

Authors: Mustafa Abu Ghalia, Mohammed Seddik

Abstract:

The design and development of a new class of biomaterial has gained particular interest in producing polymer scaffold for biomedical applications. Improving mechanical properties, biological and controlling pores scaffold are important factors to provide appropriate biomaterial for implement in soft tissue repair and regeneration. In this study, poly-ε-caprolactone (PCL) /polyethylene glycol (PEG) copolymer (80/20) incorporated with CNF scaffolds were made employing solvent casting and particulate leaching methods. Four mass percentages of CNF (1, 2.5, 5, and 10 wt.%) were integrated into the copolymer through a silane coupling agent. Mechanical properties were determined using Tensile Tester data acquisition to investigate the effect of porosity, pore size, and CNF contents. Tensile strength obtained for PCL/PEG- 5 wt.% CNF was 16 MPa, which drastically decreased after creating a porous structure to 7.1 MPa. The optimum parameters of the results were found to be 5 wt.% for CNF, 240 μm for pore size, and 83% for porosity. Scanning electron microscopy (SEM) micrograph reveals that consistent pore size and regular pore shape were accomplished after the addition of CNF-5 wt. % into PCL/PEG. The results of mass loss of PCL/PEG reinforced-CNF 1% have clearly enhanced to double values compared with PCL/PEG copolymer and three times with PCL/PEG scaffold-CNF 1%. In addition, all PCL/PEG reinforced and scaffold- CNF were partially disintegrated under composting conditions confirming their biodegradable behavior. This also provides a possible solution for the end life of these biomaterials.

Keywords: PCL/PEG, cellulose nanofibers, tissue engineering, biodegradation, compost polymers

Procedia PDF Downloads 48
583 Synthesis of Modified Cellulose for the Capture of Uranyl Ions from Aqueous Solutions

Authors: Claudia Vergara, Oscar Valdes, Jaime Tapia, Leonardo Santos

Abstract:

The poly(amidoamine) dendrimers (PAMAM) are a class of material introduced by D. Tomalia. Modifications of the PAMAM dendrimer with several functional groups have attracted the attention for new interesting properties and new applications in many fields such as chemistry, physics, biology, and medicine. However, in the last few years, the use of dendrimers in environmental applications has increased due to pollution concerns. In this contribution, we report the synthesis of three new PAMAM derivates modified with asparagine aminoacid supported in cellulose: PG0-Asn (PAMAM-asparagine), PG0-Asn-Trt (with trityl group) and PG0-Asn-Boc-Trt (with tert-butyl oxycarbonyl group). The functionalization of generation 0 PAMAM dendrimer was carried out by amidation reaction by using an EDC/HOBt protocol. In a second step, functionalized dendrimer was covalently supported to the cellulose surface and used to study the capture of uranyl ions from aqueous solution by fluorescence spectroscopy. The structure and purity of the desired products were confirmed by conventional techniques such as FT-IR, MALDI, elemental analysis, and ESI-MS. Batch experiments were carried out to determine the affinity of uranyl ions with the dendrimer in aqueous solution. Firstly, the optimal conditions for uranyl capture were obtained, where the optimum pH for the removal was 6, the contact time was 4 hours, the initial concentration of uranyl was 100 ppm, and the amount of the adsorbent to be used was 2.5 mg. PAMAM significantly increased the capture of uranyl ions with respect to cellulose as the starting substrate, reaching 94.8% of capture (PG0), followed by 91.2% corresponding to PG0-Asn-Trt, then 70.3% PG0-Asn and 24.2% PG0-Asn-Boc-Trt. These results show that the PAMAM dendrimer is a good option to remove uranyl ions from aqueous solutions.

Keywords: asparagine, cellulose, PAMAM dendrimer, uranyl ions

Procedia PDF Downloads 124
582 Concrete Mix Design Using Neural Network

Authors: Rama Shanker, Anil Kumar Sachan

Abstract:

Basic ingredients of concrete are cement, fine aggregate, coarse aggregate and water. To produce a concrete of certain specific properties, optimum proportion of these ingredients are mixed. The important factors which govern the mix design are grade of concrete, type of cement and size, shape and grading of aggregates. Concrete mix design method is based on experimentally evolved empirical relationship between the factors in the choice of mix design. Basic draw backs of this method are that it does not produce desired strength, calculations are cumbersome and a number of tables are to be referred for arriving at trial mix proportion moreover, the variation in attainment of desired strength is uncertain below the target strength and may even fail. To solve this problem, a lot of cubes of standard grades were prepared and attained 28 days strength determined for different combination of cement, fine aggregate, coarse aggregate and water. An artificial neural network (ANN) was prepared using these data. The input of ANN were grade of concrete, type of cement, size, shape and grading of aggregates and output were proportions of various ingredients. With the help of these inputs and outputs, ANN was trained using feed forward back proportion model. Finally trained ANN was validated, it was seen that it gave the result with/ error of maximum 4 to 5%. Hence, specific type of concrete can be prepared from given material properties and proportions of these materials can be quickly evaluated using the proposed ANN.

Keywords: aggregate proportions, artificial neural network, concrete grade, concrete mix design

Procedia PDF Downloads 378
581 Seismic Performance of Benchmark Building Installed with Semi-Active Dampers

Authors: B. R. Raut

Abstract:

The seismic performance of 20-storey benchmark building with semi-active dampers is investigated under various earthquake ground motions. The Semi-Active Variable Friction Dampers (SAVFD) and Magnetorheological Dampers (MR) are used in this study. A recently proposed predictive control algorithm is employed for SAVFD and a simple mechanical model based on a Bouc–Wen element with clipped optimal control algorithm is employed for MR damper. A parametric study is carried out to ascertain the optimum parameters of the semi-active controllers, which yields the minimum performance indices of controlled benchmark building. The effectiveness of dampers is studied in terms of the reduction in structural responses and performance criteria. To minimize the cost of the dampers, the optimal location of the damper, rather than providing the dampers at all floors, is also investigated. The semi-active dampers installed in benchmark building effectively reduces the earthquake-induced responses. Lesser number of dampers at appropriate locations also provides comparable response of benchmark building, thereby reducing cost of dampers significantly. The effectiveness of two semi-active devices in mitigating seismic responses is cross compared. Among two semi-active devices majority of the performance criteria of MR dampers are lower than SAVFD installed with benchmark building. Thus the performance of the MR dampers is far better than SAVFD in reducing displacement, drift, acceleration and base shear of mid to high-rise building against seismic forces.

Keywords: benchmark building, control strategy, input excitation, MR dampers, peak response, semi-active variable friction dampers

Procedia PDF Downloads 273
580 Wellbore Stability Evaluation of Ratawi Shale Formation

Authors: Raed Hameed Allawi

Abstract:

Wellbore instability problems are considered the majority challenge for several wells in the Ratawi shale formation. However, it results in non-productive (NPT) time and increased well-drilling expenditures. This work aims to construct an integrated mechanical earth model (MEM) to predict the wellbore failure and design optimum mud weight to improve the drilling efficiency of future wells. The MEM was based on field data, including open-hole wireline logging and measurement data. Several failure criteria were applied in this work, including Modified Lade, Mogi-Coulomb, and Mohr-Coulomb that utilized to calculate the proper mud weight and practical drilling paths and orientations. Results showed that the leading cause of wellbore instability problems was inadequate mud weight. Moreover, some improper drilling practices and heterogeneity of Ratawi formation were additional causes of the increased risk of wellbore instability. Therefore, the suitable mud weight for safe drilling in the Ratawi shale formation should be 11.5-13.5 ppg. Furthermore, the mud weight should be increased as required depending on the trajectory of the planned well. The outcome of this study is as practical tools to reduce non-productive time and well costs and design future neighboring deviated wells to get high drilling efficiency. In addition, the current results serve as a reference for similar fields in that region because of the lacking of published studies regarding wellbore instability problems of the Ratawi Formation in southern Iraqi oilfields.

Keywords: wellbore stability, hole collapse, horizontal stress, MEM, mud window

Procedia PDF Downloads 174
579 Borate Crosslinked Fracturing Fluids: Laboratory Determination of Rheology

Authors: Lalnuntluanga Hmar, Hardik Vyas

Abstract:

Hydraulic fracturing has become an essential procedure to break apart the rock and release the oil or gas which are trapped tightly in the rock by pumping fracturing fluids at high pressure down into the well. To open the fracture and to transport propping agent along the fracture, proper selection of fracturing fluids is the most crucial components in fracturing operations. Rheology properties of the fluids are usually considered the most important. Among various fracturing fluids, Borate crosslinked fluids have proved to be highly effective. Borate in the form of Boric Acid, borate ion is the most commonly use to crosslink the hydrated polymers and to produce very viscous gels that can stable at high temperature. Guar and HPG (Hydroxypropyl Guar) polymers are the most often used in these fluids. Borate gel rheology is known to be a function of polymer concentration, borate ion concentration, pH, and temperature. The crosslinking using Borate is a function of pH which means it can be formed or reversed simply by altering the pH of the fluid system. The fluid system was prepared by mixing base polymer with water at pH ranging between 8 to 11 and the optimum borate crosslinker efficiency was found to be pH of about 10. The rheology of laboratory prepared Borate crosslinked fracturing fluid was determined using Anton Paar Rheometer and Fann Viscometer. The viscosity was measured at high temperature ranging from 200ᵒF to 250ᵒF and pressures in order to partially stimulate the downhole condition. Rheological measurements reported that the crosslinking increases the viscosity, elasticity and thus fluid capability to transport propping agent.

Keywords: borate, crosslinker, Guar, Hydroxypropyl Guar (HPG), rheology

Procedia PDF Downloads 190
578 An Evaluation of Renewable Energy Sources in Green Building Systems for the Residential Sector in the Metropolis, Kolkata, India

Authors: Tirthankar Chakraborty, Indranil Mukherjee

Abstract:

The environmental aspect had a major effect on industrial decisions after the deteriorating condition of our surroundings dsince the industrial activities became apparent. Green buildings have been seen as a possible solution to reduce the carbon emissions from construction projects and the housing industry in general. Though this has been established in several areas, with many commercial buildings being designed green, the scope for expansion is still significant and further information on the importance and advantages of green buildings is necessary. Several commercial green building projects have come up and the green buildings are mainly implemented in the residential sector when the residential projects are constructed to furnish amenities to a large population. But, residential buildings, even those of medium sizes, can be designed to incorporate elements of sustainable design. In this context, this paper attempts to give a theoretical appraisal of the use of renewable energy systems in residential buildings of different sizes considering the weather conditions (solar insolation and wind speed) of the metropolis, Kolkata, India. Three cases are taken; one with solar power, one with wind power and one with a combination of the two. All the cases are considered in conjunction with conventional energy, and the efficiency of each in fulfilling the total energy demand is verified. The optimum combination for reducing the carbon footprint of the residential building is thus established. In addition, an assessment of the amount of money saved due to green buildings in metered water supply and price of coal is also mentioned.

Keywords: renewable energy, green buildings, solar power, wind power, energy hybridization, residential sector

Procedia PDF Downloads 376
577 Contributions of Microbial Activities to Tomato Growth and Yield under an Organic Production System

Authors: O. A. Babalola, A. F Adekunle, F. Oladeji, A. T. Osungbade, O. A. Akinlaja

Abstract:

Optimizing microbiological activities in an organic crop production system is crucial to the realization of optimum growth and development of the crops. Field and pot experiments were conducted to assess soil microbial activities, growth and yield of tomato varieties in response to 4 rates of composted plant and animal residues. The compost rates were 0, 5, 10 and 20 t ha-1, and improved Ibadan and Ibadan local constituted the varieties. Fungi population, microbial biomass nitrogen, cellulase and proteinase activities were significantly higher (P≤ 0.05) at the rhizosphere of the local variety than that of improved variety. This led to a significantly higher number of branches, plant height, leaf area, number of fruits and less days to maturity in the local variety. Furthermore, compost-amended soil had significantly higher microbial populations, microbial biomass N, P and C, enzyme activities, soil N, P and organic carbon than control, but amendment of 20 t ha-1 gave significantly higher values than other compost rates. Consequently, growth parameters and tissue N significantly increased in all compost treatments while dry matter yield and weight of fruits were significantly higher in soil amended with 20 t ha-1. Correlation analysis showed that microbial activities at 6 weeks after transplanting (6 WAT) were more consistently and highly correlated with growth and yield parameters. It was concluded that microbial activities could be optimized to improve the yield of the two tomato varieties in an organic production system, through the application of compost, particularly at 20 t ha-1.

Keywords: compost, microbial activities, microbial contribution, tomato growth and yield

Procedia PDF Downloads 255
576 Fresh State Properties of Steel Fiber Reinforced Self Compacting Concrete

Authors: Anil Nis, Nilufer Ozyurt Zihnioglu

Abstract:

The object of the study is to investigate fresh state properties of the steel fiber reinforced self-compacting concrete (SFR-SCC). Three different steel fibers; straight (Vf:0.5%), hooked-end long (Vf:0.5% and 1%) and hybrid fibers (0.5%short+0.5%long) were used in the research aiming to obtain flow properties of non-fibrous self-compacting concrete. Fly ash was used as a supplementary with an optimum dosage of 30% of the total cementitious materials. Polycarboxylic ether based high-performance concrete superplasticizer was used to get high flowability with percentages ranging from 0.81% (non-fibrous SCC) to 1.07% (hybrid SF-SCC) of the cement weight. The flowability properties of SCCs were measured via slump flow and V-funnel tests; passing ability properties of SCCs were measured with J-Ring, L-Box, and U-Box tests. Workability results indicate that small increase on the superplasticizer dosages compensate the adverse effects of steel fibers on flowability properties of SSC. However, higher dosage fiber addition has a negative effect on passing ability properties, causing blocking of the mixes. In addition, compressive strength, tensile strength, and four point bending results were given. Results indicate that SCCs including steel fibers have superior performances on tensile and bending strength of concrete. Crack bridging capability of steel fibers prevents concrete from splitting, yields higher deformation and energy absorption capacities than non-fibrous SCCs.

Keywords: fiber reinforced self-compacting concrete, fly ash, fresh state properties, steel fiber

Procedia PDF Downloads 212