주요 콘텐츠

단순화된 발전기를 사용하여 풍력 발전 시스템 모델링하기

R2024b 이후

이 예제에서는 Simplified Generator 블록을 사용하여 저충실도 3상 전력망 연계형 풍력 발전 시스템을 모델링하는 방법을 보여줍니다. 계획 및 피치 제어 연구에 이 저충실도 전기 모델을 사용하십시오.

모델 열기

이 예제에서는 1.5MVA, 575V, 60Hz 풍력 발전 시스템을 모델링합니다. 모델은 풍력 발전 시스템의 최대 전력점 추적(MPPT) 동작 영역을 시뮬레이션합니다.

모델의 입력 파라미터를 편집하려면 MATLAB® 명령 창에 다음 명령을 입력합니다.

edit 'WindSimplifiedGeneratorInput'

WindSimplifiedGenerator 모델을 엽니다.

 
open_system("WindSimplifiedGenerator");

결과 플로팅

입력 파라미터를 불러옵니다.

WindSimplifiedGeneratorInput

모델을 시뮬레이션하고 결과를 플로팅합니다.

WindSimplifiedGeneratorPlot

Figure WindSimplifiedGeneratorResult contains 4 axes objects. Axes object 1 with title Wind Speed, xlabel Time (s), ylabel Wind Speed (m/s) contains an object of type line. Axes object 2 with title Net Active Power Supplied, xlabel Time (s), ylabel Active Power (pu) contains 2 objects of type line. These objects represent Power Demand, Power Supplied. Axes object 3 with title Net Reactive Power Supplied, xlabel Time (s), ylabel Reactive Power (pu) contains an object of type line. Axes object 4 with title Phase Voltage and Current Supplied, xlabel Time (s), ylabel Voltage and Current (pu) contains 2 objects of type line. These objects represent Voltage, Current.

이 플롯은 풍속, 순 유효 전력 및 무효 전력, 상 전압 및 전류를 보여줍니다. 단순화된 발전기는 지정된 전력 수요에 따라 풍력 터빈에 기계적으로 부하를 가하고 전기기계적 손실을 고려한 후 필요한 전력을 전력망에 공급합니다. 풍속이 증가하면 MPPT 명령이 지정한 대로 풍력 시스템이 전력망에 공급하는 전력량도 증가합니다.

참고 항목

|

도움말 항목