Housecleaning

This commit is contained in:
Radu C. Martin 2021-03-16 16:26:36 +01:00
parent 49dd6ac960
commit ecefa99db2
2 changed files with 0 additions and 43 deletions

View file

@ -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

View file

@ -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