FA_Estimator

Functions

exhaustive_pf([net, net_name, dp, dq, ...])

Package Function to run the exhaustive power flow algorithm.

monte_carlo_pf([net, net_name, ...])

Package Function to run the Monte Carlo based power flow algorithm.

opf([net, net_name, opf_step, max_curr_per, ...])

Package function to run the optimal power flow algorithm.

tc_plus([net, net_name, dp, dq, ...])

Package Function to run the TensorConvolution+ algorithm.

tc_plus_adapt([net, net_name, max_curr_per, ...])

Package Function to run the TensorConvolution+ algorithm and adapt from stored tensors for previous OCs.

tc_plus_merge([net, net_name, dp, dq, ...])

Package Function to run the TensorConvolution+ algorithm but merge FSPs for network components that are sensitive to more than 'max_fsps' FSPs (to solve possible memory issues but possibly reduce accuracy).

tc_plus_save_tensors([net, net_name, dp, ...])

Package Function to run the TensorConvolution+ algorithm and save the tensors during estimation.