Search results for: large bowel obstruction
Commenced in January 2007
Frequency: Monthly
Edition: International
Paper Count: 7087

Search results for: large bowel obstruction

6517 Artificial Intelligence and Distributed System Computing: Application and Practice in Real Life

Authors: Lai Junzhe, Wang Lihao, Burra Venkata Durga Kumar

Abstract:

In recent years, due to today's global technological advances, big data and artificial intelligence technologies have been widely used in various industries and fields, playing an important role in reducing costs and increasing efficiency. Among them, artificial intelligence has derived another branch in its own continuous progress and the continuous development of computer personnel, namely distributed artificial intelligence computing systems. Distributed AI is a method for solving complex learning, decision-making, and planning problems, characterized by the ability to take advantage of large-scale computation and the spatial distribution of resources, and accordingly, it can handle problems with large data sets. Nowadays, distributed AI is widely used in military, medical, and human daily life and brings great convenience and efficient operation to life. In this paper, we will discuss three areas of distributed AI computing systems in vision processing, blockchain, and smart home to introduce the performance of distributed systems and the role of AI in distributed systems.

Keywords: distributed system, artificial intelligence, blockchain, IoT, visual information processing, smart home

Procedia PDF Downloads 105
6516 An Experimental and Numerical Study on the Pultruded GFRP I-Sections Beams

Authors: Parinaz Arashnia, Farzad Hatami, Saeed Ghaffarpour Jahromi

Abstract:

Using steel in bridges’ construction because of their desired tensile and compressive strength and light weight especially in large spans was widely popular. Disadvantages of steel such as corrosion, buckling and weaknesses in high temperature and unsuitable weld could be solve with using Fibres Reinforced Polymer (FRP) profiles. The FRP is a remarkable class of composite polymers that can improve structural elements behaviour like corrosion resistance, fir resistance with good proofing and electricity and magnetic non-conductor. Nowadays except FRP reinforced bars and laminates, FRP I-beams are made and studied. The main reason for using FRP profiles is, prevent of corrosion and increase the load carrying capacity and durability, especially in large spans in bridges’ deck. In this paper, behaviour of I-section glass fibres reinforced polymer (GFRP) beam is discussed under point loads with numerical models and results has been compared and verified with experimental tests.

Keywords: glass fibres reinforced polymer, composite, I-section beam, durability, finite element method, numerical model

Procedia PDF Downloads 252
6515 Electrospun NaMnPO₄/CNF as High-Performance Cathode Material for Sodium Ion Batteries

Authors: Concetta Busacca, Leone Frusteri, Orazio Di Blasi, Alessandra Di Blasi

Abstract:

The large-scale extension of renewable energy led, recently, to the development of efficient and low-cost electrochemical energy storage (EES) systems such as batteries. Although lithium-ion battery (LIB) technology is relatively mature, several issues regarding safety, cyclability, and high costs must be overcome. Thanks to the availability and low cost of sodium, sodium-ion batteries (NIB) have the potential to meet the energy storage needs of the large-scale grid, becoming a valid alternative to LIB in some energy sectors, such as the stationary one. However, important challenges such as low specific energy and short cyclic life due to the large radius of Na+ must be faced to introduce this technology into the market. As an important component of SIBs, cathode materials have a significant effect on the electrochemical performance of SIBs. Recently, sodium layer transition metal oxides, phosphates, and organic compounds have been investigated as cathode materials for SIBs. In particular, phosphate-based compounds such as NaₓMPO₄ (M= Fe, Co, Mn) have been extensively studied as cathodic polyanion materials due to their long cycle stability and appropriate operating voltage. Among these, an interesting cathode material is the NaMnPO₄ based one, thanks to the stability and the high redox potential of the Mn²⁺/Mn³⁺ ion pair (3÷4 V vs. Na+/Na), which allows reaching a high energy density. This work concerns with the synthesis of a composite material based on NaMnPO₄ and carbon nanofibers (NaMnPO₄-CNF) characterized by a mixed crystalline structure between the maricite and olivine phases and a self-standing manufacture obtained by electrospinning technique. The material was tested in a Na-ion battery coin cell in half cell configuration, and showed outstanding electrocatalytic performances with a specific discharge capacity of 125 mAhg⁻¹ and 101 mAhg⁻¹ at 0.3C and 0.6C, respectively, and a retention capacity of about 80% a 0.6C after 100 cycles.

Keywords: electrospinning, self standing materials, Na ion battery, cathode materials

Procedia PDF Downloads 60
6514 Nonlinear Analysis of Shear Deformable Deep Beam Resting on Nonlinear Two-Parameter Random Soil

Authors: M. Seguini, D. Nedjar

Abstract:

In this paper, the nonlinear analysis of Timoshenko beam undergoing moderate large deflections and resting on nonlinear two-parameter random foundation is presented, taking into account the effects of shear deformation, beam’s properties variation and the spatial variability of soil characteristics. The finite element probabilistic analysis has been performed by using Timoshenko beam theory with the Von Kàrmàn nonlinear strain-displacement relationships combined to Vanmarcke theory and Monte Carlo simulations, which is implemented in a Matlab program. Numerical examples of the newly developed model is conducted to confirm the efficiency and accuracy of this later and the importance of accounting for the foundation second parameter (Winkler-Pasternak). Thus, the results obtained from the developed model are presented and compared with those available in the literature to examine how the consideration of the shear and spatial variability of soil’s characteristics affects the response of the system.

Keywords: nonlinear analysis, soil-structure interaction, large deflection, Timoshenko beam, Euler-Bernoulli beam, Winkler foundation, Pasternak foundation, spatial variability

