Ask Your Question
0

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

asked 2018-03-14 21:55:01 -0500

adamzsabai gravatar image

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.

edit retag flag offensive close merge delete

1 answer

Sort by » oldest newest most voted
0

answered 2018-03-15 03:30:24 -0500

jfconroy gravatar image

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.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

[hide preview]

Question Tools

Stats

Asked: 2018-03-14 21:55:01 -0500

Seen: 1,386 times

Last updated: Mar 15 '18