File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44bus voltages are differential variables, and the model equations enforce
55current balance at the bus.
66
7+ ## Block Diagram
8+
9+ None.
10+
711## Model Parameters
812
913Symbol | Units | JSON | Description | Note
@@ -26,6 +30,10 @@ N &> 0 \\
2630
2731None.
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
7381None.
7482
83+ ### Wiring
84+
85+ None.
86+
7587## Initialization
7688
7789The 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
Original file line number Diff line number Diff line change 11# Electromagnetic Transients (EMT)
22
33This 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
88These conventions reflect the current EMT model draft and may change as the
99EMT 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
1718The 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 ) )
Original file line number Diff line number Diff line change 1+ # Bus
2+
3+ ``` {include} ../../../../../GridKit/Model/EMT/Bus/README.md
4+ :start-line: 1
5+ :relative-images:
6+ ```
Load diff This file was deleted.
Original file line number Diff line number Diff line change 55:titlesonly:
66:hidden:
77
8+ Bus <Bus/README>
89Component <Component/README>
910Operators <Operators/README>
1011```
You can’t perform that action at this time.
0 commit comments