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

1-axis fourth order equation #41

Open
WouterVer opened this issue Jan 17, 2019 · 1 comment
Open

1-axis fourth order equation #41

WouterVer opened this issue Jan 17, 2019 · 1 comment

Comments

@WouterVer
Copy link
Contributor

Possible numerical error going from a 2-axis to a 1-axis fourth order equation:

# FourthEq(H, P, D, Ω, E_f, T_d_dash ,T_q_dash ,X_q_dash ,X_d_dash,X_d, X_q)

# de_d = (1 / T_q_dash) * (- e_d + (X_q - X_q_dash) * i_q)

e_d = (X_q - X_q_dash) * i_q
de_d = 0

@timziebart
Copy link
Member

similar to

vs
du = u/v * dv + swing_eq_rhs!(dint, u, i, int, t)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants