Flat-plate collector considers most common types of collectors, for ease of manufacturing and low price compared with other collectors. The main aim of the present work is to increase the efficiency of the collector, which can be achieved by improving the heat transfer and minimize heat loss experimentally. Five types of solar air collectors have been tested, which conventional channel with a smooth absorber plate (model I), dual channel with a smooth absorber plate (model II), dual channel with perforating “V” corrugated absorber plate (model III), dual channel with internal attached wire mesh (model Ⅳ), and dual channel with absorber sheet of transparent honeycomb, (model Ⅴ). The dual channel collector used for
... Show MoreRainwater harvesting could be a possible solution to decrease the consequences of water scarcity and energy deficiency in Iraq and the Kurdistan Region of Iraq (KRI). This study aims to calculate the water and energy (electricity) saved by rainwater harvesting for rooftops and green areas in Sulaimani city, KR, Iraq. Various data were acquired from different formal entities in Sulaimani city. Moreover, Google Earth and ArcMap 10.4 software were used for digitizing and calculating the total rooftop and green areas. The results showed that for the used runoff coefficients (0.8 and 0.95), the harvested rainwater volumes were 2901563 and 12197131 m³ during the study period (2005 – 2006) and (2019-2020). Moreover, by compa
... Show MoreThis work presents a novel technique for the detection of oil aging in electrical transformers using a single mode optical fiber sensor based on surface plasmon resonance (SPR). The aging of insulating oil is a critical issue in the maintenance and performance of electrical transformers, as it can lead to reduce insulation properties, increase risk of electrical breakdown, and decrease operational lifespan. Many parameters are calculated in this study in order to examine the efficiency of this sensor like sensitivity (S), signal to noise ratio (SNR), resolution (refractive index unit) and figure of merit (FOM) and the values are for figure of merit is 11.05, the signal to noise ratio is 20.3, the sensitivity is 6.63, and the resolution is 3
... Show MorePollutants generation is strongly dependant on the firing temperature and reaction rates of the gaseous reactants in the gas turbine combustion chamber. An experimental study is conducted on a two-shaft T200D micro-gas turbine engine in order to evaluate the impact of injecting ethanol directly into the compressor inlet air on the exhaust emissions. The study is carried out in constant speed and constant load engine tests. Generally, the results showed that when ethanol was added in a concentration of 20% by volume of fuel flow; NOx emission was reduced by the half, while CO and UHC emissions were almost doubled with respect to their levels when burning conventional LPG fuel alone.
Nanocomposites of polymer material based on CdS as filler
material and poly methyl methacrylate (PMMA) as host matrix have
been fabricated by chemical spray pyrolysis method on glass
substrate. CdS particles synthesized by co-precipitation route using
cadimium chloride and thioacetamide as starting materials and
ammonium hydroxide as precipitating agent. The structure is
examined by X-ray diffraction (XRD), the resultant film has
amorphous structure. The optical energy gap is found to be (4.5,
4.06) eV before and after CdS addition, respectively. Electrical
activation energy for CdS/PMMA has two regions with values of
0.079 and 0.433 eV.
Image of landsate-7 taken by thematic mapper was used and classified using supervised method. Results of supervised classification indicated presence of nine land cover classes. Salt-soils class shows the highest reflectance value while water bodies' class shows the lowest values. Also the results indicated that soil properties show different effects on reflectance. There was a high significant positive relation of carbonate, gypsum, electric conductivity and silt content, while there was a week positive relation with sand and negative relation with organic matter, water content, bulk density and cataion exchange capacity.
Image of landsate-7 taken by thematic mapper was used and classified using supervised method. Results of supervised classification indicated presence of nine land cover classes. Salt-soils class shows the highest reflectance value while water bodies' class shows the lowest values. Also the results indicated that soil properties show different effects on reflectance. There was a high significant positive relation of carbonate, gypsum, electric conductivity and silt content, while there was a week positive relation with sand and negative relation with organic matter, water content, bulk density and cataion exchange capacity.
This research was conducted to study the histological structure of the eye in the tree frog (Hyla arborea savignyi) and showed that it is composed of the eyeball and the lens and optic nerve. Appeared eyeball is surrounded by three Tunica from the inside to the outside are Tunica Interna, Tunica vasculosa, Tunica fibrosa. The tunica interna consists of the retina that consists of 10 layers are from outer to inner pigment epithelial layer, rods and cones layer, external limiting membrane, outer nuclear layer, outer plexiform layer, inner nuclear layer, inner plexiform layer , ganglion cells layer , nerve fibers layer, internal limiting membrane .The vascular tunic or Uvea consists of the choroid, ciliary body , and iris . The fibrous coat co
... 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.