Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement RL node reduced equations #34

Closed
wants to merge 25 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
a6f554a
solve errors of last commit
martinmoraga Mar 22, 2023
fef57bc
implement RL node reduced equations
m-mirz Sep 10, 2021
f4e2fd4
fix errors of last commit
martinmoraga Mar 1, 2023
83193a0
add validation notebook for rl-element
martinmoraga Mar 2, 2023
e358ab2
fix doc of rl-element
martinmoraga Mar 2, 2023
0b2163b
added new component ResIndSeries EMT domain
martinmoraga Mar 3, 2023
b2499bc
added comp. ResIndSeries SP domain
martinmoraga Mar 3, 2023
6e5d943
check initial value of inductance of rl-element
martinmoraga Mar 7, 2023
f5801bd
remove virtual nodes of PiLine
martinmoraga Mar 7, 2023
2bf1b50
solve rebase errors
martinmoraga Mar 8, 2023
31702f4
delete virtual nodes of SP Transformer
martinmoraga Apr 17, 2023
cb8aa51
set initial voltages in validation notebook of power transformer
martinmoraga May 8, 2023
dd75f02
add new implementation of DP Transformer
May 24, 2023
3d2ffb2
fix some errors
martinmoraga May 31, 2023
7f17fae
Implementation of EMT transformer
Jun 9, 2023
5e91602
fix some errors in EMT Power Transformer
martinmoraga Jun 21, 2023
4b60868
add power transformer documentation
Jun 27, 2023
70bb51a
fix some errors in the PT documentation
martinmoraga Jun 27, 2023
62ff4f4
add some pictures and fix index in documentation
kalyan1370 Jul 5, 2023
645a309
fix errors of PT EMT domain
martinmoraga Jul 18, 2023
49bfba6
change direction of interface current of PTs
martinmoraga Jul 19, 2023
0df7223
recover old versions of PiLine and Transformer
martinmoraga Jul 19, 2023
930c251
remove default values of paralled conductances, capacitances of pilines
martinmoraga Apr 13, 2023
a2f53ec
remove duplicated function setParameters in SP_PiLine
martinmoraga Aug 2, 2023
242608e
fix small error in SP & DP PiLines
martinmoraga Aug 9, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/hugo/content/en/docs/Models/RLC-Elements/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,5 +169,5 @@ $$
a = \frac{\Delta t}{2L}, \qquad b = \frac{\Delta t \omega}{2}
$$
$$
\langle i_{equiv} \rangle(k-1) = \frac{1 - b^2 - j2b + 2Ra + (Ra)^2 - j2Rab}{(1+Ra^2) + b^2} \langle i \rangle(k-1) + \frac{a + Ra^2 - jab}{(1+Ra)^2 + b^2} \langle v \rangle(k-1)
\langle i_{equiv} \rangle(k-1) = \frac{1 - b^2 - j2b - (Ra)^2}{(1+Ra)^2 + b^2} \langle i \rangle(k-1) + \frac{a + Ra^2 - jab}{(1+Ra)^2 + b^2} \langle v \rangle(k-1)
$$
4 changes: 4 additions & 0 deletions docs/hugo/content/en/docs/Models/Transformer/RL-Element.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading