* Cantinho Satkeys

Refresh History
  • JPratas: dgtgtr Pessoal  49E09B4F k7y8j0
    06 de Novembro de 2024, 17:19
  • FELISCUNHA: Votos de um santo domingo para todo o auditório  4tj97u<z
    03 de Novembro de 2024, 10:49
  • j.s.: bom fim de semana  43e5r6 49E09B4F
    02 de Novembro de 2024, 08:37
  • j.s.: ghyt74 a todos  4tj97u<z
    02 de Novembro de 2024, 08:36
  • FELISCUNHA: ghyt74   49E09B4F  e bom feriado   4tj97u<z
    01 de Novembro de 2024, 10:39
  • JPratas: try65hytr Pessoal  h7ft6l k7y8j0
    01 de Novembro de 2024, 03:51
  • j.s.: try65hytr a todos  4tj97u<z
    30 de Outubro de 2024, 21:00
  • JPratas: dgtgtr Pessoal  4tj97u<z k7y8j0
    28 de Outubro de 2024, 17:35
  • FELISCUNHA: Votos de um santo domingo para todo o auditório  k8h9m
    27 de Outubro de 2024, 11:21
  • j.s.: bom fim de semana   49E09B4F 49E09B4F
    26 de Outubro de 2024, 17:06
  • j.s.: dgtgtr a todos  4tj97u<z
    26 de Outubro de 2024, 17:06
  • FELISCUNHA: ghyt74   49E09B4F  e bom fim de semana
    26 de Outubro de 2024, 11:49
  • JPratas: try65hytr Pessoal  101yd91 k7y8j0
    25 de Outubro de 2024, 03:53
  • JPratas: dgtgtr A Todos  4tj97u<z 2dgh8i k7y8j0
    23 de Outubro de 2024, 16:31
  • FELISCUNHA: ghyt74  pessoal   49E09B4F
    23 de Outubro de 2024, 10:59
  • j.s.: dgtgtr a todos  4tj97u<z
    22 de Outubro de 2024, 18:16
  • j.s.: dgtgtr a todos  4tj97u<z
    20 de Outubro de 2024, 15:04
  • FELISCUNHA: Votos de um santo domingo para todo o auditório  101041
    20 de Outubro de 2024, 11:37
  • axlpoa: hi
    19 de Outubro de 2024, 22:24
  • FELISCUNHA: ghyt74   49E09B4F  e bom fim de semana  4tj97u<z
    19 de Outubro de 2024, 11:31

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

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

Online mitsumi

  • Moderador Global
  • ***
  • Mensagens: 115840
  • 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