0

Import PSS/E .dll User-defined model to PowerFactory

Hi,

I am trying to import dynamic files from PSSE to PowerFactory. However I couldnt get to import the .dll file into Powerfactory. Is there any other way than to reconstruct the block definition in powerfactory?

Thanks.

adamzsabai's avatar
7
adamzsabai
asked 2018-03-14 21:55:01 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

Unfortunately a DLL built for PSSE cannot be directly imported for use in PowerFactory. You have a couple of options, in ascending order of difficulty/complexity.

  1. Build the model "from scratch" in PowerFactory using DSL (block diagram approach).
  2. Get the PSSE source code and convert it into source code suitable for a PowerFactory model (this involves a Fortran to C++ code conversion).
  3. Write a Fotran to C++ "wrapper" that allows the PSSE Fortran code to be wrapped up in a C++ DLL that PowerFactory can use.

If you do not have the Fortran source code (or the model's block diagrams), then you cannot do any of these three options.

jfconroy's avatar
186
jfconroy
answered 2018-03-15 03:30:24 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments

Your Answer

Login/Signup to Answer