Sök:

Sökresultat:

197 Uppsatser om Fluid Mechanics - Sida 5 av 14

Modellbygge av mekaniksystem och riktmotorer i stridsvagn 122

This master thesis is one part of a project, called ?StabSim?, with the purpose to develop a simulation model for the align and stabilisation system in main battle tank 122. The origin of this project is that it should be possible to make control analysis without risking any hardware. Besides that it will be easy to change components in order to investigate the behaviour of the system. The report includes modelling of tower and weapon mechanics and also the modelling of the synchronous motors, which control these.

Smart Cylinder : Konceptstudie samt demonstrator för systemövervakning av hydraulcylindrar

Detta examensarbete har utförts på Institutionen för Konstruktions- och Produktionsteknik, avdelningen för Fluid och Mekanisk Systemteknik vid Linköpings Universitet, på uppdrag av CA-Verken AB i Sävsjö.Arbetet är ett första steg i utvecklingen av en ny typ av hydraulcylinder med inbyggd tillståndsövervakning. Arbetet har bestått av en teoretisk studie kring system- och hälsoövervakning av hydraulcylindrar samt konstruktion av en demonstrator, en testrigg, för att testa och verifiera slutsatserna från den teoretiska studien. Studien och demonstratorn har resulterat i ett flertal förslag till hur en framtida produkt skall utformas..

Konstruktion av upprätningssystem för CICLoPE

Today there is no way of measuring or simulating turbulent flow in high Reynolds numberenvironments. The computational power required to simulate these conditions is not expectedto be available for several decades so instead the CICLoPE project aims at solving thisshortage by the construction of a long carbon fiber wind tunnel in which real measurementscan be made. To do accurate measurements it is of importance that the wind tunnel, 0.9 metersin diameter and 110 meters long, is as straight as possible.This master thesis treat the design and construction of a device which may be used to align thetunnel along a reference laser beam. A design is presented which allows the pipe to be alignedwithin about a quarter of a millimeter along its entire length. Contents span over severalscience fields such as physics, mechanics, control theory and electronics.The result is a theoretically correct design.

Kinetisk Keramik

Do ceramics have to be static? This was the question that spurred me into this work, and what kept me working on to achieve the possibility of motion in my ceramic objects. By combining the knowledge gained through my former education as an avionics technician with my interest in the ancient ceramic craft, I strive to create kinetic ceramic handicraft suitable for interaction with an audience.By a series of different phases I slowly go from understanding what kind of motion I want my objects to have, to actually realizing this motion in three-dimensional objects. Through the use of simple models made from corrugated fiberboard followed by more advanced plaster models, combined with different complementary materials such as bicycle inner-tubing and recycled aluminium cans among many others, I, through a vast series of testing, slowly build up a knowledge base later applied to the ceramic objects.The result is for me a success; I have found a way for me to combine ceramics with mechanics. Through this I have created kinetic ceramic handicraft intended for interaction with an audience..

Peritonitis in horses : a retrospective study of 69 cases admitted to a university hospital during a ten year period

Peritonitis is a potentially life-threatening disease in horses. With no published work from Sweden, the objective of the study was to describe the occurrence and demographics of horses with peritonitis and to evaluate the outcome of treatment in terms of short-term survival during a ten-year period in a large clinic in Sweden. Data were examined in a retrospective manner in 69 horses diagnosed with and treated for peritonitis at Universitetsdjursjukhuset (UDS) in Uppsala between 2002-2012. Demographic data examined included age, breed, gender, history, duration of illness before arriving at UDS, reason for seeking veterinary care, initial clinical findings (general state of health, heart rate, respiratory rate, mucous membrane appearance, rectal temperature, abdominal sounds, rectal examination, nasogastric tube results), abdominocentesis results (abdominal fluid analysis including visual inspection, leukocytes and protein, cytology, bacterial culture and sensitivity pattern), complete blood count (CBC), Serum amyloid-A (SAA) upon presentation and a follow up, plasma fibrinogen, plasma protein and albumin, treatments, length of hospitalisation and outcome. All medical records with the diagnosis of peritonitis were extracted from the medical records system Trofast. All records with any other diagnosis code referring to trauma such as rectal tear or ruptured uterus, recent abdominal surgery, external trauma or rupture in the gastrointestinal tract were excluded. To be included in the study, the peritoneal fluid should contain more than 20.000 cells/?L, have a peritoneal protein value of >30 g/L; or have a significantly changed peritoneal fluid sample (orange with increased turbidity or worse) in cases where no data on cells or protein were available. The horses were divided into two groups; one where the peritonitis was deemed to have an idiopathic aetiology (primary peritonitis) and the other group where the peritonitis had a possible aetiology such as intestinal parasites, impaction etc.

Från statisk till följsam webbdesign : Den nya webbteknikens väg till företagen

The IT industry is constantly evolving and requires everyone working with website development to be updated on the latest methods. The web grows larger every day, and more visits are carried out by mobile devices. It is more important than ever for companies to have updated and functional pages that can be used on different platforms. We want to find out how common it is for IT departments and web agencies to embrace the newest technology and also what it takes to get them to move from one technology to another. Responsive web design is a constantly growing new technique that helps web developers developing for different platforms.

Gränserna mellan ornamentik och improvisation är flytande

The catchphrase this project has been; the boundaries between ornamentation and improvisation are fluid.My aim was to focus on my work process, giving me the space and time so develop my design further regarding shape, color and combination of different styles in patterns.This is an explorative project where patterns were created without a predetermined product of which the patterns would be applied. In a later stage the character of the pattern determined which product that would be most suitable for application.It resulted in a collection of patterns for wallpaper and clothing. The motives are foxes, geometrical shapes and squares from a notebook. These motives form an ornamental expression in the patterns with the purpose of embellishment and therefore increase the emotional value of the product..

Kvalitetssäkring av servicelämnare för skogsbrukets arbetsmaskiner : Intervjuer och förslag till utveckling

In this study we have examined the possible quality standards and methods for applications with service workshops in the forest industry. The purpose of the methods presented here was to start the work of standarardising the maintenance service in the industry and be of use for service providers in their quality effort.The methods we used to accomplish the study were interviews and field visits together with a comprehensive literature research. Our results are presented in the form of four solution proposals: a standard based on existing SIS standards for terminology and key indicators, checklists that are filled in by mechanics with customer participation, the construction of a instructions database, and the implementation of the method 5s.We believe our suggestions can help the service providers in the four problem areas that we have identified: long term strategy, documentation, recruitment of competent technicians, and standard procedures in their operations. These improvements will be beneficial for both the service provider and the customer..

PixelCity Sharp-X : Jämförelser ur utvecklarperspektiv mellan C++ med OpenGL och C# med Direct3D

This essay serves to illustrate the main practical differences between the popular medium-level programming language C++ (C Plus Plus), and the newer high-level language C# (C Sharp). It will focus on the aspects that are readily apparent to the application programmer, such as differing syntax, constraints and capabilities.It will also feature a similar comparison between the open source OpenGL graphics library, and the proprietary Direct3D graphics library owned by Microsoft Corporation.It will not go into the differences in ?under the hood? mechanics that the application programmer seldom have to consider after having chosen his programming language or graphics API, such as C# being compiled into an intermediate language and is run on a virtual machine where C++ is compiled directly to machine code, or the differing principles of rendering in OpenGL and Direct3D.This is by no means comprehensive, many things have been left out or overlooked..

Radioräckviddsberäkningar för flygande plattformar

There exist several known methods for calculation of radio coverage for ground-based systems. As far as we know there are no equivalent methods for the case of flying platforms when the altitudes and speeds are significantly different to those of ground-based systems. This thesis describes the theoretical concepts behind calculations of radio coverage for flying platforms. An investigation is made to sort out what is important and possible to employ in a model for simulations. A method is described and implemented in a program for evaluation of flying radio systems.

