forked from akeranen/the-one
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtum_settings.txt
66 lines (57 loc) · 1.68 KB
/
tum_settings.txt
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
## Settings that define ProhibitedPolygonRwp movement with one group of nodes.
Scenario.name = TumScenario
Scenario.endTime = 86400
Scenario.updateInterval = 1
Scenario.simulateConnections = false
Scenario.timeSlot = 3600
MovementModel.worldSize = 1000,1000
Events.nrof = 0
# Groups
Scenario.nrofHostGroups = 1
Scenario.hallUpperLeft = 100,100
Scenario.hallSize = 1000,1000
# Students
Group1.groupID = student
Group1.nrofHosts = 300
Group1.nrofInterfaces = 1
Group1.interface1 = myInterface
Group1.bathroomTsProbability = 0.15
# Transports
Ubahn.subwayPeriod = 600
# Communication Interface
myInterface.type = SimpleBroadcastInterface
myInterface.transmitRange = 0
myInterface.transmitSpeed = 0
Group1.movementModel = TumStudentMovement
Group1.router = PassiveRouter
# Report
Report.nrofReports = 2
Report.reportDir = reports
Report.report1 = SamplingReport
Report.report2 = FlightLengthReport
# Building
Building.lectureStartTime = 28800
Building.lectureEndTime = 64800
Building.maxLecturesPerDay = 4
Building.probAttendingNextLecture = 0.5
Building.mediumPopulation = 40
Building.probAttendingMedPopLecture = 0.35
Building.highPopulation = 200
Building.probAttendingHighPopLecture = 0.45
Building.probOneHourLecture = 0.1
Building.probTwoHourLecture = 0.8
Building.probThreeHourLecture = 0.1
Building.lectureDuration = 2700
# States
States.bathroomStayTime = 180
States.preparationTimeBeforeLecture = 600
States.probStayNoLecture = 0.3
States.eatingPeriod = 39600-54000
States.eatingProbability = 0.5
States.minEatTime = 300
States.minGroupStudyTime = 2400
States.minGroupPeople = 2
States.maxGroupPeople = 6
States.minIndividualStudyTime = 900
States.peoplePerSocialGroupMax = 4
States.minLibraryStay = 600