Search results for: Shiva Prasad H. C.
Commenced in January 2007
Frequency: Monthly
Edition: International
Paper Count: 239

Search results for: Shiva Prasad H. C.

179 A Fuzzy Programming Approach for Solving Intuitionistic Fuzzy Linear Fractional Programming Problem

Authors: Sujeet Kumar Singh, Shiv Prasad Yadav

Abstract:

This paper develops an approach for solving intuitionistic fuzzy linear fractional programming (IFLFP) problem where the cost of the objective function, the resources, and the technological coefficients are triangular intuitionistic fuzzy numbers. Here, the IFLFP problem is transformed into an equivalent crisp multi-objective linear fractional programming (MOLFP) problem. By using fuzzy mathematical programming approach the transformed MOLFP problem is reduced into a single objective linear programming (LP) problem. The proposed procedure is illustrated through a numerical example.

Keywords: triangular intuitionistic fuzzy number, linear programming problem, multi objective linear programming problem, fuzzy mathematical programming, membership function

Procedia PDF Downloads 531
178 Rapid Green Synthesis and Characterization of Silver Nanoparticles Using Eclipta prostrata Leaf Extract

Authors: Siva Prasad Peddi

Abstract:

Silver nanoparticles were successfully synthesized from silver nitrate through a rapid green synthesis method using Eclipta prostrata leaf extract as a reducing cum stabilizing agent. The experimental procedure was readily conducted at room temperature and pressure, and could be easily scaled up. The silver nanoparticles thus obtained were characterized using UV-Visible Spectroscopy (UV-VIS) which yielded an absorption peak at 416 nm. The biomolecules responsible for capping of the bio-reduced silver nanoparticles synthesized using plant extract were successfully identified through FTIR analysis. It was evinced through Scanning Electron Microscope (SEM), and X-ray diffraction (XRD) analysis that the silver nanoparticles were crystalline in nature and spherical in shape. The average size of the particles obtained using Scherrer’s formula was 27.4 nm. The adopted technique for silver nanoparticle synthesis is suitable for large-scale production.

Keywords: silver nanoparticles, green synthesis, characterization, Eclipta prostrata

Procedia PDF Downloads 441
177 Innovative Business Education Pedagogy: A Case Study of Action Learning at NITIE, Mumbai

Authors: Sudheer Dhume, T. Prasad

Abstract:

There are distinct signs of Business Education losing its sheen. It is more so in developing countries. One of the reasons is the value addition at the end of 2 year MBA program is not matching with the requirements of present times and expectations of the students. In this backdrop, Pedagogy Innovation has become prerequisite for making our MBA programs relevant and useful. This paper is the description and analysis of innovative Action Learning pedagogical approach adopted by a group of faculty members at NITIE Mumbai. It not only promotes multidisciplinary research but also enhances integration of the functional areas skillsets in the students. The paper discusses the theoretical bases of this pedagogy and evaluates the effectiveness of it vis-à-vis conventional pedagogical tools. The evaluation research using Bloom’s taxonomy framework showed that this blended method of Business Education is much superior as compared to conventional pedagogy.

Keywords: action learning, blooms taxonomy, business education, innovation, pedagogy

Procedia PDF Downloads 242
176 Study of Anti-Symmetric Flexural Mode Propagation along Wedge Tip with a Crack

Authors: Manikanta Prasad Banda, Che Hua Yang

Abstract:

Anti-symmetric wave propagation along the particle motion of the wedge waves is known as anti-symmetric flexural (ASF) modes which travel along the wedge tips of the mid-plane apex with a small truncation. This paper investigates the characteristics of the ASF modes propagation with the wedge tip crack. The simulation and experimental results obtained by a three-dimensional (3-D) finite element model explained the contact acoustic non-linear (CAN) behavior in explicit dynamics in ABAQUS and the ultrasonic non-destructive testing (NDT) method is used for defect detection. The effect of various parameters on its high and low-level conversion modes are known for complex reflections and transmissions involved with direct reflections and transmissions. The results are used to predict the location of crack through complex transmission and reflection coefficients.

Keywords: ASF mode, crack detection, finite elements method, laser ultrasound technique, wedge waves

Procedia PDF Downloads 103
175 Value Creation by Sustainable Supply Chain Horizontal Integration

Authors: Ananth Malali, Rohan Prasad, Ananth Revankar, Chiranth Hulgur

