Dr. David Lubkeman
Dr. David Lubkeman
  • Видео 113
  • Просмотров 101 869
Power Flow Coding with AI - Four Bus Example
Generative AI is utilized to update existing power flow Python code to solve a four-bus case. Starts with review of previous video on three-bus power flow. This is followed by equations required for modeling a constant power and voltage (PV) generation bus. Finally video demonstrates how ChatGPT queries can be constructed to write new code. Specific examples include updating the data input format as well as modifying the original Gauss-Seidel code to include PV buses.
The code examples are provided in a Jupyter notebook format as well as a Python code export of the notebook cells. Notebook, Python and data files can be downloaded at the channel Github site:
github.com/DavidLubkeman/Power_Sy...
Просмотров: 152

Видео

Power Flow Coding with AI - Three Bus Example
Просмотров 3232 месяца назад
Generative AI is utilized to develop Python code for a three-bus power flow. Starts with review of power flow modeling and equation development for a three-bus power system with a single source, lines and loads. The transmission system is represented using a Ybus admittance matrix while the voltage solution is performed using a Gauss-Seidel iterative procedure. The program is developed using a ...
Power Flow Coding with AI - Two Bus Example
Просмотров 3975 месяцев назад
Generative AI is utilized to develop Python code for a two-bus power flow. Starts with review of power flow modeling and equation development for a two-bus power system with source, line and load. Then three examples using ChatGPT are provided for prompt inputs consisting of (i) minimal program requirements (ii) detailed program requirements and finally (iii) detailed program flowchart. Conclud...
RL Circuit Fault Analysis - Transient Current Solution
Просмотров 83510 месяцев назад
Transient analysis of a fault on a basic power system consisting of a series resistance and reactance. Derivation of the closed-form solution to the ordinary differential equation associated with a single-phase fault. It is shown that the transient adds a decaying DC offset to the steady-state sinusoidal fault current. A Python program is used to generate and plot the solution results. The prog...
Lecture 25c: IVVC - Analysis Examples - Power Distribution Systems Spring 2021 - Lubkeman
Просмотров 3662 года назад
Examples of Volt/VAR simulation analysis in WindMil and OpenDSS. Recorded in Spring 2021.
Lecture 25b: IVVC - Heuristic Alg. & CVR - Power Distribution Systems Spring 2021 - Lubkeman
Просмотров 2932 года назад
Example of applying a heuristic approach (rule-based) to IVVC control. Concepts of Conservation Voltage Reduction (CVR) are reviewed as a means of peak load reduction via managing voltage control setpoints. An example circuit calculation is used to quantify potential benefits. Recorded in Spring 2021.
Lecture 25a: IVVC - Control Schemes - Power Distribution Systems Spring 2021 - Lubkeman
Просмотров 3512 года назад
Introduction to Integrated Volt VAR Control (IVVC). Review of local measurement-based controls. Discussion on applying coordinated Volt/VAR strategies ranging from VAR dispatch of capacitors only (power factor control) to integration with the operation of line regulators for IVVC. Recorded in Spring 2021.
Lecture 24c: FLISR - Cost Benefit Analysis (CBA) Example - Power Distribution Systems Spring 2021
Просмотров 3792 года назад
Worked example using predictive SAIDI and SAIFI analysis to compare costs and benefits of several reliability improvement options involving automation. ICE web application is used to obtain customer benefit values. Recorded in Spring 2021.
Lecture 24b: FLISR - Equipment and Logic - Power Distribution Systems Spring 2021 - Lubkeman
Просмотров 5432 года назад
Discussion of automation upgrade options involving installing equipment in the field and adding FLISR logic. Options include use of Fault Current Indicators (FCI), fault location algorithms, reclosers and sectionalizing switches. The use of loop restoration schemes with both centralized and distributed peer to peer logic is also covered. Recorded in Spring 2021.
Lecture 24a: FLISR - Overview - Power Distribution Systems Spring 2021 - Lubkeman
Просмотров 1,4 тыс.2 года назад
Overview of Fault Location, Isolation and Service Restoration (FLISR) and how aspects of this process can be automated to lower customer outage minutes and number of sustained interruptions per year. Included is an introduction to how Outage Management Systems work and the various steps in detecting, locating and isolating faulted sections and then switching to restore service. Recorded in Spri...
Lecture 23c: Power Quality Part 2 - Harmonics - Power Distribution Systems Spring 2021 - Lubkeman
Просмотров 6922 года назад
Discussion on common sources of harmonic distortion. Modeling of distribution system voltage response to injected harmonic current and impact of resonance caused by power factor correction capacitors. IEEE 519 standard voltage and current limits. Example showing how to compute impact of harmonic currents on harmonics voltages, and whether harmonic levels exceed IEEE 519 standard limits. Recorde...
Lecture 23b: Power Quality Part 2 - WindMil Example - Power Distribution Systems Spring 2021
Просмотров 4172 года назад
By-hand analysis of impact of motor start on distribution circuit with comparison to results obtained using a commercial power flow program. Use of Matlab script to compute duration of voltage sag due to motor start based on inertia and load torque. Introduction to power system harmonics and computation of Total Harmonic Distortion (THD). Recorded in Spring 2021.
Lecture 23a: Power Quality Part 2 - Motor Start Model - Power Distribution Systems Spring 2021
Просмотров 4252 года назад
Review of induction motor model and application to startup analysis. Equivalent distribution circuit model for motor start calculations. Example calculation showing impact of motor start on adjacent customer on the same circuit. Recorded in Spring 2021.
Lecture 22c: Power Quality Part 1 - Examples - Power Distribution Systems Spring 2021 - Lubkeman
Просмотров 4292 года назад
Example calculation of voltage sag due to circuit fault and resulting short-circuit current. Recorded in Spring 2021.
Lecture 22b: Power Quality Part 1 - Voltage Sag Model - Power Distribution Systems Spring 2021
Просмотров 8962 года назад
Modeling of voltage sags on distribution due to fault current. Review of expected magnitude and duration of voltage sags as function of fault location, protection scheme and where customer connected on circuit. Recorded in Spring 2021.
Lecture 22a: Power Quality Part 1 - Overview - Power Distribution Systems Spring 2021 - Lubkeman
Просмотров 6102 года назад
Lecture 22a: Power Quality Part 1 - Overview - Power Distribution Systems Spring 2021 - Lubkeman
Lecture 21c: DER Part 3 - OpenDSS PV Mitigation - Power Distribution Systems Spring 2021 - Lubkeman
Просмотров 1 тыс.2 года назад
Lecture 21c: DER Part 3 - OpenDSS PV Mitigation - Power Distribution Systems Spring 2021 - Lubkeman
Lecture 21b: DER Part 3 p- OpenDSS PV Analysis - Power Distribution Systems Spring 2021 - Lubkeman
Просмотров 7692 года назад
Lecture 21b: DER Part 3 p- OpenDSS PV Analysis - Power Distribution Systems Spring 2021 - Lubkeman
Lecture 21a: DER Part 3 - WindMil Analysis - Power Distribution Systems Spring 2021 - Lubkeman
Просмотров 3722 года назад
Lecture 21a: DER Part 3 - WindMil Analysis - Power Distribution Systems Spring 2021 - Lubkeman
Lecture 20c: OpenDSS Example 2 - Power Distribution Systems Spring 2021 - Lubkeman
Просмотров 6272 года назад
Lecture 20c: OpenDSS Example 2 - Power Distribution Systems Spring 2021 - Lubkeman
Lecture 20b: OpenDSS Example 1 - Power Distribution Systems Spring 2021 - Lubkeman
Просмотров 1,3 тыс.2 года назад
Lecture 20b: OpenDSS Example 1 - Power Distribution Systems Spring 2021 - Lubkeman
Lecture 20a: OpenDSS Overview - Power Distribution Systems Spring 2021 - Lubkeman
Просмотров 1,2 тыс.2 года назад
Lecture 20a: OpenDSS Overview - Power Distribution Systems Spring 2021 - Lubkeman
Lecture 19c: DER Part 2 - Impact Study - Power Distribution Systems Spring 2021 - Lubkeman
Просмотров 5082 года назад
Lecture 19c: DER Part 2 - Impact Study - Power Distribution Systems Spring 2021 - Lubkeman
Lecture 19b: DER Part 2 - 1547 (post 2018) - Power Distribution Systems Spring 2021 - Lubkeman
Просмотров 8422 года назад
Lecture 19b: DER Part 2 - 1547 (post 2018) - Power Distribution Systems Spring 2021 - Lubkeman
Lecture 19a: DER Part 2 - 1547 (pre 2018) - Power Distribution Systems Spring 2021 - Lubkeman
Просмотров 4282 года назад
Lecture 19a: DER Part 2 - 1547 (pre 2018) - Power Distribution Systems Spring 2021 - Lubkeman
Lecture 18c: DER Part 1 - Examples - Power Distribution Systems Spring 2021 - Lubkeman
Просмотров 3682 года назад
Lecture 18c: DER Part 1 - Examples - Power Distribution Systems Spring 2021 - Lubkeman
Lecture 18b: DER Part 1 - Impacts - Power Distribution Systems Spring 2021 - Lubkeman
Просмотров 5852 года назад
Lecture 18b: DER Part 1 - Impacts - Power Distribution Systems Spring 2021 - Lubkeman
Lecture 18a: DER Part 1 - Overview - Power Distribution Systems Spring 2021 - Lubkeman
Просмотров 6982 года назад
Lecture 18a: DER Part 1 - Overview - Power Distribution Systems Spring 2021 - Lubkeman
Lecture 17c: Reliability Part 2 - Improvements - Power Distribution Systems Spring 2021 - Lubkeman
Просмотров 3372 года назад
Lecture 17c: Reliability Part 2 - Improvements - Power Distribution Systems Spring 2021 - Lubkeman
Lecture 17b: Reliability Part 2 - Switches - Power Distribution Systems Spring 2021 - Lubkeman
Просмотров 2862 года назад
Lecture 17b: Reliability Part 2 - Switches - Power Distribution Systems Spring 2021 - Lubkeman

Комментарии

  • @WickJohn-t5c
    @WickJohn-t5c 16 минут назад

    Thanks for uploading the course! Where can I find those Powerpoint material?

  • @anilwickramage5575
    @anilwickramage5575 3 дня назад

    At 63 years old, I have finally embarked on my journey to learn about electricity, and I am fully committed to your lessons. I can't express how much I’ve already learned; your teaching is truly inspiring! I look forward to returning at the end of the year to share my progress. Thank you for this invaluable experience!

  • @anilwickramage5575
    @anilwickramage5575 3 дня назад

    At 63 years old, I have finally embarked on my journey to learn about electricity, and I am fully committed to your lessons. I can't express how much I’ve already learned; your teaching is truly inspiring! I look forward to returning at the end of the year to share my progress. Thank you for this invaluable experience!

    • @dr.davidlubkeman284
      @dr.davidlubkeman284 2 дня назад

      You are welcome and I am glad you are finding the series worthwhile.

  • @genghiskhan8721
    @genghiskhan8721 9 дней назад

    Great work. Please do a video on three-phase transformer saturation.

    • @dr.davidlubkeman284
      @dr.davidlubkeman284 8 дней назад

      Thanks! Unfortunately I don't have any material on that topic to post right now.

  • @KumarKumar-dp4go
    @KumarKumar-dp4go 22 дня назад

    Let me know if there is a paid course that will cover all these classes from start to finish.

  • @KumarKumar-dp4go
    @KumarKumar-dp4go 22 дня назад

    Hello Mr David you have covered the distribution topics nicely, is there way to put all these classes in a play list?

    • @dr.davidlubkeman284
      @dr.davidlubkeman284 22 дня назад

      Distribution topics are in playlist: ruclips.net/p/PLZKNjI5MfCm2PTr0NEdRAxbu0qaktyhe6

  • @cynicalsuka2463
    @cynicalsuka2463 23 дня назад

    insightful.

  • @BillLehman-qg8jk
    @BillLehman-qg8jk 26 дней назад

    Little dyslexia kicking in, but I initially read flower power coding.

    • @dr.davidlubkeman284
      @dr.davidlubkeman284 25 дней назад

      Hmm, I'm a child of the 60s so that might be another good topic.

  • @قناةالمعرفة-سودان
    @قناةالمعرفة-سودان Месяц назад

    Can you add a lecture about series Reactor Switching

  • @قناةالمعرفة-سودان
    @قناةالمعرفة-سودان Месяц назад

    Thanks very much

  • @KumarKumar-dp4go
    @KumarKumar-dp4go Месяц назад

    video not working please fix it

  • @KumarKumar-dp4go
    @KumarKumar-dp4go Месяц назад

    Lecture not working please fix it

  • @JonayedIqbalJoy
    @JonayedIqbalJoy Месяц назад

    Thank you for this fantastic video about inrush and Ferro resonance. However, I have one minor query. In the Ferro resonance PSCAD simulation, the ideal transformer model is set to 'No', whereas during inrush it is set to 'Yes'. Could you please explain why these are chosen differently? Thank you.

    • @dr.davidlubkeman284
      @dr.davidlubkeman284 Месяц назад

      It has to do with how the transformer core model is represented. In the inrush case with model set to "ideal", I model the core saturation as a current injection source on the primary side that emulates the core saturation characteristics. So this current injection effect is essentially added to a transformer model with no core to get the total effect. In the ferroresonance case, I set the transformer model to "nonideal" and utilize a more detailed nonlinear core model. I'm by no means an EMTP transformer modeling expert, but there is more detail on this in the PSCAD program documentation.

  • @taimurzaman7322
    @taimurzaman7322 Месяц назад

    Dear David, Thank you for your presentation and this lecture. Just a one question regarding the 160ms DER prioritization response is not clear. Does it mean that 160ms is mandatory for DER control to wait and take no action prior to override capabilities?

    • @dr.davidlubkeman284
      @dr.davidlubkeman284 Месяц назад

      If system frequency is over 62 Hz or under 56.5 Hz, DER can remain engaged up to 160 msec mark. But after 160 msec, when these limits are exceeded, the DER needs to trip. DER does not need to wait 160 msec in these ranges though, it could trip instantaneously. Not sure if that was what you were asking though.

    • @taimurzaman7322
      @taimurzaman7322 Месяц назад

      @@dr.davidlubkeman284 Yes thats the answer to my question. Thank you very much.

  • @harsha9128
    @harsha9128 Месяц назад

    Hello Professor. Till what switching freq. can we use a pi equivalent model to represent a transmission line?

    • @dr.davidlubkeman284
      @dr.davidlubkeman284 Месяц назад

      When applying a pi-equivalent model, accuracy depends on the line length. We would want the line length to be much smaller than the wavelength associated with the highest frequency component. But I don't have a quantitative rule I can give you for this. Note we can break a line model into multiple series pi-equivalent segments to improve accuracy. So if you were uncertain about line model accuracy, just keep breaking a line into smaller segments until simulation results stay the same.

  • @cynicalsuka2463
    @cynicalsuka2463 Месяц назад

    Thanks professor. Very useful stuff

  • @cynicalsuka2463
    @cynicalsuka2463 Месяц назад

    now this is some great teaching

  • @maryamd99
    @maryamd99 Месяц назад

    Thank you, Dr. David, for this video. I replicated the exact same model as yours in PSCAD, including the transformer parameters. However, I am not observing the inrush current in my results. The Ia starts from zero and within 0.2s settles around the steady-state value of 0.1 A. Could you please advise on why this might be happening? Thank you!

    • @dr.davidlubkeman284
      @dr.davidlubkeman284 Месяц назад

      Did you refer to my original PSCAD file on the Github site or build the model from the screen shots in presentation? Wondering if there is something going on in the other parts of the circuit model. Maybe compare to my pscx file at: github.com/DavidLubkeman/Power-System-Transients-Course/blob/main/Lecture%208c%20-%20PSCAD%20SinglePhTransformerInrushEx.zip

    • @maryamd99
      @maryamd99 Месяц назад

      @@dr.davidlubkeman284 Thank you very much, Very helpful. I initially modeled it based on the screenshot, but after reviewing your PSCX file, I noticed that the voltage input time constant in my source model was left at the default value (0.05s). After changing it to 0 or a very small value, the inrush current now matches yours. One follow up question on this: I am modeling a generating unit along with a step up power transformer in PSCAD. But I do not have the values for air core reactance, magnetizing current, or knee voltage, as the project is in early stage and these values are obtained through transformer testing reports. I do have other rating parameters such as X. Is there a way to estimate them with reasonable accuracy?

    • @dr.davidlubkeman284
      @dr.davidlubkeman284 Месяц назад

      @@maryamd99 I don't have any material on that topic ready to send. I would suggest you go to the PSCAD web site and search their Knowledge Base. Once you do that, then you could also contact their technical support.

    • @maryamd99
      @maryamd99 Месяц назад

      @@dr.davidlubkeman284 Thank you!

  • @BillLehman-qg8jk
    @BillLehman-qg8jk 2 месяца назад

    Thank you for providing these lectures. Quite a bit packed into this series.

  • @BillLehman-qg8jk
    @BillLehman-qg8jk 2 месяца назад

    I have a simple question that I cannot seem to find an answer to, but it still bothers me. What is the difference between E and V? I think E might be referring to a source and V a load, but I see problems using both in the same question and each time, that question pops in my head.

    • @dr.davidlubkeman284
      @dr.davidlubkeman284 2 месяца назад

      Both V and E can be used in general to refer to voltage. For nonideal transformer modeling, I use V to refer to the transformer source or load voltage. Then given we have primary and secondary winding resistance and leakage reactance, use E to refer to the voltages associated with the ideal transformer voltage component, which is embedded in the nonideal transformer model. It would help if you could give me a specific lecture number and slide number to refer to.

    • @BillLehman-qg8jk
      @BillLehman-qg8jk Месяц назад

      @ This is common in questions from the textbook “Power System Analysis and Design”, where problems would provide E and ask to solve for V in the same problem. I just found it confusing, but treated it the same.

    • @BillLehman-qg8jk
      @BillLehman-qg8jk Месяц назад

      @ Thank you for the answer.

    • @dr.davidlubkeman284
      @dr.davidlubkeman284 Месяц назад

      @@BillLehman-qg8jk Yeah it can be confusing. I would tend to use V to represent a measurable voltage at terminals of a device, while I would use E to represent an "internal" voltage associated with rotating machine or transformer winding models. You will also see U used to represent voltage. But I'm sure I get sloppy with the usage depending on what textbook I might have been referencing at the time while working on my notes.

  • @harsha9128
    @harsha9128 2 месяца назад

    Hello Professor. If we are seeing such high voltages under current chopping we would expect the transformer/magnetising inductance to saturate. Do we model this in PSCAD or is that not a concern in the time frame we would be determining peak voltage stress?

    • @dr.davidlubkeman284
      @dr.davidlubkeman284 2 месяца назад

      High voltage does not necessarily translate to core saturation, since the current energizing the core is limited by the magnitude of the chopped current. I guess there would be frequency dependency in the core model, but I'm thinking that if you set up a PSCAD model, that the next step for more accuracy would be to model cabling and resistive damping due to the core model, loads etc. But I haven't actually gone through this exercise myself.

  • @harsha9128
    @harsha9128 2 месяца назад

    Hello, Professor. Given that at the time the fault clears (t=0), which occurs after a few cycles after a fault, would this duration be sufficient for the capacitor to fully discharge?

    • @dr.davidlubkeman284
      @dr.davidlubkeman284 2 месяца назад

      That capacitance is due to stray capacitance seen at the breaker. So the value is relatively small and time to discharge would not be an issue.

  • @BillLehman-qg8jk
    @BillLehman-qg8jk 2 месяца назад

    This is helpful. I will continue to work through the lectures, but I appreciate taking the time to focus on areas of confusion.

    • @dr.davidlubkeman284
      @dr.davidlubkeman284 2 месяца назад

      If you have any questions as you go through the videos, please post in the comments.

    • @BillLehman-qg8jk
      @BillLehman-qg8jk 2 месяца назад

      @@dr.davidlubkeman284 Thank you. Question I have is in the first problem, step a shows a complex conjugate for S. I show I’m my textbook, S=IV* which I can understand, but I don’t know how I=S*/V* is derived.

    • @dr.davidlubkeman284
      @dr.davidlubkeman284 2 месяца назад

      @@BillLehman-qg8jk For single-phase complex power we have S=VI*. So I*=S/V. If we take the complex conjugate of both sides of the equality we have (I*)* = I = (S/V)* = S*/V*.

    • @BillLehman-qg8jk
      @BillLehman-qg8jk 2 месяца назад

      @ Thank you - It makes sense. I can see it now.

  • @sydelcid
    @sydelcid 2 месяца назад

    Awesome, thanks so much for sharing!

  • @shazebhashimkhan3009
    @shazebhashimkhan3009 3 месяца назад

    All 20MVA transformer cannot be energized at same time, there will some delay in between the trafo's energization, hence impact of inrush current and voltage drop could be minimized. In your example are you considering all transformer enegized at same time?

    • @dr.davidlubkeman284
      @dr.davidlubkeman284 3 месяца назад

      This is not a computer simulation, but a real field recording as taken from a substation relay showing the impact of PV plant energization. I don't have the information on what percentage of the plant's inverter transformers were energized in this scenario.

  • @harsha9128
    @harsha9128 3 месяца назад

    Hello Professor. Why do we need to represent point on wave using theta? Why isn’t time “t” alone sufficient to represent the time of fault occurrence/clearance.

    • @dr.davidlubkeman284
      @dr.davidlubkeman284 3 месяца назад

      The reference I am using for time is that t=0 at the inception of the fault. But I cannot just have a source voltage of sqrt(2)Vm*cos(wt) driving the circuit, since in practice a fault could occur at any point on that source waveform. So I add a point on wave angle to the source and model it as sqrt(2)Vm*cos(wt+theta). So if theta=0, the fault occurs at a voltage peak, or if theta=180 degrees, the fault occurs at a negative peak.

  • @shazebhashimkhan3009
    @shazebhashimkhan3009 3 месяца назад

    You have not created any actual fault S-G, u just energized the load resistance

    • @dr.davidlubkeman284
      @dr.davidlubkeman284 3 месяца назад

      In this case the resistance represents a 0.5 Ohm fault impedance. It was added to the Lecture 4b worked example to make the problem more challenging. If we were to model a load resistance, that value would be much higher than 0.5 Ohms.

  • @berkebaklan7157
    @berkebaklan7157 3 месяца назад

    your students are very lucky nice lecture thanks a lot

    • @dr.davidlubkeman284
      @dr.davidlubkeman284 3 месяца назад

      You are welcome.

    • @FDR49861
      @FDR49861 15 дней назад

      @@dr.davidlubkeman284 Dr. Lubkeman, I just wanted to take a moment to say thank you! I had the privilege of being one of your students back in 2019, and it was an absolute pleasure to take your course. I truly enjoyed every minute of your class and learned so much. Your teaching made a lasting impact, and I’m incredibly grateful for the knowledge and inspiration you provided. Thank you so much!

    • @dr.davidlubkeman284
      @dr.davidlubkeman284 13 дней назад

      @@FDR49861 Glad to hear you got so much out of this course. 2019 seems so long ago now. Hope you are doing well.

  • @SADIQUELLAH
    @SADIQUELLAH 3 месяца назад

    Thank you for posting these videos and having your channel. I am working in a utility in Canada, and I find your videos super helpful! please keep this channel going because you are helping so many people!! thanks a lot again.

    • @dr.davidlubkeman284
      @dr.davidlubkeman284 3 месяца назад

      You are welcome. Glad to hear you are finding the videos useful.

  • @قناةالمعرفة-سودان
    @قناةالمعرفة-سودان 3 месяца назад

    Thx

  • @قناةالمعرفة-سودان
    @قناةالمعرفة-سودان 3 месяца назад

    Thanks very much

  • @PriyankShekhar-y3j
    @PriyankShekhar-y3j 4 месяца назад

    Thanks for sharing the insightful information, I am working with FLISR implementation in one project.

  • @harsha9128
    @harsha9128 4 месяца назад

    Hello Professor, What are your thoughts on understanding the mathematical formulation using small signal models and transfer functions for power system transients?

    • @dr.davidlubkeman284
      @dr.davidlubkeman284 4 месяца назад

      Depends on what types of transients you are trying to analyze. For the basic first and second-order switching transients modeled by a combination of R, L and C components, you still have a linear system and don't need a small-signal model. But if you have nonlinear elements and are looking at the impact of small perturbations, that might be a useful approach. You have to be careful though, since the transient could involve a large perturbation where the linearized model is no longer valid.

  • @MuhammadAftabuzzamanMijan
    @MuhammadAftabuzzamanMijan 4 месяца назад

    Nice explanation, thanks !

  • @guidedbyreason3619
    @guidedbyreason3619 4 месяца назад

    Thanks a lot for these lectures!

  • @charleskayiza627
    @charleskayiza627 4 месяца назад

    Nice

  • @charleskayiza627
    @charleskayiza627 4 месяца назад

    I just discovered this channel. This content is soo good. I wonder why its not yet discovered by Electrical Engineers

  • @behnamazizi-rs8fj
    @behnamazizi-rs8fj 5 месяцев назад

    Thanks for uploading the course. Is that possible to access ECE451 for the prerequisite?

    • @dr.davidlubkeman284
      @dr.davidlubkeman284 5 месяцев назад

      ECE451 is a first course on power systems analysis with a focus on transmission systems which I don't have videos for.

  • @rzubair
    @rzubair 5 месяцев назад

    This is impressive Prof. Definitely trying my hands on this.

  • @kti9651
    @kti9651 5 месяцев назад

    Thanks for putting out those courses. I am a distribution Engineer and I follow ur courses. Would you please point me where I can find your notes? Thank You

    • @dr.davidlubkeman284
      @dr.davidlubkeman284 5 месяцев назад

      I am not posting the lecture slides, but there is additional material at the course GitHub site that includes written notes for some of the lectures. Go to github.com/DavidLubkeman/Power-Distribution-Systems-Course

    • @kti9651
      @kti9651 5 месяцев назад

      @@dr.davidlubkeman284 Thank you

  • @israrali5832
    @israrali5832 5 месяцев назад

    Hello sir, Thank you for this valuable content. It really helped me alot. Waiting for the second video in this playlist.

  • @israrali5832
    @israrali5832 5 месяцев назад

    if there is an AC source to feed the circuit, is it possible to solve it with the undetermined coefficient approach. if yes can you please share the example?

    • @dr.davidlubkeman284
      @dr.davidlubkeman284 5 месяцев назад

      Take a look at the material on RL Fault Transients in Lecture 2a and Shunt Capacitor Switching in Lecture 3a. In both cases, we have an AC source that is driving the steady-state solution and impacts the transient solution.

  • @mohamedtaleb6113
    @mohamedtaleb6113 7 месяцев назад

    Many thanks. Actually, it was a wonderful and helpful lecture. Where could I find the Microgrid control lectures?

    • @dr.davidlubkeman284
      @dr.davidlubkeman284 7 месяцев назад

      Did not end up posting the microgrid control lectures since that had too much proprietary material.

  • @bereketayalew3274
    @bereketayalew3274 8 месяцев назад

    thanks alot for uploading. I am learning so much from you. You are a great teacher!

  • @SajarupanTharumaraja
    @SajarupanTharumaraja 8 месяцев назад

    Dear Dr David, The lectures are interesting. how can I get the opendss files?

    • @dr.davidlubkeman284
      @dr.davidlubkeman284 8 месяцев назад

      I did not post the OpenDSS files for this lecture since there was some proprietary information in them. As an alternative I suggest you look at the circuits in the OpenDSS software distribution under OpenDSS->EPRITestCircuits->epri_dpv. You should be able to apply similar principles as discussed in the lecture. Would suggest you also look at Lecture 20 videos.

    • @SajarupanTharumaraja
      @SajarupanTharumaraja 8 месяцев назад

      @@dr.davidlubkeman284 Thank you. I'll follow the lecture continuously. Thanks for posting lectures.

  • @MrHuetown
    @MrHuetown 8 месяцев назад

    Is it possible to force a fault on a specific location in the model? The only way I know to do fault current analysis is to run the fault current analysis on the whole line but I need to be able to pick points either on the high side of the transformer or low side to see what the effect is on the other side. Help is limited online with regards to Milsoft so I thought I would ask you. Thank You!

    • @dr.davidlubkeman284
      @dr.davidlubkeman284 8 месяцев назад

      Take a look at Lecture 13c: Short Circuit Analysis - Examples - Power Distribution Systems Spring 2021 - Lubkeman.

    • @MrHuetown
      @MrHuetown 8 месяцев назад

      @@dr.davidlubkeman284 Awesome! Just what I was looking for. Thank you so much sir.

  • @bdcfu
    @bdcfu 9 месяцев назад

    Can you explain why this needs to be in the neutral position before opening and closing into the circuit? Is it more dangerous if it is in a lower percentage raise or lower position?

    • @dr.davidlubkeman284
      @dr.davidlubkeman284 9 месяцев назад

      The figure you are referring to does not show the tap. But basically when we have a nonzero tap position, we are inserting a portion of Winding 2 in series into our circuit. We can manipulate the Winding 2 connections to get either a voltage raise or drop. If we want to take the voltage regulator out for maintenance and not interrupt the circuit, then we need to close the bypass switch, which will short Winding 2 out. If you have a nonzero tap position, you will have voltage across this winding. So shorting out Winding 2 would result in a substantial fault current. This is why the regulator needs to be in a neutral tap=0 position before shorting out Winding 2.

  • @WietseBuwalda
    @WietseBuwalda 9 месяцев назад

    Great lectures. Thanks for sharing. In relation to SAIDI - Is 550 the Total Number of Customers connected to the system or is it the total number of customers that were interrupted?

    • @dr.davidlubkeman284
      @dr.davidlubkeman284 9 месяцев назад

      The total number of customers on this feeder circuit is 550. When we get the SAIDI number, that would be the average sustained outage time on that feeder per customer per year. In this scenario, every time a fault causes the top of feeder circuit breaker to operate open, then 550 customers will see an interruption though.

    • @WietseBuwalda
      @WietseBuwalda 9 месяцев назад

      Thank you so much for replying so quickly! Just to make sure, is SAIFI denominator then the number of customers affected by the outage? (Different to the total number of customers on the network whole network). Thank you again for all the course notes and sharing them.

    • @dr.davidlubkeman284
      @dr.davidlubkeman284 9 месяцев назад

      @@WietseBuwalda SAIFI denominator is also the total number of customers on the circuit. So SAIDI and SAIFI are both averages over the entire connected customer count. A consequence of this is that you could have a small number of customers on the circuit that experience many outages, but once you average this out over the entire connected customer base, SAIDI and SAIFI could still be low.

    • @WietseBuwalda
      @WietseBuwalda 9 месяцев назад

      @@dr.davidlubkeman284 Thank you again for your time! Very much appreciated. Learnt a lot from your course material.

    • @dr.davidlubkeman284
      @dr.davidlubkeman284 9 месяцев назад

      @@WietseBuwalda You are welcome

  • @maxelmar3200
    @maxelmar3200 9 месяцев назад

    Dr. Lubkeman, why does the voltage across the capacitor Jump upon clearing the fault? The voltage across the Capacitor won't change instantaneously Just like the current into the inductor. Please elaborate on this point if possible. Thank you

    • @dr.davidlubkeman284
      @dr.davidlubkeman284 9 месяцев назад

      The voltage is still zero right after the fault clears, according to the boundary condition for the capacitor. However voltage quickly jumps to a magnitude of 2x peak voltage at a very high frequency given by w0=sqrt(1/LC). Frequency is high since that stray capacitance is very small. In a computer simulation it may appear to change instantaneously, but there is still a small time duration associated with that jump.

  • @julienneyret5355
    @julienneyret5355 10 месяцев назад

    Hello, thank you very much for your qualitative content! I'm a french student on my end-of-master-degree in an electrical network's consulting firm, and your youtube channel comes as a great help! Many thanks and greetings from France :)