Skip to content

Commit

Permalink
added missing component on short_range_model default
Browse files Browse the repository at this point in the history
  • Loading branch information
lrdossan committed Oct 24, 2023
1 parent 741046a commit 1a5597e
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions caimira/global_store/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit 1a5597e

Please sign in to comment.