Abstract:

This paper aims to show evidence that value creation by sustainable methods is achieved when a relation is shared with a sustainability attribute between two or more companies in every stage of the supply chain. The pillars of this paper, the value creation factors, attributes of sustainability and various relations that exist between firms in a horizontally integrated supply chain are defined. Further, a relational analysis was done using a simple analysis tool built based on research. Couple of case studies from the German manufacturing and Australian retail sectors were considered for the intra industry analysis and comparison. Taking the analysis ahead, for inter-industry comparison, the same cases were scrutinised in order to understand how the sustainability attributes change across each industry. Concluding, this paper gives an overview of how companies can plan their strategies to attain sustainability through horizontal integration.

Keywords: horizontal integration, value creation, sustainable supply chain

Procedia PDF Downloads 574
174 Investigating of Predisposing Factors for Domestic Violence against Women

Authors: Mozhgan Sigarchian, Shiva Alizadeh, Seyedeh Akram Nazarkardeh

Abstract:

Introduction: The one of the most common forms of violence against women is domestic violence and it is one of the most acute social problems that affecting the individual physical and mental health and, in turn, the health of the family and the community. In all of the world especially in developing country, women suffer violent during her lifetime. Violence against women and girls is a serious threat to health and human rights. Several factors such as low literacy, the low income and poverty affects violence. The purpose of this study was to determine the factors conducive to domestic violence against women in Rasht, Iran, So that based on the findings, preventive measures can be taken to reduce violence and increase support for women. Methods: This is a descriptive-analytic study that was performed on 300 eligible women referred to clinics and physicians' offices in Rasht, Iran, 2017, by convenience sampling method. The questionnaire used included demographic questionnaires and domestic violence with 3 domains: physical, psychological, and sexual violence. Data were analyzed by SPSS software using independent t-test, Chi-square and Mann-Whitney tests. Result: The mean age in the group with and without domestic violence was 28.31 ± 6.097 and 32.52 ± 9.8, respectively. 168 women (56%) were reported to be violent. The results indicate that there is a significant relationship between age, husband's age, number of family members, and educational level of women with violence. But, there was no significant relationship between the duration of marriage, the education of husbands, the occupation of women and their husbands, housing situation, smoking with violence. Conclusion: The results showed that some factors such as education, age, and the number of families can affect the level of violence. According to the results, as well as a high prevalence of domestic violence among women in this study, it is suggested that training be given to families to increase women's empowerment and prevent violence against women.

Keywords: domestic violence, predisposing factors, violence, women

Procedia PDF Downloads 169
173 Code Refactoring Using Slice-Based Cohesion Metrics and AOP

Authors: Jagannath Singh, Durga Prasad Mohapatra

Abstract:

Software refactoring is very essential for maintaining the software quality. It is an usual practice that we first design the software and then go for coding. But after coding is completed, if the requirement changes slightly or our expected output is not achieved, then we change the codes. For each small code change, we cannot change the design. In course of time, due to these small changes made to the code, the software design decays. Software refactoring is used to restructure the code in order to improve the design and quality of the software. In this paper, we propose an approach for performing code refactoring. We use slice-based cohesion metrics to identify the target methods which requires refactoring. After identifying the target methods, we use program slicing to divide the target method into two parts. Finally, we have used the concepts of Aspects to adjust the code structure so that the external behaviour of the original module does not change.

Keywords: software refactoring, program slicing, AOP, cohesion metrics, code restructure, AspectJ

Procedia PDF Downloads 476
172 Performance Analysis of N-Tier Grid Protocol for Resource Constrained Wireless Sensor Networks

Authors: Jai Prakash Prasad, Suresh Chandra Mohan

Abstract:

Modern wireless sensor networks (WSN) consist of small size, low cost devices which are networked through tight wireless communications. WSN fundamentally offers cooperation, coordination among sensor networks. Potential applications of wireless sensor networks are in healthcare, natural disaster prediction, data security, environmental monitoring, home appliances, entertainment etc. The design, development and deployment of WSN based on application requirements. The WSN design performance is optimized to improve network lifetime. The sensor node resources constrain such as energy and bandwidth imposes the limitation on efficient resource utilization and sensor node management. The proposed N-Tier GRID routing protocol focuses on the design of energy efficient large scale wireless sensor network for improved performance than the existing protocol.

Keywords: energy efficient, network lifetime, sensor networks, wireless communication

