-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathSimulation_Model_Notes
More file actions
39 lines (26 loc) · 1.25 KB
/
Copy pathSimulation_Model_Notes
File metadata and controls
39 lines (26 loc) · 1.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
Simluation Model Notes
05/03/2025 - Issy
Produced a basic simulation model.
Notes regarding first simulation model
- look at how all the beds are never occupied therefore there is not queing for beds
- should we change how many patients first enter the model with still upholding each patient types IAT
- look at time in system (should match the mean time in the unit specified in model peramters)
- is time to ESD wrong/redundent as would be the same as time in the unit
Next model updates
- fix above issues
- decided how to have all patient types enter the system at one time
- include individual patinet group length of stays
12/04/2025 - Issy
Adjusted the simulation model to have multiple arrival generators corresponding to patinet type.
Notes regarding first simulation model
- add patient identifier to "patient arrivals at ..."
- fix time in system variable as they arrive and leave wihtin the mean time but the calculation is wrong
24/04/2025 - Issy
Fixed the model to indlude length of stays by patient type.
Notes regarding recent simulation model
- added patient identifers at each step of the trace
- fixed length of stay variable
- added mean length of stays for each patient class
Next model updates
- add warm up period
- add simulation runs