28 resultados para Venn Diagrams


Relevância:

10.00% 10.00%

Publicador:

Resumo:

There are small amounts of valuable metals, such as indium, gallium and germanium, in zinc process solutions. Their solvent extraction was studied in this work in sulphate solutions containing zinc and other metals present in industrial solutions. It was discovered, that a commercial bis(2-ethylhexyl)phosphate (D2EHPA) extractant can be used to extract indium and gallium. Indium was extracted separately at a higher acid concentration than gallium. Zinc was co-extracted faster than gallium and almost as much as gallium at the same pH. However, the scrubbing of zinc was possible using a dilute sulphuric acid and a short contact time while gallium losses were small. Both indium and gallium were stripped with sulphuric acid. Germanium was extracted with 5,8-diethyl-7-hydroxydodecane-6-oxime with the commercial name of LIX 63. Unlike other metals in the solution the extraction of germanium increased with different extractants as the acidity increased. Germanium extraction isotherm was measured for a 125 g/L sulfuric acid solution. The loaded organic phase was washed with pure water. It removed the co-extracted acid and part of the germanium and extracted impurities such as iron and copper. Germanium was stripped using a NaOH solution. A process model utilizing own experimentally determined extraction, scrubbing and stripping isotherms was made with HSC Sim software developed by Outotec Oyj. The model based on McCabe–Thiele diagrams was used in sizing the necessary amount of stages and phase ratios in a recovery process. It was concluded, that indium, gallium and germanium can be recovered in the process from a feed where their concentrations are low (<300 ppm). In an example case the feed contained also more than 20 g/L zinc and 2–8 g/L iron, aluminium and copper. The recoveries of indium, gallium and germanium were more than 90 % when 1–3 stages were used in each extraction, scrubbing and stripping section. Since the number of stages is small mixer-settlers would be well suited for this purpose.

Relevância:

10.00% 10.00%

Publicador:

Resumo:

The development of correct programs is a core problem in computer science. Although formal verification methods for establishing correctness with mathematical rigor are available, programmers often find these difficult to put into practice. One hurdle is deriving the loop invariants and proving that the code maintains them. So called correct-by-construction methods aim to alleviate this issue by integrating verification into the programming workflow. Invariant-based programming is a practical correct-by-construction method in which the programmer first establishes the invariant structure, and then incrementally extends the program in steps of adding code and proving after each addition that the code is consistent with the invariants. In this way, the program is kept internally consistent throughout its development, and the construction of the correctness arguments (proofs) becomes an integral part of the programming workflow. A characteristic of the approach is that programs are described as invariant diagrams, a graphical notation similar to the state charts familiar to programmers. Invariant-based programming is a new method that has not been evaluated in large scale studies yet. The most important prerequisite for feasibility on a larger scale is a high degree of automation. The goal of the Socos project has been to build tools to assist the construction and verification of programs using the method. This thesis describes the implementation and evaluation of a prototype tool in the context of the Socos project. The tool supports the drawing of the diagrams, automatic derivation and discharging of verification conditions, and interactive proofs. It is used to develop programs that are correct by construction. The tool consists of a diagrammatic environment connected to a verification condition generator and an existing state-of-the-art theorem prover. Its core is a semantics for translating diagrams into verification conditions, which are sent to the underlying theorem prover. We describe a concrete method for 1) deriving sufficient conditions for total correctness of an invariant diagram; 2) sending the conditions to the theorem prover for simplification; and 3) reporting the results of the simplification to the programmer in a way that is consistent with the invariantbased programming workflow and that allows errors in the program specification to be efficiently detected. The tool uses an efficient automatic proof strategy to prove as many conditions as possible automatically and lets the remaining conditions be proved interactively. The tool is based on the verification system PVS and i uses the SMT (Satisfiability Modulo Theories) solver Yices as a catch-all decision procedure. Conditions that were not discharged automatically may be proved interactively using the PVS proof assistant. The programming workflow is very similar to the process by which a mathematical theory is developed inside a computer supported theorem prover environment such as PVS. The programmer reduces a large verification problem with the aid of the tool into a set of smaller problems (lemmas), and he can substantially improve the degree of proof automation by developing specialized background theories and proof strategies to support the specification and verification of a specific class of programs. We demonstrate this workflow by describing in detail the construction of a verified sorting algorithm. Tool-supported verification often has little to no presence in computer science (CS) curricula. Furthermore, program verification is frequently introduced as an advanced and purely theoretical topic that is not connected to the workflow taught in the early and practically oriented programming courses. Our hypothesis is that verification could be introduced early in the CS education, and that verification tools could be used in the classroom to support the teaching of formal methods. A prototype of Socos has been used in a course at Åbo Akademi University targeted at first and second year undergraduate students. We evaluate the use of Socos in the course as part of a case study carried out in 2007.

