Commit 05bfdc25 authored by Georgios Dagkakis's avatar Georgios Dagkakis Committed by Ioannis Papagiannopoulos

Topology74 and dump added. Like Topology01, but with no failures and repairman. Runs correctly

parent 98ef9a75
{
"_class": "Dream.Simulation",
"edges": {
"0": [
"W1",
"M1",
{}
],
"1": [
"W1",
"M2",
{}
],
"2": [
"S1",
"DummyQ",
{}
],
"3": [
"M1",
"Q1",
{}
],
"4": [
"M2",
"E1",
{}
],
"5": [
"DummyQ",
"M1",
{}
],
"6": [
"Q1",
"M2",
{}
]
},
"general": {
"_class": "Dream.Configuration",
"confidenceLevel": "0.95",
"maxSimTime": "1440",
"numberOfReplications": "1",
"trace": "No"
},
"nodes": {
"DummyQ": {
"_class": "Dream.Queue",
"capacity": 1,
"isDummy": "1",
"left": 0.6968085106382979,
"name": "DummyQ",
"top": 0.7727272727272727
},
"E1": {
"_class": "Dream.Exit",
"left": 0.2978723404255319,
"name": "Stock",
"top": 0.045454545454545414
},
"M1": {
"_class": "Dream.Machine",
"left": 0.4414893617021277,
"name": "Machine1",
"processingTime": {
"distributionType": "Fixed",
"mean": 0.25
},
"top": 0.5909090909090908
},
"M2": {
"_class": "Dream.Machine",
"left": 0.2978723404255319,
"name": "Machine2",
"processingTime": {
"distributionType": "Fixed",
"mean": 1.5
},
"top": 0.2272727272727273
},
"Q1": {
"_class": "Dream.Queue",
"capacity": 1,
"left": 0.4414893617021277,
"name": "Q1",
"top": 0.40909090909090906,
"name": "Q1"
},
"S1": {
"_class": "Dream.Source",
"entity": "Dream.Part",
"interarrivalTime": {
"distributionType": "Fixed",
"mean": 0.5
},
"left": 0.6968085106382979,
"name": "Raw Material",
"top": 0.9545454545454546
}
}
}
\ No newline at end of file
{
"_class": "Dream.Simulation",
"elementList": [
{
"_class": "Dream.Queue",
"id": "DummyQ"
},
{
"_class": "Dream.Exit",
"id": "E1",
"results": {
"lifespan": 5.988269030239834,
"takt_time": 1.5002606882168925,
"throughput": 959
}
},
{
"_class": "Dream.Machine",
"id": "M1",
"results": {
"blockage_ratio": 83.26388888888889,
"failure_ratio": 0.0,
"waiting_ratio": 0.034722222222222224,
"working_ratio": 16.70138888888889
}
},
{
"_class": "Dream.Machine",
"id": "M2",
"results": {
"blockage_ratio": 0.0,
"failure_ratio": 0.0,
"waiting_ratio": 0.017361111111111112,
"working_ratio": 99.98263888888889
}
},
{
"_class": "Dream.Queue",
"id": "Q1"
}
],
"general": {
"_class": "Dream.Configuration"
}
}
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment