State space equation
State space equation
(OP)
Helo!
Can anyone tell me how to transform this equation into state-space equation?
I managed at the motor, but here are the capacitors, which confuses me!
The currents are the state variables!
Thanx
(The equation is here:http://fi les.engine ering.com/ getfile.as px?folder= e17a50d7-e 493-4b66-a c73-b172f5 b12c9f& ;file=ind. gener..JPG
Can anyone tell me how to transform this equation into state-space equation?
I managed at the motor, but here are the capacitors, which confuses me!
The currents are the state variables!
Thanx
(The equation is here:http://fi





RE: State space equation
Vds=(R1+L1p+1/pC+Mp-wM]*ids
Vqs=(R1+L1p+1/pC+wM+Mp)*iqs
Vdr=(Mp+R2+L2p-wL2)*idr
Vqr=(Mp+wL2+R2+L2p)*iqr
Rearranging per rank:
Vds=[R1-wM+(L1+M)p+1/pC]*ids
Vqs=[R1+wM+(L1+M)p+1/pC]*iqs
Vdr=[R2-wL2+(L2+M)p]*idr
Vqr=[R2+wL2+(L2+M)p]*iqr
2)From here you'll find the current[still in Laplace mode]:
Let's say: Vds=VDSeff*sin(w*t+psids), for instance
So
ids=VDSeff*sin(w*t+psids)/[R1-wM+(L1+M)p+1/pC]
Further let's split ids=idsa+idst where
idsa=unattenuated sinusoidal current
idst=attenuated sinusoidal current
If Z={(R1-wM)^2+[w(L1+M)-1/wC]^2} then :
idsa=VDSeff*sin(w*t+psids-fi)/Z where tan(fi)=(w(L1+M)-1/wC)/(R1-wM)
Don't ask me how to calculate idst! It's a very boring calculation and the result is something like this:
idst=-VDSeff/Z*exp(-alpha*t)*Function(psi,fi,L,C,w,alpha,wo)
where :
alpha= (R1-wM)/(L1+M)/2 and wo= wo=sqrt(1/(L1+M)/C-alpha^2)
Good Luck!
RE: State space equation
Why don't you examine the state-space representation provided for the RLC-loaded SEIG (eq. 3.31) in your book and leave out the last two rows in each matrix/vector? Since those rows apply to having a load on the system, they don't appear in any of the other entries, and you're trying to represent an unloaded SEIG. It looks like it would work.
xnuke
"Live and act within the limit of your knowledge and keep expanding it to the limit of your life." Ayn Rand, Atlas Shrugged.
Please see FAQ731-376: Eng-Tips.com Forum Policies for tips on how to make the best use of Eng-Tips.
RE: State space equation
RE: State space equation
So the correct development will be:
Vds=(R1+L1p+1/pC)*ids+Mp*idr
Vqs=(R1+L1p+1/pC)*iqs+Mp*iqr
Vdr=Mp*ids+wM*iqs+(R2+L2p)*idr+wL2*iqr
Vqr=-wMids+Mp*iqs-wL2*idr+(R2+L2p)*iqr
Since it is a square matrix [determinant] you don't need to linearize this but to use the determinants ratio in order to find the currents.
The main determinant is the "impedance matrix". If you change the column vector corresponding
to a certain current-for instance first column is for ids-with voltage column you'll get the nominator of the ratio and divided by "impedance determinant" you'll get the current.
Unfortunately, all the software I know needs to feed numbers not symbols. If you want to stay in the
symbols world you need to solve manually the determinants.
I think could be a mistake -instead of "w" would be "p" connected with L and M.
Also it seems to me is something wrong in the Vdr and Vqr equation.
I wander what kind of motor -or generator -it is about?
Why somebody will need to use Laplace for a usual calculation?
RE: State space equation
When I said I wanted the state space equations, I didn't mean to multiply the 4*4 vector with i (current).
Here is an example for the motor(attached)! On the left you see something similar to what I attached first, except here is no capacitor. On the right side you see the state space equation which is suitable for simulink simulation in my case. I don't know how they transformed it, but I need a similar model derived from what I attached first (ind. gen.)!
I hope now you understand what my problem is.
I think if any of You have a little more experience (than I) in mathematics, this should be no problem! This is pure mathematics, I think!
http:
RE: State space equation
RE: State space equation
New state variables for capacitance: Vdc and Vqc (along with the 4 currents)
d/dtVdc = C * Id.
d/dtVqc = C * Iq This assumes the same current flowing in the machine flows in the caps. If there is more to the circuit then modification is required.
Now you have Vdc and Vdq available for use in your calculations of the remaining terms. That 1/
If the caps were in parallel then Vdc and Vdq are also the same as Vds and Vqs. That's not a problem since they remain available for calculation.
I've got to run and havne't checked it. Can you please describe the circuit connection of the caps and is there external current to a load other than the caps?
=====================================
Eng-tips forums: The best place on the web for engineering discussions.
RE: State space equation
Replace
=====================================
Eng-tips forums: The best place on the web for engineering discussions.
RE: State space equation
The capacitors are paralell with the stator windings, like on the picture!
At first, I want to assemble a model without load!
Thanx for your efforts!
Best regards
RE: State space equation
Here is the modified model!(attached)
Question: Is it correct?
I tried to do it according to your suggestions!
Regards
RE: State space equation
The idea is to use i = CdV/dt instead of V = C*integral(i) That is, write V = (R+Lp+1/pC)i as
V = (R+Lp)i+Vc, and add a new equation i = C pVc, where Vc is the voltage over the capacitor.
RE: State space equation
So we will end up with six state variables: Vqs, Vds, along with four currents. There is a very lot of algebra required to get it into state variable form with or without the caps.... for example to derive the form you show in your post 16 Jul 09 5:11.
My book (Krause) uses flux linkage as the state variables rather than currents. That reduces the algebra when modeling the machine connected to a fixed sinusoidal voltage source (not sure about when caps are involved).
If it is a very simple setup you are modeling,I'll bet we can find it already in the proper form in some reference book. But I can't figure out what you are trying to model since your voltage equations don't look like any I have seen. It looks to me like you are modeling in the stationary reference frame? (since there are no speed voltages in the stator variables). Is it an induction machine?
=====================================
Eng-tips forums: The best place on the web for engineering discussions.
RE: State space equation
The matrix equation in my last post is not correct, I just wanted to get rid of 1/pC, obviously I didn't do it the right way! It is suppossed to be an induction generator! The basic equation is in my first post (15 Jul 09 4:55)!