Relevância:

10.00% 10.00%

Publicador:

Resumo:

This study compares different electric propulsion systems. Results of the analysis of all the advantages and disadvantages of the different propulsion systems are given. This thesis estimates possibilities to apply different diesel-electric propulsion concepts for different vessel types. Small and medium size vessel’s power ranges are studied. The optimal delivery system is chosen. This choice is made on the base of detailed study of the concepts, electrical equipment market and comparison of mass, volume and efficiency parameters. In this thesis three marine generators are designed. They are: salient pole synchronous generator and two permanent magnet synchronous generators. Their electrical, dimensional, cost and efficiency parameters are compared. To understand all the benefits diagrams with these parameters are prepared. Possible benefits and money savings are estimated. As the result the advantages, disadvantages and boundary conditions for the permanent magnet synchronous generator application in marine electric-power systems are found out.

Relevância:

10.00% 10.00%

Publicador:

Resumo:

The use of domain-specific languages (DSLs) has been proposed as an approach to cost-e ectively develop families of software systems in a restricted application domain. Domain-specific languages in combination with the accumulated knowledge and experience of previous implementations, can in turn be used to generate new applications with unique sets of requirements. For this reason, DSLs are considered to be an important approach for software reuse. However, the toolset supporting a particular domain-specific language is also domain-specific and is per definition not reusable. Therefore, creating and maintaining a DSL requires additional resources that could be even larger than the savings associated with using them. As a solution, di erent tool frameworks have been proposed to simplify and reduce the cost of developments of DSLs. Developers of tool support for DSLs need to instantiate, customize or configure the framework for a particular DSL. There are di erent approaches for this. An approach is to use an application programming interface (API) and to extend the basic framework using an imperative programming language. An example of a tools which is based on this approach is Eclipse GEF. Another approach is to configure the framework using declarative languages that are independent of the underlying framework implementation. We believe this second approach can bring important benefits as this brings focus to specifying what should the tool be like instead of writing a program specifying how the tool achieves this functionality. In this thesis we explore this second approach. We use graph transformation as the basic approach to customize a domain-specific modeling (DSM) tool framework. The contributions of this thesis includes a comparison of di erent approaches for defining, representing and interchanging software modeling languages and models and a tool architecture for an open domain-specific modeling framework that e ciently integrates several model transformation components and visual editors. We also present several specific algorithms and tool components for DSM framework. These include an approach for graph query based on region operators and the star operator and an approach for reconciling models and diagrams after executing model transformation programs. We exemplify our approach with two case studies MICAS and EFCO. In these studies we show how our experimental modeling tool framework has been used to define tool environments for domain-specific languages.

Relevância:

10.00% 10.00%

Publicador:

Resumo:

