A steel-concrete composite structure (1) is described. The steel-concrete composite structure comprises a steel member (2) having an upper surface (5) and a plurality of shear connector elements (6) upstanding from the upper surface and a concrete slab (4) having upper and lower surfaces (7, 8). The slab is supported on its lower surface by the upper surface of the steel member. The slab comprises a plurality of through holes (9) between the upper and lower surfaces, each through hole tapering towards the lower surface so as to form an inverted frustally-shaped seating surface (10). The concrete slab is configured and positioned with respect to the steel member such that at least one shear connector element projects into each through hole. The steel-concrete composite structure comprises a plurality of removable inverted frustoconical plugs (15), each plug having top and bottom surfaces (18, 19; Fig. 6) and an inverted frustoconically-shaped plugging surface (20; Fig. 6). Each plug has at least one through hole (16) between the top and bottom surfaces. At least one plug (15) is seated in a corresponding through hole (9) of the concrete slab. Each plug is configured such that at least one of the least one shear connector elements (6) projecting into the corresponding through hole (9) is received by a corresponding though hole (16) of the plug. The structure also comprises a plurality of fasteners (17, 29), each fastener coupled to a corresponding shear connector element and arranged to discourage removal of a plug (15) from a through hole (9) of the concrete slab.
In this paper, the finite element method is used to study the dynamic behavior of the damaged rotating composite blade. Three dimensional, finite element programs were developed using a nine node laminated shell as a discretization element for the blade structure (the same element type is used for damaged and non-damaged structure). In this analysis the initial stress effect (geometric stiffness) and other rotational effects except the carioles acceleration effect are included. The investigation covers the effect speed of rotation, aspect ratio, skew angle, pre-twist angle, radius to length, layer lamination and fiber orientation of composite blade. After modeling a non-damaged rotating composite blade, the work procedure was to ap
... Show MoreThe main objective of this research is to design and select a composite plate to be used in fabricating wing skins of light unman air vehicle (UAV). The mechanical properties, weight and cost are the basis criteria of this selection. The fiber volume fraction, fillers and type of fiber with three levels for each were considered to optimize the composite plate selection. Finite element method was used to investigate the stress distribution on the wing at cruise flight condition in addition to estimate the maximum stress. An experiments plan has been designed to get the data on the basis of Taguchi technique. The most effective parameters at the process to be find out by employing L9
... Show MoreA cantilever beam is made from composite material which is consist of (matrix: polyester) and (particles: Silicon-Carbide) with different volume fraction of particles. A force is applied at the free end of beam with different values. The experimental maximum deflection of beam which occurs at the point of the applied load is recorded. The deflection and slope of beam are analyzed by using FEM modeling. MATLAB paltform is built to assemble the equations, vector and matrix of FEM and solving the unknown variables (deflection and slope) at each node. Also ANSYS platform is used to modeling beam in finite element and solve the problem. The numerical methods are used to compare the results with the theoretical and experimental data. A good ag
... Show MoreIron-Epoxy composite samples were prepared by added
different weight percentages (0, 5, 10, 15, and 20 wt %) from Iron
particles in the range of (30-40μm) as a particle size. The contents
were mixed carefully, and placed a circular dies with a diameter of
2.5 cm. Different mechanical tests (Shore D Hardness, Tensile
strength, and Impact strength ) were carried out for all samples. The
samples were immersed in water for ten weeks, and after two weeks
the samples were take-out and drying to conducting all mechanical
tests were repeated for all samples. The hardness values increased
when the Iron particle concentration increased while the Impact
strength is not affected by the increasing of Iron particles
c
Carbonized nonwoven nanofibers composite were fabricated using the electrospinning method of a polymeric solution composite followed by heat treatment including stabilization and calcination steps. The spun polymeric solution was a binary polymer mixture/organic solvent. In this study, two types of polymers (Polymethylmethacrylate (PMMA) and Polyethylene glycol (PEG)) were used separately as a copolymer with the base polymer (Polyacrylonitrile (PAN)) to prepare a binary polymer mixture in a mixing ratio of 50:50. The prepared precursor solutions were used to prepare the precursor nanofibers composite (PAN: PMMA) and (PAN: PEG). The fabricated precursors nonwoven fibers composite were stabilized and carbonized to produce carbon nonw
... Show MoreThe present study focused mainly on the vibration analysis of composite laminated plates subjected to
thermal and mechanical loads or without any load (free vibration). Natural frequency and dynamic
response are analyzed by analytical, numerical and experimental analysis (by using impact hammer) for
different cases. The experimental investigation is to manufacture the laminates and to find mechanical
and thermal properties of glass-polyester such as longitudinal, transverse young modulus, shear modulus,
longitudinal and transverse thermal expansion and thermal conductivity. The vibration test carried to
find the three natural frequencies of plate. The design parameters of the laminates such as aspect ratio,
thickness
The purpose of this study was to examine the histological structure of the kidney in snake Eryx gaculus gaculus. In present study, the snakes were collected from the city of Baghdad and transferred to the laboratory where their kidneys were dissected out. The samples were then processed to be prepared for histological examination microscopial observations showed that there is no border between the cortex and medulla regions of kidney. The kidney consists of nephrons which are composed of glomerulus surrounded by Bowman’s capsule; the other segments are proximal tubule, distal tubule and connecting tubule. The epithelial tissue lining of these segments simple cuboidal tissue.
is divided into two chapter:Chapter one to ensure asyslematic framework for research amd included aresearch problem and also inchuded on the importance of research and the need for him as well as to clarify. The second chapter inchuded a theoretical framework: theoretical framework has been divided into two section. The first topic: poetics transformations The second topic: poetics and scale of rheloric in the film After the comp of the theoretical framework; so the researcher analyzed the film (Antichrist) has arrived ataset of resuits was including
The electronic structure of zinc blend indium gallium phosphide In0.5Ga0.5P nanocrystals which have dimension (2-2.8 nm) is investigated using the density functional theory coupled with large unit cell (LUC) for the different size core (8 ,16,54,64) atoms respectively. The investigated properties include total energy, energy gap, conduction band, valence band, cohesive energy, ionicity and density of state etc. as a function of core size and lattice constant. Results show the shape effect of increasing the core size and lattice constant on these electronic properties
A 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.