cwitte Posted March 1, 2022 Share Posted March 1, 2022 I am running some experiments on my model. I have a couple of transporters delivering fuel to three server nodes. I am trying to have the model maintain adequate fuel levels at the servers despite disruptions. Currently I have 4 responses (1 for each server and 1 that sums their fuel levels) and the responses are based on the expressions: Input@LineCompany1.AssociatedStationLoad Input@LineCompany2.AssociatedStationLoad Input@LineCompany3.AssociatedStationLoad and FuelTotal: Input@LineCompany1.AssociatedStationLoad + Input@LineCompany2.AssociatedStationLoad + Input@LineCompany3.AssociatedStationLoad I get responses as such: with the ACoFuel, BCoFuel, and CCoFuel ranging between 0 and 2 and FuelTotal ranging from 0 to 3. The capacities of these server nodes are 0 to 12 and everything is handled in integers. I am confused on how these responses are being calculated and any light that could be shed on this would be greatly appreciated. Link to comment Share on other sites More sharing options...
gocken Posted March 2, 2022 Share Posted March 2, 2022 every single cell in the responses table is the average of replications. So, that can be real number at the end of the experiment run. Link to comment Share on other sites More sharing options...
cwitte Posted March 2, 2022 Author Share Posted March 2, 2022 That is what I thought. However, my results are not making any sense. I see the following: Logically, adding 5 hours of travel time via an interdiction should lower the responses (at the very least the FuelTotal) however, this is not the case. Just as a quick test I changed the interdictions to negatives and received more logical results. However, when I view individual runs of each of these cases, the opposite of these results is what I receive: Fuel levels plummet and reach 0 multiple times during the scenario since the transports can't keep up (w/ 5hr interdiction) or the transports 'teleport' to the ACo node since there is a -5hr interdiction and therefore the transports are always able to keep the servers at high fuel levels. I must be missing something here. Link to comment Share on other sites More sharing options...
gocken Posted March 2, 2022 Share Posted March 2, 2022 at this point it is very hard to say anything without seeing the modeling logic? I suggest u to track your model run using track. Link to comment Share on other sites More sharing options...
cwitte Posted March 3, 2022 Author Share Posted March 3, 2022 refueling_Routing2withaddin.spfxHere is my model. I'm specifically dealing with ModelwithFailure and looking at Experiment2. Link to comment Share on other sites More sharing options...
gocken Posted March 6, 2022 Share Posted March 6, 2022 Hi Cwitte, can not open your model? I think the we are using different editions of simio or your file is corrupted? Link to comment Share on other sites More sharing options...
cwitte Posted March 11, 2022 Author Share Posted March 11, 2022 Trying to upload again after another save. Let me know if this works. I'm using the full Student edition. I'd have to look up the exact version, but it should be the latest. refueling_Routing2withaddin.spfx Link to comment Share on other sites More sharing options...
Recommended Posts