Search results for: cost-based structural optimization
Commenced in January 2007
Frequency: Monthly
Edition: International
Paper Count: 7404

Search results for: cost-based structural optimization

2934 Double Magnetic Phase Transition in the Intermetallic Compound Gd₂AgSi₃

Authors: Redrisse Djoumessi Fobasso, Baidyanath Sahu, Andre M. Strydom

Abstract:

The R₂TX₃ (R = rare-earth, T = transition, and X = s and p block element) series of compounds are interesting owing to their fascinating structural and magnetic properties. In this present work, we have studied the magnetic and physical properties of the new Gd₂AgSi₃ polycrystalline compound. The sample was synthesized by the arc-melting method and confirmed to crystallize in the tetragonal α-ThSi₂-type crystal structure with space group I4/amd. Dc– and ac–magnetic susceptibility, specific heat, electrical resistivity, and magnetoresistance measurements were performed on the new compound. The structure provides a unique position in the unit cell for the magnetic trivalent Gd ion. Two magnetic phase transitions were consistently found in dc- and ac-magnetic susceptibility, heat capacity, and electrical resistivity at temperatures Tₙ₁ = 11 K and Tₙ₂ = 20 K, which is an indication of the complex magnetic behavior in this compound. The compound is found to be metamagnetic over a range of temperatures below and above Tₙ₁. From field-dependent electrical resistivity, it is confirmed that the compound shows unusual negative magnetoresistance in the antiferromagnetically ordered region. These results contribute to a better understanding of this class of materials.

Keywords: complex magnetic behavior, metamagnetic, negative magnetoresistance, two magnetic phase transitions

Procedia PDF Downloads 128
2933 Fabrication of LiNbO₃ Based Conspicuous Nanomaterials for Renewable Energy Devices

Authors: Riffat Kalsoom, Qurat-Ul-Ain Javed

Abstract:

Optical and dielectric properties of lithium niobates have made them the fascinating materials to be used in optical industry for device formation such as Q and optical switching. Synthesis of lithium niobates was carried out by solvothermal process with and without temperature fluctuation at 200°C for 4 hrs, and behavior of properties for different durations was also examined. Prepared samples of LiNbO₃ were examined in a way as crystallographic phases by using XRD diffractometer, morphology by scanning electron microscope (SEM), absorption by UV-Visible Spectroscopy and dielectric measurement by impedance analyzer. A structural change from trigonal to spherical shape was observed by changing the time of reaction. Crystallite size decreases by the temperature fluctuation and increasing reaction time. Band gap decreases whereas dielectric constant and dielectric loss was increased with increasing time of reaction. Trend of AC conductivity is explained by Joschner’s power law. Due to these significant properties, it finds its applications in devices, such as cells, Q switching and optical switching for laser and gigahertz frequencies, respectively and these applications depend on the industrial demands.

Keywords: lithium niobates, renewable energy devices, controlled structure, temperature fluctuations

Procedia PDF Downloads 136
2932 Outline of a Technique for the Recommendation of Tourism Products in Cuba Using GIS

Authors: Jesse D. Cano, Marlon J. Remedios

Abstract:

Cuban tourism has developed so much in the last 30 years to the point of becoming one of the engines of the Cuban economy. With such a development, Cuban companies opting for e-tourism as a way to publicize their products and attract customers has also grown. Despite this fact, the majority of Cuban tourism-themed websites simply provide information on the different products and services they offer which results in many cases, in the user getting overwhelmed with the amount of information available which results in the user abandoning the search before he can find a product that fits his needs. Customization has been recognized as a critical factor for successful electronic tourism business and the use of recommender systems is the best approach to address the problem of personalization. This paper aims to outline a preliminary technique to obtain predictions about which products a particular user would give a better evaluation; these products would be those which the website would show in the first place. To achieve this, the theoretical elements of the Cuban tourism environment are discussed; recommendation systems and geographic information systems as tools for information representation are also discussed. Finally, for each structural component identified, we define a set of rules that allows obtaining an electronic tourism system that handles the personalization of the service provided effectively.

Keywords: geographic information system, technique, tourism products, recommendation

Procedia PDF Downloads 506
2931 Fabrication and Assessment of Poly (Butylene Succinate)/Poly (ԑ-Caprolactone)/Eucomis autumnalis Cellulose Bio-Composites for Tissue Engineering Applications

Authors: Kumalo F. I., Malimabe M. A., Gumede T. P., Mosoabisane M. F. T.

Abstract:

This study investigates the fabrication and characterization of bio-nanocomposites consisting of poly (butylene succinate) (PBS) and poly (ԑ-caprolactone) (PCL), reinforced with cellulose extracted from Eucomis autumnalis, a medicinal plant. Bio-nanocomposite films were prepared using the solvent casting method, with cellulose content ranging from 1 to 3 wt%. During the solution casting method, 15 ml of chloroform was used to dissolve an overall mass of 0.5g of each polymer as well as the combination of their bio-nanocomposites. Comprehensive analysis was conducted using FTIR, SEM, TEM, DSC, TGA, and XRD to assess morphological, thermal, and structural properties. Mechanical properties were not investigated due to the thin nature of the films. The results indicated significant improvements in the thermal stability and morphological properties with increasing cellulose content, showcasing the potential of these materials for tissue engineering applications. The use of cellulose extracted from a medicinal plant highlights the potential for sustainable and biocompatible materials in biomedical applications.

Keywords: bio-nanocomposites, poly (butylene succinate), poly(ԑ-caprolactone), Eucomis autumnalis, medicinal plant

Procedia PDF Downloads 57
2930 Speeding Up Lenia: A Comparative Study Between Existing Implementations and CUDA C++ with OpenGL Interop

Authors: L. Diogo, A. Legrand, J. Nguyen-Cao, J. Rogeau, S. Bornhofen

Abstract:

