(UDM) FORTRAN or FLECS code for the generator model

asked 2024-02-13 15:48:06 -0500

KYC_Korea gravatar image

I'm asking seniors for help.

I want to make generator model, but I can't find any example code for a generator model. I've tried many things, but it's hard to make... Also, the use of 'DO, IF, and ELSEIF' in FLECS was not what I expected. If you have an API, please let me know

Thanks your interest and feedback.

edit retag flag offensive close merge delete

Comments

Here's a manual for FLECS. It was designed to make coding Fortran easier, with a similar but easier format. http://www.congenomics.com/congen/doc/flecsdoc.html There are some examples on model development in the PSS/E docs, but it's not exactly easy.

Alex P gravatar imageAlex P ( 2024-02-14 08:00:33 -0500 )edit

For my personal experience, I worked on UDM for two years, but I still could not establish gen. model. The output of gen. model is current, but API and POM did not mention about how to send the output into the network interface. But if you successes in the future , please let me know, good luck!

YKC gravatar imageYKC ( 2024-02-15 23:42:54 -0500 )edit