Commit b8803b97 authored by Georgios Dagkakis's avatar Georgios Dagkakis

a test topology for new objects and dump added

parent 4ff78ed4
{
"edges": {
"1": [
"Q1",
"BD",
{}
],
"2": [
"BD",
"M1",
{}
],
"3": [
"M1",
"BR",
{}
],
"4": [
"BR",
"Q2",
{}
],
"5": [
"Q2",
"M2",
{}
],
"6": [
"M2",
"E",
{}
]
},
"general": {
"numberOfReplications": 1,
"maxSimTime": -1,
"trace": "Yes",
"console": "No"
},
"nodes": {
"Q1": {
"_class": "Dream.Queue",
"name": "Q1",
"element_id": "DreamNode_30",
"capacity": 4,
"schedulingRule": "FIFO",
"wip": [
{
"numberOfUnits": 10,
"_class": "Dream.Batch",
"name": "Batch0",
"id": "0"
},
{
"numberOfUnits": 10,
"_class": "Dream.Batch",
"name": "Batch1",
"id": "1"
}
]
},
"Q2": {
"_class": "Dream.Queue",
"name": "Q2",
"element_id": "DreamNode_30",
"capacity": 4,
"schedulingRule": "FIFO"
},
"BD": {
"_class": "Dream.BatchDecompositionBlocking",
"name": "Deco",
"numberOfSubBatches": 2,
"processingTime": {
"distributionType": "Fixed",
"mean": 0
},
"id": "BD"
},
"M1": {
"_class": "Dream.BatchScrapMachine",
"name": "M1",
"element_id": "DreamNode_8",
"processingTime": {
"distributionType": "Fixed",
"mean": 0.1
},
"id": "M1"
},
"BR": {
"_class": "Dream.BatchReassemblyBlocking",
"name": "Reassembly",
"numberOfSubBatches": 2,
"processingTime": {
"distributionType": "Fixed",
"mean": 0
},
"id": "BR"
},
"M2": {
"_class": "Dream.BatchScrapMachine",
"name": "M2",
"element_id": "DreamNode_8",
"processingTime": {
"distributionType": "Fixed",
"mean": 1
},
"id": "M2"
},
"E": {
"_class": "Dream.Exit",
"name": "Stock",
"id": "E1"
}
}
}
\ No newline at end of file
{
"_class": "Dream.Simulation",
"elementList": [
{
"_class": "Dream.Exit",
"family": "Exit",
"id": "E",
"results": {
"lifespan": 16.0,
"takt_time": 10.5,
"throughput": 2,
"unitsThroughput": 20
}
},
{
"_class": "Dream.BatchScrapMachine",
"family": "Server",
"id": "M1",
"results": {
"blockage_ratio": 0.0,
"failure_ratio": 0.0,
"waiting_ratio": 90.47619047619048,
"working_ratio": 9.523809523809524
}
},
{
"_class": "Dream.BatchScrapMachine",
"family": "Server",
"id": "M2",
"results": {
"blockage_ratio": 0.0,
"failure_ratio": 0.0,
"waiting_ratio": 4.761904761904762,
"working_ratio": 95.23809523809524
}
},
{
"_class": "Dream.Queue",
"family": "Buffer",
"id": "Q1",
"results": {}
},
{
"_class": "Dream.Queue",
"family": "Buffer",
"id": "Q2",
"results": {}
}
],
"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