0

How to write a 4-terminal MMC-HVDC model( I have already written 1 termianl)

Hello Everyone, Could you please help me? How to write a 4-terminal MMC-HVDC model( I have already written 1 termianl) I don't know how to connect the four terminals. and get the Udc. I wrote the 1 terminal as a generator. for two temainals or more how to get the MCs and the IBs IBrec = NUMTRM(MCrec) // IBinv = NUMTRM(MCinv)

Gloria.Z's avatar
1
Gloria.Z
asked 2019-06-08 22:41:58 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

I have seen user-written models for VSC-HVDC being written as a model that sets the current injection of 2 generators in the network, with all of the HVDC equations being internal to the model. I also recall that that model was quite tricky to initialize. You could write your 4-terminal HVDC model in a similar way, setting the current injection of 4 generators. Of course, the bus numbers and IDs of the generators would need to be CONs and ICONs for this model.

jfconroy's avatar
186
jfconroy
answered 2019-06-10 03:53:05 -0500
edit flag offensive 0 remove flag delete link

Comments

@jfconroy Thank you. And how to get the P Q U and I for each generator?

Gloria.Z's avatar Gloria.Z (2019-06-10 07:48:32 -0500) edit

You will have to set them yourself in your power flow calculation. Then you will have to define the necessary equations in the dynamic model.

jfconroy's avatar jfconroy (2019-06-12 02:11:50 -0500) edit

@jfconroy OK. I have set them in the power flow calculation. And define a Equivalent capacitor,How about the connection between the dc voltage at each terminal? Could you please give me your email adress and I'll email my code to you.

Gloria.Z's avatar Gloria.Z (2019-06-15 21:48:37 -0500) edit

Unfortunately I am not available to provide detailed technical support, merely advice. There will be no dc voltages in your power flow calculations. The dc voltages should be state variables in the equations of your dynamic model.

jfconroy's avatar jfconroy (2019-06-17 03:02:15 -0500) edit
add a comment see more comments

Your Answer

Login/Signup to Answer