98 resultados para Virtual engineering
em Doria (National Library of Finland DSpace Services) - National Library of Finland, Finland
Resumo:
Työn tarkoituksena on tutkia tehonsiirron ratkaisuja, jotka mahdollistavat jatkuvanopeus ja -momentinsäädön. Työ on rajattu käsittämään kahta eri planeettavaihdetuotetta. Tutkimuksen kohteena ovat valittujen vaihdetuotteiden planeettapyörästöjen eri kytkentämahdollisuudet ja niiden vaikutus toisiinsa. Vaihteiden teknistä toteutusta ja toimivuutta tarkastellaan fyysisten testien, simuloinnin sekä analyyttisen laskennan avulla. Apuna työssä on käytetty Dymola simulointiohjelmaa, jossa kinemaattisten kuvakeliitäntöjen avulla on rakennettu virtuaalimalli tarkastellusta tuotteesta ja sen toiminnasta. Tietokoneen avulla luotua dynaamista simulointimallia on muokattu tutkimuksen edistyessä differentiaalisesti jatkuvasäätöisen momentinmuuntimen aikaan saamiseksi. Tuotteissa on käytetty aurinkopyörällisiä ja aurinkopyörättömiä planeettapyörästöjä. Ensimmäisessä tutkittavassa tuotteessa on kolme planeettapyörästöä ja toisessa kaksi. Teholähteeksi käy polttomoottori tai sähkömoottori. Välitys- ja pyörimissuhteiden muuntoon vaikuttaa planeettavaihteistoon kytketty sähkömoottori, jonka toimintaa voidaan ohjata erikseen. Työssä on selvitetty, millaisia kulmanopeuksia ja momentteja eri ajanhetkellä ja eri pisteissä simulointimallia esiintyy.Lisäksi selvitetään vaihteistojen portaattoman välityssuhteen muuntomahdollisuudet. Tarkoituksena on saada realistista informaatiota tutkittavien laitteiden toiminnasta. Johtavana ajatuksena on modernien menetelmien käyttäminen uusien innovaatioiden toimivuuden ja äärikohtien tutkimiseksi.
Resumo:
Työn tavoitteena oli selvittää konetekniikan osastolla valmistetun optimointiohjelman soveltuvuutta virtuaaliprototyyppisen optimointiin. Lisäksi työn tavoitteena oli selvittää virtuaaliprototyyppien avulla tapahtuvan optimoinnin rajoitteet ja mahdollisuudet todellisilla optimointitehtävillä. Optimaze-ohjelma yhdistettiin simulointiohjelmistoon käyttäen apuna merkkitiedostoja ja simulointiohjelmiston sisäisiä makroja. Saadun optimointiympäristön toimivuus testattiin kahdella todellista puomia optimoivalla optimointitehtävällä. Simulointiohjelmistona käytettiin ADAMS:ia ja optimointialgoritmina differentiaalievoluutiota. Tuloksista havaittiin optimointiohjelman soveltuvan virtuaaliprototyyppien optimointiin. Raskaiden mallien optimoinnin huomattiin kuitenkin olevan liian hidas prosessi. Tutkimuksessa todettiinkin asian vaativan lisää tutkimista ja kehitystyötä.
Resumo:
Työn tavoitteena oli kasvattaa sahan dimensiolaitoksella käytettävän trimmerin rakenteellista kapasiteettia. Tavoitteeseen pyrittiin modernisoimalla trimmerin teräyksikköä käyttävää toimilaite ja teräyksikön säätö dynamiikan mallinnuksen avulla. Trimmerin teräyksikön dynamiikka mallinnettiin MATLAB-matematiikkaohjelmistolla kaksiulotteisena kinematiikkamallina ja kolmeulotteisena kinetiikkamallina. Dynamiikkamallien tulosten perusteella valittin teräyksikköä käyttävä toimilaite komponentteineen. Kinetiikkamalliin mallinnettiin trimmeriä käyttävä hydraulipiiri valittuine komponentteineen keskittyneiden paineiden ja puoliempiirisen mallinnuksen periaatteita käyttäen. Teräyksikön työkiertoa säätämään mallinnettiin suljettu takaisinkytketty säätöpiiri. Tuloksien perusteella valittiin optimaalinen toimilaitteen asemointigeometria ja todettiin mallinnetun järjestelmän täyttävän asetetut vaatimukset. Järjestelmää testattiin muuttamalla jarjestelman parametreja ja tutkimalla muutosten vaikutuksia jarjestelman toimintaan. Lisaksi tutkittiin lyhyesti terayksikon rakenteen keventamisen vaikutuksia.
Resumo:
Process development will be largely driven by the main equipment suppliers. The reason for this development is their ambition to supply complete plants or process systems instead of single pieces of equipment. The pulp and paper companies' interest lies in product development, as their main goal is to create winning brands and effective brand management. Design engineering companies will find their niche in detail engineering based on approved process solutions. Their development work will focus on increasing the efficiency of engineering work. Process design is a content-producing profession, which requires certain special characteristics: creativity, carefulness, the ability to work as a member of a design team according to time schedules and fluency in oral as well as written presentation. In the future, process engineers will increasingly need knowledge of chemistry as well as information and automation technology. Process engineering tools are developing rapidly. At the moment, these tools are good enough for static sizing and balancing, but dynamic simulation tools are not yet good enough for the complicated chemical reactions of pulp and paper chemistry. Dynamic simulation and virtual mill models are used as tools for training the operators. Computational fluid dynamics will certainlygain ground in process design.
Resumo:
One of the main challenges in Software Engineering is to cope with the transition from an industry based on software as a product to software as a service. The field of Software Engineering should provide the necessary methods and tools to develop and deploy new cost-efficient and scalable digital services. In this thesis, we focus on deployment platforms to ensure cost-efficient scalability of multi-tier web applications and on-demand video transcoding service for different types of load conditions. Infrastructure as a Service (IaaS) clouds provide Virtual Machines (VMs) under the pay-per-use business model. Dynamically provisioning VMs on demand allows service providers to cope with fluctuations on the number of service users. However, VM provisioning must be done carefully, because over-provisioning results in an increased operational cost, while underprovisioning leads to a subpar service. Therefore, our main focus in this thesis is on cost-efficient VM provisioning for multi-tier web applications and on-demand video transcoding. Moreover, to prevent provisioned VMs from becoming overloaded, we augment VM provisioning with an admission control mechanism. Similarly, to ensure efficient use of provisioned VMs, web applications on the under-utilized VMs are consolidated periodically. Thus, the main problem that we address is cost-efficient VM provisioning augmented with server consolidation and admission control on the provisioned VMs. We seek solutions for two types of applications: multi-tier web applications that follow the request-response paradigm and on-demand video transcoding that is based on video streams with soft realtime constraints. Our first contribution is a cost-efficient VM provisioning approach for multi-tier web applications. The proposed approach comprises two subapproaches: a reactive VM provisioning approach called ARVUE and a hybrid reactive-proactive VM provisioning approach called Cost-efficient Resource Allocation for Multiple web applications with Proactive scaling. Our second contribution is a prediction-based VM provisioning approach for on-demand video transcoding in the cloud. Moreover, to prevent virtualized servers from becoming overloaded, the proposed VM provisioning approaches are augmented with admission control approaches. Therefore, our third contribution is a session-based admission control approach for multi-tier web applications called adaptive Admission Control for Virtualized Application Servers. Similarly, the fourth contribution in this thesis is a stream-based admission control and scheduling approach for on-demand video transcoding called Stream-Based Admission Control and Scheduling. Our fifth contribution is a computation and storage trade-o strategy for cost-efficient video transcoding in cloud computing. Finally, the sixth and the last contribution is a web application consolidation approach, which uses Ant Colony System to minimize the under-utilization of the virtualized application servers.
Resumo:
Line converters have become an attractive AC/DC power conversion solution in industrial applications. Line converters are based on controllable semiconductor switches, typically insulated gate bipolar transistors. Compared to the traditional diode bridge-based power converters line converters have many advantageous characteristics, including bidirectional power flow, controllable de-link voltage and power factor and sinusoidal line current. This thesis considers the control of the lineconverter and its application to power quality improving. The line converter control system studied is based on the virtual flux linkage orientation and the direct torque control (DTC) principle. A new DTC-based current control scheme is introduced and analyzed. The overmodulation characteristics of the DTC converter are considered and an analytical equation for the maximum modulation index is derived. The integration of the active filtering features to the line converter isconsidered. Three different active filtering methods are implemented. A frequency-domain method, which is based on selective harmonic sequence elimination, anda time-domain method, which is effective in a wider frequency band, are used inharmonic current compensation. Also, a voltage feedback active filtering method, which mitigates harmonic sequences of the grid voltage, is implemented. The frequency-domain and the voltage feedback active filtering control systems are analyzed and controllers are designed. The designs are verified with practical measurements. The performance and the characteristics of the implemented active filtering methods are compared and the effect of the L- and the LCL-type line filteris discussed. The importance of the correct grid impedance estimate in the voltage feedback active filter control system is discussed and a new measurement-based method to obtain it is proposed. Also, a power conditioning system (PCS) application of the line converter is considered. A new method for correcting the voltage unbalance of the PCS-fed island network is proposed and experimentally validated.