Procedia PDF Downloads 317
6513 An Analysis of Conditions for Efficiency Gains in Large ICEs Using Cycling

Authors: Bauer Peter, Murillo Jenny

Abstract:

This paper investigates the bounds of achievable fuel efficiency improvements in engines due to cycling between two operating points assuming a series hybrid configuration . It is shown that for linear bsfc dependencies (as a function of power), cycling is only beneficial if the average power needs are smaller than the power at the optimal bsfc value. Exact expressions for the fuel efficiency gains relative to the constant output power case are derived. This asymptotic analysis is then extended to the case where transient losses due to a change in the operating point are also considered. The case of the boundary bsfc trajectory where constant power application and cycling yield the same fuel consumption.is investigated. It is shown that the boundary bsfc locations of the second non-optimal operating points is hyperbolic. The analysis of the boundary case allows to evaluate whether for a particular engine, cycling can be beneficial. The introduced concepts are illustrated through a number of real world examples, i.e. large production Diesel engines in series hybrid configurations.

Keywords: cycling, efficiency, bsfc, series hybrid, diesel, operating point

Procedia PDF Downloads 498
6512 MapReduce Logistic Regression Algorithms with RHadoop

Authors: Byung Ho Jung, Dong Hoon Lim

Abstract:

Logistic regression is a statistical method for analyzing a dataset in which there are one or more independent variables that determine an outcome. Logistic regression is used extensively in numerous disciplines, including the medical and social science fields. In this paper, we address the problem of estimating parameters in the logistic regression based on MapReduce framework with RHadoop that integrates R and Hadoop environment applicable to large scale data. There exist three learning algorithms for logistic regression, namely Gradient descent method, Cost minimization method and Newton-Rhapson's method. The Newton-Rhapson's method does not require a learning rate, while gradient descent and cost minimization methods need to manually pick a learning rate. The experimental results demonstrated that our learning algorithms using RHadoop can scale well and efficiently process large data sets on commodity hardware. We also compared the performance of our Newton-Rhapson's method with gradient descent and cost minimization methods. The results showed that our newton's method appeared to be the most robust to all data tested.

Keywords: big data, logistic regression, MapReduce, RHadoop

Procedia PDF Downloads 273
6511 The Relationship between Size of Normal and Cystic Bovine Ovarian Follicles with Follicular Fluid Levels of Nitric Oxide and Estradiol

Authors: Hamidreza Khodaei, Behnaz Mahdavi, Leila Karshenas

Abstract:

Nitric oxide (NO) is a small fast acting neurotransmitter, which is synthesized From L-arginine by nitric oxide synthase. Studies show that NO affects a wide range of reproductive functions. Steroidal hormones synthesis, LH surge during ovulation, follicular growth and ovulation are all affected by NO. Therefore, the objective of this study was to evaluate the relationship between NO and estradiol (E2) production in ovarian follicles and cysts in bovines. Two experiment groups were formed and serum and follicular fluid levels Of NO and estradiol (E2) was measured. In the first group, follicular fluids were obtained from 30 slaughtered cows. Follicles were divided into three groups according to follicular diameter: Small follicles, <5 mm, medium-sized follicles, 5 to 10 mm, and large follicles, >10 mm. 30 follicles were randomly selected within each group. Blood samples were obtained via jugular vein. NO concentrations in blood and ovarian follicular fluids were measured by Griess reaction method and radio-immunoassay respectively. In the second group: 12 cows in follicular phase and with cystic follicles were selected and a cystic follicle was obtained from each. NO and E2 levels were measured as done for the first experiment group. The data were analyzed by SAS software using ANOVA and Duncan’s test. NO concentrations of follicular fluids from large follicles were significantly higher than those of the medium and small-sized ones. There were significant differences in the concentrations of nitrite and nitrate (Stable metabolites of NO) between large and cystic follicles, with extremely low NO and high E2 levels in cystic follicles (p<0.01).The results suggest that paracrine effects of NO may play an important role in the control of ovarian follicle growth and development of cystic follicles in bovines. It seems that NO dictates its effects through inhibition of ovarian steroidal synthesis.

Keywords: nitric oxide, estradiol, cystic follicle, cow, oogenesis, oocyte maturation, follicular fluid

Procedia PDF Downloads 230
6510 Evaluation of Shock Sensitivity of Nano-Scaled 1,3,5-Trinitro-1,3,5-Triazacyclohexane Using Small Scale Gap Test

Authors: Kang-In Lee, Woo-Jin Lee, Keun-Deuk Lee, Ju-Seung Chae

Abstract:

In this study, small scale gap test (SSGT) was performed to measure shock sensitivity of nano-scaled 1,3,5-trinitro-1,3,5-triazacyclohexane (RDX) samples. The shock sensitivity of energetic materials is usually evaluated by the method of large-scale gap test (LSGT) that has a higher reliability than other methods. But LSGT has the disadvantage that it takes a high cost and time by using a large amount of explosive. In this experiment, nano-scaled RDX samples were prepared by spray crystallization in two different drying methods. In addition, 30μm RDX sample produced by precipitation crystallization and 5μm RDX sample produced by fluid energy mill process were tested to compare shock sensitivity. The study of shock sensitivity measured by small-scale gap test shows that small sized RDX particles have greater insensitivity. As a result, we infer SSGT method has higher reliability compared to the literature as measurement of shock sensitivity of energetic materials.

Keywords: nano-scaled RDX, SSGT(small scale gap test), shock sensitivity, RDX

Procedia PDF Downloads 249
6509 Domain Adaptive Dense Retrieval with Query Generation

Authors: Rui Yin, Haojie Wang, Xun Li

Abstract:

Recently, mainstream dense retrieval methods have obtained state-of-the-art results on some datasets and tasks. However, they require large amounts of training data, which is not available in most domains. The severe performance degradation of dense retrievers on new data domains has limited the use of dense retrieval methods to only a few domains with large training datasets. In this paper, we propose an unsupervised domain-adaptive approach based on query generation. First, a generative model is used to generate relevant queries for each passage in the target corpus, and then, the generated queries are used for mining negative passages. Finally, the query-passage pairs are labeled with a cross-encoder and used to train a domain-adapted dense retriever. We also explore contrastive learning as a method for training domain-adapted dense retrievers and show that it leads to strong performance in various retrieval settings. Experiments show that our approach is more robust than previous methods in target domains that require less unlabeled data.

Keywords: dense retrieval, query generation, contrastive learning, unsupervised training

Procedia PDF Downloads 93
6508 Integrating Best Practices for Construction Waste in Quality Management Systems

Authors: Paola Villoria Sáez, Mercedes Del Río Merino, Jaime Santa Cruz Astorqui, Antonio Rodríguez Sánchez

Abstract:

The Spanish construction industry generates large volumes of waste. However, despite the legislative improvements introduced for construction and demolition waste (CDW), construction waste recycling rate remains well below other European countries and also below the target set for 2020. This situation can be due to many difficulties. i.e.: The difficulty of onsite segregation or the estimation in advance of the total amount generated. Despite these difficulties, the proper management of CDW must be one of the main aspects to be considered by the construction companies. In this sense, some large national companies are implementing Integrated Management Systems (IMS) including not only quality and safety aspects, but also environment issues. However, although this fact is a reality for large construction companies still the vast majority of companies need to adopt this trend. In short, it is common to find in small and medium enterprises a decentralized management system: A single system of quality management, another for system safety management and a third one for environmental management system (EMS). In addition, the EMSs currently used address CDW superficially and are mainly focus on other environmental concerns such as carbon emissions. Therefore, this research determines and implements a specific best practice management system for CDW based on eight procedures in a Spanish Construction company. The main advantages and drawbacks of its implementation are highlighted. Results of this study show that establishing and implementing a CDW management system in building works, improve CDW quantification as the company obtains their own CDW generation ratio. This helps construction stakeholders when developing CDW Management Plans and also helps to achieve a higher adjustment of CDW management costs. Finally, integrating this CDW system with the EMS of the company favors the cohesion of the construction process organization at all stages, establishing responsibilities in the field of waste and providing a greater control over the process.

Keywords: construction and demolition waste, waste management, best practices, waste minimization, building, quality management systems

Procedia PDF Downloads 528
6507 Soil Improvement through Utilization of Calcifying Bhargavaea cecembensis N1 in an Affordable Whey Culture Medium

Authors: Fatemeh Elmi, Zahra Etemadifar

Abstract:

Improvement of soil mechanical properties is crucial before its use in construction, as the low mechanical strength and unstable structure of soil in many parts of the world can lead to the destruction of engineering infrastructure, resulting in financial and human losses. Although, conventional methods, such as chemical injection, are often utilized to enhance soil strength and stiffness, they are generally expensive, require heavy machinery, and cause significant environmental effects due to chemical usage, and also disrupt urban infrastructure. Moreover, they are not suitable for treating large volume of soil. Recently, an alternative method to improve various soil properties, including strength, hardness, and permeability, has received much attention: the application of biological methods. One of the most widely used is biocementation, which is based on the microbial precipitation of calcium carbonte crystalls using ureolytic bacteria However, there are still limitations to its large-scale use that need to be resolved before it can be commercialized. These issues have not received enough attention in prior research. One limitation of MICP (microbially induced calcium carbonate precipitation) is that microorganisms cannot operate effectively in harsh and variable environments, unlike the controlled conditions of a laboratory. Another limitation of applying this technique on a large scale is the high cost of producing a substantial amount of bacterial culture and reagents required for soil treatment. Therefore, the purpose of the present study was to investigate soil improvement using the biocementation activity of poly-extremophile, calcium carbonate crystal- producing bacterial strain, Bhargavaea cecembensis N1, in whey as an inexpensive medium. This strain was isolated and molecularly identified from sandy soils in our previous research, and its 16S rRNA gene sequences was deposited in the NCBI Gene Bank with an accession number MK420385. This strain exhibited a high level of urease activity (8.16 U/ml) and produced a large amount of calcium carbonate (4.1 mg/ ml). It was able to improve the soil by increasing the compressive strength up to 205 kPa and reducing permeability by 36%, with 20% of the improvement attributable of calcium carbonate production. This was achieved using this strain in a whey culture medium. This strain can be an eco-friendly and economical alternative to conventional methods in soil stabilization, and other MICP related applications.

Keywords: biocementation, Bhargavaea cecembensis, soil improvement, whey culture medium

Procedia PDF Downloads 49
6506 Size Effects on Structural Performance of Concrete Gravity Dams

Authors: Mehmet Akköse

Abstract:

