.dyr file?
asked 2013-07-24 04:19:42 -0500
Anonymous
How can I create .dyr file for dynamic analysis in PSSE?
First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
asked 2013-07-24 04:19:42 -0500
Anonymous
How can I create .dyr file for dynamic analysis in PSSE?
This is a description for creating a dynamics file (.dyr) from the PSS/E 33 interface.
After first opening the case file (.sav or .raw) you will be working with, you can go into the Dynamics Tree View, either by clicking on the Dynamics Tree View tab or by selecting Dynamics Tree View in the View menu.
The elements in your case file for which you can add dynamics can be found by looking through the tree. Double clicking one of these elements will bring up the Dynamics data spreadsheet where you can add dynamic models.
For example, a generator might have None written beside it if it has no model to describe its dynamics. By right clicking this box a model from the set of standard models can be chosen, and parameters can be specified. Parameters highlighted in red are not permitted.
Once all of the models you require are specified, you can save the resulting file as a .dyr file. With the Dynamics data spreadsheet open, the Save dialog box gives the option of saving the Dynamics Model Data as a Data file (.dyr).
Here's a quick turn around I have practiced with great effectiveness not using PSS/E but PowerWorld.
You also can write .dyr file by notepad or any other compile program. In this file, you write model of dynamic elements and their data. you can find the syntax in POMV2.pdf( Psse 30) or PSSEdocumentation.pdf (PSSe33). Here is an example:
2 'GENSAE' 1 6.1 0.04 0.099 6.54 2 1.75 1.633333333 0.308333333 0.216666667 0 0 0/
3 'GENSAE' 1 6.1 0.04 0.099 6.54 2 1.75 1.633333333 0.308333333 0.216666667 0 0 0/
6 'GENSAE' 1 4.75 0.06 0.21 5.06 2 5 4.88 0.928 0.48 0.536 0 0/
8 'GENSAE' 1 4.75 0.06 0.21 5.06 2 5 4.88 0.928 0.48 0.536 0 0/
1 'GENSAE' 1 7.4 0.03 0.033 5.148 2 0.146 0.10504065 0.0487 0.0374 0.039 0 0/
1 'stab1' 1 5 10 19 0.02 19 0.02 0.1/
1 'IEEEX1' 1 0.19 200 0.02 0 0 7.32 0 1 0.19 0.0012 1 0 0 0 0 0/
2 'IEEEX1' 1 1.98 20 0.02 0 0 4.38 0 1 1.98 0.001 1 0 0 0 0 0/
3 'IEEEX1' 1 1.98 20 0.02 0 0 4.38 0 1 1.98 0.001 1 0 0 0 0 0/
6 'IEEEX1' 1 0.7 20 0.02 0 0 6.81 1.395 1 0.7 0.001 1 0 0 0 0 0/
8 'IEEEX1' 1 0.7 20 0.02 0 0 6.81 1.395 1 0.7 0.001 1 0 0 0 0 0/
Asked: 2013-07-24 04:19:42 -0500
Seen: 9,364 times
Last updated: Aug 05 '13