Remove uninteded Lines, add results

This commit is contained in:
Yeongdo Park 2022-12-15 13:55:45 +09:00
parent 97c122fd2f
commit ef164ac0aa
5 changed files with 1 additions and 2 deletions

View file

@ -306,7 +306,6 @@ class Battery:
# Recover Chamber State
for chmbr, T1 in zip(self.chambers, latest_chamber[1]):
chmbr.T1 = T1
(wl.T_chamber, wl.T_internal.data, wl.T_oven, wu.T_oven, wu.T_internal.data, wu.T_chamber)
# Recover Wall State
for wl, wu, wallT in zip(self.walls_0, self.walls_1, latest_wall[1]):
@ -595,7 +594,7 @@ if __name__ == "__main__":
charging_plan = ChargeSchedule( 81, 9, 9, 1e-12, 24+13, 3, 1e-12 )
n_doors = 66
load_state = False
load_state = True
bat3A = Battery("3A", n_doors, heating_plan, charging_plan, gas_in_state, hv, init_from_file=load_state)
if not load_state:

BIN
coke.history2 Normal file

Binary file not shown.

BIN
gas.history2 Normal file

Binary file not shown.

BIN
oven.state2 Normal file

Binary file not shown.

BIN
wall.history2 Normal file

Binary file not shown.