62 lines
2.1 KiB
Typst
62 lines
2.1 KiB
Typst
#import "/metadata.typ": *
|
|
#import "/tail/bibliography.typ": *
|
|
#import "/tail/glossary.typ": *
|
|
#import "/main/architecture/description.typ": *
|
|
|
|
#import "/resources/slides.typ": *
|
|
|
|
---
|
|
Input:
|
|
- Provence classrooms specifications - Space A #pause
|
|
- Open data #pause
|
|
- Ventilation standard formula #pause
|
|
- User parameters : Room name, number of students, initial @co2 concentration #pause
|
|
|
|
Output:
|
|
- Evolution of @co2 concentration without considering air ventilation #pause
|
|
- Time required to reach a threshold of 1400 ppm #pause
|
|
- Evolution of @co2 concentration decrease under natural ventilation #pause
|
|
- Time required to reach outdoor-equivalent concentration level
|
|
|
|
---
|
|
=== Modelling the temporal evolution of @co2:short concentration
|
|
#grid(
|
|
columns: (1fr, 1fr),
|
|
[
|
|
#figure(
|
|
image("../../resources/img/Physical model/CO2 concentration over time Simaria.png"),
|
|
caption: [Comparison of modelled and open data #cite(<Simaria>) @co2:short concentration evolution]
|
|
) <fig:comparison_open_data_model_no_window_opening>
|
|
],
|
|
[
|
|
#figure(
|
|
image("../../resources/img/Physical model/CO2 concentration over time INRS secondary school.png"),
|
|
caption: [Comparison of modelled and open data #cite(<INRS_Study>) @co2:short concentration evolution]
|
|
)
|
|
]
|
|
)
|
|
|
|
---
|
|
=== Modelling the @co2:short concentration increase without air ventilation and @co2:short decrease under natural ventilation
|
|
#grid(
|
|
columns: (1fr, 1fr),
|
|
[
|
|
#figure(
|
|
image("../../resources/img/Physical model/Window user window opening model.png"),
|
|
caption: [User input parameters and results]
|
|
) <fig:user_input_parameters_results>
|
|
],
|
|
[
|
|
#figure(
|
|
image("../../resources/img/Physical model/CO2 concentration over time user window opening model.png"),
|
|
caption: [Temporal evolution of @co2:short level using input parameters from @fig:user_input_parameters_results]
|
|
)
|
|
]
|
|
)
|
|
|
|
---
|
|
=== Comparison of experimental data and the physical model
|
|
#figure(
|
|
image("../../resources/img/Physical model/Comparison_expdata_model.png", width: 59%),
|
|
caption: [Comparison of experimental data and the physical model (A2 classroom, 11 students)]
|
|
) |