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

Replace power factor input by reactive power or phase angle input in multi phase converters #12

Closed
christiankral opened this issue Feb 21, 2017 · 4 comments

Comments

@christiankral
Copy link
Owner

The transient multi phase inverter model now uses a power factor input. In the actual implementation the reactive power is generated such way, that an inductive load can be supplied. Alternatively, this model shall be adapted that the reactive power or the phase angle phi shall be used instead of the power factor cos(phi). This change will then enable to switch from inductive to reactive loads, if required.

@luizhrbueno Do you have a preference: reactive power or phase angle input?

@christiankral christiankral changed the title Replace power factor input by phase angle input in multi phase converters Replace power factor input by reactive power or phase angle input in multi phase converters Feb 21, 2017
@lhbueno
Copy link

lhbueno commented Feb 22, 2017

Set of reactive power could be an interesting idea, however, it might cause issues in cases of low irradiation (desired reactive power > power generation).
I believe that just the phase angle is enough.

@christiankral
Copy link
Owner Author

As discussed in #11, additionally, an AC current limitation (maximum current IACMax) will be implemented. This feature shall consider the following aspects

  • If active power does not exceed the IACMax, reactive power is limited such way that IACMax is not exceeded
  • If active power exceeds IACMax, an assert shall be triggered

@christiankral
Copy link
Owner Author

I separated the implementation of the phase angle from the implementation of the current limitation (#16).

@christiankral
Copy link
Owner Author

Implemented phase angle phi in b1a88aa.

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

No branches or pull requests

2 participants