0

Speed and torque of induction motors in CLOD model

Hello, I am using the CLOD model for a specific load bus. I need to monitor speed and torque of large motor and small motor which are the components of CLOD model. How can I do it in python script. In fact, I am ruining a dynamic simulation. Thanks.

Amir90's avatar
1
Amir90
asked 2017-09-07 06:52:32 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

Assign the appropriate VARs for large motor and small motor to channels.

There are VARS with speed, P and Q for the motors, see model description in Models.pdf.

perolofl's avatar
3.8k
perolofl
answered 2017-09-08 02:46:06 -0500, updated 2017-09-09 04:08:18 -0500
edit flag offensive 0 remove flag delete link

Comments

Can you explain more? I didn't understand.

Amir90's avatar Amir90 (2017-09-08 07:43:03 -0500) edit

First thing is you consult the Models.pdf and look for the CLOD model where the induction motor component is included. The information about CLOD model is described along with its CONS, STATES, VARS, ICON. Look for the VARS number where the Speed and Torque channel of the induction motor is assigned

lmcqueen's avatar lmcqueen (2017-09-15 01:38:02 -0500) edit

After you have identified the VARS number channel for those parameters, include them in your snapshot using CHAN activity or its equivalent psspy API.

lmcqueen's avatar lmcqueen (2017-09-15 01:39:20 -0500) edit

Does CLOD have a torque output?

MRS2016's avatar MRS2016 (2018-06-29 16:23:41 -0500) edit

You can calculate torque from P and speed...

perolofl's avatar perolofl (2018-07-04 02:26:58 -0500) edit
add a comment see more comments

Your Answer

Login/Signup to Answer