Concern about seismic safety of concrete dams have been growing around the world, partly because the population at risk in locations downstream of major dams continues to expand and also because it is increasingly evident that the seismic design concepts in use at the time most existing dams were built were inadequate. Most of the investigations in the past have been conducted on large dams, typically above 100m high. A large number of concrete dams in our country and in other parts of the world are less than 50m high. Most of these dams were usually designed using pseudo-static methods, ignoring the dynamic characteristics of the structure as well as the characteristics of the ground motion. Therefore, it is important to carry out investigations on seismic behavior this category of dam in order to assess and evaluate the safety of existing dams and improve the knowledge for different high dams to be constructed in the future. In this study, size effects on structural performance of concrete gravity dams subjected to near and far-fault ground motions are investigated including dam-water-foundation interaction. For this purpose, a benchmark problem proposed by ICOLD (International Committee on Large Dams) is chosen as a numerical application. Structural performance of the dam having five different heights is evaluated according to damage criterions in USACE (U.S. Army Corps of Engineers). It is decided according to their structural performance if non-linear analysis of the dams requires or not. The linear elastic dynamic analyses of the dams to near and far-fault ground motions are performed using the step-by-step integration technique. The integration time step is 0.0025 sec. The Rayleigh damping constants are calculated assuming 5% damping ratio. The program NONSAP modified for fluid-structure systems with the Lagrangian fluid finite element is employed in the response calculations.

Keywords: concrete gravity dams, Lagrangian approach, near and far-fault ground motion, USACE damage criterions

Procedia PDF Downloads 267
6505 A Study on the Construction Process and Sustainable Renewal Development of High-Rise Residential Areas in Chongqing (1978-2023)

Authors: Xiaoting Jing, Ling Huang

Abstract:

After the reform and opening up, Chongqing has formed far more high-rise residential areas than other cities in its more than 40 years of urban construction. High-rise residential areas have become one of the main modern living models in Chongqing and an important carrier reflecting the city's high quality of life. Reviewing the construction process and renewal work helps understand the characteristics of high-rise residential areas in Chongqing at different stages, clarify current development demands, and look forward to the focus of future renewal work. Based on socio-economic development and policy background, the article sorts the construction process of high-rise residential areas in Chongqing into four stages: the early experimental construction period of high-rise residential areas (1978-1996), the rapid start-up period of high-rise commodity housing construction (1997-2006), the large-scale construction period of high-rise commodity housing and public rental housing (2007-2014), and the period of renewal and renovation of high-rise residential areas and step-by-step construction of quality commodity housing (2015-present). Based on the construction demands and main construction types of each stage, the article summarizes that the construction of high-rise residential areas in Chongqing features large scale, high speed, and high density. It points out that a large number of high-rise residential areas built after 2000 will become important objects of renewal and renovation in the future. Based on existing renewal work experience, it is urgent to explore a path for sustainable renewal and development in terms of policy mechanisms, digital supervision, and renewal and renovation models, leading the high-rise living in Chongqing toward high-quality development.

Keywords: high-rise residential areas, construction process, renewal and renovation, Chongqing

Procedia PDF Downloads 58
6504 Bag of Local Features for Person Re-Identification on Large-Scale Datasets

Authors: Yixiu Liu, Yunzhou Zhang, Jianning Chi, Hao Chu, Rui Zheng, Libo Sun, Guanghao Chen, Fangtong Zhou

Abstract:

In the last few years, large-scale person re-identification has attracted a lot of attention from video surveillance since it has a potential application prospect in public safety management. However, it is still a challenging job considering the variation in human pose, the changing illumination conditions and the lack of paired samples. Although the accuracy has been significantly improved, the data dependence of the sample training is serious. To tackle this problem, a new strategy is proposed based on bag of visual words (BoVW) model of designing the feature representation which has been widely used in the field of image retrieval. The local features are extracted, and more discriminative feature representation is obtained by cross-view dictionary learning (CDL), then the assignment map is obtained through k-means clustering. Finally, the BoVW histograms are formed which encodes the images with the statistics of the feature classes in the assignment map. Experiments conducted on the CUHK03, Market1501 and MARS datasets show that the proposed method performs favorably against existing approaches.

Keywords: bag of visual words, cross-view dictionary learning, person re-identification, reranking

Procedia PDF Downloads 189
6503 Web Search Engine Based Naming Procedure for Independent Topic

Authors: Takahiro Nishigaki, Takashi Onoda

Abstract:

In recent years, the number of document data has been increasing since the spread of the Internet. Many methods have been studied for extracting topics from large document data. We proposed Independent Topic Analysis (ITA) to extract topics independent of each other from large document data such as newspaper data. ITA is a method for extracting the independent topics from the document data by using the Independent Component Analysis. The topic represented by ITA is represented by a set of words. However, the set of words is quite different from the topics the user imagines. For example, the top five words with high independence of a topic are as follows. Topic1 = {"scor", "game", "lead", "quarter", "rebound"}. This Topic 1 is considered to represent the topic of "SPORTS". This topic name "SPORTS" has to be attached by the user. ITA cannot name topics. Therefore, in this research, we propose a method to obtain topics easy for people to understand by using the web search engine, topics given by the set of words given by independent topic analysis. In particular, we search a set of topical words, and the title of the homepage of the search result is taken as the topic name. And we also use the proposed method for some data and verify its effectiveness.

Keywords: independent topic analysis, topic extraction, topic naming, web search engine

Procedia PDF Downloads 116
6502 Global Differences in Job Satisfaction of Healthcare Professionals

Authors: Jonathan H. Westover, Ruthann Cunningham, Jaron Harvey

Abstract:

Purpose: Job satisfaction is one of the most critical attitudes among employees. Understanding whether employees are satisfied with their jobs and what is driving that satisfaction is important for any employer, but particularly for healthcare organizations. This study looks at the question of job satisfaction and drivers of job satisfaction among healthcare professionals at a global scale, looking for trends that generalize across 37 countries. Study: This study analyzed job satisfaction responses to the 2015 Work Orientations IV wave of the International Social Survey Programme (ISSP) to understand differences in antecedents for and levels of job satisfaction among healthcare professionals. A total of 18,716 respondents from 37 countries participated in the annual survey. Findings: Respondents self-identified their occupational category based on corresponding International Standard Classification of Occupations (ISCO-08) codes. Results suggest that mean overall job satisfaction was highest among health service managers and generalist medical practitioners and lowest among environmental hygiene professionals and nursing professionals. Originality: Many studies have addressed the issue of job satisfaction in healthcare, examining small samples of specific healthcare workers. In this study, using a large international dataset, we are able to examine questions of job satisfaction across large groups of healthcare workers in different occupations within the healthcare field.

Keywords: job satisfaction, healthcare industry, global comparisons, workplace

Procedia PDF Downloads 140
6501 Parallelizing the Hybrid Pseudo-Spectral Time Domain/Finite Difference Time Domain Algorithms for the Large-Scale Electromagnetic Simulations Using Massage Passing Interface Library

Authors: Donggun Lee, Q-Han Park

Abstract:

Due to its coarse grid, the Pseudo-Spectral Time Domain (PSTD) method has advantages against the Finite Difference Time Domain (FDTD) method in terms of memory requirement and operation time. However, since the efficiency of parallelization is much lower than that of FDTD, PSTD is not a useful method for a large-scale electromagnetic simulation in a parallel platform. In this paper, we propose the parallelization technique of the hybrid PSTD-FDTD (HPF) method which simultaneously possesses the efficient parallelizability of FDTD and the quick speed and low memory requirement of PSTD. Parallelization cost of the HPF method is exactly the same as the parallel FDTD, but still, it occupies much less memory space and has faster operation speed than the parallel FDTD. Experiments in distributed memory systems have shown that the parallel HPF method saves up to 96% of the operation time and reduces 84% of the memory requirement. Also, by combining the OpenMP library to the MPI library, we further reduced the operation time of the parallel HPF method by 50%.

Keywords: FDTD, hybrid, MPI, OpenMP, PSTD, parallelization

Procedia PDF Downloads 141
6500 Finite Element Molecular Modeling: A Structural Method for Large Deformations

Authors: A. Rezaei, M. Huisman, W. Van Paepegem

Abstract:

Atomic interactions in molecular systems are mainly studied by particle mechanics. Nevertheless, researches have also put on considerable effort to simulate them using continuum methods. In early 2000, simple equivalent finite element models have been developed to study the mechanical properties of carbon nanotubes and graphene in composite materials. Afterward, many researchers have employed similar structural simulation approaches to obtain mechanical properties of nanostructured materials, to simplify interface behavior of fiber-reinforced composites, and to simulate defects in carbon nanotubes or graphene sheets, etc. These structural approaches, however, are limited to small deformations due to complicated local rotational coordinates. This article proposes a method for the finite element simulation of molecular mechanics. For ease in addressing the approach, here it is called Structural Finite Element Molecular Modeling (SFEMM). SFEMM method improves the available structural approaches for large deformations, without using any rotational degrees of freedom. Moreover, the method simulates molecular conformation, which is a big advantage over the previous approaches. Technically, this method uses nonlinear multipoint constraints to simulate kinematics of the atomic multibody interactions. Only truss elements are employed, and the bond potentials are implemented through constitutive material models. Because the equilibrium bond- length, bond angles, and bond-torsion potential energies are intrinsic material parameters, the model is independent of initial strains or stresses. In this paper, the SFEMM method has been implemented in ABAQUS finite element software. The constraints and material behaviors are modeled through two Fortran subroutines. The method is verified for the bond-stretch, bond-angle and bond-torsion of carbon atoms. Furthermore, the capability of the method in the conformation simulation of molecular structures is demonstrated via a case study of a graphene sheet. Briefly, SFEMM builds up a framework that offers more flexible features over the conventional molecular finite element models, serving the structural relaxation modeling and large deformations without incorporating local rotational degrees of freedom. Potentially, the method is a big step towards comprehensive molecular modeling with finite element technique, and thereby concurrently coupling an atomistic domain to a solid continuum domain within a single finite element platform.

Keywords: finite element, large deformation, molecular mechanics, structural method

Procedia PDF Downloads 145
6499 Hybrid Direct Numerical Simulation and Large Eddy Simulating Wall Models Approach for the Analysis of Turbulence Entropy

Authors: Samuel Ahamefula

Abstract:

Turbulent motion is a highly nonlinear and complex phenomenon, and its modelling is still very challenging. In this study, we developed a hybrid computational approach to accurately simulate fluid turbulence phenomenon. The focus is coupling and transitioning between Direct Numerical Simulation (DNS) and Large Eddy Simulating Wall Models (LES-WM) regions. In the framework, high-order fidelity fluid dynamical methods are utilized to simulate the unsteady compressible Navier-Stokes equations in the Eulerian format on the unstructured moving grids. The coupling and transitioning of DNS and LES-WM are conducted through the linearly staggered Dirichlet-Neumann coupling scheme. The high-fidelity framework is verified and validated based on namely, DNS ability for capture full range of turbulent scales, giving accurate results and LES-WM efficiency in simulating near-wall turbulent boundary layer by using wall models.

Keywords: computational methods, turbulence modelling, turbulence entropy, navier-stokes equations

Procedia PDF Downloads 95
6498 Large Eddy Simulation of Particle Clouds Using Open-Source CFD

Authors: Ruo-Qian Wang

Abstract:

