move_to_useful_last_stage.RdMove an ECC from final to useful as its last stage
move_to_useful_last_stage( .tidy_psut_data, tidy_C_data, tidy_eta_fu_data, last_stage = IEATools::iea_cols$last_stage, unit = IEATools::iea_cols$unit, final = IEATools::last_stages$final, useful = IEATools::last_stages$useful, R = IEATools::psut_cols$R, U_eiou = IEATools::psut_cols$U_eiou, U_excl_eiou = IEATools::psut_cols$U_excl_eiou, V = IEATools::psut_cols$V, Y = IEATools::psut_cols$Y, matnames = IEATools::mat_meta_cols$matnames, matvals = IEATools::mat_meta_cols$matvals, C_eiou = IEATools::template_cols$C_eiou, C_Y = IEATools::template_cols$C_Y, eta_fu = IEATools::template_cols$eta_fu, .useful = ".useful", .eta_fu_hat = ".eta_fu_hat" )
| .tidy_psut_data | A tidy data frame of PSUT matrices that represent an energy conversion chain.
Matrix names should be in the |
|---|---|
| tidy_C_data | a tidy data frame of final-to-useful allocation matrices, probably the result of calling |
| tidy_eta_fu_data | a tidy data frame of final-to-useful machine efficiency matrices, probably the result of calling |
| last_stage, unit | See |
| final, useful | |
| R, U_eiou, U_excl_eiou, V, Y | See |
| matnames, matvals | |
| C_eiou, C_Y, eta_fu | See |
| .useful | A suffix applied to versions of PSUT matrices where useful is the last stage. Default is ".useful". |
| .eta_fu_hat | an internal matrix name. Default is ".eta_fu_hat". |
a version of .tidy_sut_data that contains additional rows with useful final stage ECC matrices