Lämmöntuonnilla on oleellinen vaikutus hitsausliitoksen ominaisuuksiin, koska se vaikuttaa liitoksen jäähtymisnopeuteen, jolla on puolestaan suuri vaikutus jäähtymisessä syntyviin mikrorakenteisiin. Jatkuvan jäähtymisen S-käyrältä voidaan ennustaa hitsausliitokseen syntyvät mikrorakenteet. S-käyrät voidaan laatia hitsausolosuhteiden mukaisesti, jolloin faasimuutoskäyttäytyminen sularajalla saadaan selvitettyä. Tämän diplomityön tavoitteena oli kehittää hitsausvirtalähteen ohjaustapaa lämmöntuontiin ja jatkuvan jäähtymisen S-käyriin perustuen. Jatkuvan jäähtymisen S-käyrillä ja lämmöntuontiin perustuvalla hitsausparametrien säädöllä on yhteys. Työssä tutkittiin, miten haluttuun jäähtymisnopeuteen johtava lämmöntuonti voidaan määrittää S-käyrälle luotettavasti. Työssä perehdyttiin jatkuvan jäähtymisen S-käyriin ja eri jäähtymisnopeuksilla hitsausliitokseen syntyviin mikrorakenteisiin sekä hitsaus-inverttereiden ohjaus- ja säätötekniikkaan. Teoriaosuuden jälkeen tarkasteltiin eri vaihtoehtoja, miten hitsattavan materiaalin koostumusvaihtelut sekä lämmöntuontiin vaikuttavat tekijät voidaan ottaa huomioon virtalähteen ohjauksessa lämmöntuonnin perusteella. S-käyrältä määritettyjen lämmöntuonnin arvojen perusteella tehtiin kahdet koehitsaukset, joissa käytettiin kolmea eri aineenpaksuutta. Tulosten perusteella arvioitiin lämmöntuonnin arvojen toimivuutta käytännössä ja tutkittiin liitokseen syntyviä mikrorakenteita. Tutkimuksen pohjalta esitettiin jatkokehitystoimenpiteitä, joiden mukaan voidaan edetä lämmöntuontiin perustuvan säätöjärjestelmän kehitysprojektissa.

Relevância:

10.00% 10.00%

Publicador:

Resumo:

The purpose of this research is to draw up a clear construction of an anticipatory communicative decision-making process and a successful implementation of a Bayesian application that can be used as an anticipatory communicative decision-making support system. This study is a decision-oriented and constructive research project, and it includes examples of simulated situations. As a basis for further methodological discussion about different approaches to management research, in this research, a decision-oriented approach is used, which is based on mathematics and logic, and it is intended to develop problem solving methods. The approach is theoretical and characteristic of normative management science research. Also, the approach of this study is constructive. An essential part of the constructive approach is to tie the problem to its solution with theoretical knowledge. Firstly, the basic definitions and behaviours of an anticipatory management and managerial communication are provided. These descriptions include discussions of the research environment and formed management processes. These issues define and explain the background to further research. Secondly, it is processed to managerial communication and anticipatory decision-making based on preparation, problem solution, and solution search, which are also related to risk management analysis. After that, a solution to the decision-making support application is formed, using four different Bayesian methods, as follows: the Bayesian network, the influence diagram, the qualitative probabilistic network, and the time critical dynamic network. The purpose of the discussion is not to discuss different theories but to explain the theories which are being implemented. Finally, an application of Bayesian networks to the research problem is presented. The usefulness of the prepared model in examining a problem and the represented results of research is shown. The theoretical contribution includes definitions and a model of anticipatory decision-making. The main theoretical contribution of this study has been to develop a process for anticipatory decision-making that includes management with communication, problem-solving, and the improvement of knowledge. The practical contribution includes a Bayesian Decision Support Model, which is based on Bayesian influenced diagrams. The main contributions of this research are two developed processes, one for anticipatory decision-making, and the other to produce a model of a Bayesian network for anticipatory decision-making. In summary, this research contributes to decision-making support by being one of the few publicly available academic descriptions of the anticipatory decision support system, by representing a Bayesian model that is grounded on firm theoretical discussion, by publishing algorithms suitable for decision-making support, and by defining the idea of anticipatory decision-making for a parallel version. Finally, according to the results of research, an analysis of anticipatory management for planned decision-making is presented, which is based on observation of environment, analysis of weak signals, and alternatives to creative problem solving and communication.

Relevância:

10.00% 10.00%

Publicador:

Resumo:

Today the limitedness of fossil fuel resources is clearly realized. For this reason there is a strong focus throughout the world on shifting from fossil fuel based energy system to biofuel based energy system. In this respect Finland with its proven excellent forestry capabilities has a great potential to accomplish this goal. It is regarded that one of the most efficient ways of wood biomass utilization is to use it as a feedstock for fast pyrolysis process. By means of this process solid biomass is converted into liquid fuel called bio-oil which can be burnt at power plants, used for hydrogen generation through a catalytic steam reforming process and as a source of valuable chemical compounds. Nowadays different configurations of this process have found their applications in several pilot plants worldwide. However the circulating fluidized bed configuration is regarded as the one with the highest potential to be commercialized. In the current Master’s Thesis a feasibility study of circulating fluidized bed fast pyrolysis process utilizing Scots pine logs as a raw material was conducted. The production capacity of the process is 100 000 tonne/year of bio-oil. The feasibility study is divided into two phases: a process design phase and economic feasibility analysis phase. The process design phase consists of mass and heat balance calculations, equipment sizing, estimation of pressure drops in the pipelines and development of plant layout. This phase resulted in creation of process flow diagrams, equipment list and Microsoft Excel spreadsheet that calculates the process mass and heat balances depending on the bio-oil production capacity which can be set by a user. These documents are presented in the current report as appendices. In the economic feasibility analysis phase there were at first calculated investment and operating costs of the process. Then using these costs there was calculated the price of bio-oil which is required to reach the values of internal rate of return of 5%, 10%, 20%, 30%, 40%, and 50%.

Relevância:

10.00% 10.00%

Publicador:

Resumo:

Aikakauslehtialalla on vallalla ollut jo useamman vuoden ajan median digitaalinen murros, jonka vuoksi lehtitalot ovat joutuneet muuttamaan käytössä olleita toimintatapojaan ja kehittämään uusiin jakelukanaviin sisältöä pysyäkseen kovassa kilpailussa mukana. Tässä pro gradussa esitetään innovatiivisen konstruktiivisen mallin ja perinteisemmän liiketoimintasuunnitelmaa korostavan suunnittelumallin yhtäläisyyksiä ja eroavuuksia. Tutkielman empiirisessä osassa vertaillaan mallien käytettävyyttä aikakauslehtialalla keskittymällä malleille ominaisiin neljään eri dimensioon ja dimensioista muodostettuihin teemoihin aikakauslehtialalle sovellettuina. Tutkielmassa esitellään mallien toimintalogiikoita sekä prosessikaaviot, jotka kuvaavat uuden idean kehitysprosessia yrityksessä. Tutkimusote on kvalitatiivinen ja haastatteluaineisto on toteutettu puolistrukturoidulla haastattelumenetelmällä. Tuloksien avulla voidaan todeta, että aikakauslehtialalla tapahtuva murros on jo muuttanut toimittajien arkipäiväistä työnkuvaa. Toimittajien oman ammattitaidon ja osaamisen jatkuva kehittäminen sekä uusiin jakelukanaviin tutustuminen ja sinne sisällön tuottaminen ovat haasteita, johon he joutuvat sopeutumaan jatkossa. Ammattitaidon ylläpitoa sekä oikeanlaisen asiakastutkimuksen hyödyntämistä voidaankin pitää malleja yhdistävinä tekijöinä. Malleja erottavia tekijöitä ovat vuorostaan innovatiivisten ideoiden läpivienti sekä riskinottokyky.

Relevância:

10.00% 10.00%

Publicador:

Resumo:

Waste combustion has gone from being a volume reducing discarding-method to an energy recovery process for unwanted material that cannot be reused or recycled. Different fractions of waste are used as fuel today, such as; municipal solid waste, refuse derived fuel, and solid recovered fuel. Furthermore, industrial waste, normally a mixture between commercial waste and building and demolition waste, is common, either as separate fuels or mixed with, for example, municipal solid waste. Compared to fossil or biomass fuels, waste mixtures are extremely heterogeneous, making it a complicated fuel. Differences in calorific values, ash content, moisture content, and changing levels of elements, such as Cl and alkali metals, are common in waste fuel. Moreover, waste contains much higher levels of troublesome trace elements, such as Zn, which is thought to accelerate a corrosion process. Varying fuel quality can be strenuous on the boiler system and may cause fouling and corrosion of heat exchanger surfaces. This thesis examines waste fuels and waste combustion from different angles, with the objective of giving a better understanding of waste as an important fuel in today’s fuel economy. Several chemical characterisation campaigns of waste fuels over longer time periods (10-12 months) was used to determine the fossil content of Swedish waste fuels, to investigate possible seasonal variations, and to study the presence of Zn in waste. Data from the characterisation campaigns were used for thermodynamic equilibrium calculations to follow trends and determine the effect of changing concentrations of various elements. The thesis also includes a study of the thermal behaviour of Zn and a full—scale study of how the bed temperature affects the volatilisation of alkali metals and Zn from the fuel. As mixed waste fuel contains considerable amounts of fresh biomass, such as wood, food waste, paper etc. it would be wrong to classify it as a fossil fuel. When Sweden introduced waste combustion as a part of the European Union emission trading system in the beginning of 2013 there was a need for combustion plants to find a usable and reliable method to determine the fossil content. Four different methods were studied in full-scale of seven combustion plants; 14Canalysis of solid waste, 14C-analysis of flue gas, sorting analysis followed by calculations, and a patented balance method that is using a software program to calculate the fossil content based on parameters from the plant. The study showed that approximately one third of the coal in Swedish waste mixtures has fossil origins and presented the plants with information about the four different methods and their advantages and disadvantages. Characterisation campaigns also showed that industrial waste contain higher levels of trace elements, such as Zn. The content of Zn in Swedish waste fuels was determined to be approximately 800 mg kg-1 on average, based on 42 samples of solid waste from seven different plants with varying mixtures between municipal solid waste and industrial waste. A review study of the occurrence of Zn in fuels confirmed that the highest amounts of Zn are present in waste fuels rather than in fossil or biomass fuels. In tires, Zn is used as a vulcanizing agent and can reach concentration values of 9600-16800 mg kg-1. Waste Electrical and Electronic Equipment is the second Zn-richest fuel and even though on average Zn content is around 4000 mg kg-1, the values of over 19000 mg kg-1 were also reported. The increased amounts of Zn, 3000-4000 mg kg-1, are also found in municipal solid waste, sludge with over 2000 mg kg-1 on average (some exceptions up to 49000 mg kg-1), and other waste derived fuels (over 1000 mg kg-1). Zn is also found in fossil fuels. In coal, the average level of Zn is 100 mg kg-1, the higher amount of Zn was only reported for oil shale with values between 20-2680 mg kg-1. The content of Zn in biomass is basically determined by its natural occurrence and it is typically 10-100 mg kg-1. The thermal behaviour of Zn is of importance to understand the possible reactions taking place in the boiler. By using thermal analysis three common Zn-compounds were studied (ZnCl2, ZnSO4, and ZnO) and compared to phase diagrams produced with thermodynamic equilibrium calculations. The results of the study suggest that ZnCl2(s/l) cannot exist readily in the boiler due to its volatility at high temperatures and its conversion to ZnO in oxidising conditions. Also, ZnSO4 decomposes around 680°C, while ZnO is relatively stable in the temperature range prevailing in the boiler. Furthermore, by exposing ZnO to HCl in a hot environment (240-330°C) it was shown that chlorination of ZnO with HCl gas is possible. Waste fuel containing high levels of elements known to be corrosive, for example, Na and K in combination with Cl, and also significant amounts of trace elements, such as Zn, are demanding on the whole boiler system. A full-scale study of how the volatilisation of Na, K, and Zn is affected by the bed temperature in a fluidised bed boiler was performed parallel with a lab-scale study with the same conditions. The study showed that the fouling rate on deposit probes were decreased by 20 % when the bed temperature was decreased from 870°C to below 720°C. In addition, the lab-scale experiments clearly indicated that the amount of alkali metals and Zn volatilised depends on the reactor temperature.

Relevância:

10.00% 10.00%

Publicador:

Resumo:

Hihnakuljettimia käytetään muun muassa voimalaitos- ja sellutehdasympäristöissä kuljettamaan kiinteää polttoainetta tai haketta pitkiä matkoja. Pitkät hihnakuljettimet asennetaan yleensä teräsristikoista rakennettujen kuljetinsiltojen sisään. Kuljetinsilta toimii siis hihnakuljettimen ja hoitokäytävän runkona sekä suojaa kuljetinta ja kuljetettavaa materiaalia säältä. Tässä diplomityössä on laadittu mitoitustyökalu, jolla voidaan nopeasti mitoittaa ristikkorakenteisen hihnakuljetinsillan sauvat sekä määrittää rakenteen massa. Laskentaohjelma on toteutettu Microsoft Excel -taulukkolaskentana. Sillan poikkileikkaus voi olla suljettu symmetrinen umpirakenne tai avorakenne, jossa on ulokkeellinen hoitotaso. Ristikon sauvat ovat RHS-putkia. Rakenteeseen voi vaikuttaa jatkuvia kuormia, pistekuormia sekä näistä johdetut, ekvivalenttiin staattiseen voimaan perustuvat maanjäristyskuormat. Diplomityössä on perehdytty mitoitustyökalussa sovellettuihin teorioihin. Voimasuureiden laskenta perustuu 2-tukisina palkkeina käsiteltävien siltalohkojen ratkaisuun ja palkkianalogiaan, jossa ristikon sauvavoimat ratkaistaan käsittelemällä ristikkoa palkkina. Sauvojen kestävyyden laskenta perustuu SFS-EN 1993-1-1 -normiin, joka on osa Eurocode -rakennesuunnittelunormistoa. Lisäksi työssä on käsitelty ristikkoliitosten mitoitusta SFS-EN 1993-1-8 mukaan. Mitoitusohjelman toimivuutta on testattu tarkastelemalla esimerkkisiltaa laaditulla mitoituspohjalla ja Autodesk Robot Professional 2013 -FE-analyysiohjelmisuolla. Tulosten perusteella mitoitustyökalua voidaan käyttää ainakin tarjousvaiheen nopeisiin tarkasteluihin ja omamassan määritykseen, mutta myös lopulliseen mitoitukseen, mikäli hyväksytään konservatiivinen mitoitus.

Relevância:

10.00% 10.00%

Publicador:

Resumo:

The number of security violations is increasing and a security breach could have irreversible impacts to business. There are several ways to improve organization security, but some of them may be difficult to comprehend. This thesis demystifies threat modeling as part of secure system development. Threat modeling enables developers to reveal previously undetected security issues from computer systems. It offers a structured approach for organizations to find and address threats against vulnerabilities. When implemented correctly threat modeling will reduce the amount of defects and malicious attempts against the target environment. In this thesis Microsoft Security Development Lifecycle (SDL) is introduced as an effective methodology for reducing defects in the target system. SDL is traditionally meant to be used in software development, principles can be however partially adapted to IT-infrastructure development. Microsoft threat modeling methodology is an important part of SDL and it is utilized in this thesis to find threats from the Acme Corporation’s factory environment. Acme Corporation is used as a pseudonym for a company providing high-technology consumer electronics. Target for threat modeling is the IT-infrastructure of factory’s manufacturing execution system. Microsoft threat modeling methodology utilizes STRIDE –mnemonic and data flow diagrams to find threats. Threat modeling in this thesis returned results that were important for the organization. Acme Corporation now has more comprehensive understanding concerning IT-infrastructure of the manufacturing execution system. On top of vulnerability related results threat modeling provided coherent views of the target system. Subject matter experts from different areas can now agree upon functions and dependencies of the target system. Threat modeling was recognized as a useful activity for improving security.

Relevância:

10.00% 10.00%

Publicador:

Resumo:

Työn tarkoituksena on ollut tutkia vesianalytiikan kehitystä Suomessa, arvioida rutiini-analytiikan luotettavuutta, selvittää eteläisimmän Saimaan jätevesikuormituksen kehitys ja siihen vaikuttaneet tekijät, laatia aikasarjat eräiden tutkimusalueen keskeisten veden laadun seurantapaikkojen veden laadun kehityksestä ja esittää keinoja veden laadun kehityksen kuvaa¬miseksi tiivistämällä suuri havaintomateriaali yksinkertaisiksi tunnusluvuiksi. Työssä käsiteltä¬vä aikajakso alkaa 1900-luvun alusta ja päättyy vuoteen 1998. Tutkimus on osa laajempaa ko¬konaisuutta. Tutkimusalue käsittää Vuoksen vesistön keskusjärven, Saimaan, eteläisimmät osat eli Pien-Saimaan, Suur-Saimaan, Vuoksen niskan ja Haapaveden altaat sekä vesistön purku¬-uoman, Vuoksen virran (ks. kuvat 5.1. ja 5.2.). Veden laatu alueen luonnontilaisilla alueilla on luokiteltavissa osin oligotrofiseksi, osin lievästi dysoligotrofiseksi. Sadan viimeisen vuoden aikana teollinen toiminta on muuttanut sitä voimakkaasti. Vesiensuojeluun on eteläisimmän Saimaan alueella investoitu yli 1,5 miljardia markka viimeisten noin 30 vuoden aikana. Investointien tuloksena kuormitus on laskenut oleellisesti 1960-luvun maksimikuormituksesta. Jätevesien purkuvesistön veden laatu on tänä aikana myös merkittävästi parantunut. Tämä on osoitettu veden laadun seurantatuloksista tehtyjen erilaisten tarkastelujen avulla (aikasarjadiagrammit, tilasto tarkastelut, indeksilukuluokitukset, PCA- ja PLS- ja DPLS- monimuuttujamallinnukset). Nykyisin veden laatu on lähes koko tutkimusalu¬eella vähintään tyydyttävä. Fysikaalis-kemiallisen veden laadun seurannan historia on Suomessa kansainvälisesti ja kansallisesti pitkä, ja Saimaalta voidaan veden laadun kehitystä arvioida luotettavasti 40 vuoden ajalta. Tutkimusmetodiikat vesitutkimusten pioneerimaissa ovat olleet samankaltaisia ja niiden perusteella on laadittu myös eurooppalaisen vedenlaadunseurannan suositukset. Vaikka tulevai¬suudessa vesistöä ja sen tilan kehitystä on tarkasteltava ekologisena kokonaisuutena, ei tätä voida tehdä ilman nykyisen kaltaista monitorointia. Teollisuuden jätevesikuormitus on laskenut neljännesvuosisadan aikana hyvin merkittä¬västi tavalla, joka vielä kymmenkunta vuotta sitten tuntui saavuttamattomalta. Saimaan. kuten muunkin Suomen metsäteollisuuden taso onkin kansainvälisesti korkea ja täyttää jo nyt kuormi¬tuksen suhteen lähes 2000-luvun alun BAT-tekniikan vaatimukset. Veden laatu ei kuitenkaan ole kuormitetuilla alueilla kaikkialla vielä hyvä, joten vesiensuojeluun on edelleen panostettava, kun tavoitteena on vesien hyvä ekologinen tila. Vesistöstä käsin tarkasteltuna hitaasti hajoavan orgaanisen aineen määrän vähentäminen vedestä on oltava seuraavana tavoitteena. Tätä tukee myös BAT-tekniikan tarkastelu.

Relevância:

10.00% 10.00%

Publicador:

Resumo:

Diplomityön tavoitteena oli luoda Varkauden energiatutkimuskeskuksen tutkimuskäyttöön tarkoitetun kuplapetikattilan tase- ja säätölaskenta. Työssä on esitelty yleisesti kuplapetikattiloiden teoriaa ja tarkasteltu lyhyesti kuplapetikattilan muodostamaa kokonaisuutta energiantuotannossa. Työssä käsitelty tutkimuskattila ei ehtinyt valmistua ennen tätä diplomityötä, joten mittauksia käytön ajalta ei voitu suorittaa ja sisällyttää tähän työhön. Lisäksi mahdolliset käytössä havaittavat korjaukset ja parannukset taselaskentaan jäivät tämän työn tarkastelun ulkopuolelle. Taselaskennan muodostamisessa hyödynnettiin kattilan suunnitteluvaiheessa luotuja säätö- ja PI-kaavioita. Säätömekaniikkaa luodessa huomioitiin mahdollisimman tarkasti automaatiojärjestelmän vaatimukset ja suorituskyky. Työssä on esitetty suuri määrä kattilalaskennan kannalta keskeisiä yhtälöitä. Prosessia ja säätömekaniikkaa mallinnettiin laskentaperusteisesti, työssä on esitetty yhtälöistä saatavat tulokset kattilaa ajettaessa tyypillisillä arvoilla 100 %:n teholla. Työn tuloksena tutkimuskattilalle saatiin säätömekaniikka, jolla pystytään arvioimaan viipymäaikaa kattilassa. Lasketun viipymäajan avulla polttoprosessi kattilassa voidaan suunnitella ja suorittaa tutkimuskäyttöön vaaditulla tarkkuudella ja laissa säädettyjen määräyksien mukaan, mikäli kierrätyspolttoainetta käytetään yli 50 tonnia vuodessa.