Commit ed2d408c authored by Georgios Dagkakis's avatar Georgios Dagkakis

new test and dump addedc

parent c4f68d92
{
"_class": "Dream.Simulation",
"edges": {
"1": [
"Q1",
"BD",
{}
],
"2": [
"BD",
"M1",
{}
],
"3": [
"M1",
"BR",
{}
],
"4": [
"BR",
"Q2",
{}
],
"5": [
"Q2",
"M2",
{}
],
"6": [
"M2",
"E1",
{}
]
},
"general": {
"_class": "Dream.Configuration",
"confidenceLevel": "0.95",
"maxSimTime": "100",
"numberOfReplications": "1",
"trace": "No",
"console": "No"
},
"nodes": {
"E1": {
"_class": "Dream.Exit",
"name": "Exit"
},
"Q1": {
"_class": "Dream.Queue",
"capacity": 10,
"left": 0.4414893617021277,
"name": "Q1",
"top": 0.40909090909090906,
"wip": [
{
"name": "B1",
"numberOfUnits": 10,
"_class": "Dream.Batch",
"id": "B1"
},
{
"name": "B2",
"numberOfUnits": 10,
"_class": "Dream.Batch",
"id": "B2"
},
{
"name": "B3",
"numberOfUnits": 10,
"_class": "Dream.Batch",
"id": "B3"
}
]
},
"Q2": {
"_class": "Dream.Queue",
"capacity": 1,
"left": 0.4414893617021277,
"name": "Q2",
"top": 0.40909090909090906,
"wip": [
{
"name": "B0",
"numberOfUnits": 10,
"_class": "Dream.Batch",
"id": "B0"
}
]
},
"BD": {
"name": "BD",
"processingTime": {
"mean": 0,
"distributionType": "Fixed"
},
"numberOfSubBatches": 1,
"element_id": "DreamNode_24",
"_class": "Dream.BatchDecompositionBlocking",
"id": "BD"
},
"M1": {
"_class": "Dream.BatchScrapMachine",
"name": "Machine1",
"processingTime": {
"distributionType": "Fixed",
"mean": 0.5
}
},
"M2": {
"_class": "Dream.BatchScrapMachine",
"name": "Machine2",
"processingTime": {
"distributionType": "Fixed",
"mean": 2
}
},
"BR": {
"name": "BR",
"processingTime": {
"mean": 0,
"distributionType": "Fixed"
},
"outputResults": 1,
"numberOfSubBatches": 1,
"_class": "Dream.BatchReassemblyBlocking",
"id": "BR"
}
}
}
\ No newline at end of file
{
"_class": "Dream.Simulation",
"elementList": [
{
"_class": "Dream.BatchReassemblyBlocking",
"family": "Server",
"id": "BR",
"results": {
"blockage_ratio": 25.0,
"failure_ratio": 0.0,
"waiting_ratio": 75.0,
"working_ratio": 0.0
}
},
{
"_class": "Dream.Exit",
"family": "Exit",
"id": "E1",
"results": {
"lifespan": 50.0,
"takt_time": 20.0,
"throughput": 4,
"unitsThroughput": 40
}
},
{
"_class": "Dream.BatchScrapMachine",
"family": "Server",
"id": "M1",
"results": {
"blockage_ratio": 0.0,
"failure_ratio": 0.0,
"waiting_ratio": 85.0,
"working_ratio": 15.0
}
},
{
"_class": "Dream.BatchScrapMachine",
"family": "Server",
"id": "M2",
"results": {
"blockage_ratio": 0.0,
"failure_ratio": 0.0,
"waiting_ratio": 20.0,
"working_ratio": 80.0
}
},
{
"_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