From 1a5597ebb4d9f98992f42d0b1ae3842270561dd8 Mon Sep 17 00:00:00 2001 From: Luis Aleixo Date: Tue, 24 Oct 2023 17:24:33 +0200 Subject: [PATCH] added missing component on short_range_model default --- caimira/global_store/constants.py | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/caimira/global_store/constants.py b/caimira/global_store/constants.py index d32992d5..ad9e7609 100644 --- a/caimira/global_store/constants.py +++ b/caimira/global_store/constants.py @@ -220,10 +220,14 @@ } short_range_model = { - 'exhalation_coefficient': 2, - 'mouth_diameter': 0.02, - 'penetration_coefficients': {'𝛽r1': 0.18, '𝛽r2': 0.2, '𝛽x1': 2.4}, - 'tstar': 2 + 'dilution_factor': { + 'mouth_diameter': 0.02, + 'exhalation_coefficient': 2, + 'tstar': 2, + 'penetration_coefficients': { + '𝛽r1': 0.18, '𝛽r2': .2, '𝛽x1': 2.4, + }, + }, } concentration_model = {