Procedia PDF Downloads 439
171 Cloudburst-Triggered Natural Hazards in Uttarakhand Himalaya: Mechanism, Prevention, and Mitigation

Authors: Vishwambhar Prasad Sati

Abstract:

This article examines cloudburst-triggered natural hazards mainly flashfloods and landslides in the Uttarakhand Himalaya. It further describes mechanism and implications of natural hazards and illustrates the preventive and mitigation measures. We conducted this study through collection of archival data, case study of cloudburst hit areas, and rapid field visit of the affected regions. In the second week of August 2017, about 50 people died and huge losses to property were noticed due to cloudburst-triggered flashfloods. Our study shows that although cloudburst triggered hazards in the Uttarakhand Himalaya are natural phenomena and unavoidable yet, disasters can be minimized if preventive measures are taken up appropriately. We suggested that construction of human settlements, institutions and infrastructural facilities along the seasonal streams and the perennial rivers should be avoided to prevent disasters. Further, large-scale tree plantation on the degraded land will reduce the magnitude of hazards.

Keywords: cloudburst, flash floods, landslides, fragile landscape

Procedia PDF Downloads 173
170 Optical and Mechanical Characterization of Severe Plastically Deformed Copper Alloy Processed by Constrained Groove Pressing

Authors: Jaya Prasad Vanam, Vinay Anurag P, Vidya Sravya N S, Kishore Babu Nagamothu

Abstract:

Constrained Groove Pressing (CGP) is one of the severe plastic deformation technique (SPD) by which we can process Ultra Fine Grained (UFG)/plane metallic materials. This paper discusses the effects of CGP on Cu-Zn alloy specimen at room temperature. A comprehensive study is made on the structural and mechanical properties of Brass specimen before and after Constrained grooves Pressing. Entire process is simulated in AFDEX CAE Software. It is found that most of the properties are superior with respect to brass samples such as yield strength, ultimate tensile strength, hardness, strain rate, etc., and they are found to be better for the CGP processed specimen. The results are discussed with respective graphs.

Keywords: constrained groove pressing, AFDEX, ultra fine grained materials, severe plastic deformation technique

Procedia PDF Downloads 118
169 Comparative Analysis of DTC Based Switched Reluctance Motor Drive Using Torque Equation and FEA Models

Authors: P. Srinivas, P. V. N. Prasad

Abstract:

Since torque ripple is the main cause of noise and vibrations, the performance of Switched Reluctance Motor (SRM) can be improved by minimizing its torque ripple using a novel control technique called Direct Torque Control (DTC). In DTC technique, torque is controlled directly through control of magnitude of the flux and change in speed of the stator flux vector. The flux and torque are maintained within set hysteresis bands. The DTC of SRM is analysed by two methods. In one of the methods, the actual torque is computed by conducting Finite Element Analysis (FEA) on the design specifications of the motor. In the other method, the torque is computed by Simplified Torque Equation. The variation of peak current, average current, torque ripple and speed settling time with Simplified Torque Equation model is compared with FEA based model.

Keywords: direct toque control, simplified torque equation, finite element analysis, torque ripple

Procedia PDF Downloads 454
168 Long-Term Psychosocial Issues Among COVID-19 Survivors in Kathmandu Valley

Authors: Nabin Prasad Joshi, Samiksha Neupane

Abstract:

Since its emergence in December 2019, Corona Virus disease has impacted several countries, affecting many people. The first cases were recorded in Wuhan, China, between December 2019 and January 2020. Italy is one of the affected countries in Europe. The relations between India and Nepal have reverted to the pre-pandemic period as both countries have open borders. The study focused on the overall psychosocial impact among covid-19 survivors in their life what are the changes they are facing after covid also how are their relations with friends and relatives after they have covid in different municipalities of Kathmandu valley, where people from different regions are living in rent and have their own houses. Support from friends and family during a pandemic can prevent it if it is strong enough. Nonetheless, there were risk factors for psychosocial damage, including a lack of or insufficient family and social support, psychiatric assistance, and inadequate insurance or compensation. Poorer mental health outcomes were inversely correlated with social rejection or isolation.

Keywords: stress, anxiety, depression, Kathmandu

Procedia PDF Downloads 58
167 A Study on Game Theory Approaches for Wireless Sensor Networks

Authors: M. Shoukath Ali, Rajendra Prasad Singh

