Background: The aim of this in vitro study was to evaluate and compare the microleakage between Vertise Flow T M composite material and other conventional (Filtek Z250, riva light cure and SDR) composite materials when restoring CII mesial box only cavity at gingival margin through die penetration test Materials and methods: Forty maxillary first premolars were prepared with class II box design only cavities. Samples were divided into four groups of ten teeth according to material used: group I (FiltekZ250 only). Group II (SDR+FiltekZ250). Group III (Vertise Flow +FiltekZ250). Group IV (Riva light cure+ FiltekZ250). After 24 hrs. immersion in 2% in methylene blue, samples were sectioned and micro leakage was estimated. Results: None of the
... Show MoreThis paper presents a study (experimentally) for strengthening reinforced concrete (RC) beams with Near-Surface-Mounted (NSM) technique. The use of this technique with CFRP strips or rebars is an efficient technology for increasing the strength for flexure and shear or for repairing damaged reinforced concrete (RC) members. The objective of this research is to study, experimentally, RC beams either repaired or strengthened with NSM CFRP strips and follow their flexural behavior and failure modes. NSM-CFRP strips were used to strengthen three RC beam specimens, one of them was initially strengthened and tested up to failure. Four beam specimens have been initially subjected to preloading to 50% and 80% of ultimate load. Two of the sp
... Show MoreIn this study, nanocomposites have been prepared by adding
multiwall carbon nanotubes (MWCNTs) with weight ratios (0, 2, 3,
4, 5) wt% to epoxy resin. The samples were prepared by hand lay-up
method. Influence of an applied load before and after immersion in
sodium hydroxide (NaOH) of normality (0.3N) for (15 days) at
laboratory temperature on wear rate of Ep/MWCNTs
nanocomposites was studied. The results showed that wear rate
increases with increasing the applied load for the as prepared and
immersed samples and after immersion. It was also found that epoxy
resin reinforced with MWCNTs has wear rate less than neat epoxy.
The sample (Ep + 5wt% of MWCNTs) has lower wear rate. The
immersion effect in base so
Over the last few years, there has been a worldwide increase in the use of composite materials for rehabilitation of deficient reinforced concrete structures. One important application of this technology is the use of Carbon Fiber Reinforced Polymer (CFRP) jacket to provide external confinement of reinforced concrete columns. Square concrete column specimens 100×100×1000 mm with concrete
compressive strength of about 30 and 50 MPa, steel fiber volume fraction 0%, 0.5%, 0.75%, and percentage of longitudinal reinforcement 2.01%, 3.14% and 4.52% were tested until failure in previous research. In this research seven tested columns were repaired and rehabilitated using one layer of CFRP flexible wraps and tested to determine their ultim
This paper is devoted to investigate the effect of burning by fire flame on the behavior and load carrying capacity of rectangular reinforced concrete rigid beams. Reduced scale beam models (which are believed to resemble as much as possible field conditions) were suggested. Five end restrained beam specimens were cast and tested. The specimens were subjected to fire flame temperatures ranging from (25-750) ºC at age of 60 days, two temperature levels of 400ºC and 750ºC were chosen with exposure duration of 1.5 hour. The cast rectangular reinforced concretebeam (2250×375×375 mm) (length× width× height respectively) were subjected to fire. Results indicate remarkable reduction in the ultrasonic pulse velocity and rebound number of
... Show MoreStructural buildings consist of concrete and steel, and these buildings have confronted many challenges from various aggressive environments against the materials manufactured from them. It contains high water levels and buildings whose concrete cover may be damaged and thus lead to the deterioration and corrosion of steel. It was important to have an alternative to steel, such as the glass fiber reinforced polymer (GFRP), which is distinguished by its great effectiveness in resisting corrosion, as well as its strong tensile resistance. Still, one of its drawbacks is that it has a low modulus of elasticity. This research article aims to conduct a numerical study using the nonlinear fi
Over the years, the prediction of penetration rate (ROP) has played a key rule for drilling engineers due it is effect on the optimization of various parameters that related to substantial cost saving. Many researchers have continually worked to optimize penetration rate. A major issue with most published studies is that there is no simple model currently available to guarantee the ROP prediction.
The main objective of this study is to further improve ROP prediction using two predictive methods, multiple regression analysis (MRA) and artificial neural networks (ANNs). A field case in SE Iraq was conducted to predict the ROP from a large number of parame
With the revolutionized expansion of the Internet, worldwide information increases the application of communication technology, and the rapid growth of significant data volume boosts the requirement to accomplish secure, robust, and confident techniques using various effective algorithms. Lots of algorithms and techniques are available for data security. This paper presents a cryptosystem that combines several Substitution Cipher Algorithms along with the Circular queue data structure. The two different substitution techniques are; Homophonic Substitution Cipher and Polyalphabetic Substitution Cipher in which they merged in a single circular queue with four different keys for each of them, which produces eight different outputs for
... Show MorePrediction of daily rainfall is important for flood forecasting, reservoir operation, and many other hydrological applications. The artificial intelligence (AI) algorithm is generally used for stochastic forecasting rainfall which is not capable to simulate unseen extreme rainfall events which become common due to climate change. A new model is developed in this study for prediction of daily rainfall for different lead times based on sea level pressure (SLP) which is physically related to rainfall on land and thus able to predict unseen rainfall events. Daily rainfall of east coast of Peninsular Malaysia (PM) was predicted using SLP data over the climate domain. Five advanced AI algorithms such as extreme learning machine (ELM), Bay
... Show MoreA skip list data structure is really just a simulation of a binary search tree. Skip lists algorithm are simpler, faster and use less space. this data structure conceptually uses parallel sorted linked lists. Searching in a skip list is more difficult than searching in a regular sorted linked list. Because a skip list is a two dimensional data structure, it is implemented using a two dimensional network of nodes with four pointers. the implementation of the search, insert and delete operation taking a time of upto . The skip list could be modified to implement the order statistic operations of RANKand SEARCH BY RANK while maintaining the same expected time. Keywords:skip list , parallel linked list , randomized algorithm , rank.