Lenia is a system of cellular automata with continuous states, space and time, which surprises not only with the emergence of interesting life-like structures but also with its beauty. This paper reports ongoing research on a GPU implementation of Lenia using CUDA C++ and OpenGL Interoperability. We demonstrate how CUDA as a low-level GPU programming paradigm allows optimizing performance and memory usage of the Lenia algorithm. A comparative analysis through experimental runs with existing implementations shows that the CUDA implementation outperforms the others by one order of magnitude or more. Cellular automata hold significant interest due to their ability to model complex phenomena in systems with simple rules and structures. They allow exploring emergent behavior such as self-organization and adaptation, and find applications in various fields, including computer science, physics, biology, and sociology. Unlike classic cellular automata which rely on discrete cells and values, Lenia generalizes the concept of cellular automata to continuous space, time and states, thus providing additional fluidity and richness in emerging phenomena. In the current literature, there are many implementations of Lenia utilizing various programming languages and visualization libraries. However, each implementation also presents certain drawbacks, which serve as motivation for further research and development. In particular, speed is a critical factor when studying Lenia, for several reasons. Rapid simulation allows researchers to observe the emergence of patterns and behaviors in more configurations, on bigger grids and over longer periods without annoying waiting times. Thereby, they enable the exploration and discovery of new species within the Lenia ecosystem more efficiently. Moreover, faster simulations are beneficial when we include additional time-consuming algorithms such as computer vision or machine learning to evolve and optimize specific Lenia configurations. We developed a Lenia implementation for GPU using the C++ and CUDA programming languages, and CUDA/OpenGL Interoperability for immediate rendering. The goal of our experiment is to benchmark this implementation compared to the existing ones in terms of speed, memory usage, configurability and scalability. In our comparison we focus on the most important Lenia implementations, selected for their prominence, accessibility and widespread use in the scientific community. The implementations include MATLAB, JavaScript, ShaderToy GLSL, Jupyter, Rust and R. The list is not exhaustive but provides a broad view of the principal current approaches and their respective strengths and weaknesses. Our comparison primarily considers computational performance and memory efficiency, as these factors are critical for large-scale simulations, but we also investigate the ease of use and configurability. The experimental runs conducted so far demonstrate that the CUDA C++ implementation outperforms the other implementations by one order of magnitude or more. The benefits of using the GPU become apparent especially with larger grids and convolution kernels. However, our research is still ongoing. We are currently exploring the impact of several software design choices and optimization techniques, such as convolution with Fast Fourier Transforms (FFT), various GPU memory management scenarios, and the trade-off between speed and accuracy using single versus double precision floating point arithmetic. The results will give valuable insights into the practice of parallel programming of the Lenia algorithm, and all conclusions will be thoroughly presented in the conference paper. The final version of our CUDA C++ implementation will be published on github and made freely accessible to the Alife community for further development.

Keywords: artificial life, cellular automaton, GPU optimization, Lenia, comparative analysis.

Procedia PDF Downloads 47
2929 A Cloud-Based Spectrum Database Approach for Licensed Shared Spectrum Access

Authors: Hazem Abd El Megeed, Mohamed El-Refaay, Norhan Magdi Osman

Abstract:

Spectrum scarcity is a challenging obstacle in wireless communications systems. It hinders the introduction of innovative wireless services and technologies that require larger bandwidth comparing to legacy technologies. In addition, the current worldwide allocation of radio spectrum bands is already congested and can not afford additional squeezing or optimization to accommodate new wireless technologies. This challenge is a result of accumulative contributions from different factors that will be discussed later in this paper. One of these factors is the radio spectrum allocation policy governed by national regulatory authorities nowadays. The framework for this policy allocates specified portion of radio spectrum to a particular wireless service provider on exclusive utilization basis. This allocation is executed according to technical specification determined by the standard bodies of each Radio Access Technology (RAT). Dynamic access of spectrum is a framework for flexible utilization of radio spectrum resources. In this framework there is no exclusive allocation of radio spectrum and even the public safety agencies can share their spectrum bands according to a governing policy and service level agreements. In this paper, we explore different methods for accessing the spectrum dynamically and its associated implementation challenges.

Keywords: licensed shared access, cognitive radio, spectrum sharing, spectrum congestion, dynamic spectrum access, spectrum database, spectrum trading, reconfigurable radio systems, opportunistic spectrum allocation (OSA)

Procedia PDF Downloads 436
2928 A Condition-Based Maintenance Policy for Multi-Unit Systems Subject to Deterioration

Authors: Nooshin Salari, Viliam Makis

Abstract:

In this paper, we propose a condition-based maintenance policy for multi-unit systems considering the existence of economic dependency among units. We consider a system composed of N identical units, where each unit deteriorates independently. Deterioration process of each unit is modeled as a three-state continuous time homogeneous Markov chain with two working states and a failure state. The average production rate of units varies in different working states and demand rate of the system is constant. Units are inspected at equidistant time epochs, and decision regarding performing maintenance is determined by the number of units in the failure state. If the total number of units in the failure state exceeds a critical level, maintenance is initiated, where units in failed state are replaced correctively and deteriorated state units are maintained preventively. Our objective is to determine the optimal number of failed units to initiate maintenance minimizing the long run expected average cost per unit time. The problem is formulated and solved in the semi-Markov decision process (SMDP) framework. A numerical example is developed to demonstrate the proposed policy and the comparison with the corrective maintenance policy is presented.

Keywords: reliability, maintenance optimization, semi-Markov decision process, production

Procedia PDF Downloads 167
2927 Analysis of Influence of Geometrical Set of Nozzles on Aerodynamic Drag Level of a Hero’s Based Steam Turbine

Authors: Mateusz Paszko, Miroslaw Wendeker, Adam Majczak

Abstract:

High temperature waste energy offers a number of management options. The most common energy recuperation systems, that are actually used to utilize energy from the high temperature sources are steam turbines working in a high pressure and temperature closed cycles. Due to the high costs of production of energy recuperation systems, especially rotary turbine discs equipped with blades, currently used solutions are limited in use with waste energy sources of temperature below 100 °C. This study presents the results of simulating the flow of the water vapor in various configurations of flow ducts in a reaction steam turbine based on Hero’s steam turbine. The simulation was performed using a numerical model and the ANSYS Fluent software. Simulation computations were conducted with use of the water vapor as an internal agent powering the turbine, which is fully safe for an environment in case of a device failure. The conclusions resulting from the conducted numerical computations should allow for optimization of the flow ducts geometries, in order to achieve the greatest possible efficiency of the turbine. It is expected that the obtained results should be useful for further works related to the development of the final version of a low drag steam turbine dedicated for low cost energy recuperation systems.

Keywords: energy recuperation, CFD analysis, waste energy, steam turbine

Procedia PDF Downloads 214
2926 Leveraging Digital Transformation Initiatives and Artificial Intelligence to Optimize Readiness and Simulate Mission Performance across the Fleet

Authors: Justin Woulfe

Abstract:

Siloed logistics and supply chain management systems throughout the Department of Defense (DOD) has led to disparate approaches to modeling and simulation (M&S), a lack of understanding of how one system impacts the whole, and issues with “optimal” solutions that are good for one organization but have dramatic negative impacts on another. Many different systems have evolved to try to understand and account for uncertainty and try to reduce the consequences of the unknown. As the DoD undertakes expansive digital transformation initiatives, there is an opportunity to fuse and leverage traditionally disparate data into a centrally hosted source of truth. With a streamlined process incorporating machine learning (ML) and artificial intelligence (AI), advanced M&S will enable informed decisions guiding program success via optimized operational readiness and improved mission success. One of the current challenges is to leverage the terabytes of data generated by monitored systems to provide actionable information for all levels of users. The implementation of a cloud-based application analyzing data transactions, learning and predicting future states from current and past states in real-time, and communicating those anticipated states is an appropriate solution for the purposes of reduced latency and improved confidence in decisions. Decisions made from an ML and AI application combined with advanced optimization algorithms will improve the mission success and performance of systems, which will improve the overall cost and effectiveness of any program. The Systecon team constructs and employs model-based simulations, cutting across traditional silos of data, aggregating maintenance, and supply data, incorporating sensor information, and applying optimization and simulation methods to an as-maintained digital twin with the ability to aggregate results across a system’s lifecycle and across logical and operational groupings of systems. This coupling of data throughout the enterprise enables tactical, operational, and strategic decision support, detachable and deployable logistics services, and configuration-based automated distribution of digital technical and product data to enhance supply and logistics operations. As a complete solution, this approach significantly reduces program risk by allowing flexible configuration of data, data relationships, business process workflows, and early test and evaluation, especially budget trade-off analyses. A true capability to tie resources (dollars) to weapon system readiness in alignment with the real-world scenarios a warfighter may experience has been an objective yet to be realized to date. By developing and solidifying an organic capability to directly relate dollars to readiness and to inform the digital twin, the decision-maker is now empowered through valuable insight and traceability. This type of educated decision-making provides an advantage over the adversaries who struggle with maintaining system readiness at an affordable cost. The M&S capability developed allows program managers to independently evaluate system design and support decisions by quantifying their impact on operational availability and operations and support cost resulting in the ability to simultaneously optimize readiness and cost. This will allow the stakeholders to make data-driven decisions when trading cost and readiness throughout the life of the program. Finally, sponsors are available to validate product deliverables with efficiency and much higher accuracy than in previous years.

Keywords: artificial intelligence, digital transformation, machine learning, predictive analytics

Procedia PDF Downloads 164
2925 Being ‘Sciencey’: Scottish, South-Asian and Muslim Young People

Authors: Saima Salehjee, Mike Watts

Abstract:

In our school-based world, we are commonly confronted by young people for whom the study of science is an unpalatable ‘other world’: they simply do not see themselves as science (sciencey) people. To be clear, we are not interested in all young people becoming career scientists – although some small modicum of that would be quite agreeable. We are, though, keen to form or transform (trans(form)) their appreciations of science and retain open minds on matters scientific to develop the feeling of being ‘sciencey’ with or without the aspiration of becoming scientists. Our discussion in this paper draws upon research undertaken in a co-education primary- and lower-secondary school in Scotland, and our arguments chart the trans(formations) of thirty under-representative and under-researched Scottish South-Asian Muslim students (aged 11-13) over a school term. We use science identity theory as the basis for our analysis: what it means to be ‘sciencey’ and whether (or not) structural forces have impacted their decision of being ‘sciencey’. This work offers new insights into how Scottish, South-Asian, and Muslim students perceive and engage with in and out of school science and highlight some science nudges aimed to support their development of being ‘sciencey’.

Keywords: science identity, science nudges, transformative moments, south-Asian, Muslim, scottish, sciencey

Procedia PDF Downloads 119
2924 Technical and Economic Evaluation of Harmonic Mitigation from Offshore Wind Power Plants by Transmission Owners

Authors: A. Prajapati, K. L. Koo, F. Ghassemi, M. Mulimakwenda

Abstract:

In the UK, as the volume of non-linear loads connected to transmission grid continues to rise steeply, the harmonic distortion levels on transmission network are becoming a serious concern for the network owners and system operators. This paper outlines the findings of the study conducted to verify the proposal that the harmonic mitigation could be optimized and can be managed economically and effectively at the transmission network level by the Transmission Owner (TO) instead of the individual polluter connected to the grid. Harmonic mitigation studies were conducted on selected regions of the transmission network in England for recently connected offshore wind power plants to strategize and optimize selected harmonic filter options. The results – filter volume and capacity – were then compared against the mitigation measures adopted by the individual connections. Estimation ratios were developed based on the actual installed and optimal proposed filters. These estimation ratios were then used to derive harmonic filter requirements for future contracted connections. The study has concluded that a saving of 37% in the filter volume/capacity could be achieved if the TO is to centrally manage the harmonic mitigation instead of individual polluter installing their own mitigation solution.

Keywords: C-type filter, harmonics, optimization, offshore wind farms, interconnectors, HVDC, renewable energy, transmission owner

