1

.dyr file?

  • retag add tags

How can I create .dyr file for dynamic analysis in PSSE?

anonymous user
asked 2013-07-24 04:19:42 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

3 Answers

2

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).

Katherine's avatar
61
Katherine
answered 2013-07-25 15:09:33 -0500
edit flag offensive 0 remove flag delete link

Comments

In the case of opening a `raw` file there most likely won't be any dyr data loaded in the case. Is that right?

JervisW's avatar JervisW (2013-07-31 03:16:51 -0500) edit
1

That's right. A .raw file only includes power flow data.

Katherine's avatar Katherine (2013-08-01 06:41:39 -0500) edit
add a comment see more comments
2

Here's a quick turn around I have practiced with great effectiveness not using PSS/E but PowerWorld.

  1. Download PowerWorld academic version.
  2. Open any case in PowerWorld, choose largest case that can be loaded.
  3. Go to the stability add-on.
  4. Put dynamic models in each component (gens, exciters, governors, PSS, HVDC, SVC, wind turbines, etc). - PowerWorld has default dynamic data for each but you have to edit out some parameters like MVA base, etc.
  5. Save the case. Run the case in PowerWorld stability and even allow PowerWorld to check and correct the dynamic data.
  6. Save the dynamic data in dyr format. - PowerWorld has a feature on this.
  7. Open the dyr file in a text editor. Edit as possible (bus numbers, bus names to match your case.)
  8. Read dyr file in PSS/E. And you are all set!
EBC's avatar
151
EBC
answered 2013-08-05 19:00:14 -0500
edit flag offensive 0 remove flag delete link

Comments

Nice method to quickly create dynamic data. Shame it's not so easy in PSS/E itself

JervisW's avatar JervisW (2013-08-06 20:30:13 -0500) edit

Nice trick and approach.

SC's avatar SC (2014-02-04 15:09:30 -0500) edit
add a comment see more comments
1

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/

Cao Huy's avatar
173
Cao Huy
answered 2013-07-26 06:01:47 -0500, updated 2013-07-26 06:02:37 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments

Your Answer

Login/Signup to Answer