From ecefa99db275769bca520da8c145b5016a93af29 Mon Sep 17 00:00:00 2001 From: "Radu C. Martin" Date: Tue, 16 Mar 2021 16:26:36 +0100 Subject: [PATCH] Housecleaning --- Simulink/carnot_vars_nomenclature | 42 ------------------------------- Simulink/model_identification.m | 1 - 2 files changed, 43 deletions(-) delete mode 100644 Simulink/carnot_vars_nomenclature diff --git a/Simulink/carnot_vars_nomenclature b/Simulink/carnot_vars_nomenclature deleted file mode 100644 index bfefe8e..0000000 --- a/Simulink/carnot_vars_nomenclature +++ /dev/null @@ -1,42 +0,0 @@ -Model Parameters -================ - -Side Windows ------------- -windows_size - [height width] of the large side-windows -window_roof_size - [height width] of the roof windows (approximated as one large window as opposed to - the four smaller windows in - reality) -surface_part - ??? -U - heat transfer coefficient [W/m2K] (of the window?) -g - total solar energy transmittance -v_g = 0.65 - transmittance in visible range of the sunlight - - -Roof ----- -wall_size - [length width] of the roof (considered flat) -roof_position - position angles of the roof - - -Roof structure -~~~~~~~~~~~~~~ -The roof is supposed to be made of - - 5cm wood - - 10cm insulation - - 5cm wood - -Data from https://simulationresearch.lbl.gov/modelica/releases/latest/help/Buildings_HeatTransfer_Data_Solids.html#Buildings.HeatTransfer.Data.Solids.Plywood - -node_thickness -node_conductivity -node_capacity -node_density - -Floor ------ -ceiling_size -layer_thickness -layer_conductivity -layer_capacity -layer_density% Large side windows diff --git a/Simulink/model_identification.m b/Simulink/model_identification.m index 366fb7f..d25c649 100644 --- a/Simulink/model_identification.m +++ b/Simulink/model_identification.m @@ -39,7 +39,6 @@ air_exchange_rate(:,2) = 2.0; % Set the initial temperature to be the measured initial temperature t0 = Exp_data.(exp_id).InsideTemp.values(1); -% power = [tin Heating_coeff .* (Exp_data.(exp_id).Power.values - 1.67 * 1000)]; % Turn down the air exchange rate when the HVAC is not running