This paper deals with numerical study of the flow of stable and fluid Allamstqr Aniotina in an area surrounded by a right-angled triangle has touched particularly valuable secondary flow cross section resulting from the pressure gradient In the first case was analyzed stable flow where he found that the equations of motion that describe the movement of the fluid
Zinc oxide nanoparticles sample is prepared by the precipitation method. This method involves using zinc nitrate and urea in aqueous solution, then (AgNO3) Solution with different concentrations is added. The obtained precipitated compound is structurally characterized by X-ray diffraction (XRD), Scanning electron microscopy (SEM), Atomic force microscopy (AFM) and Fourier transform infrared spectroscopy (FTIR). The average particle size of nanoparticles is around 28nm in pure, the average particle size reaches 26nm with adding AgNO3 (0.05g in100ml =0.002 M) (0.1g in100ml=0.0058M), AgNO3 (0.2g in 100ml=0.01M) was 25nm. The FTIR result shows the existence of -CO, -CO2, -OH, and -NO2- groups in sample and oxides (ZnO, Ag2O).and used an
... Show MoreThis paper represents an experimental study on the application of smart control represented by the use of the fuzzy logic controller. Two-link flexible manipulators that are used in airspace and military applications are made of flexible materials characterized by low frequency and damping ratio. To solve this problem, this paper proposes the use of smart materials (piezoelectric transducers), where each link is bonded with a pair of piezoelectric transducers that act as a sensor and another as an actuator. As the arm vibrates because of the movement generated by the motor, this voltage is controlled by a regulator inside the LABVIEW® 2020 software and sends the output control voltage to the piezoelectric actuator. Experimental results
... Show MoreLocal and global bifurcations of food web model consists of immature and mature preys, first predator, and second predator with the current of toxicity and harvesting was studied. It is shown that a trans-critical bifurcation occurs at the equilibrium point
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 MoreBackground. Material tribology has widely expanded in scope and depth and is extended from the mechanical field to the biomedical field. The present study aimed to characterize the nanocoating of highly pure (99.9%) niobium (Nb), tantalum (Ta), and vanadium (V) deposited on 316L stainless steel (SS) substrates which considered the most widely used alloys in the manufacturing of SS orthodontic components. To date, the coating of SS orthodontic archwires with Nb, Ta, and V using a plasma sputtering method has never been reported. Nanodeposition was performed using a DC plasma sputtering system with three different sputtering times (1, 2, and 3 hours). Results. Structural and elemental analyses were conducted on the deposited coating
... Show MoreIn this paper, the general framework for calculating the stability of equilibria, Hopf bifurcation of a delayed prey-predator system with an SI type of disease in the prey population, is investigated. The impact of the incubation period delay on disease transmission utilizing a nonlinear incidence rate was taken into account. For the purpose of explaining the predation process, a modified Holling type II functional response was used. First, the existence, uniform boundedness, and positivity of the solutions of the considered model system, along with the behavior of equilibria and the existence of Hopf bifurcation, are studied. The critical values of the delay parameter for which stability switches and the nature of the Hopf bifurcat
... Show MoreThe grasping stability of robotic manipulators is crucial to enable autonomous manipulation in an environment where robots are facing obstacles in their route, where abrupt changes in the robot’s speed are induced. These speed variations will produce forces affecting the robotic manipulator, hence its grasping stability. In this research, the grasping stability of a robotic manipulator that functions according to a frictional self-locking mechanism is investigated statically and dynamically. Both theoretical and experimental results showed that the grasped object size, weight, and its orientation inside the gripper have a great effect on grasping stability. Both the theoretical and experimental results indicated that the grasping object p
... Show MoreThe Coronavirus Disease (COVID-19) has recently emerged as a human pathogen caused by SARS-CoV-2 virus was first reported from Wuhan, China, on 31 December 2019. Upon study, it has been used molecular docking to binding affinity between COVID-19 protease enzyme and flavonoids with evaluations based on docking scores calculated by AutoDock Vina. Results showed that naringin suppressed COVID-19 protease, as it has the highest binding value than other flavonoids including quercetin, hesperetin, garcina and naringenin. An important finding in this study is that naringin with neighboring poly hydroxyl groups can serve as inhibitors of COVID-19 protease bind to the S pocket of protein, it is shown that residues His163, Glu166, Asn142, His41and
... Show MoreIn this paper, the process for finding an approximate solution of nonlinear three-dimensional (3D) Volterra type integral operator equation (N3D-VIOE) in R3 is introduced. The modelling of the majorant function (MF) with the modified Newton method (MNM) is employed to convert N3D-VIOE to the linear 3D Volterra type integral operator equation (L3D-VIOE). The method of trapezoidal rule (TR) and collocation points are utilized to determine the approximate solution of L3D-VIOE by dealing with the linear form of the algebraic system. The existence of the approximate solution and its uniqueness are proved, and illustrative examples are provided to show the accuracy and efficiency of the model.
Mathematical Subject Classificat
... 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.