|
PIPS-NLP
|
#include <math.h>#include <string.h>Go to the source code of this file.
Classes | |
| class | PreCondInfo |
Macros | |
| #define | w_s (2*M_PI*freq) |
| #define | PS_MAXLINE 1000 |
| #define | PV_BUS 2 |
| #define | PQ_BUS 1 |
| #define | NGEN_AT_BUS_MAX 15 |
| #define | NLOAD_AT_BUS_MAX 10 |
| #define | NPHASE 1 |
| #define | DIFF_EQ 1 /* Differential equation */ |
| #define | ALG_EQ 0 /* Algebraic equation */ |
| #define | MAXCONNLINES 20 |
| #define ALG_EQ 0 /* Algebraic equation */ |
| #define DIFF_EQ 1 /* Differential equation */ |
| #define MAXCONNLINES 20 |
| #define NGEN_AT_BUS_MAX 15 |
| #define NLOAD_AT_BUS_MAX 10 |
| #define NPHASE 1 |
| #define PQ_BUS 1 |
| #define PS_MAXLINE 1000 |
| #define PV_BUS 2 |
| #define w_s (2*M_PI*freq) |
1.8.11