You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This requires running a separate simulation first to get motor steady-state power, which is inefficient.
Approach 2: Custom model with pq parameter
I tried creating a custom Motor5PQ model that links to a PQ load (similar to how ZIP uses pq parameter), but encountered memory errors during prepare().
Question
Is there a built-in way to make Motor models "borrow" power from an existing PQ load, similar to how ZIP model works with the pq parameter?
In PSS/E's CLOD model, there's a direct parameter to specify motor percentage. Is there an equivalent approach in ANDES?
If not currently supported, would this be a reasonable feature request? I'd be happy to contribute if there's guidance on implementation.
Environment
ANDES version: latest
Python: 3.12
OS: Windows
Use Case
This is for load model parameter identification research, where we need to simulate composite loads with different component ratios and compare against measured PMU data.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm trying to model a composite load (similar to PSS/E CLOD or CMPLDW) where the total load power is distributed among different components:
The key requirement: The motor should "borrow" a portion of the original PQ load power, not add extra load to the system.
For example, if Bus 4 has a 50 MW load, I want:
Current Issue
In ANDES, when I add a Motor5 to a bus, it appears to add load to the system rather than replace part of the existing PQ load. This causes:
What I've tried:
Approach 1: Manual PQ adjustment
This requires running a separate simulation first to get motor steady-state power, which is inefficient.
Approach 2: Custom model with
pqparameterI tried creating a custom Motor5PQ model that links to a PQ load (similar to how ZIP uses
pqparameter), but encountered memory errors duringprepare().Question
Is there a built-in way to make Motor models "borrow" power from an existing PQ load, similar to how ZIP model works with the
pqparameter?In PSS/E's CLOD model, there's a direct parameter to specify motor percentage. Is there an equivalent approach in ANDES?
If not currently supported, would this be a reasonable feature request? I'd be happy to contribute if there's guidance on implementation.
Environment
Use Case
This is for load model parameter identification research, where we need to simulate composite loads with different component ratios and compare against measured PMU data.
Thank you for your help!
Beta Was this translation helpful? Give feedback.
All reactions