Procedia PDF Downloads 162
2923 Quantum Modelling of AgHMoO4, CsHMoO4 and AgCsMoO4 Chemistry in the Field of Nuclear Power Plant Safety

Authors: Mohamad Saab, Sidi Souvi

Abstract:

In a major nuclear accident, the released fission products (FPs) and the structural materials are likely to influence the transport of iodine in the reactor coolant system (RCS) of a pressurized water reactor (PWR). So far, the thermodynamic data on cesium and silver species used to estimate the magnitude of FP release show some discrepancies, data are scarce and not reliable. For this reason, it is crucial to review the thermodynamic values related to cesium and silver materials. To this end, we have used state-of-the-art quantum chemical methods to compute the formation enthalpies and entropies of AgHMoO₄, CsHMoO₄, and AgCsMoO₄ in the gas phase. Different quantum chemical methods have been investigated (DFT and CCSD(T)) in order to predict the geometrical parameters and the energetics including the correlation energy. The geometries were optimized with TPSSh-5%HF method, followed by a single point calculation of the total electronic energies using the CCSD(T) wave function method. We thus propose with a final uncertainty of about 2 kJmol⁻¹ standard enthalpies of formation of AgHMoO₄, CsHMoO₄, and AgCsMoO₄.

Keywords: nuclear accident, ASTEC code, thermochemical database, quantum chemical methods

Procedia PDF Downloads 194
2922 Chemical Profiling of Farsetia Aegyptia Turra and Farsetia Longisiliqua Decne. and Their Chemosystematic Significance

Authors: Mona M. Marzouk, Ahmed Elkhateeb, Mona Elshabrawy, Mai M. Farid, Salwa A. Kawashty, EL-Sayed S. Abdel-Hameed, Sameh R. Hussein

Abstract:

The genus Farsetia Turra belongs to the family Brassicaceae and has approximately 30 accepted species distributed worldwide. Amongst them, Farsetia aegyptia Turra and Farsetia longisiliqua Decne. are two common species characteristic to the Egyptian flora. The present study considers the first characterization of the chemical constituents of F. longisiliqua, aiming to compare with those identified from the medicinal species (F. aegyptia). Additionally, the chemosystematic relationships between the two studied species were evaluated and highlight the medicinal importance for F. longisiliqua. The chemical profiling of their aqueous methanol extracts were carried out using the LC-ESI-MS technique and afforded 54 compounds belonging to different chemical groups. Flavonoids are the major constituents and are represented by 32 compounds (two C-glycosyl flavone, four flavones, and 26 flavonols). Their structural variations and common constituents confirmed the chemosystematic significance of the two species. Moreover, the flavonoid profiles showed major common constituents between the two investigated species, which predicted the medicinal importance of F. longisiliqua.

Keywords: brassicaceae, chemosystematics, farsetia, flavonoids, glucosinolates, LC-ESI-MS

Procedia PDF Downloads 212
2921 The Miseducation of Color: Examining Racialized Experiences of Students of Color at Predominantly White Institutions (PWIs)

Authors: Sonia Darshini Singh

Abstract:

Recently, the Supreme Court and the federal government made affirmative action illegal. Colleges and universities are no longer allowed to consider race in admissions policies. Colleges and universities had the opportunity to increase racial diversity through affirmative action. Instead, a recent educational outlook has emerged where this race-conscious affirmative action is banned, and elitism is prioritized, thus altering the collegiate experience of students of color. While the statute restricts the consideration of race as a facet in admissions, this prohibition should not allow for the gravity of race and structural racism in the lives of marginalized students to diminish, nor should it limit further efforts to establish equitable access and outcomes for students of color. Not much is known about the racialized experiences of students of color who attend predominantly white institutions in the post-affirmative action era. The purpose of this ethnographic study will be to understand the racialized experiences of students who attend predominantly white institutions (PWI) in New York. This also aims to examine the potential data triangulation between what students wrote about to get into college and their actual racialized experience.

Keywords: higher education, predominantly white institution, equity, accessibility, affirmative action

Procedia PDF Downloads 45
2920 Investigation of Electrical, Thermal and Structural Properties on Polyacrylonitrile Nano-Fiber

Authors: N. Demirsoy, N. Uçar, A. Önen, N. Kızıldağ, Ö. F. Vurur, O. Eren, İ. Karacan

Abstract:

Polymer composite nano-fibers including (1, 3 wt %) silver nano-particles have been produced by electrospinning method. Polyacrylonitrile/N,N-dimethylformamide (PAN/DMF) solution has been prepared and the amount of silver nitrate has been adjusted to PAN weight. Silver nano-particles were obtained from reduction of silver ions into silver nano-particles by chemical reduction by hydrazine hydroxide (N2H5OH). The different amount of silver salt was loaded into polymer matrix to obtain polyacrylonitrile composite nano-fiber containing silver nano-particles. The effect of the amount of silver nano-particles on the properties of composite nano-fiber web was investigated. Electrical conductivity, mechanical properties, thermal properties were examined by Microtest LCR Meter 6370 (0.01 mΩ-100 MΩ), tensile tester, differential scanning calorimeter DSC (Q10) and SEM, respectively. Also, antimicrobial efficiency test (ASTM E2149-10) was done against Staphylococcus aureus bacteria. It has been seen that breaking strength, conductivity, antimicrobial effect, enthalpy during cyclization increase by use of silver nano-particles while the diameter of nano-fiber decreases.

Keywords: composite polyacrylonitrile nanofiber, electrical conductivity, electrospinning, mechanical properties, thermal properties, silver nanoparticles

Procedia PDF Downloads 421
2919 Finite Volume Method Simulations of GaN Growth Process in MOVPE Reactor

Authors: J. Skibinski, P. Caban, T. Wejrzanowski, K. J. Kurzydlowski

Abstract:

In the present study, numerical simulations of heat and mass transfer during gallium nitride growth process in Metal Organic Vapor Phase Epitaxy reactor AIX-200/4RF-S is addressed. Existing knowledge about phenomena occurring in the MOVPE process allows to produce high quality nitride based semiconductors. However, process parameters of MOVPE reactors can vary in certain ranges. Main goal of this study is optimization of the process and improvement of the quality of obtained crystal. In order to investigate this subject a series of computer simulations have been performed. Numerical simulations of heat and mass transfer in GaN epitaxial growth process have been performed to determine growth rate for various mass flow rates and pressures of reagents. According to the fact that it’s impossible to determine experimentally the exact distribution of heat and mass transfer inside the reactor during the process, modeling is the only solution to understand the process precisely. Main heat transfer mechanisms during MOVPE process are convection and radiation. Correlation of modeling results with the experiment allows to determine optimal process parameters for obtaining crystals of highest quality.

Keywords: Finite Volume Method, semiconductors, epitaxial growth, metalorganic vapor phase epitaxy, gallium nitride

Procedia PDF Downloads 402
2918 Optimization of Bio-Diesel Production from Rubber Seed Oils

Authors: Pawit Tangviroon, Apichit Svang-Ariyaskul

Abstract:

Rubber seed oil is an attractive alternative feedstock for biodiesel production because it is not related to food-chain plant. Rubber seed oil contains large amount of free fatty acids, which causes problem in biodiesel production. Free fatty acids can react with alkaline catalyst in biodiesel production. Acid esterification is used as pre-treatment to convert unwanted compound to desirable biodiesel. Phase separation of oil and methanol occurs at low ratio of methanol to oil and causes low reaction rate and conversion. Acid esterification requires large excess of methanol in order to increase the miscibility of methanol in oil and accordingly, it is a more expensive separation process. In this work, the kinetics of esterification of rubber seed oil with methanol is developed from available experimental results. Reactive distillation process was designed by using Aspen Plus program. The effects of operating parameters such as feed ratio, molar reflux ratio, feed temperature, and feed stage are investigated in order to find the optimum conditions. Results show that the reactive distillation process is proved to be better than conventional process. It consumes less feed methanol and less energy while yielding higher product purity than the conventional process. This work can be used as a guideline for further development to industrial scale of biodiesel production using reactive distillation.

Keywords: biodiesel, reactive distillation, rubber seed oil, transesterification

Procedia PDF Downloads 355
2917 Maximizing Bidirectional Green Waves for Major Road Axes

Authors: Christian Liebchen

Abstract:

Both from an environmental perspective and with respect to road traffic flow quality, planning so-called green waves along major road axes is a well-established target for traffic engineers. For one-way road axes (e.g. the Avenues in Manhattan), this is a trivial downstream task. For bidirectional arterials, the well-known necessary condition for establishing a green wave in both directions is that the driving times between two subsequent crossings must be an integer multiple of half of the cycle time of the signal programs at the nodes. In this paper, we propose an integer linear optimization model to establish fixed-time green waves in both directions that are as long and as wide as possible, even in the situation where the driving time condition is not fulfilled. In particular, we are considering an arterial along whose nodes separate left-turn signal groups are realized. In our computational results, we show that scheduling left-turn phases before or after the straight phases can reduce waiting times along the arterial. Moreover, we show that there is always a solution with green waves in both directions that are as long and as wide as possible, where absolute priority is put on just one direction. Compared to optimizing both directions together, establishing an ideal green wave into one direction can only provide suboptimal quality when considering prioritized parts of a green band (e.g., first few seconds).

Keywords: traffic light coordination, synchronization, phase sequencing, green waves, integer programming

Procedia PDF Downloads 120
2916 Effects of Various Wavelet Transforms in Dynamic Analysis of Structures

Authors: Seyed Sadegh Naseralavi, Sadegh Balaghi, Ehsan Khojastehfar

Abstract:

Time history dynamic analysis of structures is considered as an exact method while being computationally intensive. Filtration of earthquake strong ground motions applying wavelet transform is an approach towards reduction of computational efforts, particularly in optimization of structures against seismic effects. Wavelet transforms are categorized into continuum and discrete transforms. Since earthquake strong ground motion is a discrete function, the discrete wavelet transform is applied in the present paper. Wavelet transform reduces analysis time by filtration of non-effective frequencies of strong ground motion. Filtration process may be repeated several times while the approximation induces more errors. In this paper, strong ground motion of earthquake has been filtered once applying each wavelet. Strong ground motion of Northridge earthquake is filtered applying various wavelets and dynamic analysis of sampled shear and moment frames is implemented. The error, regarding application of each wavelet, is computed based on comparison of dynamic response of sampled structures with exact responses. Exact responses are computed by dynamic analysis of structures applying non-filtered strong ground motion.

Keywords: wavelet transform, computational error, computational duration, strong ground motion data

Procedia PDF Downloads 380
2915 Optimization of Poly-β-Hydroxybutyrate Recovery from Bacillus Subtilis Using Solvent Extraction Process by Response Surface Methodology

Authors: Jayprakash Yadav, Nivedita Patra

Abstract:

Polyhydroxybutyrate (PHB) is an interesting material in the field of medical science, pharmaceutical industries, and tissue engineering because of its properties such as biodegradability, biocompatibility, hydrophobicity, and elasticity. PHB is naturally accumulated by several microbes in their cytoplasm during the metabolic process as energy reserve material. PHB can be extracted from cell biomass using halogenated hydrocarbons, chemicals, and enzymes. In this study, a cheaper and non-toxic solvent, acetone, was used for the extraction process. The different parameters like acetone percentage, and solvent pH, process temperature, and incubation periods were optimized using the Response Surface Methodology (RSM). RSM was performed and the determination coefficient (R2) value was found to be 0.8833 from the quadratic regression model with no significant lack of fit. The designed RSM model results indicated that the fitness of the response variable was significant (P-value < 0.0006) and satisfactory to denote the relationship between the responses in terms of PHB recovery and purity with respect to the values of independent variables. Optimum conditions for the maximum PHB recovery and purity were found to be solvent pH 7, extraction temperature - 43 °C, incubation time - 70 minutes, and percentage acetone – 30 % from this study. The maximum predicted PHB recovery was found to be 0.845 g/g biomass dry cell weight and the purity was found to be 97.23 % using the optimized conditions.

Keywords: acetone, PHB, RSM, halogenated hydrocarbons, extraction, bacillus subtilis.

Procedia PDF Downloads 442
2914 Synthesis, Characterization, Antioxidant and Anti-inflammatory Studies of Modern Synthetic Tetra Phenyl Porphyrin Derivatives

Authors: Mian Gul Sayed, Rahim Shah, Fazal Mabood, Najeeb Ur Rahman, Maher Noor

Abstract:

Embarking on the frontier of molecular advancement, this study focuses on the synthesis and characterization of a distinct class of porphyrin derivatives—specifically, the 5, 10, 15, 20-tetrakis (3-bromopropoxyphenyl) porphyrins. Through meticulous synthetic methodologies, these derivatives are crafted, strategically incorporating bromopropoxyphenyl moieties at distinct positions within the porphyrin framework. This research aims to unravel the structural intricacies and explore the potential applications of these compounds through a detailed characterization utilizing advanced analytical techniques. 5, 10, 15, 20, tetrakis (4-hydroxyphenyl) porphyrin was synthesized by treating pyrrole and p- hydroxylbenzaldehyde. 5, 10, 15, 20, tetrakis-(4-hydroxyphenyl) was converted into 5, 10, 15, 20, tetrakis (4-bromoalkoxyphenyl) porphyrin. 5,10,15, 20-Tetrakis -(4-bromoalkoxyphenyl) porphyrin was treated with Isopropyl phenol, para-Aminophenol, hydroquinone, 2-Naphthol, 1-Naphthol and Hydroquinone and different derivatives of ether-linked were obtained. The synthesized compounds were analyzed using contemporary spectroscopic techniques like UV-Vis, NMR and Mass spectrometry. The synthesized compounds were also tested for their biological activities like antioxidants and anti-inflammatory.

Keywords: tetraphenyl porphyrin, NMR, antioxidant, anti-inflammatory

Procedia PDF Downloads 24
2913 Day of the Week Patterns and the Financial Trends' Role: Evidence from the Greek Stock Market during the Euro Era

Authors: Nikolaos Konstantopoulos, Aristeidis Samitas, Vasileiou Evangelos

Abstract:

The purpose of this study is to examine if the financial trends influence not only the stock markets’ returns, but also their anomalies. We choose to study the day of the week effect (DOW) for the Greek stock market during the Euro period (2002-12), because during the specific period there are not significant structural changes and there are long term financial trends. Moreover, in order to avoid possible methodological counterarguments that usually arise in the literature, we apply several linear (OLS) and nonlinear (GARCH family) models to our sample until we reach to the conclusion that the TGARCH model fits better to our sample than any other. Our results suggest that in the Greek stock market there is a long term predisposition for positive/negative returns depending on the weekday. However, the statistical significance is influenced from the financial trend. This influence may be the reason why there are conflict findings in the literature through the time. Finally, we combine the DOW’s empirical findings from 1985-2012 and we may assume that in the Greek case there is a tendency for long lived turn of the week effect.

Keywords: day of the week effect, GARCH family models, Athens stock exchange, economic growth, crisis

Procedia PDF Downloads 414
2912 A Generic Middleware to Instantly Sync Intensive Writes of Heterogeneous Massive Data via Internet

Authors: Haitao Yang, Zhenjiang Ruan, Fei Xu, Lanting Xia

Abstract:

Industry data centers often need to sync data changes reliably and instantly from a large-scale of heterogeneous autonomous relational databases accessed via the not-so-reliable Internet, for which a practical universal sync middle of low maintenance and operation costs is most wanted, but developing such a product and adapting it for various scenarios are a very sophisticated and continuous practice. The authors have been devising, applying, and optimizing a generic sync middleware system, named GSMS since 2006, holding the principles or advantages that the middleware must be SyncML-compliant and transparent to data application layer logic, need not refer to implementation details of databases synced, does not rely on host computer operating systems deployed, and its construction is light weighted and hence, of low cost. A series of ultimate experiments with GSMS sync performance were conducted for a persuasive example of a source relational database that underwent a broad range of write loads, say, from one thousand to one million intensive writes within a few minutes. The tests proved that GSMS has achieved an instant sync level of well below a fraction of millisecond per record sync, and GSMS’ smooth performances under ultimate write loads also showed it is feasible and competent.

Keywords: heterogeneous massive data, instantly sync intensive writes, Internet generic middleware design, optimization

Procedia PDF Downloads 126
2911 Tensile and Direct Shear Responses of Basalt-Fibre Reinforced Composite Using Alkali Activate Binder

Authors: S. Candamano, A. Iorfida, L. Pagnotta, F. Crea

Abstract:

