• Refine Query
  • Source
  • Publication year
  • to
  • Language
  • 20
  • 7
  • 4
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • 1
  • Tagged with
  • 48
  • 48
  • 14
  • 13
  • 12
  • 12
  • 8
  • 8
  • 7
  • 7
  • 7
  • 6
  • 6
  • 6
  • 6
  • About
  • The Global ETD Search service is a free service for researchers to find electronic theses and dissertations. This service is provided by the Networked Digital Library of Theses and Dissertations.
    Our metadata is collected from universities around the world. If you manage a university/consortium/country archive and want to be added, details can be found on the NDLTD website.
31

Otimização multiobjetivo de projetos de redes de distribuição de água / Multiobjective optimization of water distribution network projects

Formiga, Klebber Teodomiro Martins 09 June 2005 (has links)
O dimensionamento otimizado de sistemas de distribuição de águas tem originado centenas de trabalhos científicos nas últimas quatro décadas. Vários pesquisadores têm buscado encontrar uma metodologia capaz de dimensionar essas redes considerando diversos aspectos e incertezas características desse tipo de projeto. No entanto, os resultados da maioria das metodologias desenvolvidas não podem ser aplicados na prática. O objetivo deste trabalho é elaborar uma metodologia de dimensionamento de redes de distribuição de água considerando um enfoque multiobjetivo. A metodologia desenvolvida considera três aspectos referentes ao projeto desses sistemas: custo; confiabilidade e perdas por vazamentos. Para tanto, empregou-se um método de otimização multiobjetivo baseado em algoritmos genéticos para a geração do conjunto de soluções não-dominadas e um método multicriterial para escolha da alternativa final. Para representar os objetivos do problema, foram testadas nove funções: custo, vazamentos, entropia, resiliência, tolerância à falha, expansibilidade, efeito do envelhecimento e resilientropia, sendo que sete destas são específicas para a representação da confiabilidade. Para se avaliar as alternativas geradas foi desenvolvido um modelo de análise hidráulica que fosse capaz de trabalhar com vazamentos e com demandas dependente da pressão. Os métodos escolhidos foram o Híbrido de Nielsen e o Gradiente. Das funções testadas, a resilientropia, proposta originalmente neste trabalho, foi a que melhor se ajustou ao conceito formal de confiabilidade, representado pela função tolerância. Os resultados encontrados pela metodologia mostraram-se promissores, uma vez esta foi capaz de encontrar redes eficientes ao final das simulações. / The topic \"Optimized design of water distribution systems\" has generated hundreds of scientific publications in the last four decades. Several researchers have searched for a technology which would take into account a variety of aspects and uncertainties innate to the design of such networks. However, the results of most methodologies developed are not practical. The objective of this work is to develop a methodology for water distribution systems design that has a multi-objective focus. The methodology developed focuses in three aspects of the design of such systems: cost, reliability and losses by leaking. A multiobjective optimization method based on generic algorithms, generating a set of non-defined solutions, and a multi-criteria method for choosing the final alternative, was employed. Nine functions representing the objectives of the problem (method) were tested: cost, leakages, entropy, resilience, failure tolerance, expansibility, aging effect and resilienthropy, seven of which are specific to representing reliability. In order to evaluate the generated alternatives, a hydraulic analysis model, that could handle leakages and pressure dependent demands, was developed. The chosen methods were Nielsen\'s Hybrid, and the Gradient. Of all tested functions, resilientropy, originally proposed in this work, proved to be the one best adjusted to the formal concept of reliability, represented by the tolerance function. The results obtained by this methodology are promising, as they produced efficient distribution networks at the end of the simulations performed.
32

Otimização multiobjetivo de projetos de redes de distribuição de água / Multiobjective optimization of water distribution network projects

Klebber Teodomiro Martins Formiga 09 June 2005 (has links)
O dimensionamento otimizado de sistemas de distribuição de águas tem originado centenas de trabalhos científicos nas últimas quatro décadas. Vários pesquisadores têm buscado encontrar uma metodologia capaz de dimensionar essas redes considerando diversos aspectos e incertezas características desse tipo de projeto. No entanto, os resultados da maioria das metodologias desenvolvidas não podem ser aplicados na prática. O objetivo deste trabalho é elaborar uma metodologia de dimensionamento de redes de distribuição de água considerando um enfoque multiobjetivo. A metodologia desenvolvida considera três aspectos referentes ao projeto desses sistemas: custo; confiabilidade e perdas por vazamentos. Para tanto, empregou-se um método de otimização multiobjetivo baseado em algoritmos genéticos para a geração do conjunto de soluções não-dominadas e um método multicriterial para escolha da alternativa final. Para representar os objetivos do problema, foram testadas nove funções: custo, vazamentos, entropia, resiliência, tolerância à falha, expansibilidade, efeito do envelhecimento e resilientropia, sendo que sete destas são específicas para a representação da confiabilidade. Para se avaliar as alternativas geradas foi desenvolvido um modelo de análise hidráulica que fosse capaz de trabalhar com vazamentos e com demandas dependente da pressão. Os métodos escolhidos foram o Híbrido de Nielsen e o Gradiente. Das funções testadas, a resilientropia, proposta originalmente neste trabalho, foi a que melhor se ajustou ao conceito formal de confiabilidade, representado pela função tolerância. Os resultados encontrados pela metodologia mostraram-se promissores, uma vez esta foi capaz de encontrar redes eficientes ao final das simulações. / The topic \"Optimized design of water distribution systems\" has generated hundreds of scientific publications in the last four decades. Several researchers have searched for a technology which would take into account a variety of aspects and uncertainties innate to the design of such networks. However, the results of most methodologies developed are not practical. The objective of this work is to develop a methodology for water distribution systems design that has a multi-objective focus. The methodology developed focuses in three aspects of the design of such systems: cost, reliability and losses by leaking. A multiobjective optimization method based on generic algorithms, generating a set of non-defined solutions, and a multi-criteria method for choosing the final alternative, was employed. Nine functions representing the objectives of the problem (method) were tested: cost, leakages, entropy, resilience, failure tolerance, expansibility, aging effect and resilienthropy, seven of which are specific to representing reliability. In order to evaluate the generated alternatives, a hydraulic analysis model, that could handle leakages and pressure dependent demands, was developed. The chosen methods were Nielsen\'s Hybrid, and the Gradient. Of all tested functions, resilientropy, originally proposed in this work, proved to be the one best adjusted to the formal concept of reliability, represented by the tolerance function. The results obtained by this methodology are promising, as they produced efficient distribution networks at the end of the simulations performed.
33

Low-cost and efficient architectural support for correctness and performance debugging

Venkataramani, Guru Prasadh V. 15 July 2009 (has links)
With rapid growth in computer hardware technologies and architectures, software programs have become increasingly complex and error-prone. This software complexity has resulted in program crashes and even security threats. Correctness Debugging is making sure that the program does not exhibit any unintended behavior at runtime. A fully correct program without good performance does not lend any commercial success to the software product. Performance Debugging ensures good performance on hardware platforms. A number of prior debugging solutions either suffer from huge performance overheads or incur high implementation costs. We propose low-cost and efficient hardware solutions that target three specific correctness and performance problems, namely, memory debugging, taint propagation and comprehensive cache miss classification. Experiments show that our mechanisms incur low performance overheads and can be designed with minimal changes to existing processor hardware. While architects invest time and resources into designing high-end architectures, we show that it is equally important to incorporate useful debugging features into these processors in order to enhance the ease of use for programmers.
34

Modelos matemáticos para otimização da confiabilidade de sistemas elétricos de distribuição com geração distribuída

Ferreira, Gustavo Dorneles January 2013 (has links)
sensíveis têm requerido elevados níveis de confiabilidade dos sistemas de distribuição de energia. Em meio a este cenário, a proliferação de geradores distribuídos conectados próximos às cargas evidencia o surgimento de um novo paradigma na produção e utilização da energia elétrica. No entanto, muitos problemas decorrem do fato de que os sistemas de distribuição não foram projetados para incorporar unidades geradoras de energia. A estratégia completa de controle e proteção é definida sob o pressuposto do fluxo unidirecional de potência nos alimentadores. Um dos conflitos mais imediatos que surgem com a penetração da geração distribuída é relacionado ao sistema de proteção, resultado da alteração na magnitude das correntes de falta. Algumas consequências são a perda da sensibilidade e da coordenação da proteção. Se contornados estes problemas, a geração distribuída tem potencial para exercer impacto positivo sobre a confiabilidade, em especial no suporte ao restabelecimento da carga em situações de contingência. Tendo em vista estes fatores, a metodologia proposta adota uma perspectiva multicriterial para otimizar o desempenho dos sistemas de distribuição na presença da geração distribuída. Os indicadores SAIDI, SAIFI e MAIFI são formulados como modelos de otimização que possibilitam a adequação do sistema de proteção às condições operacionais impostas pela geração distribuída. Dentre os aspectos considerados incluem-se a alocação, a seletividade e a coordenação dos dispositivos de proteção. A alocação de chaves de manobras para reconfiguração do alimentador é a estratégia adotada para maximizar o efeito positivo da geração distribuída sobre a confiabilidade. As soluções dos modelos definem os locais de instalação dos dispositivos de proteção e manobras, e os ajustes dos religadores de forma independente para as unidades de fase e terra. A minimização simultânea dos indicadores é formulada como um problema de Programação Linear Inteira Mista por Metas, visando o balanço ótimo entre a redução das interrupções momentâneas e sustentadas nos sistemas de distribuição. Os modelos analíticos dos indicadores são solucionados utilizando um pacote de otimização de uso geral, baseado no método de Branch-and-Bound. A metodologia é avaliada a partir de um estudo de caso, considerando níveis crescentes de penetração da geração distribuída em um alimentador de distribuição real. Os modelos matemáticos são aplicados em cenários distintos de operação do sistema, associados à diferentes restrições econômicas. Os resultados possibilitam a avaliação do impacto da geração distribuída no restabelecimento e na proteção do sistema de forma independente. / The increasing automation of industrial processes and the sensitivity of electronic loads have required high levels of power distribution system’s reliability. In this scenario, the widespread use of distributed generators connected near the loads shows the emergence of a new paradigm in electric energy production and application. However, many problems arise from the fact that the distribution systems were not designed to deal with power generating units. The complete control and protection strategy is defined under the assumption of radial power flow. One of the most immediate conflicts that arise with the penetration of distributed generation is related to the protection system, a result of the change in fault currents magnitude. Some consequences are loss of protection coordination and sensitivity. By addressing these problems, distributed generation has the potential to have a positive impact on distribution reliability, especially in supporting load restoration during system’s contingencies. Considering these factors, the proposed methodology uses a multi-criteria approach to optimize the overall performance of distribution systems in the presence of distributed generation. The reliability indices SAIDI, SAIFI and MAIFI are formulated as optimization models that allow adequacy of the protection system in relation to the operating conditions imposed by distributed generation. The aspects considered include the allocation, selectivity and coordination of protective devices. The allocation of sectionalizing switches for feeder restoration is the strategy to maximize the positive impact of distributed generation on the system reliability. The model solutions provide the protective devices and switches locations, as well as reclosers’ settings for phase and ground units, independently. Reliability indices minimization is formulated as a Mixed Integer Linear Goal Programming problem, in order to establish the optimal trade-off between reducing momentary and sustained interruptions in distribution systems. The analytical models are solved using a general-use optimization package based on the Branch-and-Bound method. The methodology is evaluated through a case study considering increasing levels of distributed generation penetration on a real distribution feeder. The proposed mathematical models are applied in different scenarios of system operation and under different economic constraints. The results allow the evaluation of the impact of distributed generation on restoration and protection of the test system.
35

The influence of critical asset management facets on improving reliability in power systems

Perkel, Joshua 04 November 2008 (has links)
The objective of the proposed research is to develop statistical algorithms for controlling failure trends through targeted maintenance of at-risk components. The at-risk components are identified via chronological history and diagnostic data, if available. Utility systems include many thousands (possibly millions) of components with many of them having already exceeded their design lives. Unfortunately, neither the budget nor manufacturing resources exist to allow for the immediate replacement of all these components. On the other hand, the utility cannot tolerate a decrease in reliability or the associated increased costs. To combat this problem, an overall maintenance model has been developed that utilizes all the available historical information (failure rates and population sizes) and diagnostic tools (real-time conditions of each component) to generate a maintenance plan. This plan must be capable of delivering the needed reliability improvements while remaining economical. It consists of three facets each of which addresses one of the critical asset management issues: * Failure Prediction Facet - Statistical algorithm for predicting future failure trends and estimating required numbers of corrective actions to alter these failure trends to desirable levels. Provides planning guidance and expected future performance of the system. * Diagnostic Facet - Development of diagnostic data and techniques for assessing the accuracy and validity of that data. Provides the true effectiveness of the different diagnostic tools that are available. * Economics Facet - Stochastic model of economic benefits that may be obtained from diagnostic directed maintenance programs. Provides the cost model that may be used for budgeting purposes. These facets function together to generate a diagnostic directed maintenance plan whose goal is to provide the best available guidance for maximizing the gains in reliability for the budgetary limits utility engineers must operate within.
36

Hardware assisted memory checkpointing and applications in debugging and reliability

Doudalis, Ioannis 25 July 2011 (has links)
The problems of software debugging and system reliability/availability are among the most challenging problems the computing industry is facing today, with direct impact on the development and operating costs of computing systems. A promising debugging technique that assists programmers identify and fix the causes of software bugs a lot more efficiently is bidirectional debugging, which enables the user to execute the program in "reverse", and a typical method used to recover a system after a fault is backwards error recovery, which restores the system to the last error-free state. Both reverse execution and backwards error recovery are enabled by creating memory checkpoints, which are used to restore the program/system to a prior point in time and re-execute until the point of interest. The checkpointing frequency is the primary factor that affects both the latency of reverse execution and the recovery time of the system; more frequent checkpoints reduce the necessary re-execution time. Frequent creation of checkpoints poses performance challenges, because of the increased number of memory reads and writes necessary for copying the modified system/program memory, and also because of software interventions, additional synchronization and I/O, etc., needed for creating a checkpoint. In this thesis I examine a number of different hardware accelerators, whose role is to create frequent memory checkpoints in the background, at minimal performance overheads. For the purpose of reverse execution, I propose the HARE and Euripus hardware checkpoint accelerators. HARE and Euripus create different types of checkpoints, and employ different methods for keeping track of the modified memory. As a result, HARE and Euripus have different hardware costs and provide different functionality which directly affects the latency of reverse execution. For improving the availability of the system, I propose the Kyma hardware accelerator. Kyma enables simultaneous creation of checkpoints at different frequencies, which allows the system to recover from multiple types of errors and tolerate variable error-detection latencies. The Kyma and Euripus hardware engines have similar architectures, but the functionality of the Kyma engine is optimized for further reducing the performance overheads and improving the reliability of the system. The functionality of the Kyma and Euripus engines can be combined into a unified accelerator that can serve the needs of both bidirectional debugging and system recovery.
37

Modelos matemáticos para otimização da confiabilidade de sistemas elétricos de distribuição com geração distribuída

Ferreira, Gustavo Dorneles January 2013 (has links)
sensíveis têm requerido elevados níveis de confiabilidade dos sistemas de distribuição de energia. Em meio a este cenário, a proliferação de geradores distribuídos conectados próximos às cargas evidencia o surgimento de um novo paradigma na produção e utilização da energia elétrica. No entanto, muitos problemas decorrem do fato de que os sistemas de distribuição não foram projetados para incorporar unidades geradoras de energia. A estratégia completa de controle e proteção é definida sob o pressuposto do fluxo unidirecional de potência nos alimentadores. Um dos conflitos mais imediatos que surgem com a penetração da geração distribuída é relacionado ao sistema de proteção, resultado da alteração na magnitude das correntes de falta. Algumas consequências são a perda da sensibilidade e da coordenação da proteção. Se contornados estes problemas, a geração distribuída tem potencial para exercer impacto positivo sobre a confiabilidade, em especial no suporte ao restabelecimento da carga em situações de contingência. Tendo em vista estes fatores, a metodologia proposta adota uma perspectiva multicriterial para otimizar o desempenho dos sistemas de distribuição na presença da geração distribuída. Os indicadores SAIDI, SAIFI e MAIFI são formulados como modelos de otimização que possibilitam a adequação do sistema de proteção às condições operacionais impostas pela geração distribuída. Dentre os aspectos considerados incluem-se a alocação, a seletividade e a coordenação dos dispositivos de proteção. A alocação de chaves de manobras para reconfiguração do alimentador é a estratégia adotada para maximizar o efeito positivo da geração distribuída sobre a confiabilidade. As soluções dos modelos definem os locais de instalação dos dispositivos de proteção e manobras, e os ajustes dos religadores de forma independente para as unidades de fase e terra. A minimização simultânea dos indicadores é formulada como um problema de Programação Linear Inteira Mista por Metas, visando o balanço ótimo entre a redução das interrupções momentâneas e sustentadas nos sistemas de distribuição. Os modelos analíticos dos indicadores são solucionados utilizando um pacote de otimização de uso geral, baseado no método de Branch-and-Bound. A metodologia é avaliada a partir de um estudo de caso, considerando níveis crescentes de penetração da geração distribuída em um alimentador de distribuição real. Os modelos matemáticos são aplicados em cenários distintos de operação do sistema, associados à diferentes restrições econômicas. Os resultados possibilitam a avaliação do impacto da geração distribuída no restabelecimento e na proteção do sistema de forma independente. / The increasing automation of industrial processes and the sensitivity of electronic loads have required high levels of power distribution system’s reliability. In this scenario, the widespread use of distributed generators connected near the loads shows the emergence of a new paradigm in electric energy production and application. However, many problems arise from the fact that the distribution systems were not designed to deal with power generating units. The complete control and protection strategy is defined under the assumption of radial power flow. One of the most immediate conflicts that arise with the penetration of distributed generation is related to the protection system, a result of the change in fault currents magnitude. Some consequences are loss of protection coordination and sensitivity. By addressing these problems, distributed generation has the potential to have a positive impact on distribution reliability, especially in supporting load restoration during system’s contingencies. Considering these factors, the proposed methodology uses a multi-criteria approach to optimize the overall performance of distribution systems in the presence of distributed generation. The reliability indices SAIDI, SAIFI and MAIFI are formulated as optimization models that allow adequacy of the protection system in relation to the operating conditions imposed by distributed generation. The aspects considered include the allocation, selectivity and coordination of protective devices. The allocation of sectionalizing switches for feeder restoration is the strategy to maximize the positive impact of distributed generation on the system reliability. The model solutions provide the protective devices and switches locations, as well as reclosers’ settings for phase and ground units, independently. Reliability indices minimization is formulated as a Mixed Integer Linear Goal Programming problem, in order to establish the optimal trade-off between reducing momentary and sustained interruptions in distribution systems. The analytical models are solved using a general-use optimization package based on the Branch-and-Bound method. The methodology is evaluated through a case study considering increasing levels of distributed generation penetration on a real distribution feeder. The proposed mathematical models are applied in different scenarios of system operation and under different economic constraints. The results allow the evaluation of the impact of distributed generation on restoration and protection of the test system.
38

Modelos matemáticos para otimização da confiabilidade de sistemas elétricos de distribuição com geração distribuída

Ferreira, Gustavo Dorneles January 2013 (has links)
sensíveis têm requerido elevados níveis de confiabilidade dos sistemas de distribuição de energia. Em meio a este cenário, a proliferação de geradores distribuídos conectados próximos às cargas evidencia o surgimento de um novo paradigma na produção e utilização da energia elétrica. No entanto, muitos problemas decorrem do fato de que os sistemas de distribuição não foram projetados para incorporar unidades geradoras de energia. A estratégia completa de controle e proteção é definida sob o pressuposto do fluxo unidirecional de potência nos alimentadores. Um dos conflitos mais imediatos que surgem com a penetração da geração distribuída é relacionado ao sistema de proteção, resultado da alteração na magnitude das correntes de falta. Algumas consequências são a perda da sensibilidade e da coordenação da proteção. Se contornados estes problemas, a geração distribuída tem potencial para exercer impacto positivo sobre a confiabilidade, em especial no suporte ao restabelecimento da carga em situações de contingência. Tendo em vista estes fatores, a metodologia proposta adota uma perspectiva multicriterial para otimizar o desempenho dos sistemas de distribuição na presença da geração distribuída. Os indicadores SAIDI, SAIFI e MAIFI são formulados como modelos de otimização que possibilitam a adequação do sistema de proteção às condições operacionais impostas pela geração distribuída. Dentre os aspectos considerados incluem-se a alocação, a seletividade e a coordenação dos dispositivos de proteção. A alocação de chaves de manobras para reconfiguração do alimentador é a estratégia adotada para maximizar o efeito positivo da geração distribuída sobre a confiabilidade. As soluções dos modelos definem os locais de instalação dos dispositivos de proteção e manobras, e os ajustes dos religadores de forma independente para as unidades de fase e terra. A minimização simultânea dos indicadores é formulada como um problema de Programação Linear Inteira Mista por Metas, visando o balanço ótimo entre a redução das interrupções momentâneas e sustentadas nos sistemas de distribuição. Os modelos analíticos dos indicadores são solucionados utilizando um pacote de otimização de uso geral, baseado no método de Branch-and-Bound. A metodologia é avaliada a partir de um estudo de caso, considerando níveis crescentes de penetração da geração distribuída em um alimentador de distribuição real. Os modelos matemáticos são aplicados em cenários distintos de operação do sistema, associados à diferentes restrições econômicas. Os resultados possibilitam a avaliação do impacto da geração distribuída no restabelecimento e na proteção do sistema de forma independente. / The increasing automation of industrial processes and the sensitivity of electronic loads have required high levels of power distribution system’s reliability. In this scenario, the widespread use of distributed generators connected near the loads shows the emergence of a new paradigm in electric energy production and application. However, many problems arise from the fact that the distribution systems were not designed to deal with power generating units. The complete control and protection strategy is defined under the assumption of radial power flow. One of the most immediate conflicts that arise with the penetration of distributed generation is related to the protection system, a result of the change in fault currents magnitude. Some consequences are loss of protection coordination and sensitivity. By addressing these problems, distributed generation has the potential to have a positive impact on distribution reliability, especially in supporting load restoration during system’s contingencies. Considering these factors, the proposed methodology uses a multi-criteria approach to optimize the overall performance of distribution systems in the presence of distributed generation. The reliability indices SAIDI, SAIFI and MAIFI are formulated as optimization models that allow adequacy of the protection system in relation to the operating conditions imposed by distributed generation. The aspects considered include the allocation, selectivity and coordination of protective devices. The allocation of sectionalizing switches for feeder restoration is the strategy to maximize the positive impact of distributed generation on the system reliability. The model solutions provide the protective devices and switches locations, as well as reclosers’ settings for phase and ground units, independently. Reliability indices minimization is formulated as a Mixed Integer Linear Goal Programming problem, in order to establish the optimal trade-off between reducing momentary and sustained interruptions in distribution systems. The analytical models are solved using a general-use optimization package based on the Branch-and-Bound method. The methodology is evaluated through a case study considering increasing levels of distributed generation penetration on a real distribution feeder. The proposed mathematical models are applied in different scenarios of system operation and under different economic constraints. The results allow the evaluation of the impact of distributed generation on restoration and protection of the test system.
39

Impact of ICT reliability and situation awareness on power system blackouts

Panteli, Mathaios January 2013 (has links)
Recent major electrical disturbances highlight the extent to which modern societies depend on a reliable power infrastructure and the impact of these undesirable events on the economy and society. Numerous blackout models have been developed in the last decades that capture effectively the cascade mechanism leading to a partial or complete blackout. These models usually consider only the state of the electrical part of the system and investigate how failures or limitations in this system affect the probability and severity of a blackout.However, an analysis of the major disturbances that occurred during the last decade, such as the North America blackout of 2003 and the UCTE system disturbance of 2006, shows that failures or inadequacies in the Information and Communication Technology (ICT) infrastructure and also human errors had a significant impact on most of these blackouts.The aim of this thesis is to evaluate the contribution of these non-electrical events to the risk of power system blackouts. As the nature of these events is probabilistic and not deterministic, different probabilistic techniques have been developed to evaluate their impact on power systems reliability and operation.In particular, a method based on Monte Carlo simulation is proposed to assess the impact of an ICT failure on the operators’ situation awareness and consequently on their performance during an emergency. This thesis also describes a generic framework using Markov modeling for quantifying the impact of insufficient situation awareness on the probability of cascading electrical outages leading to a blackout. A procedure based on Markov modeling and fault tree analysis is also proposed for assessing the impact of ICT failures and human errors on the reliable operation of fast automatic protection actions, which are used to provide protection against fast-spreading electrical incidents. The impact of undesirable interactions and the uncoordinated operation of these protection schemes on power system reliability is also assessed in this thesis.The simulation results of these probabilistic methods show that a deterioration in the state of the ICT infrastructure and human errors affect significantly the probability and severity of power system blackouts. The conclusion of the work undertaken in this research is that failures in all the components of the power system, and not just the “heavy electrical” ones, must be considered when assessing the reliability of the electrical supply.
40

Impactos do desempenho das emendas dos cabos de linhas de transmissão na confiabilidade de redes elétricas / Transmission lines cable splices performance impacts on electrical network reliability

Barbosa, Carlos David Franco, 1956- 18 August 2018 (has links)
Orientadores: Alberto Luiz Francato, Carlos Alberto Mariotoni / Tese (doutorado) - Universidade Estadual de Campinas, Faculdade de Engenharia Civil, Arquitetura e Urbanismo / Made available in DSpace on 2018-08-18T13:32:01Z (GMT). No. of bitstreams: 1 Barbosa_CarlosDavidFranco_D.pdf: 7182306 bytes, checksum: 6a8fd84aba169e2fceffb93e27a4c5b5 (MD5) Previous issue date: 2011 / Resumo: Esta tese tem como objetivo estudar métodos de planejamento da expansão da transmissão de energia elétrica em mercados de eletricidade re-estruturados, tanto em um ambiente tradicional quanto com a adoção de inovações tecnológicas. No trabalho são estudados procedimentos de campo para as linhas de transmissão, considerando economia e confiabilidade, principalmente em emendas a compressão para cabos ACSR (Aluminum Core Steel Reinforced). O trabalho descreve os resultados de pesquisas efetuadas com fabricantes e concessionárias usuárias das emendas a compressão e ainda sugere alguns procedimentos e rotinas de inspeções para melhorar a confiabilidade do sistema. Os resultados dos testes com as emendas, realizados em laboratório, serviram para dar suporte para a analise de falhas, subsidiando a avaliação das causas de falhas mais frequentes no ambiente competitivo. Por fim foram apresentadas tecnologias emergentes com possibilidade de redução da taxa de falhas nos sistemas de transmissão de energia elétrica bem como as recomendações de boas praticas para o setor / Abstract: This thesis has as objective to study electricity transmission expansion planning In re-structured markets, both traditional as well as with technological innovations. In the work are studied transmission lines field procedures considering economy and reliability, mainly ACSR (Aluminum Core Steel Reinforced) compression splices. The work describes compression splices field surveys with suppliers and users concessionaries and also suggest some procedures and inspections routines to improve system reliability. The results of laboratory splice tests helped the failure analysis and frequently failure causes on competitive environment. Finally it is presented emerging technologies with failure reduction possibilities for the electricity transmission systems and good practices recommendations for sector / Doutorado / Recursos Hidricos, Energeticos e Ambientais / Doutor em Engenharia Civil

Page generated in 0.0584 seconds