Underso?kning av tryckfall relaterat till avstånd mellan två 90 graders kro?kar i cirkula?r ventilationskanal

Due to higher standards of living around the world, greater industries and larger infrastructures causes an increase of the global energy consumption. This harvest of energy puts a great stress on the global environment. With this development, it becomes increasingly important to utilize energy resources in the best possible way.Fans are components that are often used in the industry and in households. A common problem is that the fan is oversized. An oversized fan causes an excessive flow, which has to be adjusted in order to achieve the correct flow.

Flygplansavisningens miljöpåverkan vid svenska flygplatser

The aim of this thesis was to answer a number of questions about the environmental consequences of aircraft de-icing. A further aim was to suggest how the environmental consequences due to the release of de-icing fluids can be measured and reduced.The main impact of the aircraft de-icing on the environment is due to the large oxygen demand for the degradation of glycol based de-icing fluids which are released in the environment. The effect of the increase in oxygen demand depends on where the degradation occurs in the ecosystem. In a sensitive ecosystem, the large demand of oxygen could provide an anaerobic environment which would be harmful for many types of organisms.In order to reduce the negative effects of the applied de-icing fluid, there is some type of collection system at every regular airport in Sweden. The methods of collection can be divided into two general groups, hydrological isolation or vacuum sweeper trucks.

Simulering av pneumatisk sänkborrhammare

Denna rapport utgör dokumentationen av ett examensarbete utfört på Atlas Copco Secoroc i Fagersta under handledning av Maskinkonstruktions före detta universitetslektor Håkan Wettergren och Fluid & Mekaniksystems professor Karl-Erik Rydberg och på Atlas Copco Secoroc konstruktör Risto Wisakanto, avdelningschef Thomas Greijer, båda avdelning DTH, samt Secorocs utvecklingschef Lars Holmgren.   Arbetet syftar till att utveckla en simuleringsmodell vilken ska användas vid utveckling av pneumatiska sänkborrmaskiner. Målsättningen var att göra en så bra modell som möjligt, en modell som skulle kunna användas vid utveckling av nya sänkborrmaskiner, och att stegvis förfina en i grunden enkel modell. Första modellen var dock lite för enkel och baserad på teori för slutna system så den gick inte bygga vidare på utan det var enklare att göra en helt ny modell baserad på teori för öppna system. Det var dock inte förgäves att bygga den första modellen utan de geometriska villkoren som använts i den enkla modellen kunde återanvändas i den mer avancerade som tack vare detta relativt snabbt kunde skapas.  Den mer avancerade modellen ger värden som stämmer mycket bra överens med mätresultat vid höga tryck, i detta fall 16 bar. Att modellen inte stämmer överens så bra vid låga tryck kan bero på flera saker, naturligtvis på att faktorer som försummats kanske har stor inverkan vid låga tryck eller att mätvärdena helt enkelt är fel.

EBH - Easy Battery Handling

The project Easy Battery Handling - EBH has been carried out in our auspicial and completedfor Devantini Corporation, a development company in Halmstad with its main concern inenvironmental friendly innovations.EBH has solved one of many technical challenges in one of Devantini corporation?s largerprojects. This main project involves the development of an electric powered formula racingcar. The part of this car that involved EBH was the battery handling to guarantee safe andquick battery exchanges during pit-stops.The solution became an entire battery module, hanging on the side of the car on two spearspointing out from the car. The batteries are exchanged by a specially designed trolley that isinserted under the battery module.

Sensorfusion av GPS och IMU för en racingtillämpning

AIMS AB is a Swedish company that develops and sells inertial sensor systems. A new product is under research which basically is an aided inertial navigation system where unwanted drift is eliminated. This can be done by integrating a GPS reciever into the system and fuse measurement data from GPS and IMU. Such a product is useful in racing, where engineers always are searching for the optimal performance and the shortest lap times. Today the only feedback the engineers and mechanics get from their work is the driver?s comments and lap times.

<- Föregående sida 5 Nästa sida ->