Basalt fabric reinforced cementitious composites (FRCM) have attracted great attention because they result in being effective in structural strengthening and eco-efficient. In this study, authors investigate their mechanical behavior when an alkali-activated binder, with tuned properties and containing high amounts of industrial by-products, such as ground granulated blast furnace slag, is used. Reinforcement is made up of a balanced, coated bidirectional fabric made out of basalt fibres and stainless steel micro-wire, with a mesh size of 8x8 mm and an equivalent design thickness equal to 0.064 mm. Mortars mixes have been prepared by maintaining constant the water/(reactive powders) and sand/(reactive powders) ratios at 0.53 and 2.7 respectively. Tensile tests were carried out on composite specimens of nominal dimensions equal to 500 mm x 50 mm x 10 mm, with 6 embedded rovings in the loading direction. Direct shear tests (DST), aimed to the stress-transfer mechanism and failure modes of basalt-FRCM composites, were carried out on brickwork substrate using an externally bonded basalt-FRCM composite strip 10 mm thick, 50 mm wide and a bonded length of 300 mm. Mortars exhibit, after 28 days of curing, a compressive strength of 32 MPa and a flexural strength of 5.5 MPa. Main hydration product is a poorly crystalline CASH gel. The constitutive behavior of the composite has been identified by means of direct tensile tests, with response curves showing a tri-linear behavior. The first linear phase represents the uncracked (I) stage, the second (II) is identified by crack development and the third (III) corresponds to cracked stage, completely developed up to failure. All specimens exhibit a crack pattern throughout the gauge length and failure occurred as a result of sequential tensile failure of the fibre bundles, after reaching the ultimate tensile strength. The behavior is mainly governed by cracks development (II) and widening (III) up to failure. The main average values related to the stages are σI= 173 MPa and εI= 0.026% that are the stress and strain of the transition point between stages I and II, corresponding to the first mortar cracking; σu = 456 MPa and εu= 2.20% that are the ultimate tensile strength and strain, respectively. The tensile modulus of elasticity in stage III is EIII= 41 GPa. All single-lap shear test specimens failed due to composite debonding. It occurred at the internal fabric-to-matrix interface, and it was the result of fracture of the matrix between the fibre bundles. For all specimens, transversal cracks were visible on the external surface of the composite and involved only the external matrix layer. This cracking appears when the interfacial shear stresses increase and slippage of the fabric at the internal matrix layer interface occurs. Since the external matrix layer is bonded to the reinforcement fabric, it translates with the slipped fabric. Average peak load around 945 N, peak stress around 308 MPa, and global slip around 6 mm were measured. The preliminary test results allow affirming that Alkali Activated Binders can be considered a potentially valid alternative to traditional mortars in designing FRCM composites.

Keywords: alkali activated binders, basalt-FRCM composites, direct shear tests, structural strengthening

Procedia PDF Downloads 126
2910 The Data-Driven Localized Wave Solution of the Fokas-Lenells Equation Using Physics-Informed Neural Network

Authors: Gautam Kumar Saharia, Sagardeep Talukdar, Riki Dutta, Sudipta Nandy

Abstract:

The physics-informed neural network (PINN) method opens up an approach for numerically solving nonlinear partial differential equations leveraging fast calculating speed and high precession of modern computing systems. We construct the PINN based on a strong universal approximation theorem and apply the initial-boundary value data and residual collocation points to weekly impose initial and boundary conditions to the neural network and choose the optimization algorithms adaptive moment estimation (ADAM) and Limited-memory Broyden-Fletcher-Golfard-Shanno (L-BFGS) algorithm to optimize learnable parameter of the neural network. Next, we improve the PINN with a weighted loss function to obtain both the bright and dark soliton solutions of the Fokas-Lenells equation (FLE). We find the proposed scheme of adjustable weight coefficients into PINN has a better convergence rate and generalizability than the basic PINN algorithm. We believe that the PINN approach to solve the partial differential equation appearing in nonlinear optics would be useful in studying various optical phenomena.

Keywords: deep learning, optical soliton, physics informed neural network, partial differential equation

Procedia PDF Downloads 77
2909 A Review of Masonry Buildings Restrengthening Methods

Authors: Negar Sartipzadeh

Abstract:

The historic buildings are generally the ones which have been built by materials like brick, mud, stone, and wood. Some phenomena such as severe earthquakes can be tremendously detrimental to the structures, imposing serious effects and losses on such structures. Hence, it matters a lot to ascertain safety and reliability of the structures under such circumstances. It has been asserted that the major reason for the collapse of Unreinforced Masonry (URM) in various earthquakes is the incapability of resisting the forces and vice versa because such URMs are meant for the gravity load and they fail to withstand the shear forces inside the plate and the bending forces outside the plate. For this reason, restrengthening such structures is a key factor in lowering the seismic loss in developing countries. Seismic reinforcement of the historic buildings with regard to their cultural value on one hand, and exhaustion and damage of many of the structural elements on the other hand, have brought in restricting factors which necessitate the seismic reinforcement methods meant for such buildings to be maximally safe, non-destructive, effective, and non-obvious. Henceforth, it is pinpointed that making use of diverse technologies such as active controlling, Energy dampers, and seismic separators besides the current popular methods would be justifiable for such buildings, notwithstanding their high imposed costs.

Keywords: masonry buildings, seismic reinforcement, Unreinforced Masonry (URM), earthquake

Procedia PDF Downloads 284
2908 Tensile and Bond Characterization of Basalt-Fabric Reinforced Alkali Activated Matrix

Authors: S. Candamano, A. Iorfida, F. Crea, A. Macario

Abstract:

Recently, basalt fabric reinforced cementitious composites (FRCM) have attracted great attention because they result to be effective in structural strengthening and cost/environment efficient. In this study, authors investigate their mechanical behavior when an inorganic matrix, belonging to the family of alkali-activated binders, is used. In particular, the matrix has been designed to contain high amounts of industrial by-products and waste, such as Ground Granulated Blast Furnace Slag (GGBFS) and Fly Ash. Fresh state properties, such as workability, mechanical properties and shrinkage behavior of the matrix have been measured, while microstructures and reaction products were analyzed by Scanning Electron Microscopy and X-Ray Diffractometry. Reinforcement is made up of a balanced, coated bidirectional fabric made out of basalt fibres and stainless steel micro-wire, with a mesh size of 8x8 mm and an equivalent design thickness equal to 0.064 mm. Mortars mixes have been prepared by maintaining constant the water/(reactive powders) and sand/(reactive powders) ratios at 0.53 and 2.7 respectively. An appropriate experimental campaign based on direct tensile tests on composite specimens and single-lap shear bond test on brickwork substrate has been thus carried out to investigate their mechanical behavior under tension, the stress-transfer mechanism and failure modes. Tensile tests were carried out on composite specimens of nominal dimensions equal to 500 mm x 50 mm x 10 mm, with 6 embedded rovings in the loading direction. Direct shear tests (DST) were carried out on brickwork substrate using an externally bonded basalt-FRCM composite strip 10 mm thick, 50 mm wide and a bonded length of 300 mm. Mortars exhibit, after 28 days of curing, an average compressive strength of 32 MPa and flexural strength of 5.5 MPa. Main hydration product is a poorly crystalline aluminium-modified calcium silicate hydrate (C-A-S-H) gel. The constitutive behavior of the composite has been identified by means of direct tensile tests, with response curves showing a tri-linear behavior. Test results indicate that the behavior is mainly governed by cracks development (II) and widening (III) up to failure. The ultimate tensile strength and strain were respectively σᵤ = 456 MPa and ɛᵤ= 2.20%. The tensile modulus of elasticity in stage III was EIII= 41 GPa. All single-lap shear test specimens failed due to composite debonding. It occurred at the internal fabric-to-matrix interface, and it was the result of a fracture of the matrix between the fibre bundles. For all specimens, transversal cracks were visible on the external surface of the composite and involved only the external matrix layer. This cracking appears when the interfacial shear stresses increase and slippage of the fabric at the internal matrix layer interface occurs. Since the external matrix layer is bonded to the reinforcement fabric, it translates with the slipped fabric. Average peak load around 945 N, peak stress around 308 MPa and global slip around 6 mm were measured. The preliminary test results allow affirming that Alkali-Activated Materials can be considered a potentially valid alternative to traditional mortars in designing FRCM composites.

