Sorry for the late answer, but during the vacation I forgot this thread.
I re-read your first post, and you mentioned a "dump load". Can you clarify what you mean by that? I have yet to encounter such a "object" in a normal power system. But it may be possible to incorporate such a object with the pros and cons that follows.
1) In a stationary system there are no oscillations after a sudden change in the circuit (e.g. a load step), but a steady state is assumed directly after the change. As opposed to a transient system.
2) Every system could be described as transient or stationary, assuming a stationary state is just a simplification.
→ Is there an advantage in simulating a transient system? Or what indicates that I should assume a transient state?
In a stationary system you normally use the (simplified) algebraic equations. Eg. a http://www.ece.uAlberta.ca/~knight/electrical_machines/synchronous/parallel/house.html or
load flow analysis
And as such, the time variable is neglected, as opposed to transient system analysis where one uses differential equations where time is a important variable.
There are pros and cons to using both methods. As an example, a experienced engineer could get the result and give an answer to a problem using stationary (or simple transient analysis) analysis, because of his experience on what is the governing factors. Where as a novice (as myself) would have to build experience from scratch, starting simple and increasing complexity, backtracking and noting the difference (or lack of difference) in the results. So on the next project one use this experience and uses the appropriate model, with regard to complexity. Saving project time.
In your case, even though its a thesis, you should gain experience with power systems and modelling. Not only produce "cutting edge research" which could have been obtained with a simpler model. You should either way justify the validity of your model and results.
Is it correct that it would be possible to do the simulation without Simulink?
Is it simpler to do it with Simulink?
Stationary analysis could be done with pen, paper and a slide rule. Transient simulation could be done with pen, paper and a plotting tool for single ordinary differential equation (ODE). For system of differential equations such as advanced transient analysis, numerical ODE solvers are a "must". Remember that Simulink is only a graphical interface to the ODE solvers in Matlab. You could always solve the same problem by using the ODE solver in Matlab by writing the system of equations in a function/script file.
Generally Simulink is gaining popularity because of its simple interface and reduced project time and expenses.
I tried a more detailed diagram of what I want to simulate:
http://tinypic.com/r/2e4esqt/5
Doing stationary analysis, using eq. (2) in your initial post: dw/dt=0. In other words, in stationary state (steady state) nothing is changing ( no change in speed/frequency ). Solving eq. (2) (or similar equation) with dw/dt=0 renders inertia (J) to be omitted. Hence inertia has no effect on the system, with the right assumptions. Otherwise it looks ok. I did not have in mind the dump load object. And one might want to omit it to start with, in order to build the system on known facts and equations.
A normal system controls the frequency / speed with a proportional (P) controller which adjusts the input power (P_turbine).
In normalized values (p.u):
Δn * K_p = P_turbine
Δn = n_ref - n_shaft
where K_p is the gain (multiplier) in the controller. This is the equations in the "house diagram".
I have been fumbling around for a bit more with the equations and that is how far I have come:
Now you have started doing transient analysis.
The inertia of the grid itself:
http://tinypic.com/r/1zmh0r5/5
Where is the inertia (or equivalent)? w=ΔT * (1/J) * (1/s) <-- integrator
You may also set the initial value of the integrator to 2*pi*f_0.
What is V_L? Remember what ΔM (ΔP) is. Its the turbine power _minus_ the load power. So your summation sign must change.
For the moment I “modelled” the turbine as a lag element, as I have seen this in examples. Is a turbine always a lag element? Or approximated as a lag element?
Yes, its mostly is, at least for hydro power. The physical explanation is that the flow in the pipes cannot change instantly. And closing the turbine valve has a built in time constant due to safety reasons.
Is it the Laplace transform of the second equation?
No, to model it correctly one needs to take into account the physical dimensions of the water pipe, flow equations etc.
For now I am supposed to assume constant speed. Where does that come in?
What do you mean? With the model you now have the speed does change.
As a last advice/question. Have you run the simulation ? Is the starting values correct? Are the steady state values correct? Speed frequency etc.? Compare with the steady state calculations.
As a example:
Intial: P_turbine = 1kW, P_load=1 kW. f_0=50 Hz. Kp= 1 kW/Hz.
Step change in load: P_load = 2 kW
Results: f = 49 Hz