Ask Your Question
2

FORTRAN PSSE modules

asked 2024-10-21 11:38:28 -0500

Swaraj gravatar image

Hi,

I am learning to write Fortran code for creating user model DLLs. Is there any documentation available regarding available subroutines in PSSE that can be used in the FORTRAN code.

Any leads would be helpful.

edit retag flag offensive close merge delete

2 answers

Sort by ยป oldest newest most voted
1

answered 2024-11-02 05:06:20 -0500

WN gravatar image

In the POM you can find calls that you can use to identify a Bus sequence number or a Machine index number and so on, which can be useful, but you won't find a long list of calls in there. You probably use API calls in your Python programs; remember that you can also use these same calls in your Fortran user-models as well. I am not sure what you are looking for, but you may find the API calls helpful.

edit flag offensive delete link more
1

answered 2024-10-26 12:16:11 -0500

Alex P gravatar image

There are some fortan commands in the documentation and there are examples around. But there are a lot of fortran commands that aren't in any official documentation, and PTI won't share a full set of commands. (I think it's so that people are more likely to pay them for model development.)

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: 2024-10-21 11:38:28 -0500

Seen: 219 times

Last updated: Nov 02