Ask Your Question

Arvin's profile - activity

2020-02-18 05:55:52 -0500 received badge  Taxonomist
2018-11-13 10:47:17 -0500 answered a question I have some questions for dynamic simulation

you can use CRANI model which is series reactor model. you can probably give negative value for x to define it as series capacitor.

2018-11-09 10:13:26 -0500 answered a question How does psse calculate frequency at bus?

To complete the previous answer, I have also realized that pss/e uses a 3rd order median filter, after doing the derivative. the output of the median filter then goes to a low path filter, with time constant of Tf, defined as Dynamic solution parameter.

2017-12-06 18:34:51 -0500 received badge  Famous Question (source)
2017-11-08 13:28:18 -0500 received badge  Notable Question (source)
2017-11-08 08:59:06 -0500 commented answer run dynamic simulation without having dynamic parameters in the *.dyr file

Thanks for your answer.

2017-11-08 08:56:34 -0500 received badge  Popular Question (source)
2017-11-06 12:48:14 -0500 asked a question run dynamic simulation without having dynamic parameters in the *.dyr file

Hello,

I was wondering if it is possible to run a dynamic simulation for a network which you have a generator defined in the *.raw file while no dynamic data is provided for it in the *.dyr file.

Regards, Arvin

2016-10-07 18:58:36 -0500 received badge  Famous Question (source)
2016-09-29 05:14:51 -0500 received badge  Notable Question (source)
2016-09-26 09:37:37 -0500 commented answer test case for starting of CIMTR3 as induction machine

Thanks, Yes the problem is exactly what you have mentioned. I decreased the rating of induction machine to 1MVA and now everything is fine.

2016-09-26 09:35:51 -0500 received badge  Scholar (source)
2016-09-26 01:11:34 -0500 received badge  Popular Question (source)
2016-09-23 16:03:32 -0500 commented answer error using immod_status for induction machine

Thanks perolofl, Actually I was using CIMTR3 type induction machine which is defined as generator in *.raw file. and i was able to finally change its status using "machine_data_2(i=1, id='1', intgar1=1)" command.

2016-09-23 16:00:39 -0500 asked a question test case for starting of CIMTR3 as induction machine

Hello,

I want to simulate starting of induction machine, CIMTR3 using PSS/E. In this way, I have made a simple test-case (attached) and the scenario is to change the status of the CIMTR3 from OFF to ON at t=1sec using the following code:

psspy.machinedata2(i=1, id='1', intgar1=1)

Note: time step=0.001 sec.

I am able to successfully run this test-case with in python, but I see oscillation in TELEC & QMOTOR of CIMTR3 which seems to me as numerical issue probably caused by bad data.

image description

In this way, does anybody have any good test-case for starting of CIMTR3 machine or can anybody help me to modify the attached data to have numerically stable results without any oscillations?

Attachments:

net.raw.jpg

dyn.dyr.jpg

Note: To have the data, please replace *.jpg extension with *.raw for the first file and with *.dyr for the second one.

Thanks,

Arvin

2016-09-23 15:34:40 -0500 received badge  Supporter (source)
2016-09-19 11:11:46 -0500 received badge  Notable Question (source)
2016-08-17 07:04:31 -0500 received badge  Popular Question (source)
2016-08-08 15:33:53 -0500 asked a question error using immod_status for induction machine

Hello,

i am trying to change the status of an induction machine, using "immod_status" in dynamic simulation. but i see the following error when running the python script:

psspy.immodstatus(1, '1',1); File ".\psspy.py", line 42521, in immodstatus TypeError: function takes exactly 4 arguments (3 given)

while based on psse documentation, in python, the immod_status gets just three input, not four!

anybody can help me with this.

Thanks, Arvin

2015-12-25 04:10:39 -0500 received badge  Famous Question (source)
2015-12-23 01:47:37 -0500 received badge  Notable Question (source)
2015-12-23 01:47:37 -0500 received badge  Popular Question (source)
2015-12-21 23:05:18 -0500 received badge  Student (source)
2015-12-21 14:47:34 -0500 asked a question create dynamic data for a PSSE network file

Hello,

I have a psse .raw file for ieee118 bus test case with a converged power flow solution and i am going to create dynamic data (.dyr) file considering just GENROU type synchronous machines.

to begin, i looked at PSS/E documentation and there i found valid range for parameter values of GENROU. based on this, i generated a dynamic data file but it seems that it is not enough since i have come to a case which all my parameter are in the range of PSS/E while the dynamic simulation is not stable!

Are there other considerations and assumptions that i need to make in order to have meaningful and stable dynamic simulations?

Thanks, Arvin

2015-11-04 02:19:24 -0500 received badge  Famous Question (source)
2015-10-28 05:23:16 -0500 received badge  Notable Question (source)
2015-10-28 03:06:03 -0500 received badge  Popular Question (source)
2015-10-26 09:37:05 -0500 asked a question API for changing tap position in dynamic simulation

Hello,

I am looking for an python API command by which i could change tap position during dynamic simulation. I found TWOWINDINGCHNG_4 command, but i think this is for changing transformer data for power flow. please help me with this.

Thanks, Arvin