|
covid-sim
|
Represents an institution that people may belong to. More...
#include <Model.h>
Public Attributes | |
| int | n |
| int | mcell |
| unsigned short int | ng |
| unsigned short int | treat |
| unsigned short int | control_trig |
| unsigned short int | country |
| unsigned short int | close_start_time |
| unsigned short int | close_end_time |
| unsigned short int | treat_end_time |
| unsigned short int * | AvailByAge |
| unsigned short int | Absent [MAX_ABSENT_TIME] |
| unsigned short int | AbsentLastUpdateTime |
| float | loc_x |
| float | loc_y |
| float | ProbClose |
| int * | group_start |
| int * | group_size |
| int * | members |
Represents an institution that people may belong to.
PLACE be an elementary school, high schools, universities, workplaces etc. Places belong to a microcell (and therefore have a spatial location). Places may have state (i.e., closed or open). Mechanisms exist for absenteeism tracking (but are not currently used). The members array lists all individuals who belong to a place. Places can have different groups (to model differential interaction strengths between groups in the same place).