Open-source CFD has become increasingly popular and promising. The recent progress in multiphase flow enables new CFD applications, which provides an economic and flexible research tool for complex flow problems. Our numerical study using four-way coupling Euler-Lagrangian Large-Eddy Simulations to resolve particle cloud dynamics with OpenFOAM and CFDEM will be introduced: The fractioned Navier-Stokes equations are numerically solved for fluid phase motion, solid phase motion is addressed by Lagrangian tracking for every single particle, and total momentum is conserved by fluid-solid inter-phase coupling. The grid convergence test was performed, which proves the current resolution of the mesh is appropriate. Then, we validated the code by comparing numerical results with experiments in terms of particle cloud settlement and growth. A good comparison was obtained showing reliability of the present numerical schemes. The time and height at phase separations were defined and analyzed for a variety of initial release conditions. Empirical formulas were drawn to fit the results.

Keywords: four-way coupling, dredging, land reclamation, multiphase flows, oil spill

Procedia PDF Downloads 424
6497 A Service-Learning Experience in the Subject of Adult Nursing

Authors: Eva de Mingo-Fernández, Lourdes Rubio Rico, Carmen Ortega-Segura, Montserrat Querol-García, Raúl González-Jauregui

Abstract:

Today, one of the great challenges that the university faces is to get closer to society and transfer knowledge. The competency-based training approach favours a continuous interaction between practice and theory, which is why it is essential to establish real experiences with reflection and debate and to contrast them with personal and professional knowledge. Service-learning (SL) consists of an integration of academic learning with service in the community, which enables teachers to transfer knowledge with social value and students to be trained on the basis of experience of real needs and problems with the aim of solving them. SLE combines research, teaching, and social value knowledge transfer with the real social needs and problems of a community. Goal: The objective of this study was to design, implement, and evaluate a service-learning program in the subject of adult nursing for second-year nursing students. Methodology: After establishing collaboration with eight associations of people with different pathologies, the students were divided into eight groups, and each group was assigned an association. The groups were made up of 10-12 students. The associations willing to participate were for the following conditions: diabetes, multiple sclerosis, cancer, inflammatory bowel disease, fibromyalgia, heart, lung, and kidney diseases. The methodological design consisting of 5 activities was then applied. Three activities address personal and individual reflections, where the student initially describes what they think it is like to live with a certain disease. They then express their reflections resulting from an interview conducted by peers, in person or online, with a person living with this particular condition, and after sharing the results of their reflections with the rest of the group, they make an oral presentation in which they present their findings to the other students. This is followed by a service task in which the students collaborate in different activities of the association, and finally, a third individual reflection is carried out in which the students express their experience of collaboration. The evaluation of this activity is carried out by means of a rubric for both the reflections and the presentation. It should be noted that the oral presentation is evaluated both by the rest of the classmates and by the teachers. Results: The evaluation of the activity, given by the students, is 7.80/10, commenting that the experience is positive and brings them closer to the reality of the people and the area.

Keywords: academic learning integration, knowledge transfer, service-learning, teaching methodology

Procedia PDF Downloads 62
6496 TopClosure® of Large Abdominal Wall Defect Instead of Staged Hernia Repair as Part of Damage Control Laparotomy

Authors: Andriy Fedorenko

Abstract:

Background Early closure of the open abdomen is a priority after damage control laparotomy to prevent retraction of fascial layers and prevent hernia formation that requires definitive repair at a later stage. This substantially reduces the complications associated with ventral hernia formation for up to a year after initial surgery. TopClosure® is an innovative method that employs stress-relaxation and mechanical creep for skin stretching. Its use enables the primary closure of large abdominal wall defects and mitigates large ventral hernia formation. Materials and Methods A 7-year-old girl presented with severe blast injury. She underwent initial laparotomy in a facility within the conflict zone and was transferred in a state of septic shock to our facility for further care. Her abdominal injuries included liver lacerations, multiple perforations of the transverse colon and ileum, and a 8x16cm oblique abdominal wall defect. Further damage control laparotomy was performed with primary suture of the colon and ileum and temporary closure of the abdomen using a Bagota bag. Twelve hours later, negative pressure wound therapy (NPWT) was applied to the abdominal wound after relook laparotomy. Five days later, TopClosure® was applied to the lower part of the wound incorporating NPWT to the upper wound. Results The patient suffered leak from the colonic suture line and required relaparotomy. TopClosure® abdominal closure was achieved after every laparotomy. Conclusion TopClosure® utilizes the viscoelastic properties of the skin achieving full closure of the abdominal wall (including the fascia and skin),eliminating the need for prolonged NPWT, skin graft, and delayed ventral hernia repair surgery.

Keywords: topclosure, abdominal wall defect, hernia, damage control

Procedia PDF Downloads 74
6495 Hydrogen Storage in Salt Caverns: Rock Mechanical Design

Authors: Dirk Zapf, Bastian Leuger

Abstract:

For several years, natural gas and crude oil have been stored in salt caverns in Germany and also worldwide. The dimensioning concepts have been continuously developed from a rock mechanics point of view. In addition to the possibilities of realizing large numerical calculation models based on real survey data nowadays, especially the consideration of mechanical processes such as damage and healing played a role in the development of adequate material laws. In addition, thermodynamic aspects have had to be considered for some years in the operation of a gas storage cavern since temperature changes have a significant influence on the stress states in the vicinity of a storage cavern. The possibility of thermally induced fracturing processes is also investigated in the context of rock mechanics dimensioning. In recent years, the energy crisis and the finite nature of fossil fuel use have led to increased discussion of the use of salt caverns for hydrogen storage. In this paper, state of the art is presented, the current research work is described, and an outlook is given as to which questions still need to be answered from a rock mechanics point of view in connection with large-scale storage of hydrogen in salt caverns.

Keywords: cavern design, hydrogen, rock salt, thermomechanical coupled calculations

Procedia PDF Downloads 106
6494 Evaluating the Opioid Epidemic in a Large County Jail and Determining Who Is Most at Risk

Authors: Conchita Martin de Bustamante, Christopher S. Kung, Brianne Lacy, Eunsol Park, Hien Piotrowski, Mustafa Husain, Waseem Ahmed

Abstract:

Objective: To explore the comorbidity of mental health conditions (major depressive disorder, borderline personality disorder, generalized anxiety disorder, and schizophrenia) with opioid use disorder in people incarcerated at a large urban jail. Background Schizophrenia, depression, bipolar disorder, and anxiety are all serious mental health conditions that are highly prevalent amongst incarcerated patients. However, it is seldom the only disorder these patients are suffering from. According to the US Department of Justice, about half of US prisoners, both at the state and federal level, suffer from substance use disorders. Although the opioid epidemic has been studied greatly in the recent years amongst the general population, little has been explored on how the opioid crisis has affected incarcerated patients in local jails, particularly regarding which of these patients are most susceptible. Method The cohort consisted of 507 people incarcerated at a large county jail who were evaluated by mental health providers in December 2020. A retrospective review was performed to evaluate associations between mental health diagnoses, substance use disorder, and other demographic variables. Results Participants had been diagnosed with various mental health conditions, including MDD (22.6%, n = 115), GAD (33.7%, n = 171), Schizophrenia (15.2%, n = 77) and BPD (27%, n = 137). Preliminary Chi square tests were conducted for these conditions against marijuana, alcohol, cocaine, opioid, methamphetamine, benzodiazepines, and sedative use disorders. The results showed significant associations between Schizophrenia (p = 0.013), GAD (p M 0.001), and MDD (p = 0.029) with opioid use disorders. Conclusions Determining the extent of these comorbid substance use and mental health disorders within an incarcerated population can help influence treatment plans for future incarcerated patients. Many federal and state jail systems lack pharmacological substance use intervention and the prevalence of these co-morbid conditions can shed light on the importance of treating conditions concurrently upon intake.

Keywords: mental health conditions, opioids, substance use disorder, comorbidity

Procedia PDF Downloads 146
6493 Modeling and Simulation of Textile Effluent Treatment Using Ultrafiltration Membrane Technology

Authors: Samia Rabet, Rachida Chemini, Gerhard Schäfer, Farid Aiouache

Abstract:

The textile industry generates large quantities of wastewater, which poses significant environmental problems due to its complex composition and high levels of pollutants loaded principally with heavy metals, large amounts of COD, and dye. Separation treatment methods are often known for their effectiveness in removing contaminants whereas membrane separation techniques are a promising process for the treatment of textile effluent due to their versatility, efficiency, and low energy requirements. This study focuses on the modeling and simulation of membrane separation technologies with a cross-flow filtration process for textile effluent treatment. It aims to explore the application of mathematical models and computational simulations using ASPEN Plus Software in the prediction of a complex and real effluent separation. The results demonstrate the effectiveness of modeling and simulation techniques in predicting pollutant removal efficiencies with a global deviation percentage of 1.83% between experimental and simulated results; membrane fouling behavior, and overall process performance (hydraulic resistance, membrane porosity) were also estimated and indicating that the membrane losses 10% of its efficiency after 40 min of working.

Keywords: membrane separation, ultrafiltration, textile effluent, modeling, simulation

Procedia PDF Downloads 48
6492 Uses for Closed Coal Mines: Construction of Underground Pumped Storage Hydropower Plants

Authors: Javier Menéndez, Jorge Loredo

Abstract:

Large scale energy storage systems (LSESS) such as pumped-storage hydro-power (PSH) are required in the current energy transition towards a low carbon economy by using green energies that produce low levels of greenhouse gas (GHG) emissions. Coal mines are currently being closed in the European Union and their underground facilities may be used to build PSH plants. However, the development of this projects requires the excavation of a network of tunnels and a large cavern that would be used as a powerhouse to install the Francis turbine and motor-generator. The technical feasibility to excavate the powerhouse cavern has been analyzed in the North of Spain. Three-dimensional numerical models have been conducted to analyze the stability considering shale and sandstone rock mass. Total displacements and thickness of plastic zones were examined considering different support systems. Systematic grouted rock bolts and fibre reinforced shotcrete were applied at the cavern walls and roof. The results obtained show that the construction of the powerhouse is feasible applying proper support systems.

Keywords: closed mines, mine water, numerical model, pumped-storage, renewable energies

Procedia PDF Downloads 89
6491 Spontaneous Rupture of Splenic Artery Pseudoaneurysm; A Rare Presentation of Acute Abdominal Pain in the Emergency Department: Case Report

Authors: Zainab Elazab, Azhar Aziz

Abstract:

Background: Spontaneous Splenic artery pseudoaneurysm rupture is a rare condition which is potentially life threatening, if not detected and managed early. We report a case of abdominal pain with intraperitoneal free fluid, which turned out to be spontaneous rupture of a splenic artery pseudoaneurysm, and was treated with arterial embolization. Case presentation: A 28-year old, previously healthy male presented to the ED with a history of sudden onset upper abdominal pain and fainting attack. The patient denied any history of trauma or prior similar attacks. On examination, the patient had tachycardia and a low-normal BP (HR 110, BP 106/66) but his other vital signs were normal (Temp. 37.2, RR 18 and SpO2 100%). His abdomen was initially soft with mild tenderness in the upper region. Blood tests showed leukocytosis of 12.3 X109/L, Hb of 12.6 g/dl and lactic acid of 5.9 mmol/L. Ultrasound showed trace of free fluid in the perihepatic and perisplenic areas, and a splenic hypoechoic lesion. The patient remained stable; however, his abdomen became increasingly tender with guarding. We made a provisional diagnosis of a perforated viscus and the patient was started on IV fluids and IV antibiotics. An erect abdominal x-ray did not show any free air under the diaphragm so a CT abdomen was requested. Meanwhile, bedside ultrasound was repeated which showed increased amount of free fluid, suggesting intra-abdominal bleeding as the most probable etiology for the condition. His CT abdomen revealed a splenic injury with multiple lacerations, a focal intrasplenic enhancing area on venous phase scan (suggesting a pseudoaneurysm with associated splenic intraparenchymal, sub capsular and perisplenic hematomas). Free fluid in the subhepatic and intraperitoneal regions along the small bowel was also detected. Angiogram was done which confirmed a diagnosis of pseudoaneurysm of intrasplenic arterial branch, and angio-embolization was done to control the bleeding. The patient was later discharged in good condition with a surgery follow-up. Conclusion: Splenic artery pseudoaneurysm rupture is a rare cause of abdominal pain which should be considered in any case of abdominal pain with intraperitoneal bleeding. Early management is crucial as it carries a high mortality. Bedside ultrasound is a useful tool to help for early diagnosis of such cases.

Keywords: abdominal pain, pseudo aneurysm, rupture, splenic artery

Procedia PDF Downloads 306
6490 Content-Based Mammograms Retrieval Based on Breast Density Criteria Using Bidimensional Empirical Mode Decomposition

Authors: Sourour Khouaja, Hejer Jlassi, Nadia Feddaoui, Kamel Hamrouni

Abstract:

Most medical images, and especially mammographies, are now stored in large databases. Retrieving a desired image is considered of great importance in order to find previous similar cases diagnosis. Our method is implemented to assist radiologists in retrieving mammographic images containing breast with similar density aspect as seen on the mammogram. This is becoming a challenge seeing the importance of density criteria in cancer provision and its effect on segmentation issues. We used the BEMD (Bidimensional Empirical Mode Decomposition) to characterize the content of images and Euclidean distance measure similarity between images. Through the experiments on the MIAS mammography image database, we confirm that the results are promising. The performance was evaluated using precision and recall curves comparing query and retrieved images. Computing recall-precision proved the effectiveness of applying the CBIR in the large mammographic image databases. We found a precision of 91.2% for mammography with a recall of 86.8%.

Keywords: BEMD, breast density, contend-based, image retrieval, mammography

Procedia PDF Downloads 227
6489 Development of Map of Gridded Basin Flash Flood Potential Index: GBFFPI Map of QuangNam, QuangNgai, DaNang, Hue Provinces

Authors: Le Xuan Cau

Abstract:

Flash flood is occurred in short time rainfall interval: from 1 hour to 12 hours in small and medium basins. Flash floods typically have two characteristics: large water flow and big flow velocity. Flash flood is occurred at hill valley site (strip of lowland of terrain) in a catchment with large enough distribution area, steep basin slope, and heavy rainfall. The risk of flash floods is determined through Gridded Basin Flash Flood Potential Index (GBFFPI). Flash Flood Potential Index (FFPI) is determined through terrain slope flash flood index, soil erosion flash flood index, land cover flash floods index, land use flash flood index, rainfall flash flood index. Determining GBFFPI, each cell in a map can be considered as outlet of a water accumulation basin. GBFFPI of the cell is determined as basin average value of FFPI of the corresponding water accumulation basin. Based on GIS, a tool is developed to compute GBFFPI using ArcObjects SDK for .NET. The maps of GBFFPI are built in two types: GBFFPI including rainfall flash flood index (real time flash flood warning) or GBFFPI excluding rainfall flash flood index. GBFFPI Tool can be used to determine a high flash flood potential site in a large region as quick as possible. The GBFFPI is improved from conventional FFPI. The advantage of GBFFPI is that GBFFPI is taking into account the basin response (interaction of cells) and determines more true flash flood site (strip of lowland of terrain) while conventional FFPI is taking into account single cell and does not consider the interaction between cells. The GBFFPI Map of QuangNam, QuangNgai, DaNang, Hue is built and exported to Google Earth. The obtained map proves scientific basis of GBFFPI.

Keywords: ArcObjects SDK for NET, basin average value of FFPI, gridded basin flash flood potential index, GBFFPI map

Procedia PDF Downloads 376
6488 Superconductor-Insulator Transition in Disordered Spin-1/2 Systems

Authors: E. Cuevas, M. Feigel'man, L. Ioffe, M. Mezard

Abstract:

The origin of continuous energy spectrum in large disordered interacting quantum systems is one of the key unsolved problems in quantum physics. While small quantum systems with discrete energy levels are noiseless and stay coherent forever in the absence of any coupling to external world, most large-scale quantum systems are able to produce thermal bath, thermal transport and excitation decay. This intrinsic decoherence is manifested by a broadening of energy levels which acquire a finite width. The important question is: What is the driving force and mechanism of transition(s) between two different types of many-body systems - with and without decoherence and thermal transport? Here, we address this question via two complementary approaches applied to the same model of quantum spin-1/2 system with XY-type exchange interaction and random transverse field. Namely, we develop analytical theory for this spin model on a Bethe lattice and implement numerical study of exact level statistics for the same spin model on random graph. This spin model is relevant to the study of pseudogaped superconductivity and S-I transition in some amorphous materials.

Keywords: strongly correlated electrons, quantum phase transitions, superconductor, insulator

Procedia PDF Downloads 576