Power conversion#

This module provides useful functions related to power conversion for PV systems, including a flexible implementation of the ADR power loss model, also known as the ADR inverter model.

power_conversion.adr_converter_core(v_norm, ...)

Calculate power loss in a power converter for the given normalized operating conditions and the ADR model "b" coefficients.

power_conversion.fit_adr_converter_core(...)

Determine the ADR model "b" coefficients for power converter losses.

power_conversion.create_cec_matrix_sandia(...)

Create a matrix of operating points that approximates the cec inverter test matrix using the given Sandia inverter model parameters.

power_conversion.fit_adr_to_sandia(snl_params)

Create an ADR inverter parameter set that is equivalent to the given Sandia inverter model.