Skip to content

Commit 3f47145

Browse files
committed
main EMT root and Bus
1 parent ac01b3b commit 3f47145

5 files changed

Lines changed: 25 additions & 10 deletions

File tree

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
bus voltages are differential variables, and the model equations enforce
55
current balance at the bus.
66

7+
## Block Diagram
8+
9+
None.
10+
711
## Model Parameters
812

913
Symbol | Units | JSON | Description | Note
@@ -26,6 +30,10 @@ N &> 0 \\
2630

2731
None.
2832

33+
### Submodels
34+
35+
None.
36+
2937
## Model Variables
3038

3139
### Internal Variables
@@ -72,6 +80,10 @@ Each $\mathbf{i}^{\mathrm{inj}}_m$ may depend on the bus voltage and bus voltage
7280

7381
None.
7482

83+
### Wiring
84+
85+
None.
86+
7587
## Initialization
7688

7789
The initial bus voltage is given by the parameter vector $\mathbf{v}_0$:
@@ -80,8 +92,8 @@ The initial bus voltage is given by the parameter vector $\mathbf{v}_0$:
8092
\mathbf{v}(0)=\mathbf{v}_0
8193
```
8294

83-
Only $\mathbf{v}(0)$ is initialized. The solver computes
84-
$\dot{\mathbf{v}}(0)$ from the differential residual.
95+
Only $\mathbf{v}(0)$ is initialized. The solver computes the initial
96+
bus-voltage derivative from the differential residual.
8597

8698
## Monitors
8799

GridKit/Model/EMT/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,22 @@
11
# Electromagnetic Transients (EMT)
22

33
This directory contains design documentation for electromagnetic transient
4-
(EMT) models and reusable operators in instantaneous abc coordinates.
4+
(EMT) models and reusable operators in instantaneous phase coordinates.
55

66
## Conventions
77

88
These conventions reflect the current EMT model draft and may change as the
99
EMT design and implementation develop.
1010

11-
- Phase order is $a$, $b$, $c$.
11+
- EMT model equations are written for $N$ phases unless a model states a
12+
narrower implementation scope.
1213
- Equations use SI units unless a model states otherwise.
1314
- Current injection terms are written as positive into buses.
1415

1516
## Directories
1617

1718
The current EMT documentation is organized into:
1819

20+
- `Bus` (See [Bus](Bus/README.md))
1921
- `Component` (See [Component](Component/README.md))
2022
- `Operators` (See [Operators](Operators/README.md))
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Bus
2+
3+
```{include} ../../../../../GridKit/Model/EMT/Bus/README.md
4+
:start-line: 1
5+
:relative-images:
6+
```

docs/GridKit/Model/EMT/Component/Bus/README.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

docs/GridKit/Model/EMT/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
:titlesonly:
66
:hidden:
77
8+
Bus <Bus/README>
89
Component <Component/README>
910
Operators <Operators/README>
1011
```

0 commit comments

Comments
 (0)