Super basic user written dynamics model example
Hi all, I'm trying to learn how to build my own table-driven dynamics model, and it's very daunting to get started. I feel that I would learn the best from an incredibly simple example.
Basically, I'm requesting if someone is willing to help out by writing all of the necessary FORTRAN to build a dynamics model that could:
Check if a bus (hard-coded, say 999) voltage falls below 0.9 pu, instantaneously trip a branch (hard-coded, say 999 to 888 ckt "1"), and print out to the PSSE output that it was tripped. If bus voltage is above, do nothing
Is anyone up for the challenge?
If someone wants to take it a step further, then allow the model to accept the bus numbers as input ICONS, put the tripped status as a VAR.
Have you read the Chapter "Model Writing" in POM?
I have been thoroughly reading it and used jconto's example as a guide. I think from a learning perspective starting from a minimal example, then building up is the best way to learn, hence the request. I'm looking into building a miscellaneous model here. Thanks!
Well, then you are on the way to learn how to write a user model and have already seen examples on model code. It is a good idea to try yourself. If you have specific question you can raise them here, but it is better to not ask for a complete solution.
Unfortunately, there's no specific example for miscellaneous models, and the information presented in the POM is too much IMO for a first example. I figured a more experienced person would be willing to contribute a small amount of work, I image less than 10 minutes worth.
I took a stab at it, please see my other question.