Keywords: Alkali-activated binders, Basalt-FRCM composites, direct shear tests, structural strengthening

Procedia PDF Downloads 135
2907 An Overview of Georgia’s Economic Growth Since 2012: Current Status, Challenges, and Opportunities for Future Development

Authors: V. Benidze

Abstract:

After the Rose Revolution of 2003, Georgia has achieved an unparalleled socioeconomic success. However, economic growth since 2012 has been sluggish and certainly not enough to rapidly improve the county’s standard of living that still remains substantially low compared to that in developed nations. Recent poor economic performance has shown that some key challenges need to be addressed if Georgia is to achieve high future economic growth that will decrease the poverty rate and create a middle class in the country. This paper offers in detail analysis of the economic performance of Georgia since 2012 and identifies key challenges facing the country’s economy. The main challenge going forward will be transforming Georgia from a consumption-driven to a production-oriented economy. It is identified that mobilizing domestic investment through savings, attracting foreign investment in tradable sectors and expanding the country’s export base will be crucial in the facilitation of the above-mentioned structural transformation. As the outcome of the research, the paper suggests a strategy for accelerating Georgia’ future economic growth and offers recommendations based on the relevant conclusions.

Keywords: challenges, development, economic growth, economic policy, Georgia

Procedia PDF Downloads 166
2906 Qualitative Detection of HCV and GBV-C Co-infection in Cirrhotic Patients Using a SYBR Green Multiplex Real Time RT-PCR Technique

Authors: Shahzamani Kiana, Esmaeil Lashgarian Hamed, Merat Shahin

Abstract:

HCV and GBV-C belong to the Flaviviridae family of viruses and GBV-C is the closest virus to HCV genetically. Accumulative research is in progress all over the world to clarify clinical aspects of GBV-C. Possibility of interaction between HCV and GBV-C and also its consequence with other liver diseases are the most important clinical aspects which encourage researchers to develop a technique for simultaneous detection of these viruses. In this study a SYBR Green multiplex real time RT-PCR technique as a new economical and sensitive method was optimized for simultaneous detection of HCV/GBV-C in HCV positive plasma samples. After designing and selection of two pairs of specific primers for HCV and GBV-C, SYBR Green Real time RT-PCR technique optimization was performed separately for each virus. Establishment of multiplex PCR was the next step. Finally our technique was performed on positive and negative plasma samples. 89 cirrhotic HCV positive plasma samples (29 of genotype 3 a and 27 of genotype 1a) were collected from patients before receiving treatment. 14% of genotype 3a and 17.1% of genotype 1a showed HCV/GBV-C co-infection. As a result, 13.48% of 89 samples had HCV/GBV-C co-infection that was compatible with other results from all over the world. Data showed no apparent influence of HGV co-infection on the either clinical or virological aspect of HCV infection. Furthermore, with application of multiplex Real time RT-PCR technique, more time and cost could be saved in clinical-research settings.

Keywords: HCV, GBV-C, cirrhotic patients, multiplex real time RT- PCR

Procedia PDF Downloads 297
2905 The Effects of pH on the Electrochromism in Nickel Oxide Films

Authors: T. Taşköprü, M. Zor, E. Turan

Abstract:

The advantages of nickel oxide as an electrochromic material are its good contrast of transmittance and its suitable use as a secondary electrochromic film with WO3 for electrochromic devices. Electrochromic nickel oxide film was prepared by using a simple and inexpensive chemical deposition bath (CBD) technique onto fluorine-doped tin oxide (FTO) coated glass substrates from nickel nitrate solution. The films were ace centered cubic NiO with preferred orientation in the (2 0 0) direction. The electrochromic (EC) properties of the films were studied as a function of pH (8, 9, 10 and 11) in an aqueous alkaline electrolyte (0.3 M KOH) using cyclic voltammetry (CV). The EC cell was formed with the following configuration; FTO/nickel oxide film/0.3 M KOH/Pt The potential was cycled from 0.1 to 0.6V at diffferent potential sweep rates in the range 10- 50 mV/s. The films exhibit anodic electrochromism, changing colour from transparent to black.CV results of a nickel oxide film showed well-resolved anodic current peak at potential; 45 mV and cathodic peak at potential 28 mV. The structural, morphological, and optical changes in NiO film following the CV were investigated by means of X-ray diffractometer (XRD), field emission electron microscopy (FESEM) and UV-Vis- NIR spectrophotometry. No change was observed in XRD, besides surface morphology undergoes change due to the electrical discharge. The change in tansmittance between the bleached and colored state is 68% for the film deposited with pH=11 precursor.

Keywords: nickel oxide, XRD, SEM, cyclic voltammetry

Procedia PDF Downloads 312