%% Eingabeparameter

%Leistungspunkt
 Un=15.75e3;            %V
 Sn=339e6;              %VA
 pf=0.80;
 f=50;                   %Hz

%Polpaarzahl
 p=1;
 
%Schrittweite
 Ws=22;                                         %aus RE0100 =>WX
 
%Bohrungsradius des Ständers
 r_i=618.5e-3;                                  %aus RA D.Innen
 
%Nutenanzahl 
 N=54;                                          %RA oder RE0100 =>N1
 N1=N;
 
 c_d1=1;
 C1=1;

 mL=0;   %% Lastmoment der Antriebsmaschine (Turbine)
 

 
%Anlaufzeitkonstante 
 J=40000;



 %Windungszahlen
 w1=18;         %Ständerwicklung
 wF=154;        %Erregerwicklung
 wDd=0.5;       %Dämpferwicklung d-Achse
 wDq=0.5;       %Dämpferwicklung q-Achse

%Widerstände
 Rs=8.4115e-4;                  %Ständerwiderstand in [Ohm]
 Rf=9.6731e-2;                  %Erregerwiderstand in [Ohm]
 rDd_0=1.094e-2;                %Dämpferwiderstand d-Achse in p.u.
 rDq_0=9.802e-3;                %Dämpferwiderstand q-Achse in p.u
 


%Reaktanzen alles in p.u.

 x_1s_0=0.20761;                   %Ständerstreureaktanz

 x_hd_0=2.136;                     %Hauptreaktanz d-Achse
 
 x_hq_0=2.019;                     %Hauptreaktanz q-Achse

 x_c_0=3.563e-3;                   %Kopplungsreaktanz

 x_f_0=1.194e-1;                   %Erregerstreureaktanz 

 x_Dd_0=3.581e-2;                  %Dämpferreaktanz d-Achse

 x_Dq_0=5.951e-2;                  %Dämpferreaktanz q-Achse