Abstract:

Game Theory approaches and their application in improving the performance of Wireless Sensor Networks (WSNs) are discussed in this paper. The mathematical modeling and analysis of WSNs may have low success rate due to the complexity of topology, modeling, link quality, etc. However, Game Theory is a field, which can efficiently use to analyze the WSNs. Game Theory is related to applied mathematics that describes and analyzes interactive decision situations. Game theory has the ability to model independent, individual decision makers whose actions affect the surrounding decision makers. The outcome of complex interactions among rational entities can be predicted by a set of analytical tools. However, the rationality demands a stringent observance to a strategy based on measured of perceived results. Researchers are adopting game theory approaches to model and analyze leading wireless communication networking issues, which includes QoS, power control, resource sharing, etc.

Keywords: wireless sensor network, game theory, cooperative game theory, non-cooperative game theory

Procedia PDF Downloads 398
166 Spiritual Quotient, a Significant Predictor of Teaching Effectiveness

Authors: Poonam Khurana, Mikelsh Prasad Yadav

Abstract:

All human beings are virtue by God as they get controlling mind and an attitude towards something with the help of which they can experience spirituality. People have different psychological thoughts and beliefs relating to god. Some people feel the immense pleasure in performing religious activities while some believe in the thought “Ahem Brahmasmi” i.e I am part of the divine and they feel pleasure in activities which motivate them to achieve peace. Religion in psychology is considered as a specific fundamental set of beliefs, thoughts and practices generally agreed and controlled by a number of person. It is the psychology of a person which commands their mind in deciding at which path they can attain the eternal feelings of the universe and accordingly they will develop their behavior towards religion and spirituality. Keeping the same in mind, the present study is based much on literature and a brief analysis of 50 teachers in Delhi and NCR colleges and makes an attempt to study the relationship of spiritual quotient and effective teaching and suggest spiritual quotient as a considerable predictor to make the workplace accessible.

Keywords: effectiveness, quotient, teaching, spiritual

Procedia PDF Downloads 390
165 A Project-Based Learning Approach in the Course of 'Engineering Skills' for Undergraduate Engineering Students

Authors: Armin Eilaghi, Ahmad Sedaghat, Hayder Abdurazzak, Fadi Alkhatib, Shiva Sadeghi, Martin Jaeger

Abstract:

A summary of experiences, recommendations, and lessons learnt in the application of PBL in the course of “Engineering Skills” in the School of Engineering at Australian College of Kuwait in Kuwait is presented. Four projects were introduced as part of the PBL course “Engineering Skills” to 24 students in School of Engineering. These students were grouped in 6 teams to develop their skills in 10 learning outcomes. The learning outcomes targeted skills such as drawing, design, modeling, manufacturing and analysis at a preliminary level; and also some life line learning and teamwork skills as these students were exposed for the first time to the PBL (project based learning). The students were assessed for 10 learning outcomes of the course and students’ feedback was collected using an anonymous survey at the end of the course. Analyzing the students’ feedbacks, it is observed that 67% of students preferred multiple smaller projects than a single big project because it provided them with more time and attention focus to improve their “soft skills” including project management, risk assessment, and failure analysis. Moreover, it is found that 63% of students preferred to work with different team members during the course to improve their professional communication skills. Among all, 62% of students believed that working with team members from other departments helped them to increase the innovative aspect of projects and improved their overall performance. However, 70% of students counted extra time needed to regenerate momentum with the new teams as the major challenge. Project based learning provided a suitable platform for introducing students to professional engineering practice and meeting the needs of students, employers and educators. It was found that students achieved their 10 learning outcomes and gained new skills developed in this PBL unit. This was reflected in their portfolios and assessment survey.

Keywords: project-based learning, engineering skills, undergraduate engineering, problem-based learning

Procedia PDF Downloads 137
164 Lanthanide Incorporated Dendron Based White Light Emitting Material

Authors: Prashant Kumar, Edamana Prasad

Abstract:

The White light emitting material has an emerging field in recent years due to their widespread application in the field of optoelectronics and cellular display. In the present study, we have achieved white light emission in gel medium through partial resonance energy transfer from different donors (naphthalene, phenanthrene, and pyrene) to lanthanides {Eu(III) and Tb(III)}. The gel was formed by the self- assembly of glucose cored poly(aryl ether) dendrons in DMSO-Water mixture (1:9 v/v). The white light emission was further confirmed by the CIE coordinates (Commission Internationale d’ Eclairage). Moreover, we have developed three different white light emitting system by utilizing three different donor moiety namely, naphthalene-Tb(III)-Eu(III) {I}, phenanthrene-Tb(III)-Eu(III) {II}, and pyrene-Tb(III)-Eu(III) {III}. The CIE coordinates for I, II and III were (0.35, 0.37), (0.33, 0.32) and (0.35, 0.33) respectively. Furthermore, we have investigated the energy transfer from different donors (phenanthrene, naphthalene, and pyrene) to lanthanide {Eu(III)}. The efficiency of energy transfer from phenanthrene-Eu(III), naphthalene-Eu(III) and pyrene-Eu(III) systems was 11.9%, 3.9%, and 3.6%, respectively. Detailed mechanistic aspects will be displayed in the poster.

Keywords: dendron, lanthanide, resonance energy transfer, white light emission

Procedia PDF Downloads 304
163 Searching the Stabilizing Effects of Neutron Shell Closure via Fusion Evaporation Residue Studies

Authors: B. R. S. Babu, E. Prasad, P. V. Laveen, A. M. Vinodkumar

Abstract:

Searching the “Island of stability” is a topic of extreme interest in theoretical as well as experimental modern physics today. This “island of stability” is spanned by superheavy elements (SHE's) that are produced in the laboratory. SHE's are believed to exist primarily due to the “magic” stabilizing effects of nuclear shell structure. SHE synthesis is extremely difficult due to their very low production cross section, often of the order of pico barns or less. Stabilizing effects of shell closures at proton number Z=82 and neutron number N=126 are predicted theoretically. Though stabilizing effects of Z=82 have been experimentally verified, no concluding observations have been made with N=126, so far. We measured and analyzed the total evaporation residue (ER) cross sections for a number of systems with neutron number around 126 to explore possible shell closure effects in ER cross sections, in this work.

Keywords: super heavy elements, fusion, evaporation residue, compund nucleus

Procedia PDF Downloads 446
162 Design of Non-uniform Circular Antenna Arrays Using Firefly Algorithm for Side Lobe Level Reduction

Authors: Gopi Ram, Durbadal Mandal, Rajib Kar, Sakti Prasad Ghoshal

Abstract:

A design problem of non-uniform circular antenna arrays for maximum reduction of both the side lobe level (SLL) and first null beam width (FNBW) is dealt with. This problem is modeled as a simple optimization problem. The method of Firefly algorithm (FFA) is used to determine an optimal set of current excitation weights and antenna inter-element separations that provide radiation pattern with maximum SLL reduction and much improvement on FNBW as well. Circular array antenna laid on x-y plane is assumed. FFA is applied on circular arrays of 8-, 10-, and 12- elements. Various simulation results are presented and hence performances of side lobe and FNBW are analyzed. Experimental results show considerable reductions of both the SLL and FNBW with respect to those of the uniform case and some standard algorithms GA, PSO, and SA applied to the same problem.

Keywords: circular arrays, first null beam width, side lobe level, FFA

Procedia PDF Downloads 225
161 Design and Implementation of an AI-Enabled Task Assistance and Management System

Authors: Arun Prasad Jaganathan

Abstract:

In today's dynamic industrial world, traditional task allocation methods often fall short in adapting to evolving operational conditions. This paper introduces an AI-enabled task assistance and management system designed to overcome the limitations of conventional approaches. By using artificial intelligence (AI) and machine learning (ML), the system intelligently interprets user instructions, analyzes tasks, and allocates resources based on real-time data and environmental factors. Additionally, geolocation tracking enables proactive identification of potential delays, ensuring timely interventions. With its transparent reporting mechanisms, the system provides stakeholders with clear insights into task progress, fostering accountability and informed decision-making. The paper presents a comprehensive overview of the system architecture, algorithm, and implementation, highlighting its potential to revolutionize task management across diverse industries.

Keywords: artificial intelligence, machine learning, task allocation, operational efficiency, resource optimization

Procedia PDF Downloads 4
160 Unsteady Numerical Analysis of Sediment Erosion Affected High Head Francis Turbine

Authors: Saroj Gautam, Ram Lama, Hari Prasad Neopane, Sailesh Chitrakar, Biraj Singh Thapa, Baoshan Zhu

Abstract:

Sediment flowing along with the water in rivers flowing in South Asia erodes the turbine components. The erosion of turbine components is influenced by the nature of fluid flow along with components of typical turbine types. This paper examines two cases of high head Francis turbines with the same speed number numerically. The numerical investigation involves both steady-state and transient analysis of the numerical model developed for both cases. Furthermore, the influence of leakage flow from the clearance gap of guide vanes is also examined and compared with no leakage flow. It presents the added pressure pulsation to rotor-stator-interaction in the turbine runner for both cases due to leakage flow. It was also found that leakage flow was a major contributor to the sediment erosion in those turbines.

Keywords: sediment erosion, Francis turbine, leakage flow, rotor stator interaction

Procedia PDF Downloads 150
159 Communication Apprehension among College Students in United Arab Emirates: A Case Study of Undergraduate Students of Abu Dhabi University

Authors: Nunna Venkata Prasad, Maryam Amoke Folarin, Muhammad Ali Shaukat Sham

Abstract:

A quantitative investigation was conducted to explore the communication apprehension among undergraduate students of Abu Dhabi University. Communication apprehension (CA) is an individual’s level of fear or anxiety associated with either real or anticipated communication with another person or persons. All individuals experience some level of communication apprehension. A total of 100 participants selected through a stratified sampling method, which includes 50 males and 50 females participated in the study. The research was conducted by distributing the personal report of communication apprehension questionnaire, randomly amongst these students. Results were affirmative with previous researches conducted. Demographics, age, or college year did not make any significant differences amongst the undergraduate students. More students were found to have high CA with public speaking rather than other scenarios. And lesser students were found to have high CA level with one-on-one conversations although a significant number of them still tested to have high CA with interpersonal communications.

Keywords: communication apprehension, interpersonal communication, oral communication, public speaking

Procedia PDF Downloads 153
158 The Role of Community Museum in Ethnic Identity: A Case of Tharu Cultural Museum and Research Center in Chitwan Nepal

Authors: Birendra Mahato, Shiva Narayan Chaudhary

Abstract:

Tharus are indigenous inhabitants of the Tarai, the narrow strip of flat and fertile land that lies at the foothills of the Himalayas. They have unique rituals, festivals, and music, while their clothes and ornaments are similar to some ethnic groups of India. After the control of malaria in the Terai between 1955 to 1965, (with the help of the U.S. Government, the WHO and the government of Nepal) the rate of in-migration skyrocketed, particularly of Nepal’s hill people, whose culture, along with the use of the Western education system, was gradually adopted by the Tharus. Among the many challenges, the Tharus face is their assimilation into the dominant Nepali culture. .The Tharus are thus under threat of slowly losing their ethnic identity and cultural values. In order to preserve the indigenous Tharu Culture, Tharu Cultural Museum, and Research Center. It is a community based non-governmental and non-profitable museum established in 2005 by Tharu intellectuals, traditional leaders and youths. The main goal of the museum is to preserve Tharu culture through different activities with direct and indirect involvement of community people. It aims to preserve arts, culture, handicrafts, and artifacts related to Indigenous Tharu People. Similarly, the museum displays an exhibition about the Tharu histories, lives, culture, and their indigenous knowledge and skills. The paper aims to demonstrate that community museums can be one of the key hubs for the preservation of culture with the collection and promotion of cultural objects, artifacts, and intangible cultural heritages. The preservation of culture not only has contributed to establishing their ethnic identity but also has contributed to establishing their recognition of their political space in the mainstream politics - the constitution of Nepal has recognized Tharus to provide reservation for the political space.

Keywords: community museum, tharu, , identity, culture

Procedia PDF Downloads 111
157 Numerical Solution of a Mathematical Model of Vortex Using Projection Method: Applications to Tornado Dynamics

Authors: Jagdish Prasad Maurya, Sanjay Kumar Pandey

Abstract:

Inadequate understanding of the complex nature of flow features in tornado vortex is a major problem in modelling tornadoes. Tornadoes are violent atmospheric phenomenon that appear all over the world. Modelling tornadoes aim to reduce the loss of the human lives and material damage caused by the tornadoes. Dynamics of tornado is investigated by a numerical technique, the improved version of the projection method. In this paper, authors solve the problem for axisymmetric tornado vortex by the said method that uses a finite difference approach for getting an accurate and stable solution. The conclusions drawn are that large radial inflow velocity occurs near the ground that leads to increase the tangential velocity. The increased velocity phenomenon occurs close to the boundary and absolute maximum wind is obtained near the vortex core. The results validate previous numerical and theoretical models.

Keywords: computational fluid dynamics, mathematical model, Navier-Stokes equations, tornado

Procedia PDF Downloads 322
156 Computational Fluid Dynamics and Experimental Evaluation of Two Batch Type Electrocoagulation Stirred Tank Reactors Used in the Removal of Cr (VI) from Waste Water

Authors: Phanindra Prasad Thummala, Umran Tezcan Un

Abstract:

In this study, hydrodynamics analysis of two batch type electrocoagulation stirred tank reactors, used for the electrocoagulation treatment of Cr(VI) wastewater, was carried using computational fluid dynamics (CFD). The aim of the study was to evaluate the impact of mixing characteristics on overall performance of electrocoagulation reactor. The CFD simulations were performed using ANSYS FLUENT 14.4 software. The mixing performance of each reactor was evaluated by numerically modelling tracer dispersion in each reactor configuration. The uniformity in tracer dispersion was assumed when 90% of the ratio of the maximum to minimum concentration of the tracer was realized. In parallel, experimental evaluation of both the electrocoagulation reactors for removal of Cr(VI) from wastewater was also carried out. The results of CFD and experimental analysis clearly show that the reactor which can give higher uniformity in lesser time, will perform better as an electrocoagulation reactor for removal of Cr(VI) from wastewater.

Keywords: CFD, stirred tank reactors, electrocoagulation, Cr(VI) wastewater

Procedia PDF Downloads 432
155 Discovering the Real Psyche of Human Beings

Authors: Sheetla Prasad

Abstract:

The objective of this study is ‘discovering the real psyche of human beings for prediction of mode, direction and strength of the potential of actions of the individual. The human face was taken as a source of central point to search for the route of real psyche. Analysis of the face architecture (shape and salient features of face) was done by three directional photographs ( 600 left and right and camera facing) of human beings. The shapes and features of the human face were scaled in 177 units on the basis of face–features locations (FFL). The mathematical analysis was done of FFLs by self developed and standardized formula. At this phase, 800 samples were taken from the population of students, teachers, advocates, administrative officers, and common persons. The finding shows that real psyche has two external rings (ER). These ER are itself generator of two independent psyches (manifested and manipulated). Prima-facie, it was proved that micro differences in FFLs have potential to predict the state of art of the human psyche. The potential of psyches was determined by the saving and distribution of mental energy. It was also mathematically proved.

Keywords: face architecture, psyche, potential, face functional ratio, external rings

Procedia PDF Downloads 481
154 Design and Development of Mucoadhesive Buccal Film Bearing Itraconazole

Authors: Yuvraj Singh Dangi, Kamta Prasad Namdeo, Surendra Bodhake

Abstract:

The purpose of this research was to develop and evaluate mucoadhesive films for buccal administration of itraconazole using film-forming and mucoashesive polymers. Buccal films of chitosan bearing Itraconazole were prepared by solvent casting technique. The films have been evaluated in terms of film weight, thickness, density, surface pH, FTIR, X-ray diffraction analysis, bioadhesion, swelling properties, and in vitro drug release studies. It was found that film formulations of 2 cm2 size having weight in the range of 204 ± 0.76 to 223 ± 2.09 mg and film thickness were in the range of 0.44 ± 0.11 to 0.57 ± 0.19 mm. Density of the films was found to be 0.102 to 0.126 g/ml. Drug content was found to be uniform in the range of 8.23 ± 0.07 to 8.73 ± 0.09 mg/cm2 for formulation A1 to A4. Maximum bioadhesion force was recorded for HPMC buccal films (A2) i.e. 0.57 ± 0.47 as compared to other films. In vitro residence time was in range of 1.7 ± 0.12 to 7.65 ± 0.15 h. The drug release studies show that formulations follow non-fickian diffusion. These mucoadhesive formulations could offer many advantages in comparison to traditional treatments.

Keywords: biovariability, buccal patches, itraconazole, Mucoadhesion

Procedia PDF Downloads 485
153 Experimentation and Analysis of Reinforced Basalt and Carbon Fibres Composite Laminate Mechanical Properties

Authors: Vara Prasad Vemu

Abstract:

The aim of the present work is to investigate the mechanical properties and water absorption capacity of carbon and basalt fibers mixed with matrix epoxy. At present, there is demand for nature friendly products. Basalt reinforced composites developed recently, and these mineral amorphous fibres are a valid alternative to carbon fibres for their lower cost and to glass fibres for their strength. The present paper describes briefly on basalt and carbon fibres (uni-directional) which are used as reinforcement materials for composites. The matrix epoxy (LY 556-HY 951) is taken into account to assess its influence on the evaluated parameters. In order to use reinforced composites for structural applications, it is necessary to perform a mechanical characterization. With this aim experiments like tensile strength, flexural strength, hardness and water absorption are performed. Later the mechanical properties obtained from experiments are compared with ANSYS software results.

Keywords: carbon fibre, basalt fibre, uni-directional, reinforcement, mechanical tests, water absorption test, ANSYS

Procedia PDF Downloads 170
152 The Effect of Global Solar Radiation on the Thermal and Thermohydraulic Performance of Double Flow Corrugated Absorber Solar Air Heater

Authors: Suresh Prasad Sharma, Som Nath Saha

Abstract:

This paper deals with the effect of Global Solar Radiation (GSR) on the performance of double flow solar air heater having corrugated plate as an absorber. An analytical model of a double flow solar air heater has been presented, and a computer program in C++ language has been developed to calculate the outlet air temperature, heat gain, pressure drop for estimating the thermal and thermohydraulic efficiencies. The performance of double flow corrugated absorber is compared with double flow flat plate and conventional solar air heaters. It is found that the double flow arrangement effectively increases the air temperature rise and efficiencies in comparison to a conventional collector. However, corrugated absorber is more superior to that of flat plate double flow solar air heater. The results indicate that increasing the solar radiation leads to achieve higher air temperature rise and efficiencies.

Keywords: corrugated absorber, double flow, flat plate, solar air heater

Procedia PDF Downloads 250
151 Postural Orthostatic Tachycardia Syndrome: A Case Study and Discussion of Its Epidemiology, Pathophysiology, Diagnosis, and Management

Authors: Zayd Parekh, Amish Prasad, Baraa Souman

Abstract:

Postural orthostatic tachycardia syndrome (POTS) is characterized by orthostatic intolerance due to an exaggerated tachycardia in response to standing upright. This exaggerated orthostatic tachycardia is defined as the heart rate (HR) rising 30 beats above a baseline value while supine or seated within ten minutes. The tachycardia can lead to symptoms of orthostatic intolerance such as palpitations, lightheadedness, exercise intolerance, fatigue, and anxiety. POTS can go undiagnosed for many years due to its similarities with other cardiac and psychiatric conditions and nonspecific presentation, making it crucial to raise awareness for it in the medical field. The following case study discusses a 30-year-old female who was evaluated in the emergency room several times before being referred to the clinic for POTS. An overview of what tests are performed with this patient is also provided, highlighting the diagnostic work-up for POTS and the process of ruling out other differentials being considered. Finally, the epidemiology, the various theories regarding its pathophysiology, the diagnostic process, and pharmacological and non-pharmacological management for POTS are reviewed.

Keywords: orthostatic intolerance, postural orthostatic tachycardia syndrome, syncope, tachycardia

Procedia PDF Downloads 47
150 A Deep Learning Based Approach for Dynamically Selecting Pre-processing Technique for Images

Authors: Revoti Prasad Bora, Nikita Katyal, Saurabh Yadav

Abstract:

Pre-processing plays an important role in various image processing applications. Most of the time due to the similar nature of images, a particular pre-processing or a set of pre-processing steps are sufficient to produce the desired results. However, in the education domain, there is a wide variety of images in various aspects like images with line-based diagrams, chemical formulas, mathematical equations, etc. Hence a single pre-processing or a set of pre-processing steps may not yield good results. Therefore, a Deep Learning based approach for dynamically selecting a relevant pre-processing technique for each image is proposed. The proposed method works as a classifier to detect hidden patterns in the images and predicts the relevant pre-processing technique needed for the image. This approach experimented for an image similarity matching problem but it can be adapted to other use cases too. Experimental results showed significant improvement in average similarity ranking with the proposed method as opposed to static pre-processing techniques.

Keywords: deep-learning, classification, pre-processing, computer vision, image processing, educational data mining

Procedia PDF Downloads 116