* Cantinho Satkeys

Refresh History
  • j.s.: dgtgtr a todos  4tj97u<z
    01 de Julho de 2025, 17:18
  • FELISCUNHA: Votos de um santo domingo para todo o auditório  4tj97u<z
    29 de Junho de 2025, 11:59
  • m1957: Foi de boa vontade!
    28 de Junho de 2025, 00:39
  • j.s.: passem f.v. por aqui [link]    h7t45
    27 de Junho de 2025, 17:20
  • j.s.: renovamos o nosso pedido para uma pequena ajuda para pagemento  do nosso forum
    27 de Junho de 2025, 17:19
  • j.s.: h7t45 aos convidados de honra Felizcunha e M1957 pela ajuda
    27 de Junho de 2025, 17:15
  • j.s.: dgtgtr a todos  4tj97u<z
    27 de Junho de 2025, 17:13
  • FELISCUNHA: ghyt74  pessoal  4tj97u<z
    27 de Junho de 2025, 11:51
  • JPratas: try65hytr A Todos  classic k7y8j0
    27 de Junho de 2025, 04:35
  • m1957: Por favor vaamos todos dar uma pequena ajuda, para não deixar encerrar o fórum! Obrigado.
    26 de Junho de 2025, 23:45
  • FELISCUNHA: j.s. enviei PM  101041
    26 de Junho de 2025, 21:33
  • FELISCUNHA: try65hytr  pessoal   htg6454y
    26 de Junho de 2025, 21:33
  • JPratas: try65hytr Pessoal  4tj97u<z
    26 de Junho de 2025, 02:28
  • cereal killa: Boa Tarde Pessoal E com enorme tristeza que depois de 15 anos que idealizei e abri este fórum vejo que esta na iminência de fechar portas porque ninguém tenta ajudar o pagamento do servidor, mas cada ano e sempre difícil arranjar almas caridosas que nos bom ajudando mas este ano esta complicado, mas infelizmente e como diz o j.s dia 5/07 se não houver algumas ajudas esta vez vai mesmo fechar…..e pena e triste mas tudo na vida tem fim. obrigada cereal killa
    25 de Junho de 2025, 19:40
  • j.s.: [link]
    23 de Junho de 2025, 15:58
  • j.s.: a todos um excelente S. João
    23 de Junho de 2025, 15:48
  • j.s.: se não houver alteração ao nosso pedido
    23 de Junho de 2025, 15:46
  • j.s.: avisamos que por decisão da administração o forum IRÁ FECHAR PORTAS A 05/07/2025
    23 de Junho de 2025, 15:44
  • j.s.: como todos os membros estão a demonstrar um total desinteresse pelo nosso pedido,
    23 de Junho de 2025, 15:42
  • j.s.: está a decorrer um pedido para a ajuda para pagamento do servidor e nome onde está alojado o forum
    23 de Junho de 2025, 15:39

Autor Tópico: Ram Analysis On Power Systems Using Monte Carlo & Matlab  (Lida 64 vezes)

0 Membros e 1 Visitante estão a ver este tópico.

Offline mitsumi

  • Sub-Administrador
  • ****
  • Mensagens: 121842
  • Karma: +0/-0
Ram Analysis On Power Systems Using Monte Carlo & Matlab
« em: 16 de Novembro de 2022, 11:22 »


Published 11/2022
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
Language: English | Size: 1.94 GB | Duration: 4h 31m

Reliability, Availability & Mantainability analysis on electrical power systems using Monte Carlo simulations and MATLAB

What you'll learn
Learn reliability, availability and mantainaility fundamental concepts
Learn how to detect the failing modes responsible for having a complete system shutdown
Build individual components failure and reparing time period modeling, from historical data and/or other references using random number generation
Learn to model a whole system's failures and reparing times from its individual building blocs modeling
Learn to estimate realiability, availability and mantainability of a system using Matlab and monte carlo
Create software capable of simulating any kind of system from scratch
Requirements
Basic programming knowledge using Matlab (or Octave)
Basic engineering knowledge
Basic probability and statistics knowledge
Description
Reliability centered maintenance has become a common practice on maintenance departments over all kinds of fields, from pretoleum fields to power system, passing through naval and aeronautical industry. Reliability centered maintenance allows for a cost effective maintenance policy that is focused on a system's different modes of failure and consecuences.Most of the times, the failures of a system are fundamentaly random in their behaviour, thus, having a tool capable of simulating this random behaviour thousands or even millions of times in order to get a statistical trend is extemely valuable so that we can plan maintenance policies that tackle the most likely failing modes and the most catastrophic ones.Monte Carlo methods is an umbrella terms that covers all the studies that rely on many similations of random systems in order to get their most likely behaviour over the span of several tries. I had the opportunity to work this specific topic on my undergraduate thesis ''RAM analysis of electrical power system on the operational context using sequential Monte Carlo'' back in 2016 and got awarded with honors upon my disertation. I'll thrive myself to pour everything I learned into this course. I'm looking forward for your questions and feedback!
Overview
Section 1: Introduction
Lecture 1 Course scope and objectives
Section 2: Basic concepts
Lecture 2 Why Monte Carlo?
Lecture 3 Mathematical concepts: Probability density function (PDF).
Lecture 4 Mathematical concepts: CPF and ICPF.
Lecture 5 Practical examples: Random sample generation through ICPFs
Lecture 6 Mathematical concepts: STD, SEM and CI.
Lecture 7 Practical examples: Commands for acquiring STD, SEM and CI.
Lecture 8 Reliability, Availability and Mantainability definitions (TTF, TTR ,MTTF, MTTR)
Lecture 9 Practical examples: Adjusting a sample to a probability density function
Lecture 10 Simulating an individual component's on and off status switches over tmission 1
Lecture 11 Simulating an individual component's on and off status switches over tmission 2
Lecture 12 Creating our first Monte Carlo RAM analysis code for an individual component
Lecture 13 How many simulations are enough?
Lecture 14 Exponential probability density function (''memoryless'' function)
Section 3: How do systems fail?
Lecture 15 What is a reliability block diagram?
Lecture 16 Simulating series and parallel RBDs
Lecture 17 Minimum cut sets (applied to electrical power systems) for RBD construction.
Lecture 18 The adjecency matrix of a graph
Lecture 19 Generating the adjacency matrix of a power system using Matlab
Lecture 20 Practical case: applying the adjacency matrix function to our big case of study.
Lecture 21 Example of elaboration of an RBD for a power system.
Lecture 22 How do systems fail and how to simulate this failings?
Section 4: Building our Monte Carlo RAM analysis software
Lecture 23 Simulating a series system
Lecture 24 Simulating a parallel system
Lecture 25 Making sure our Monte Carlo RAM Analysis software works
Lecture 26 Finding the weak links within the RBD
Lecture 27 Final project of section 4 (part I)
Lecture 28 Final project of section 4 (part II)
Section 5: LOLP and LOLE
Lecture 29 Loss of load probability, Loss of load expectation and how to calculate them.
Lecture 30 Applying LOLP and LOLE to build a deterministic MATLAB simulation
Lecture 31 Why Monte Carlo? Part I
Lecture 32 Why Monte Carlo? Part II
Lecture 33 Explaining a matlab function to calculate LOLE and LOLP
Lecture 34 Creating a Monte Carlo software to calculate LOLP and LOLE
Lecture 35 LOLE and LOLP as a function of the target load
Lecture 36 Evolving LOLP and LOLE for a big generation system
Lecture 37 Wrapping up LOLE and LOLP
Section 6: Wrapping up all
Lecture 38 Wrapping up all
Section 7: Congratulations and course closing
Lecture 39 bye bye
Lecture 40 BONUS
Engineers and engineering students,Matlab practitioners,Reliability centered maintenance engineers,Reliability engineers,Maintenance engineers,Maintenance managers


Download link

rapidgator.net:
Citar
https://rapidgator.net/file/e8abccc227351ea3e9acebf4ba4aa57b/pcdbs.Ram.Analysis.On.Power.Systems.Using.Monte.Carlo..Matlab.part1.rar.html
https://rapidgator.net/file/7b5a830f3c7f510284ed2d9fb40caf57/pcdbs.Ram.Analysis.On.Power.Systems.Using.Monte.Carlo..Matlab.part2.rar.html

uploadgig.com:
Citar
https://uploadgig.com/file/download/83c7C4fc70A17c27/pcdbs.Ram.Analysis.On.Power.Systems.Using.Monte.Carlo..Matlab.part1.rar
https://uploadgig.com/file/download/8248997aa0130Ac5/pcdbs.Ram.Analysis.On.Power.Systems.Using.Monte.Carlo..Matlab.part2.rar

nitroflare.com:
Citar
https://nitroflare.com/view/E4BE03BB0827FDE/pcdbs.Ram.Analysis.On.Power.Systems.Using.Monte.Carlo..Matlab.part1.rar
https://nitroflare.com/view/91D32C6199BA094/pcdbs.Ram.Analysis.On.Power.Systems.Using.Monte.Carlo..Matlab.part2.rar

1dl.net:
Citar
https://1dl.net/uqv72c5j2j0o/pcdbs.Ram.Analysis.On.Power.Systems.Using.Monte.Carlo..Matlab.part1.rar.html
https://1dl.net/btvig12i59py/pcdbs.Ram.Analysis.On.Power.Systems.Using.Monte.Carlo..Matlab.part2.rar.html