diff --git a/examples/Cell4LifeSimulationExecutorvII.py b/examples/Cell4LifeSimulationExecutorvII.py index e62d39274..059565e06 100644 --- a/examples/Cell4LifeSimulationExecutorvII.py +++ b/examples/Cell4LifeSimulationExecutorvII.py @@ -66,9 +66,9 @@ FuelCellPowerW_list = [50000] #Electricity Power of Fuel Cell Power in Watt -BatteryCapkWh_list = [100] #Total Capacity of Battery in kWh -Inverter_Ratio_list = [1, 2] -BatterieFaktorList = [5,10] +BatteryCapkWh_list = [50] #Total Capacity of Battery in kWh +Inverter_Ratio_list = [1,0.5] +BatterieFaktorList = [1,2] #FuelCellPowerW_list = [200000, 100000, 50000, 25000, 12500] #Electricity Power of Fuel Cell Power in Watt #Inverter_Ratio_list = [0.5, 0.333, 0.25, 0.2,0.1666] #Means: Inverter_power_demand = Battery capacity multiplied with a factor of the list; Battery Capacity = BatterieFaktor * (electrolyzer_energy + h2 storage) @@ -150,7 +150,7 @@ #For economic assessment, create a copy of original excel file copyfrompath = 'C://Users//Standard//Desktop//hisim//C4LResults//results//' - name2 = 'Sim_Oek_Assessment_v9' + name2 = 'Sim_Oek_Assessment_v10' filepath2 = copyfrompath + 'OriginalExcelFile//' + name2 + '.xlsx' copytopath2 = ResultPathProviderSingleton().get_result_directory_name() copytopath2 = copytopath2 + '//' @@ -279,7 +279,7 @@ # #For economic assessment, create a copy of original excel file # copyfrompath = 'C://Users//Standard//Desktop//hisim//C4LResults//results//' -# name2 = 'Sim_Oek_Assessment_v9' +# name2 = 'Sim_Oek_Assessment_v10' # filepath2 = copyfrompath + 'OriginalExcelFile//' + name2 + '.xlsx' # copytopath2 = ResultPathProviderSingleton().get_result_directory_name() # copytopath2 = copytopath2 + '//' diff --git a/examples/params_to_loop.csv b/examples/params_to_loop.csv index c8bfe66cd..43139ae67 100644 --- a/examples/params_to_loop.csv +++ b/examples/params_to_loop.csv @@ -1,2 +1,2 @@ PreResultNumber,FuelCellPowerW,BatteryCapkWh,Inverter_Ratio,PreResultNumberUnit,FuelCellPowerWUnit,BatteryCapkWhUnit,Inverter_RatioUnit,szenario,szenarioUnit,prediction_horizon,prediction_horizonUnit -1,50000,1155.0,2.0,-,W,kWh,-,1b,-,0,seconds +1,50000,231.0,0.5,-,W,kWh,-,1b,-,0,seconds diff --git a/hisim/components/controller_l1_example_controller_C4L_1a_1b.py b/hisim/components/controller_l1_example_controller_C4L_1a_1b.py index a640acbad..e8d2e959a 100644 --- a/hisim/components/controller_l1_example_controller_C4L_1a_1b.py +++ b/hisim/components/controller_l1_example_controller_C4L_1a_1b.py @@ -548,9 +548,10 @@ def electricity_from_CHP_Battery_to_houseFct(CHP_ElectricityDelivery, BatteryAcB stsv.set_output_value(self.electricity_from_electricity_from_CHP_to_gridOutput, electricity_from_CHP_to_grid) stsv.set_output_value(self.electricity_frombattery_to_CHP_inStandby, 0) + stsv.set_output_value(self.electricity_from_PV_to_gridOutput, part_pv_to_grid) - [ ] pv integrieren + #[ ] pv integrieren def write_to_report(self):