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

Improvements in 'FrequencyResponseResult' #1008

Open
gutilacerda opened this issue Sep 22, 2023 · 1 comment
Open

Improvements in 'FrequencyResponseResult' #1008

gutilacerda opened this issue Sep 22, 2023 · 1 comment
Labels
stale Issues with no activity for a long period

Comments

@gutilacerda
Copy link
Collaborator

It would be interesting to change the calculation method performed in the "FrequencyResponseResult" class; it is possible to optimize it and obtain accurate results more quickly.

The calculation performed in "transfer_matrix" can be done using the rotor matrices directly, as shown below. There's no need to perform the integrations currently employed, which take more time to generate results.

$$\begin{equation} \textbf{H} = -\omega^2\textbf{M} + j\omega(\textbf{C}+\omega\textbf{G}) + \textbf{K} \end{equation}$$

Considering cases where many simultaneous simulations are required, such as uncertainty propagation, for example, any faster result generation is important.

@ross-bott
Copy link
Collaborator

Hi there!
I have marked this issue as stale because it has not had activity for 45 days.
Consider the following options:

  • If the issue refers to a large task, break it in smaller issues that can be solved in
    less than 45 days;
  • Label the issue as wontfix or wontfix for now and close it.

@ross-bott ross-bott added the stale Issues with no activity for a long period label Nov 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stale Issues with no activity for a long period
Projects
None yet
Development

No branches or pull requests

2 participants