You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Provided XNECs can be outside main synchronous component or not connected.
If a XNEC is outside main synchronous component, then the sensitivity analysis will be zero, then each decomposed flow will be zero.
If a XNEC is not connected, it will have a NaN DC flow and each decomposed flow will be zero.
Describe the expected behavior
We should warn user that a XNECs is outside main synchronous component or not connected with some logs.
Maybe we should add also two flags in the DecomposedFlow object:
isInsideMainSynchrinousComponent
isConnected
We can use the branch to get those information.
Describe the steps
No response
Environment
No response
Relevant Log Output
No response
Extra Information
Not urgent
The text was updated successfully, but these errors were encountered:
Describe the current behavior
Provided XNECs can be outside main synchronous component or not connected.
If a XNEC is outside main synchronous component, then the sensitivity analysis will be zero, then each decomposed flow will be zero.
If a XNEC is not connected, it will have a NaN DC flow and each decomposed flow will be zero.
Describe the expected behavior
We should warn user that a XNECs is outside main synchronous component or not connected with some logs.
Maybe we should add also two flags in the DecomposedFlow object:
We can use the branch to get those information.
Describe the steps
No response
Environment
No response
Relevant Log Output
No response
Extra Information
Not urgent
The text was updated successfully, but these errors were encountered: