4 resultados para Aplicações diferenciaveis

em Repositório Institucional da Universidade Tecnológica Federal do Paraná (RIUT)


Relevância:

20.00% 20.00%

Publicador:

Resumo:

In recent years the photovoltaic generation has had greater insertion in the energy mix of the most developed countries, growing at annual rates of over 30%. The pressure for the reduction of pollutant emissions, diversification of the energy mix and the drop in prices are the main factors driving this growth. Grid tied systems plays an important role in alleviating the energy crisis and diversification of energy sources. Among the grid tied systems, building integrated photovoltaic systems suffers from partial shading of the photovoltaic modules and consequently the energy yield is reduced. In such cases, classical forms of modules connection do not produce good results and new techniques have been developed to increase the amount of energy produced by a set of modules. In the parallel connection technique of photovoltaic modules, a high voltage gain DC-DC converter is required, which is relatively complex to build with high efficiency. The current-fed isolated converters explored in this work have some desirable characteristics for this type of application, such as: low input current ripple and input voltage ripple, high voltage gain, galvanic isolation, feature high power capacity and it achieve soft switching in a wide operating range. This study presents contributions to the study of a high gain and high efficiency DC-DC converter for use in a parallel system of photovoltaic generation, being possible the use in a microinverter or with central inverter. The main contributions of this work are: analysis of the active clamping circuit operation proposing that the clamp capacitor connection must be done on the negative node of the power supply to reduce the input current ripple and thus reduce the filter requirements; use of a voltage doubler in the output rectifier to reduce the number of components and to extend the gain of the converter; detailed study of the converter components in order to raise the efficiency; obtaining the AC equivalent model and control system design. As a result, a DC-DC converter with high gain, high efficiency and without electrolytic capacitors in the power stage was developed. In the final part of this work the DC-DC converter operation connected to an inverter is presented. Besides, the DC bus controller is designed and are implemented two maximum power point tracking algorithms. Experimental results of full system operation connected to an emulator and subsequently to a real photovoltaic module are also given.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Due to the high supply and its attractive cost, the poultry litter has been used in the southwestern region of Parana to the improvement of soil fertility seeking greater production of grains and pastures. However, the use without technical knowledge can minimize the benefits of poultry litter or even cause undesirable effects on soil, environmental pollution and also productivity losses in the used crops. The objective of this study was to evaluate the influence of different times of poultry litter application, predating the winter crop, associated with increasing levels, about soil chemical properties, release of nutrients and crop performances in four consecutive years (2011-2014). In the first three years the experimental design was randomized blocks with a split plot system and four replications. In the main plots were tested four poultry litter application times preceding the wheat production: 0, 15, 30 and 45 days before sowing (DAS); in the subplots were applied four poultry litter levels (wet basis): 0, 4, 8 and 12 Mg ha-1. Last year one more subdivision of plots was done, evaluating the use or not of nitrogen in coverage in wheat, at a dose of 100 kg N ha-1. The wheat cultivar used in the four years was the BRS 220. In three years it was evaluated the residual effect on soybean production (cultivar - BMX Turbo RR) and in one year on the beans. The chemical soil attributes were evaluated at four depths 0-2,5cm, 2,5-5cm, 5-10cm and 10-20cm, and also the rate of decomposition and nutrient release of poultry litter and the crop productivity. The different times of application concerning the poultry litter had little influence on the studied variables, demonstrating that the producer does not need to have a specific date (before planting) to the application of poultry litter. Potassium was fully released 60 days after the allocation of litter bags into the field; for nitrogen and phosphorus the release was slower. The use of increasing levels of poultry litter increased the levels of various soil elements, highlighting the potassium which reached 20 cm deep in the second year of evaluation. The increase in pH and in the base saturation occurred only in the upper layers, while the phosphorus reached 10 cm deep in the third year of the study. It was observed increased pH and base saturation. The use of increasing doses of poultry litter contributed to the wheat plant nutrition, significantly increasing the weight of a thousand grains, and the grain yield of wheat in all the evaluated years; the nitrogen fertilization in coverage also had significant effect for the fourth evaluated year. Also there was a significant response from the residual effect of poultry litter for crops planted in summer for both soybeans and beans.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Currently, the decision analysis in production processes involves a level of detail, in which the problem is subdivided to analyze it in terms of different and conflicting points of view. The multi-criteria analysis has been an important tool that helps assertive decisions related to the production process. This process of analysis has been incorporated into various areas of production engineering, by applying multi-criteria methods in solving the problems of the productive sector. This research presents a statistical study on the use of multi-criteria methods in the areas of Production Engineering, where 935 papers were filtered from 20.663 publications in scientific journals, considering a level of the publication quality based on the impact factor published by the JCR between 2010 and 2015. In this work, the descriptive statistics is used to represent some information and statistical analysis on the volume of applications methods. Relevant results were found with respect to the "amount of advanced methods that are being applied and in which areas related to Production Engineering." This information may provide support to researchers when preparing a multi-criteria application, whereupon it will be possible to check in which issues and how often the other authors have used multi-criteria methods.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

This document presents GEmSysC, an unified cryptographic API for embedded systems. Software layers implementing this API can be built over existing libraries, allowing embedded software to access cryptographic functions in a consistent way that does not depend on the underlying library. The API complies to good practices for API design and good practices for embedded software development and took its inspiration from other cryptographic libraries and standards. The main inspiration for creating GEmSysC was the CMSIS-RTOS standard, which defines an unified API for embedded software in an implementation-independent way, but targets operating systems instead of cryptographic functions. GEmSysC is made of a generic core and attachable modules, one for each cryptographic algorithm. This document contains the specification of the core of GEmSysC and three of its modules: AES, RSA and SHA-256. GEmSysC was built targeting embedded systems, but this does not restrict its use only in such systems – after all, embedded systems are just very limited computing devices. As a proof of concept, two implementations of GEmSysC were made. One of them was built over wolfSSL, which is an open source library for embedded systems. The other was built over OpenSSL, which is open source and a de facto standard. Unlike wolfSSL, OpenSSL does not specifically target embedded systems. The implementation built over wolfSSL was evaluated in a Cortex- M3 processor with no operating system while the implementation built over OpenSSL was evaluated on a personal computer with Windows 10 operating system. This document displays test results showing GEmSysC to be simpler than other libraries in some aspects. These results have shown that both implementations incur in little overhead in computation time compared to the cryptographic libraries themselves. The overhead of the implementation has been measured for each cryptographic algorithm and is between around 0% and 0.17% for the implementation over wolfSSL and between 0.03% and 1.40% for the one over OpenSSL. This document also presents the memory costs for each implementation.