powered by
This function decouples power loss to different loss modes, specifically current mismatch, recombination, uniform current loss, and Rs loss, from the changes in IV features.
power_loss_phys_bat(df_iv, init_df, corr_T = 40, N_c, ddiv_param = 0.06)
Dataframe containing psuedo-IV curves. Generate with IVXbyX.
IVXbyX
Dataframe containing first several weeks of real-world IV data. Generate with select_init_df
select_init_df
The temperature from which to create the correction factor. Pass only numeric values.
Number of cells in series; The total number of cells in the system.
Parameter passed to ddiv::IVfeature for 'crtvalb'
dataframe containing information about power loss due to various power loss modes
# NOT RUN { df <- read_df_raw(df_wbw,0.02,7) df_init <- select_init_df(df, days = 21) df_full <- IVXbyX(df, corr_temp = 30, 60) res <- power_loss_phys_bat(df_full, df_init, corr_T = 30, N_c = 60) # }
Run the code above in your browser using DataLab